You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/01/01 17:05:58 UTC

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » it_fix #5

See https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/it_fix/5/

Changes:

* add mavenLinkerPublisher

All tests passed

Build log:
[...truncated 7248 lines...]
[warn] No explicit value set for target or release! To ensure the same result even after upgrading this plugin, please add 

    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
        <release>6</release>
      </configuration>
    </plugin>

[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test-classes\unit\compiler-fork-test\src\test\java\TestCompile1TestCase.java
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  f:\jenkins\jenkins-slave\workspace\.maven_repositories\null\junit\junit\3.8.1\junit-3.8.1.jar
[debug]  f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test\unit\compiler-fork-test\target\classes
[debug] Source roots:
[debug]  f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test-classes\unit\compiler-fork-test/src/test/java
[debug] Excutable: 
[debug]  f:\jenkins\tools\java\latest11\bin\javac
[debug] Command line options:
[debug] -d f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test\unit\compiler-fork-test\target\test-classes -classpath f:\jenkins\jenkins-slave\workspace\.maven_repositories\null\junit\junit\3.8.1\junit-3.8.1.jar;f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test\unit\compiler-fork-test\target\classes; -sourcepath f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test-classes\unit\compiler-fork-test/src/test/java; f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test-classes\unit\compiler-fork-test\src\test\java\TestCompile1TestCase.java -g -verbose -target 1.6 -source 1.6
[warn] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\test\unit\compiler-fork-test\target\test-classes
[debug] incrementalBuildHelper#afterRebuildExecution
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.084 s - in org.apache.maven.plugin.compiler.CompilerMojoTestCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ maven-compiler-plugin ---
[INFO] Building jar: f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\maven-compiler-plugin-3.8.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-compiler-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ maven-compiler-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:install (integration-test) @ maven-compiler-plugin ---
[INFO] Installing f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\pom.xml to f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\local-repo\org\apache\maven\plugins\maven-compiler-plugin\3.8.1-SNAPSHOT\maven-compiler-plugin-3.8.1-SNAPSHOT.pom
[INFO] Installing f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\maven-compiler-plugin-3.8.1-SNAPSHOT.jar to f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\local-repo\org\apache\maven\plugins\maven-compiler-plugin\3.8.1-SNAPSHOT\maven-compiler-plugin-3.8.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:integration-test (integration-test) @ maven-compiler-plugin ---
[INFO] Running 3 setup jobs:
[INFO] Building: setup_jar_automodule\pom.xml
[INFO]           setup_jar_automodule\pom.xml ..................... SUCCESS (9.9 s)
[INFO] Building: setup_jar_module\pom.xml
[INFO]           setup_jar_module\pom.xml ......................... SUCCESS (4.5 s)
[INFO] Building: setup_x\pom.xml
[INFO]           setup_x\pom.xml .................................. SUCCESS (3.7 s)
[INFO] Setup done.
[INFO] Building: automodules-application\pom.xml
[INFO] run post-build script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/f:/jenkins/jenkins-slave/workspace/.maven_repositories/null/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]           automodules-application\pom.xml .................. SUCCESS (3.5 s)
[INFO] Building: automodules-library\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           automodules-library\pom.xml ...................... SUCCESS (3.1 s)
[INFO] Building: automodules-manifest\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           automodules-manifest\pom.xml ..................... SUCCESS (3.7 s)
[INFO] Building: automodules-transitive-module\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           automodules-transitive-module\pom.xml ............ SUCCESS (3.5 s)
[INFO] Building: default\pom.xml
[INFO] run post-build script verify.bsh
[INFO]           default\pom.xml .................................. SUCCESS (3.5 s)
[INFO] Building: default-incremental-disable\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           default-incremental-disable\pom.xml .............. SUCCESS (5.9 s)
[INFO] Building: error-prone-compiler\pom.xml
[INFO]           error-prone-compiler\pom.xml ..................... SKIPPED due to JRE version
[INFO] Building: groovy-project-with-new-plexus-compiler\pom.xml
[INFO]           groovy-project-with-new-plexus-compiler\pom.xml .. SKIPPED due to JRE version
[INFO] Building: includes-excludes\pom.xml
[INFO] run post-build script verify.bsh
[INFO]           includes-excludes\pom.xml ........................ SUCCESS (2.8 s)
[INFO] Building: jdk16-annotation\pom.xml
[INFO] run post-build script verify.bsh
[INFO]           jdk16-annotation\pom.xml ......................... SUCCESS (3.0 s)
[INFO] Building: jdk9-exportsto\pom.xml
[INFO]           jdk9-exportsto\pom.xml ........................... SUCCESS (2.9 s)
[INFO] Building: jpms_add-exports\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           jpms_add-exports\pom.xml ......................... SUCCESS (3.1 s)
[INFO] Building: jpms_compile-main-empty-test-bar\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           jpms_compile-main-empty-test-bar\pom.xml ......... SUCCESS (3.8 s)
[INFO] Building: jpms_compile-main-foo-test-bar\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           jpms_compile-main-foo-test-bar\pom.xml ........... SUCCESS (4.5 s)
[INFO] Building: jpms_compile-main-foo-test-foo\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           jpms_compile-main-foo-test-foo\pom.xml ........... SUCCESS (3.6 s)
[INFO] Building: jpms_patch-module\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           jpms_patch-module\pom.xml ........................ SUCCESS (3.6 s)
[INFO] Building: mcompiler-106\pom.xml
[INFO]           mcompiler-106\pom.xml ............................ SUCCESS (3.1 s)
[INFO] Building: mcompiler-120\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           mcompiler-120\pom.xml ............................ SUCCESS (3.9 s)
[INFO] Building: MCOMPILER-129\pom.xml
[INFO]           MCOMPILER-129\pom.xml ............................ SUCCESS (3.2 s)
[INFO] Building: mcompiler-135\pom.xml
[INFO]           mcompiler-135\pom.xml ............................ SUCCESS (4.0 s)
[INFO] Building: MCOMPILER-157\pom.xml
[INFO]           MCOMPILER-157\pom.xml ............................ SUCCESS (13.1 s)
[INFO] Building: MCOMPILER-170\pom.xml
[INFO]           MCOMPILER-170\pom.xml ............................ SUCCESS (3.7 s)
[INFO] Building: mcompiler-179\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           mcompiler-179\pom.xml ............................ SUCCESS (4.2 s)
[INFO] Building: mcompiler-182\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           mcompiler-182\pom.xml ............................ SUCCESS (17.6 s)
[INFO] Building: MCOMPILER-190\pom.xml
[INFO]           MCOMPILER-190\pom.xml ............................ SUCCESS (10.1 s)
[INFO] Building: MCOMPILER-192\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-192\pom.xml ............................ SUCCESS (2.8 s)
[INFO] Building: MCOMPILER-197\pom.xml
[INFO]           MCOMPILER-197\pom.xml ............................ SKIPPED due to JRE version
[INFO] Building: MCOMPILER-203-processorpath\pom.xml
[INFO]           MCOMPILER-203-processorpath\pom.xml .............. SUCCESS (11.8 s)
[INFO] Building: mcompiler-21_class-remove\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           mcompiler-21_class-remove\pom.xml ................ SUCCESS (10.2 s)
[INFO] Building: mcompiler-21_methodname-change\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           mcompiler-21_methodname-change\pom.xml ........... SUCCESS (10.6 s)
[INFO] Building: MCOMPILER-224\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-224\pom.xml ............................ SUCCESS (3.3 s)
[INFO] Building: MCOMPILER-228\pom.xml
[INFO]           MCOMPILER-228\pom.xml ............................ SUCCESS (3.5 s)
[INFO] Building: MCOMPILER-260_customArguments\pom.xml
[INFO]           MCOMPILER-260_customArguments\pom.xml ............ SUCCESS (4.1 s)
[INFO] Building: MCOMPILER-268_modulepath\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-268_modulepath\pom.xml ................. SUCCESS (3.3 s)
[INFO] Building: MCOMPILER-270_release\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-270_release\pom.xml .................... SUCCESS (4.1 s)
[INFO] Building: MCOMPILER-275_separate-moduleinfo\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-275_separate-moduleinfo\pom.xml ........ SUCCESS (4.0 s)
[INFO] Building: MCOMPILER-284\pom.xml
[INFO] run post-build script verify.bsh
[INFO]           MCOMPILER-284\pom.xml ............................ SUCCESS (2.7 s)
[INFO] Building: MCOMPILER-294\pom.xml
[INFO]           MCOMPILER-294\pom.xml ............................ SUCCESS (4.1 s)
[INFO] Building: MCOMPILER-298\pom.xml
[INFO]           MCOMPILER-298\pom.xml ............................ SUCCESS (5.9 s)
[INFO] Building: MCOMPILER-321_pathexceptions\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-321_pathexceptions\pom.xml ............. SUCCESS (3.6 s)
[INFO] Building: MCOMPILER-328_multiReleaseOutput\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-328_multiReleaseOutput\pom.xml ......... SUCCESS (3.9 s)
[INFO] Building: MCOMPILER-332_release10\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-332_release10\pom.xml .................. SUCCESS (4.5 s)
[INFO] Building: MCOMPILER-336_incremental-modulepath\pom.xml
[INFO]           MCOMPILER-336_incremental-modulepath\pom.xml ..... SUCCESS (9.0 s)
[INFO] Building: MCOMPILER-349_dependencyChanged\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCOMPILER-349_dependencyChanged\pom.xml .......... SUCCESS (14.5 s)
[INFO] Building: MCOMPILER-360\pom.xml
[INFO]           MCOMPILER-360\pom.xml ............................ SUCCESS (3.1 s)
[INFO] Building: multirelease-patterns\multimodule\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           multirelease-patterns\multimodule\pom.xml ........ SUCCESS (11.6 s)
[INFO] Building: multirelease-patterns\multiproject\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           multirelease-patterns\multiproject\pom.xml ....... SUCCESS (26.0 s)
[INFO] Building: multirelease-patterns\packaging-plugin\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           multirelease-patterns\packaging-plugin\pom.xml ... SUCCESS (12.6 s)
[INFO] Building: multirelease-patterns\singleproject-runtime\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           multirelease-patterns\singleproject-runtime\pom.xml SUCCESS (7.1 s)
[INFO] Building: non-english-warnings\pom.xml
[INFO] run post-build script verify.bsh
[INFO]           non-english-warnings\pom.xml ..................... SUCCESS (3.2 s)
[INFO] Building: test1\pom.xml
[INFO]           test1\pom.xml .................................... SUCCESS (3.5 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ maven-compiler-plugin ---
[INFO] There are 2 errors reported by Checkstyle 6.18 with config/maven_checks.xml ruleset.
[INFO] Ignored 2 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @ maven-compiler-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 51, Failed: 0, Errors: 0, Skipped: 3
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:24 min
[INFO] Finished at: 2019-01-01T17:04:28Z
[INFO] Final Memory: 48M/167M
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated F:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2@tmp\withMaven102cd038\maven-spy-20190101-165903-7279964726084719383049.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact windows-jdk11-m3.5.x_build\pom.xml under org\apache\maven\plugins\maven-compiler-plugin\3.8.1-SNAPSHOT\maven-compiler-plugin-3.8.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact windows-jdk11-m3.5.x_build\target\maven-compiler-plugin-3.8.1-SNAPSHOT.jar under org\apache\maven\plugins\maven-compiler-plugin\3.8.1-SNAPSHOT\maven-compiler-plugin-3.8.1-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.8.1-SNAPSHOT generated by maven-surefire-plugin:test (default-test): windows-jdk11-m3.5.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.8.1-SNAPSHOT in source directory windows-jdk11-m3.5.x_build\src\main\java
[TASKS] Scanning folder 'f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2' for files matching the pattern 'windows-jdk11-m3.5.x_build\src\main\java\**\*' - excludes: null
[TASKS] Found 9 files to scan for tasks
[TASKS] Found 6 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #3
[withMaven] invokerPublisher - Archive invoker results for Maven artifact MavenArtifact{org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.8.1-SNAPSHOT(version: 3.8.1-SNAPSHOT, snapshot:false) } generated by PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.1.0@integration-test  integration-test}: windows-jdk11-m3.5.x_build\target\invoker-reports\*.xml
[withMaven] Publishers: Generated Artifacts Publisher: 727 ms, Junit Publisher: 514 ms, Open Task Scanner Publisher: 457 ms, Dependencies Fingerprint Publisher: 412 ms, Invoker Publisher: 84841 ms, Pipeline Graph Publisher: 11 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
ERROR: Cannot delete workspace :f:\jenkins\jenkins-slave\workspace\box_maven-compiler-plugin_it_fix@2\windows-jdk11-m3.5.x_build\target\invoker-reports\BUILD-automodules-application.xml
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch windows-jdk11-m3.5.x_build
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext

Build succeeded in Jenkins: Maven TLP » maven-compiler-plugin » it_fix #6

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/it_fix/6/

Changes:

* Disable cleanWs() due to issues with file handles on Windows
* added a link to asf-gitpubsub-jenkins-plugin
* fixed markup (asciidoc, not markdown...)

All tests passed