[ImageJ-builds] Build failed in Jenkins: SCIFIO #377

jenkins at imagej.net jenkins at imagej.net
Sat Jun 21 01:00:09 CDT 2014


See <http://jenkins.imagej.net/job/SCIFIO/377/changes>

Changes:

[Curtis Rueden] FormatTools: do not default calibration to microns

[Curtis Rueden] FormatTools: fail loudly when axis is nonlinear

[Curtis Rueden] TIFFFormat: apply the spacing to the correct axis

------------------------------------------
Started by an SCM change
Building remotely on tera.microscopy (scifio) in workspace <http://jenkins.imagej.net/job/SCIFIO/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/scifio/scifio
Checking out Revision 8e439102b5f0c854afeb673a5a62cd9c6b2c880e (origin/master)
Deleting old artifacts from #375
[SCIFIO] $ mvn -U clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] SCIFIO projects
[INFO] SCIFIO Core
[INFO] SCIFIO Tools
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building SCIFIO projects 0.15.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pom-scifio ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ pom-scifio ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <http://jenkins.imagej.net/job/SCIFIO/ws/> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.imagej.net/job/SCIFIO/ws/>
[INFO] Storing buildNumber: 8e439102b5f0c854afeb673a5a62cd9c6b2c880e at timestamp: 1403330366914
[INFO] Executing: /bin/sh -c cd <http://jenkins.imagej.net/job/SCIFIO/ws/> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.imagej.net/job/SCIFIO/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (default) @ pom-scifio >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ pom-scifio ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (default) @ pom-scifio <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (default) @ pom-scifio ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building SCIFIO Core 0.15.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ scifio ---
[INFO] Deleting <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/target>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ scifio ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ scifio ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ scifio ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 284 source files to <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/target/classes>
[WARNING] <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/src/main/java/io/scif/img/cell/RefMapCleaningProvider.java>: Some input files use unchecked or unsafe operations.
[WARNING] <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/src/main/java/io/scif/img/cell/RefMapCleaningProvider.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ scifio ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ scifio ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 74 source files to <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/target/test-classes>
[WARNING] <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/src/test/java/io/scif/img/cell/utests/SCIFIOCellImgTest.java>: Some input files use or override a deprecated API.
[WARNING] <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/src/test/java/io/scif/img/cell/utests/SCIFIOCellImgTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ scifio ---
[INFO] Surefire report directory: <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
[Parser] [WARN] Unknown value of attribute 'parallel' at suite level: '@PARALLEL@'.
[ECLIPSE HELPER] Indexing annotations...
[WARNING] Expected positive value for PhysicalSizeX; got 0.0
[WARNING] Expected positive value for PhysicalSizeY; got 0.0
Tests run: 1001, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.294 sec <<< FAILURE! - in TestSuite
testAdjustingTrailingAxis(io.scif.utests.MetadataTest)  Time elapsed: 0.012 sec  <<< FAILURE!
java.lang.AssertionError: expected:<4> but was:<3>
	at org.testng.Assert.fail(Assert.java:89)
	at org.testng.Assert.failNotEquals(Assert.java:443)
	at org.testng.Assert.assertEquals(Assert.java:113)
	at org.testng.Assert.assertEquals(Assert.java:328)
	at org.testng.Assert.assertEquals(Assert.java:338)
	at io.scif.utests.MetadataTest.testAdjustingTrailingAxis(MetadataTest.java:258)


Results :

Failed tests: 
  MetadataTest.testAdjustingTrailingAxis:258 expected:<4> but was:<3>

Tests run: 1001, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SCIFIO projects ................................... SUCCESS [1.235s]
[INFO] SCIFIO Core ....................................... FAILURE [38.459s]
[INFO] SCIFIO Tools ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.761s
[INFO] Finished at: Sat Jun 21 01:00:05 CDT 2014
[INFO] Final Memory: 20M/289M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project scifio: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.imagej.net/job/SCIFIO/ws/scifio/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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scifio
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
Performance: Percentage of errors greater or equal than 0% sets the build as unstable
Performance: Percentage of errors greater or equal than 0% sets the build as failure



Performance: Recording JUnit reports '**/TEST-*.xml'
TEST-TestSuite.xml has an average of: 19
Performance: File TEST-TestSuite.xml reported 0.0999000999000999% of errors [FAILURE]. Build status is: FAILURE






More information about the ImageJ-builds mailing list