See <http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/171/>

------------------------------------------
Started by user hudson-admin
Building in workspace 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/cytoscape/cy-ndex-2.git # 
 > timeout=10
Fetching upstream changes from https://github.com/cytoscape/cy-ndex-2.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/cytoscape/cy-ndex-2.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3f3d3866626b150029cb7bd3c9a13df79415ea7c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f3d3866626b150029cb7bd3c9a13df79415ea7c
 > git rev-list 3f3d3866626b150029cb7bd3c9a13df79415ea7c # timeout=10
 > git tag -a -f -m Jenkins Build #171 jenkins-coreapp-cyndex-2-171 # timeout=10
Parsing POMs
[workspace] $ /opt/jdk1.8.0_45/bin/java -Djava.awt.headless=true -Xmx2048M 
-XX:MaxPermSize=512M -cp 
/opt/tomcat-home/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.6.jar:/opt/maven/boot/plexus-classworlds-2.4.jar
 org.jvnet.hudson.maven3.agent.Maven3Main /opt/maven 
/var/lib/tomcat6/webapps/jenkins/WEB-INF/lib/remoting-2.33.jar 
/opt/tomcat-home/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.6.jar
 
/opt/tomcat-home/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.6.jar
 37553
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; 
support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/pom.xml> clean deploy
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.cytoscape:cy-ndex-2:bundle:2.2.1
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: org.cytoscape:work-api:jar -> duplicate declaration of version 
${cytoscape.api.version} @ line 263, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building CyNDEx-2 2.2.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cy-ndex-2 ---
[INFO] Deleting 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
cy-ndex-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ cy-ndex-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/target/classes>
[INFO] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/io/cxio/CxExporter.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/io/cxio/CxExporter.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/task/NetworkExportTask.java>:[79,41]
 no suitable constructor found for 
NdexRestClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
      (actual and formal argument lists differ in length)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
      (actual and formal argument lists differ in length)
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/rest/endpoints/impl/NdexNetworkResourceImpl.java>:[494,43]
 no suitable constructor found for 
NdexRestClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
      (actual and formal argument lists differ in length)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
      (actual and formal argument lists differ in length)
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/task/NetworkImportTask.java>:[85,41]
 no suitable constructor found for 
NdexRestClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
      (actual and formal argument lists differ in length)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
      (actual and formal argument lists differ in length)
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/task/NetworkImportTask.java>:[93,41]
 no suitable constructor found for 
NdexRestClient(<nulltype>,<nulltype>,java.lang.String,java.lang.String)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
      (actual and formal argument lists differ in length)
    constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
      (actual and formal argument lists differ in length)
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.141s
[INFO] Finished at: Thu Jan 11 16:02:52 UTC 2018
[INFO] Final Memory: 29M/487M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) 
on project cy-ndex-2: Compilation failure: Compilation failure:
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/task/NetworkExportTask.java>:[79,41]
 no suitable constructor found for 
NdexRestClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/rest/endpoints/impl/NdexNetworkResourceImpl.java>:[494,43]
 no suitable constructor found for 
NdexRestClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/task/NetworkImportTask.java>:[85,41]
 no suitable constructor found for 
NdexRestClient(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/src/main/java/org/cytoscape/cyndex2/internal/task/NetworkImportTask.java>:[93,41]
 no suitable constructor found for 
NdexRestClient(<nulltype>,<nulltype>,java.lang.String,java.lang.String)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String,java.lang.String,java.lang.String)
 is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor 
org.ndexbio.rest.client.NdexRestClient.NdexRestClient(java.lang.String) is not 
applicable
[ERROR] (actual and formal argument lists differ in length)
[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
[JENKINS] Archiving 
<http://code.cytoscape.org/jenkins/job/coreapp-cyndex-2/ws/pom.xml> to 
org.cytoscape/cy-ndex-2/2.2.1/cy-ndex-2-2.2.1.pom
Sending e-mails to: cytoscape-cvs@googlegroups.com
channel stopped

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cytoscape-cvs+unsubscr...@googlegroups.com.
To post to this group, send email to cytoscape-cvs@googlegroups.com.
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to