Guest User

Untitled

a guest
Oct 27th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. Started by user Maciej Ciołek
  2. [EnvInject] - Loading node environment variables.
  3. Building in workspace /data/jenkins-data/workspace/services/shipment-broker-service
  4. > git rev-parse --is-inside-work-tree # timeout=10
  5. Fetching changes from the remote Git repository
  6. > git config remote.origin.url git@bitbucket.org:neoclick/shipment-broker-service.git # timeout=10
  7. Fetching upstream changes from git@bitbucket.org:neoclick/shipment-broker-service.git
  8. > git --version # timeout=10
  9. using GIT_SSH to set credentials
  10. > git fetch --tags --progress git@bitbucket.org:neoclick/shipment-broker-service.git +refs/heads/*:refs/remotes/origin/*
  11. > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  12. > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
  13. Checking out Revision 612eed2a88d026157dd913eda2a753c62b92dcd9 (refs/remotes/origin/master)
  14. > git config core.sparsecheckout # timeout=10
  15. > git checkout -f 612eed2a88d026157dd913eda2a753c62b92dcd9
  16. > git rev-list 612eed2a88d026157dd913eda2a753c62b92dcd9 # timeout=10
  17. [EnvInject] - Injecting environment variables from a build step.
  18. [EnvInject] - Injecting as environment variables the properties content
  19. SYMFONY__DATABASE__NAME=shipment_broker_service
  20. SYMFONY__ZENDESK_TOKEN=example_token
  21. SYMFONY__DATABASE__PORT=5432
  22. SYMFONY__DATABASE__USER=root
  23. SYMFONY__ZENDESK_EMAIL=example@neoclick.io
  24. SYMFONY__DATABASE__PASSWORD=root
  25. SYMFONY__APPID__GENERATOR__URL=192.168.99.100:8002/apps
  26. SYMFONY__KAFKA__HOST=kafka
  27. SYMFONY__ZENDESK_SUBDOMAIN=example.zendesk.com
  28. SYMFONY__DATABASE__HOST=db
  29.  
  30. [EnvInject] - Variables injected successfully.
  31. [shipment-broker-service] $ /bin/sh -xe /tmp/hudson6490719034464684629.sh
  32. + sed -i s/VERSION=.*/VERSION="0.3"/ create_image.sh
  33. [shipment-broker-service] $ /bin/sh -xe /tmp/hudson6278138162558387427.sh
  34. + composer install
  35. Loading composer repositories with package information
  36. Installing dependencies (including require-dev) from lock file
  37. Nothing to install or update
  38. Generating autoload files
  39. ocramius/package-versions: Generating version class...
  40. ocramius/package-versions: ...done generating version class
  41. > Incenteev\ParameterHandler\ScriptHandler::buildParameters
  42. Updating the "app/config/parameters.yml" file
  43. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
  44. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache
  45.  
  46.  
  47. [Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
  48. The service "app.zendesk_api" has a dependency on a non-existent parameter "zendesk.subdomain". Did you mean this: "zendesk_subdomain"?
  49.  
  50.  
  51. Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the symfony-scripts event terminated with an exception
  52.  
  53.  
  54. [RuntimeException]
  55. An error occurred when executing the "'cache:clear --no-warmup'" command:
  56.  
  57. [Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
  58. The service "app.zendesk_api" has a dependency on a non-existent parameter "zendesk.subdomain". Did you mean this: "zendesk_subdomain"?
  59.  
  60. .
  61.  
  62.  
  63. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [<packages>]...
  64.  
  65. Build step 'Execute shell' marked build as failure
  66. Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
  67. Finished: FAILURE
Add Comment
Please, Sign In to add comment