[ImageJ-devel] Build failed in Jenkins: ImageJ1-unit-tests #4

jenkins at loci.wisc.edu jenkins at loci.wisc.edu
Tue Mar 20 11:56:42 CDT 2012


See <http://dev.loci.wisc.edu:8080/job/ImageJ1-unit-tests/4/changes>

Changes:

[Curtis Rueden] Rename _ij1-patches to ij1-tests & remove old code.

[Curtis Rueden] Build system fixes:

[Curtis Rueden] Add missing factorypath config files.

[Curtis Rueden] Update SezPoz version to 1.9 for Eclipse.

[Curtis Rueden] Fix files missing terminating newline.

[Curtis Rueden] Standardize references to ImgLib library.

[Curtis Rueden] Fix compile errors in IJ1 unit tests.

[Curtis Rueden] Readd Calibration comparison tests.

[Curtis Rueden] Fix FileInfoTest#testGetBytesPerPixel to pass.

[Curtis Rueden] Add missing header & copyright to ij1-tests.

[Curtis Rueden] Clean up ij1-tests headers.

[Curtis Rueden] Fix a bunch of warnings.

[Barry DeZonia] fix tests that mistakenly swapped rows and cols of test images. rename test files to represent ImageJ 1.x's axis order convention.

[Barry DeZonia] disable test that checked exact pixel layout of arrowheads. removed to accommodate changes in IJ1 for outlined arrows.

[Barry DeZonia] update a couple tests to be valid with 1.45q

[Barry DeZonia] fixed a couple tests to conform with 1.45q

[Curtis Rueden] Remove "imagej-" prefix from pom projects.

[Curtis Rueden] Standardize groupId to match Maven convention.

[Curtis Rueden] Clean up dependencies

[Curtis Rueden] Rename POM projects... hopefully for the last time

[Curtis Rueden] Fix compile error with ImageJ 1.46b

[Curtis Rueden] Update project URLs to use new domain name

[Curtis Rueden] Use new maven.imagej.net subdomain

[Curtis Rueden] Use scijava parent POM

[Curtis Rueden] Change parent POM to use pom-scijava

[Curtis Rueden] Ignore Eclipse metadata and Maven build folder

[Curtis Rueden] Remove unnecessary .settings folder

[Curtis Rueden] Fix compile error caused by addSlice ambiguity

------------------------------------------
Started by user curtis
Checkout:workspace / <http://dev.loci.wisc.edu:8080/job/ImageJ1-unit-tests/ws/> - hudson.remoting.LocalChannel at 5aee58a1
Using strategy: Default
Last Built Revision: Revision 7d41442334a252969c54dde570f0b89a538391b7 (origin/master)
Checkout:workspace / <http://dev.loci.wisc.edu:8080/job/ImageJ1-unit-tests/ws/> - hudson.remoting.LocalChannel at 5aee58a1
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/ij1-tests
[workspace] $ git fetch -t git://github.com/imagej/ij1-tests +refs/heads/*:refs/remotes/origin/*
>From git://github.com/imagej/ij1-tests
 + 7d41442...ac27679 master     -> origin/master  (forced update)
[workspace] $ git ls-tree HEAD
Seen branch in repository origin/master
Commencing build of Revision ac27679e69b305845c7785c0f0840e1d3f3dead0 (origin/master)
GitAPI created
Checking out Revision ac27679e69b305845c7785c0f0840e1d3f3dead0 (origin/master)
[workspace] $ git checkout -f ac27679e69b305845c7785c0f0840e1d3f3dead0
[workspace] $ git tag -a -f -m "Hudson Build #4" hudson-ImageJ1-unit-tests-4
Recording changes in branch origin/master
[workspace] $ git whatchanged --no-abbrev -M --pretty=raw 7d41442334a252969c54dde570f0b89a538391b7..ac27679e69b305845c7785c0f0840e1d3f3dead0
[workspace] $ /bin/sh -xe /tmp/hudson6861512107615948224.sh
+ mvn
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ1 unit tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ1-unit-tests/workspace/src/main/resources
Downloading: http://maven.imagej.net/content/repositories/thirdparty/net/imagej/ij/1.46i/ij-1.46i.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) net.imagej:ij:jar:1.46i

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=net.imagej -DartifactId=ij -Dversion=1.46i -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=net.imagej -DartifactId=ij -Dversion=1.46i -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) net.imagej:ij1-tests:jar:1.5
  	2) net.imagej:ij:jar:1.46i

----------
1 required artifact is missing.

for artifact: 
  net.imagej:ij1-tests:jar:1.5

from the specified remote repositories:
  imagej.releases (http://maven.imagej.net/content/repositories/releases),
  central (http://repo1.maven.org/maven2),
  loci.releases (http://dev.loci.wisc.edu/maven2/releases),
  imagej.snapshots (http://maven.imagej.net/content/repositories/snapshots),
  java.net (http://download.java.net/maven/2),
  loci.snapshots (http://dev.loci.wisc.edu/maven2/snapshots),
  imagej.thirdparty (http://maven.imagej.net/content/repositories/thirdparty)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Tue Mar 20 11:56:42 CDT 2012
[INFO] Final Memory: 14M/361M
[INFO] ------------------------------------------------------------------------



More information about the ImageJ-devel mailing list