[ImageJ-builds] Build failed in Jenkins: bigdataviewer-server #7
jenkins at imagej.net
jenkins at imagej.net
Fri Feb 13 09:18:12 CST 2015
See <http://jenkins.imagej.net/job/bigdataviewer-server/7/changes>
Changes:
[hkmoon] Handle multiple datasets with different contexts and XML file provided through http
[hkmoon] Add context based handler for handling multiple datasets
[hkmoon] Add /manager context to manage datasets
[Tobias Pietzsch] format code
[Tobias Pietzsch] use 1.0.3-SNAPSHOT version of bigdataviewer-core (temporarily)
[Tobias Pietzsch] implement provideXML() through spim_data classes (transparently takes care of legacy data-sets in the old, deprecated BDV XML format)
[hkmoon] Add StatisticsHandler for /manager context
[hkmoon] Add ThreadPool and ServerConnector configuration for handling high load
[hkmoon] Add ConnectorStatistics for collect the connector's statistics
[hkmoon] Add Templates for /manager
[hkmoon] Create the remote xml file only once and keep it ready as a String
[hkmoon] Format code
[hkmoon] Add org.antlr.stringtemplate in pom.xml for templating /manager context
[hkmoon] Add a command-line parameters processor
[hkmoon] Fix maven compile configuration for jdk 1.7
[hkmoon] Remove static "localhost" setting for setHost()
[hkmoon] Add json format of dataset lists for BigDataBrowserPlugin
[hkmoon] Add provideSettings() for remote clients
[hkmoon] Add "Number of datasets" and "Total size of datasets" in manager context
[hkmoon] Add Thumbnail generator for the BigDataServer
[Tobias Pietzsch] update parent to pom-bigdatviewer 1.0.7. remove bigdataview-core SNAPSHOT binding.
[Tobias Pietzsch] autoformat pom.xml
[Tobias Pietzsch] fix pom: re-enable enforcer, set scijava.jvm.version to 1.7 instead
[Tobias Pietzsch] clean up command-line argument processing:
[Tobias Pietzsch] formatting
[Tobias Pietzsch] throw UnsupportedOperationException instead of obscure sun.reflect... exception
[Tobias Pietzsch] remember baseFilename (dataset name without .xml), split metadataJson computation into separate method
[Tobias Pietzsch] depend on core SNAPSHOT
[Tobias Pietzsch] build and cache remote dataset XML in the constructor (split out into helper method)
[Tobias Pietzsch] formatted, removed unused member variables, added javadoc
[Tobias Pietzsch] Constants defines reserved names ("json", "manager") that cannot be used
[Tobias Pietzsch] rename JsonHandler to JsonDatasetListHandler to clarify its purpose
[Tobias Pietzsch] read and cache settings.xml file in the CellHandler constructor
[Tobias Pietzsch] remove declared Exception that isn't thrown
[Tobias Pietzsch] move "respond-with-utf8-string" pattern into helper method
[Tobias Pietzsch] remove InitializeThumbState, use InitializeViewerState from core instead.
[Tobias Pietzsch] formatting
[Tobias Pietzsch] use BigDataViewer.initSetups(), remove duplicated code.
[Tobias Pietzsch] Thumbnail doesn't need to extend JFrame
[Tobias Pietzsch] use width and height parameters instead of constants
[Tobias Pietzsch] simplify thumbnail generation
[Tobias Pietzsch] put thumbnail width and height into Constants
[Tobias Pietzsch] don't read thumbnail into BufferedImage. Just send the bytes out.
[Tobias Pietzsch] * create thumbnails in a temporary directory, not next to the dataset.
[Tobias Pietzsch] gitignore more stuff
[Tobias Pietzsch] disable the "-m" option (ManagerHandler) by default.
[Tobias Pietzsch] allow whitespace between name and xml path in datasets file, as long as there is at least one TAB.
[Tobias Pietzsch] add "-t" command line option to set thumbnail directory
[Tobias Pietzsch] update parent to pom-bigdataviewer 1.0.9
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/bigdataviewer-server/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/bigdataviewer/bigdataviewer-server
Checking out Revision a012f67920059219e5cfeac9e6225dfe3cd799d7 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson6915538752086295802.sh
+ git clean -dfx
Removing target/
[workspace] $ /bin/sh -xe /tmp/hudson8770843173602802430.sh
+ mvn -U -Pdeploy-to-imagej deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building BigDataServer 1.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.imagej.net/content/groups/public/sc/fiji/bigdataviewer-core/1.0.4-SNAPSHOT/maven-metadata.xml
2/2 KB
Downloaded: http://maven.imagej.net/content/groups/public/sc/fiji/bigdataviewer-core/1.0.4-SNAPSHOT/maven-metadata.xml (2 KB at 1.3 KB/sec)
Downloading: http://maven.imagej.net/content/groups/public/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom
4/8 KB
8/8 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom (8 KB at 22.5 KB/sec)
Downloading: http://maven.imagej.net/content/groups/public/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar
4/146 KB
8/146 KB
12/146 KB
16/146 KB
20/146 KB
24/146 KB
28/146 KB
32/146 KB
36/146 KB
40/146 KB
44/146 KB
48/146 KB
52/146 KB
56/146 KB
60/146 KB
64/146 KB
68/146 KB
72/146 KB
76/146 KB
80/146 KB
84/146 KB
88/146 KB
92/146 KB
96/146 KB
100/146 KB
104/146 KB
108/146 KB
112/146 KB
116/146 KB
120/146 KB
124/146 KB
128/146 KB
132/146 KB
136/146 KB
140/146 KB
144/146 KB
146/146 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar (146 KB at 2546.4 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ bigdataviewer-server ---
[INFO] Adding ignorable dependency: null:jcodings:null
[INFO] Adding ignore: org/jcodings/*
[INFO] Adding ignorable dependency: null:jnr-constants:null
[INFO] Adding ignore: com/kenai/constantine/*
[INFO] Adding ignore: jnr/constants/*
[INFO] Adding ignorable dependency: null:jnr-ffi:null
[INFO] Adding ignore: jnr/ffi/*
[INFO] Adding ignorable dependency: null:VIB-lib:null
[INFO] Adding ignore: javax/media/j3d/
[INFO] Adding ignorable dependency: null:j3d-core:null
[INFO] Adding ignore: javax/media/j3d/
[INFO] Adding ignorable dependency: null:joda-time:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: null:slf4j-log4j12:null
[INFO] Adding ignore: org/slf4j/impl/*
[INFO] Adding ignorable dependency: batik:batik:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: jama:jama:null
[INFO] Adding ignore: Jama/*
[INFO] Adding ignorable dependency: com.sun:tools:null
[INFO] Adding ignore: *
[WARNING] Rule 0: org.scijava.maven.plugin.RequireReproducibleBuilds failed with message:
The following dependencies either are SNAPSHOT versions (V), contain
SNAPSHOT parents (P), or contain SNAPSHOT dependencies (D):
(V) sc.fiji:bigdataviewer-core:1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.539s
[INFO] Finished at: Fri Feb 13 09:18:12 CST 2015
[INFO] Final Memory: 29M/361M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce-rules) on project bigdataviewer-server: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ImageJ-builds
mailing list