[ImageJ-builds] Build failed in Jenkins: scripting-renjin #19
jenkins at imagej.net
jenkins at imagej.net
Sun Jan 1 20:31:55 CST 2017
See <http://jenkins.imagej.net/job/scripting-renjin/19/changes>
Changes:
[Curtis Rueden] Update parent to org.scijava:pom-scijava:12.0.0
[Curtis Rueden] Happy New Year 2017
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/scripting-renjin/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/scijava/scripting-renjin # timeout=10
Fetching upstream changes from git://github.com/scijava/scripting-renjin
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/scijava/scripting-renjin +refs/heads/master:refs/remotes/origin/master
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5b9791272a537751bffbedf32176abbf994a1074 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5b9791272a537751bffbedf32176abbf994a1074
> git rev-list 27b121ecc426b65704dd27f6a61eb3ce02932887 # timeout=10
[scripting-renjin] $ /bin/sh -xe /tmp/hudson6279313454087236655.sh
+ git clean -dfx
Removing target/
[scripting-renjin] $ mvn -U -Pdeploy-to-imagej deploy javadoc:javadoc
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SciJava Scripting: Renjin 0.2.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scripting-renjin ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:regex-property (sanitize-version) @ scripting-renjin ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ scripting-renjin ---
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/scripting-renjin' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/scripting-renjin
[INFO] Storing buildNumber: 5b9791272a537751bffbedf32176abbf994a1074 at timestamp: 1483324310230
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '/data/devel/jenkins-maven/workspace/scripting-renjin' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /data/devel/jenkins-maven/workspace/scripting-renjin
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- scijava-maven-plugin:1.0.0:set-rootdir (set-rootdir) @ scripting-renjin ---
[INFO] Setting rootdir: /data/devel/jenkins-maven/workspace/scripting-renjin
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ scripting-renjin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ scripting-renjin ---
[INFO] Compiling 2 source files to /data/devel/jenkins-maven/workspace/scripting-renjin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ scripting-renjin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/scripting-renjin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ scripting-renjin ---
[INFO] Compiling 1 source file to /data/devel/jenkins-maven/workspace/scripting-renjin/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ scripting-renjin ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.scijava.plugins.scripting.renjin.RenjinTest
[1] "Renjin"
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.04 sec <<< FAILURE! - in org.scijava.plugins.scripting.renjin.RenjinTest
testBasic(org.scijava.plugins.scripting.renjin.RenjinTest) Time elapsed: 1.84 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[3]> but was:<[c(3L)]>
at org.scijava.plugins.scripting.renjin.RenjinTest.testBasic(RenjinTest.java:61)
Results :
Failed tests:
RenjinTest.testBasic:61 expected:<[3]> but was:<[c(3L)]>
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.482s
[INFO] Finished at: Sun Jan 01 20:31:55 CST 2017
[INFO] Final Memory: 29M/373M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project scripting-renjin: There are test failures.
[ERROR]
[ERROR] Please refer to /data/devel/jenkins-maven/workspace/scripting-renjin/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Publishing Javadoc
Recording test results
More information about the ImageJ-builds
mailing list