You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/05/03 13:31:18 UTC

Build failed in Jenkins: Commons-CRYPTO-JDK1.6 #1

See <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/1/>

------------------------------------------
Started by user sdp
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/commons-crypto.git
 > git init <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/commons-crypto.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/commons-crypto.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/commons-crypto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/commons-crypto.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/commons-crypto.git
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/commons-crypto.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 24719f352f3ded737804e3a5f79b01b821cf2081 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 24719f352f3ded737804e3a5f79b01b821cf2081
First time build. Skipping changelog.
Setting MAVEN_3_0_4_HOME=/home/jenkins/tools/maven/apache-maven-3.0.4
Setting JDK_1_7_0_79_UNLIMITED_SECURITY__HOME=/home/jenkins/tools/java/jdk1.7.0_79-unlimited-security
Setting JDK1_8_0_66_UNLIMITED_SECURITY_HOME=/home/jenkins/tools/java/jdk1.8.0_66-unlimited-security
Setting JDK_1_6_UNLIMITED_SECURITY__HOME=/home/jenkins/tools/java/jdk1.6.0_20-32-unlimited-security
Parsing POMs
Discovered a new module org.apache.commons:commons-crypto Apache Commons Crypto
Modules changed, recalculating dependency graph
Established TCP socket on 50531
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Commons-CRYPTO-JDK1.6] $ /home/jenkins/tools/java/jdk1.6.0_20-32-unlimited-security/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 50531
<===[JENKINS REMOTING CAPACITY]===>   channel started
ERROR: [JENKINS-18403] JDK 5 not supported to run Maven; retrying with slave Java and setting compile/test properties to point to /home/jenkins/tools/java/jdk1.6.0_20-32-unlimited-security
Established TCP socket on 49279
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Commons-CRYPTO-JDK1.6] $ /x1/jenkins/tools/java/jdk1.7.0_55/jre/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 49279
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean apache-rat:check test -Pfindbugs site
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Crypto 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ commons-crypto ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default-cli) @ commons-crypto ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: site-content/**
[INFO] Exclude: .checkstyle
[INFO] Exclude: .fbprefs
[INFO] Exclude: .pmd
[INFO] Exclude: src/site/resources/download_*.cgi
[INFO] Exclude: src/site/resources/profile.*
[INFO] 79 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 77 licence.
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-crypto ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:parse-version (parse-version) @ commons-crypto ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-crypto ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (make) @ commons-crypto ---
[INFO] Executing tasks

make:
     [exec] compiling OSInfo.java
     [exec] "$JAVA_HOME/bin/javac" -source 1.6 -target 1.6 -d target/jni-classes -sourcepath src/main/java src/main/java/org/apache/commons/crypto/random/OpensslCryptoRandomNative.java
     [exec] "$JAVA_HOME/bin/javah" -force -classpath target/jni-classes -o target/jni-classes/org/apache/commons/crypto/random/OpensslCryptoRandomNative.h org.apache.commons.crypto.random.OpensslCryptoRandomNative
     [exec] cc1: fatal error: lib/inc_linux/jni_md.h: No such file or directory
     [exec] compilation terminated.
     [exec] gcc -include lib/inc_linux/jni_md.h -I/home/jenkins/tools/java/jdk1.6.0_20-32-unlimited-security/include -O2 -fPIC -fvisibility=hidden -m32 -Ilib/include -I/usr/include -I"src/main/native/org/apache/commons/crypto/" -I"/home/jenkins/tools/java/jdk1.6.0_20-32-unlimited-security/include/linux" -I"target/jni-classes/org/apache/commons/crypto/cipher" -I"target/jni-classes/org/apache/commons/crypto/random" -c src/main/native/org/apache/commons/crypto/random/OpensslCryptoRandomNative.c -o target/commons-crypto-1.0.0-SNAPSHOT-Linux-x86/OpensslCryptoRandom.o
     [exec] make: *** [target/commons-crypto-1.0.0-SNAPSHOT-Linux-x86/OpensslCryptoRandom.o] Error 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.147s
[INFO] Finished at: Tue May 03 11:31:20 UTC 2016
[INFO] Final Memory: 15M/250M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (make) on project commons-crypto: An Ant BuildException has occured: exec returned: 2
[ERROR] around Ant part ...<exec dir="<https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/"> executable="make" failonerror="true">... @ 5:112 in <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/target/antrun/build-make.xml>
[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/MojoExecutionException
[JENKINS] Archiving <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/ws/pom.xml> to org.apache.commons/commons-crypto/1.0.0-SNAPSHOT/commons-crypto-1.0.0-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
Sending e-mails to: dev@commons.apache.org
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org