Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: microprofile-concurrency-maven-snapshots #29

See <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/29/display/redirect?page=changes>

Changes:

[nmittles] Issue 60: verify ThreadContext.Builder API methods: cleared, propagated,

[nmittles] Issue 60: verify ThreadContext API method currentContextExecutor

[nmittles] Review comment updates 1.

[nmittles] Fix formatting of tabs to spaces.

[nmittles] Issue 60: Verify ManagedExecutor.Builder cleared(), and propagated()

[nmittles] Review changes 1.

------------------------------------------
Started by an SCM change
Building in workspace <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-concurrency.git
 > /usr/local/bin/git init <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
 > /usr/local/bin/git --version # timeout=10
Setting http proxy: proxy.eclipse.org:9898
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
Setting http proxy: proxy.eclipse.org:9898
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a960d9c5efa6328329f50d80a65979a538ba2e49 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f a960d9c5efa6328329f50d80a65979a538ba2e49
Commit message: "Merge pull request #70 from nmittles/issue60_contextControlsForManagedExecutorBuilder"
 > /usr/local/bin/git rev-list --no-walk e9cdf788f9bc713c8020f30e820b385fb1d7d031 # timeout=10
Parsing POMs
Established TCP socket on 41627
[workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.27.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 41627
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/pom.xml> install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Concurrency                                           [pom]
[INFO] MicroProfile Concurrency                                           [jar]
[INFO] microprofile-concurrency-tck                                       [jar]
[INFO] 
[INFO] --< org.eclipse.microprofile.concurrency:microprofile-concurrency-parent >--
[INFO] Building MicroProfile Concurrency 1.0-SNAPSHOT                     [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-concurrency-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 67 implicit excludes (use -debug for more details).
[INFO] 8 explicit excludes (use -debug for more details).
[INFO] 14 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 13 licenses.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-concurrency-parent ---
[INFO] Starting audit...
[ERROR] <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ManagedExecutorTest.java>:321:9: '}' at column 9 should be alone on a line. [RightCurly]
[ERROR] <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ManagedExecutorTest.java>:333:9: '}' at column 9 should be alone on a line. [RightCurly]
[ERROR] <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/tck/src/main/java/org/eclipse/microprofile/concurrency/tck/ThreadContextTest.java>:605:9: '}' at column 9 should be alone on a line. [RightCurly]
Audit done.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile Concurrency 1.0-SNAPSHOT .............. FAILURE [  3.831 s]
[INFO] MicroProfile Concurrency ........................... SKIPPED
[INFO] microprofile-concurrency-tck 1.0-SNAPSHOT .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.122 s
[INFO] Finished at: 2018-12-21T17:44:24-05:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) on project microprofile-concurrency-parent: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There are 3 errors reported by Checkstyle 6.18 with <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/mp_checkstyle_rules.xml> ruleset. -> [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://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/tck/pom.xml> to org.eclipse.microprofile.concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile.concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/microprofile-concurrency-parent-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-maven-snapshots/ws/api/pom.xml> to org.eclipse.microprofile.concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-SNAPSHOT.pom
channel stopped
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top