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/06/16 03:51:39 UTC

Build failed in Jenkins: Commons-CRYPTO-JDK1.6 » Apache Commons Crypto #48

See <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/48/changes>

Changes:

[sdp] CRYPTO-69: Activate Travis CI

[sdp] CRYPTO-64: Remove code uses sun classes

[sdp] CRYPTO-66: Fix compiling warning

------------------------------------------
Established TCP socket on 40363
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Established TCP socket on 57478
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/2 clean apache-rat:check test -Pfindbugs site -Plinux64,-linux32 -Dcommons.crypto.lib.path=target/commons-crypto-1.0.0-SNAPSHOT-Linux-x86_64/
[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] Deleting <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/target>
[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] 86 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: 81 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-resources-plugin:2.7:resources (create-version-file) @ commons-crypto ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-crypto ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-crypto ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-crypto ---
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/>
[INFO] Storing buildNumber: null at timestamp: 1466049097421
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-crypto ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ commons-crypto ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to <https://builds.apache.org/job/Commons-CRYPTO-JDK1.6/org.apache.commons$commons-crypto/ws/target/classes>
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (make) @ commons-crypto ---
[INFO] Executing tasks

make:
     [exec] make native OS_NAME=Linux OS_ARCH=x86_64
     [exec] make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Commons-CRYPTO-JDK1.6'
     [exec] "$JAVA_HOME/bin/javah" -force -classpath target/jni-classes:target/classes -o target/jni-classes/org/apache/commons/crypto/random/OpensslCryptoRandomNative.h org.apache.commons.crypto.random.OpensslCryptoRandomNative
     [exec] Error: Can't recover from an I/O error with the following message: target/jni-classes/org/apache/commons/crypto/random/OpensslCryptoRandomNative.h (No such file or directory).
     [exec] make[1]: *** [target/jni-classes/org/apache/commons/crypto/random/OpensslCryptoRandomNative.h] Error 15
     [exec] make: *** [linux64] Error 2
     [exec] make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Commons-CRYPTO-JDK1.6'

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