Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephendonner/3b31a61c9456517888089ab025c63046 to your computer and use it in GitHub Desktop.
Save stephendonner/3b31a61c9456517888089ab025c63046 to your computer and use it in GitHub Desktop.
Started by user Stephen Donner
Checking out git ${REPOSITORY} to read Jenkinsfile
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/mozilla/fxapom.git
> /usr/local/git/bin/git init /var/lib/jenkins/jobs/fxapom.adhoc/workspace@script # timeout=10
Fetching upstream changes from https://github.com/mozilla/fxapom.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/mozilla/fxapom.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git config remote.origin.url https://github.com/mozilla/fxapom.git # timeout=10
> /usr/local/git/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/local/git/bin/git config remote.origin.url https://github.com/mozilla/fxapom.git # timeout=10
Fetching upstream changes from https://github.com/mozilla/fxapom.git
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/mozilla/fxapom.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0f3b3cdb161940614ef50f2203a4633df1464c74 (origin/master)
> /usr/local/git/bin/git config core.sparsecheckout # timeout=10
> /usr/local/git/bin/git checkout -f 0f3b3cdb161940614ef50f2203a4633df1464c74
> /usr/local/git/bin/git rev-list 0f3b3cdb161940614ef50f2203a4633df1464c74 # timeout=10
Loading library fxtest@1.3
> /usr/local/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/mozilla/fxtest-jenkins-pipeline.git
> /usr/local/git/bin/git config remote.origin.url https://github.com/mozilla/fxtest-jenkins-pipeline.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> /usr/local/git/bin/git --version # timeout=10
> /usr/local/git/bin/git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git rev-parse 1.3^{commit} # timeout=10
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/mozilla/fxtest-jenkins-pipeline.git
> /usr/local/git/bin/git init /var/lib/jenkins/jobs/fxapom.adhoc/workspace@libs/fxtest # timeout=10
Fetching upstream changes from https://github.com/mozilla/fxtest-jenkins-pipeline.git
> /usr/local/git/bin/git --version # timeout=10
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/mozilla/fxtest-jenkins-pipeline.git +refs/heads/*:refs/remotes/origin/*
> /usr/local/git/bin/git config remote.origin.url https://github.com/mozilla/fxtest-jenkins-pipeline.git # timeout=10
> /usr/local/git/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/local/git/bin/git config remote.origin.url https://github.com/mozilla/fxtest-jenkins-pipeline.git # timeout=10
Fetching upstream changes from https://github.com/mozilla/fxtest-jenkins-pipeline.git
Setting http proxy: proxy.dmz.scl3.mozilla.com:3128
> /usr/local/git/bin/git fetch --tags --progress https://github.com/mozilla/fxtest-jenkins-pipeline.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 337da3aab01ebfeb206d9ad8c7ac2d5fd7a7b333 (1.3)
> /usr/local/git/bin/git config core.sparsecheckout # timeout=10
> /usr/local/git/bin/git checkout -f 337da3aab01ebfeb206d9ad8c7ac2d5fd7a7b333
> /usr/local/git/bin/git rev-list 337da3aab01ebfeb206d9ad8c7ac2d5fd7a7b333 # timeout=10
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 19: Environment variable values must either be strings or function calls. @ line 19, column 5.
PYTEST_ADDOPTS =
^
1 error
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1073)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:591)
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:569)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:546)
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:67)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:430)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:393)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:238)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment