Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/basyx/basyx/+/167887
Checking out git https://git.eclipse.org/r/basyx/basyx into /var/jenkins/workspace/BaSyx_CI_CPP@script to read Jenkinsfile_Cpp
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/basyx/basyx
 > git init /var/jenkins/workspace/BaSyx_CI_CPP@script # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/basyx/basyx # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/basyx/basyx
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/basyx/basyx refs/changes/87/167887/19 # timeout=10
 > git rev-parse 2cec7abef3ff1b4ecb1c6de277cd2989612f7e7f^{commit} # timeout=10
Checking out Revision 2cec7abef3ff1b4ecb1c6de277cd2989612f7e7f (refs/changes/87/167887/19)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2cec7abef3ff1b4ecb1c6de277cd2989612f7e7f # timeout=10
Commit message: "Test commit to check printing of warning messages in CI pipeline"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk ebc0156af9cedcafe5908a93a1abf8f2321cf9a2 # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 47: expecting anything but ''\n''; got it anyway @ line 47, column 30.
   						sh "env | grep "GERRIT"
                                ^

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:561)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:522)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Finished: FAILURE