Skip to content
Failed

Console Output

Triggered by GitLab Merge Request #44: Loic Hausammann/implement_wrapper => use_boost
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git into /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@script to read Jenkinsfile
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /cosma/home/jenkins/.jenkins/jobs/CSDS-Pipeline/workspace@script/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git # timeout=10
Fetching upstream changes from https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
Setting http proxy: 172.17.170.12:8888
 > git fetch --tags --progress https://gitlab.cosma.dur.ac.uk/lhausammann/csds-reader.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit 27645836c4efabb2291f700aee597a989ee7e822, since it originates from another repository
Seen branch in repository origin/add_badges
Seen branch in repository origin/assume_full_mask
Seen branch in repository origin/ensure_omp
Seen branch in repository origin/fix_coverage
Seen branch in repository origin/fix_restart
Seen branch in repository origin/implement_evolution
Seen branch in repository origin/implement_wrapper
Seen branch in repository origin/increase_coverage
Seen branch in repository origin/intel
Seen branch in repository origin/make_writer_compatible_c
Seen branch in repository origin/master
Seen branch in repository origin/move_to_cpp
Seen branch in repository origin/optimizations
Seen branch in repository origin/parallel_inversion
Seen branch in repository origin/reimplement_header
Seen branch in repository origin/restart_index
Seen branch in repository origin/revert-d686a372
Seen branch in repository origin/track_mmap
Seen branch in repository origin/use_boost
Seen branch in repository origin/use_class
Seen branch in repository origin/use_correct_float
Seen 21 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 27645836c4efabb2291f700aee597a989ee7e822 (origin/implement_wrapper)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27645836c4efabb2291f700aee597a989ee7e822 # timeout=10
Commit message: "Remove python"
 > git rev-list --no-walk f8c20e401178ebf19b8079892ed3bbf5b7f2b27b # timeout=10
Running in Durability level: MAX_SURVIVABILITY
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 32: unexpected char: '#' @ line 32, column 8.
          # stage('Python') {
          ^

1 error

	at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
	at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java:150)
	at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:120)
	at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:132)
	at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:350)
	at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:139)
	at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:110)
	at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:234)
	at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:168)
	at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:943)
	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:605)
	at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
	at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
	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.doParse(CpsGroovyShell.java:142)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:571)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:523)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337)
	at hudson.model.ResourceController.execute(ResourceController.java:100)
	at hudson.model.Executor.run(Executor.java:433)
Finished: FAILURE