You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/17 21:17:31 UTC

Build failed in Jenkins: commons-lang #798

See <https://builds.apache.org/job/commons-lang/798/display/redirect?page=changes>

Changes:

[garydgregory] Follow current style: @Test methods are public.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu) in workspace <https://builds.apache.org/job/commons-lang/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/commons-lang.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/commons-lang.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/commons-lang.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 724c00f0e86926e758b56bea03cdc517c475ad6a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 724c00f0e86926e758b56bea03cdc517c475ad6a
Commit message: "Follow current style: @Test methods are public."
 > git rev-list --no-walk e22a5ea87addb8d786925a46d74d8dfb2a6c41d2 # timeout=10
Parsing POMs
Established TCP socket on 40689
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[commons-lang] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest/ /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 40689
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/commons-lang/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean install javadoc:javadoc --batch-mode -Dgpg.skip -Prelease
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.commons:commons-lang3 >------------------
[INFO] Building Apache Commons Lang 3.11-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ commons-lang3 ---
[INFO] Deleting <https://builds.apache.org/job/commons-lang/ws/target>
[INFO] 
[INFO] --- commons-release-plugin:1.7:clean-staging (clean-staging) @ commons-lang3 ---
[INFO] Checking out dist from: scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang
Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-lang/ws/target/commons-release-plugin'> && 'svn' '--username' 'jenkins' '--no-auth-cache' '--non-interactive' 'checkout' 'https://dist.apache.org/repos/dist/dev/commons/lang@' '<https://builds.apache.org/job/commons-lang/ws/target/commons-release-plugin/scm-cleanup'>
[INFO] No files to delete
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-lang3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-lang3 ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-lang3 ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/commons-lang/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 73 implicit excludes (use -debug for more details).
[INFO] 14 explicit excludes (use -debug for more details).
[INFO] 425 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 420 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-lang3 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-lang3 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/commons-lang/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-lang3 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-lang3 ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-lang/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/commons-lang/ws/>
[INFO] Storing buildNumber: 724c00f0e86926e758b56bea03cdc517c475ad6a at timestamp: 1592428632740
[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-lang/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/commons-lang/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ commons-lang3 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/commons-lang/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-lang3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 203 source files to <https://builds.apache.org/job/commons-lang/ws/target/classes>
[INFO] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/ObjectUtils.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/ObjectUtils.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/text/StrBuilder.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/text/StrBuilder.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[42,47] package org.apache.commons.lang3.stream.Streams does not exist
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[668,23] cannot find symbol
  symbol:   class FailableStream
  location: class org.apache.commons.lang3.Functions
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[683,23] cannot find symbol
  symbol:   class FailableStream
  location: class org.apache.commons.lang3.Functions
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[669,20] cannot find symbol
  symbol:   class FailableStream
  location: class org.apache.commons.lang3.Functions
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[684,20] cannot find symbol
  symbol:   class FailableStream
  location: class org.apache.commons.lang3.Functions
[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.064 s
[INFO] Finished at: 2020-06-17T21:17:25Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons-lang3: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[42,47] package org.apache.commons.lang3.stream.Streams does not exist
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[668,23] cannot find symbol
[ERROR] symbol:   class FailableStream
[ERROR] location: class org.apache.commons.lang3.Functions
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[683,23] cannot find symbol
[ERROR] symbol:   class FailableStream
[ERROR] location: class org.apache.commons.lang3.Functions
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[669,20] cannot find symbol
[ERROR] symbol:   class FailableStream
[ERROR] location: class org.apache.commons.lang3.Functions
[ERROR] <https://builds.apache.org/job/commons-lang/ws/src/main/java/org/apache/commons/lang3/Functions.java>:[684,20] cannot find symbol
[ERROR] symbol:   class FailableStream
[ERROR] location: class org.apache.commons.lang3.Functions
[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 <https://builds.apache.org/job/commons-lang/ws/pom.xml> to org.apache.commons/commons-lang3/3.11-SNAPSHOT/commons-lang3-3.11-SNAPSHOT.pom
Sending e-mails to: notifications@commons.apache.org
channel stopped

Jenkins build is back to normal : commons-lang #799

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-lang/799/display/redirect?page=changes>