Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephendonner/9a3904b1294c12b9ecc67ea42c5ced71 to your computer and use it in GitHub Desktop.
Save stephendonner/9a3904b1294c12b9ecc67ea42c5ced71 to your computer and use it in GitHub Desktop.
Started by user sdonner@mozilla.com
Checking out git https://github.com/stephendonner/kinto-integration-tests.git to read Jenkinsfile
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/stephendonner/kinto-integration-tests.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/kinto-integration-tests.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/stephendonner/kinto-integration-tests.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/servicebook^{commit} # timeout=10
Checking out Revision b3d8981de168d7e6ca38f7c6d83c5b441df449f5 (origin/servicebook)
Commit message: "Kinto as a string, not object"
> git config core.sparsecheckout # timeout=10
> git checkout -f b3d8981de168d7e6ca38f7c6d83c5b441df449f5
> git rev-list b3d8981de168d7e6ca38f7c6d83c5b441df449f5 # timeout=10
Loading library fxtest@servicebook
> git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/stephendonner/fxtest-jenkins-pipeline.git
> git config remote.origin.url https://github.com/stephendonner/fxtest-jenkins-pipeline.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> git --version # timeout=10
> git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
> git rev-parse servicebook^{commit} # timeout=10
> git rev-parse origin/servicebook^{commit} # timeout=10
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/stephendonner/fxtest-jenkins-pipeline.git # timeout=10
Fetching upstream changes from https://github.com/stephendonner/fxtest-jenkins-pipeline.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/stephendonner/fxtest-jenkins-pipeline.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 82623e0650fc37c4a75cbf5e1fc90fa199a95fb3 (servicebook)
Commit message: "Restore try/catch; more cleanup"
> git config core.sparsecheckout # timeout=10
> git checkout -f 82623e0650fc37c4a75cbf5e1fc90fa199a95fb3
> git rev-list 2f55e8b7cabf9e1937b7485b54f24d4ca0bde45e # timeout=10
[Pipeline] node
Running on centos7-1-qatest-slave.fxtestpreprod.jenkins.stage.mozaws.net in /home/jenkins/workspace/kinto.stage.stephend
[Pipeline] {
[Pipeline] node
Running on centos7-1-qatest-slave.fxtestpreprod.jenkins.stage.mozaws.net in /home/jenkins/workspace/kinto.stage.stephend@2
[Pipeline] {
[Pipeline] echo
Testing project kinto
[Pipeline] echo
The project kinto was found!
[Pipeline] echo
Adding one test integration-tests
[Pipeline] stage
[Pipeline] { (integration-tests)
[Pipeline] echo
Running [public:true, jenkins_pipeline:true, project_id:47, name:integration-tests, operational:true, id:300, last_modified:1501264754622, url:https://github.com/Kinto/kinto-integration-tests]
[Pipeline] echo
URL is https://github.com/Kinto/kinto-integration-tests
[Pipeline] stage
[Pipeline] { (integration-tests)
[Pipeline] echo
checking out https://github.com/Kinto/kinto-integration-tests.git
[Pipeline] node
Running on centos7-1-qatest-slave.fxtestpreprod.jenkins.stage.mozaws.net in /home/jenkins/workspace/kinto.stage.stephend@3
[Pipeline] {
[Pipeline] checkout
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/Kinto/kinto-integration-tests.git # timeout=10
Fetching upstream changes from https://github.com/Kinto/kinto-integration-tests.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/Kinto/kinto-integration-tests.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f1fa2dc27afe870732237ec9c61adc913b62678d (refs/remotes/origin/master)
Commit message: "Merge pull request #34 from Kinto/ch-add-fingerprint-defenses-check"
> git config core.sparsecheckout # timeout=10
> git checkout -f f1fa2dc27afe870732237ec9c61adc913b62678d
> git rev-list f1fa2dc27afe870732237ec9c61adc913b62678d # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
checked out
[Pipeline] node
Running on centos7-1-qatest-slave.fxtestpreprod.jenkins.stage.mozaws.net in /home/jenkins/workspace/kinto.stage.stephend@3
[Pipeline] {
[Pipeline] sh
[kinto.stage.stephend@3] Running shell script
+ chmod +x run
[Pipeline] sh
[kinto.stage.stephend@3] Running shell script
+ /home/jenkins/workspace/kinto.stage.stephend@3/run
/bin/sh: tox: not found
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
integration-tests failed
[Pipeline] echo
Caught: hudson.AbortException: script returned exit code 127
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ship it!)
[Pipeline] sh
[kinto.stage.stephend@2] Running shell script
+ exit 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment