Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephendonner/146f85214800dd25527974ac52929f5a to your computer and use it in GitHub Desktop.
Save stephendonner/146f85214800dd25527974ac52929f5a to your computer and use it in GitHub Desktop.
Started by user sdonner@mozilla.com
[Pipeline] node
Running on centos7-1-qatest-slave.fxtestpreprod.jenkins.stage.mozaws.net in /home/jenkins/workspace/kinto.stage
[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/tarekziade/jenkins_scripts.git # timeout=10
Fetching upstream changes from https://github.com/tarekziade/jenkins_scripts.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/tarekziade/jenkins_scripts.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 dde8504788bf5ebda3b686f4fa5336bf96d8c4cf (refs/remotes/origin/master)
Commit message: "added logs"
> git config core.sparsecheckout # timeout=10
> git checkout -f dde8504788bf5ebda3b686f4fa5336bf96d8c4cf
> git rev-list dde8504788bf5ebda3b686f4fa5336bf96d8c4cf # 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] load
[Pipeline] { (pipeline.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] echo
Testing project kinto
[Pipeline] echo
The project kinto was found!
[Pipeline] echo
Adding one test integration-tests
[Pipeline] timeout
Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] echo
Running 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@2
[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 7eb2051f29752961f61ea256ff240265e214a4b6 # 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@2
[Pipeline] {
[Pipeline] sh
[kinto.stage@2] Running shell script
+ chmod +x run
[Pipeline] sh
[kinto.stage@2] Running shell script
+ ./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] // timeout
[Pipeline] stage
[Pipeline] { (Ship it!)
[Pipeline] sh
[kinto.stage] Running shell script
+ exit 1
[Pipeline] }
[Pipeline] // stage
[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