Build failed in Jenkins: java-opensaml-v4-multi » OpenJDK-14,Windows2016 #485
Shibboleth Jenkins
noreply at shibboleth.net
Tue Feb 18 23:56:31 EST 2020
See <http://127.0.0.1:1583/jenkins/job/java-opensaml-v4-multi/jdk=OpenJDK-14,label=Windows2016/485/display/redirect?page=changes>
Changes:
[Brent Putman] IDP-1397: Removal of deprecated features
[Brent Putman] IDP-1397: Removal of deprecated features
------------------------------------------
[...truncated 13.66 KB...]
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ opensaml-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 129 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\OpenJDK-14\label\Windows2016\opensaml-core\target\classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-core/src/main/java/org/opensaml/core/xml/NamespaceManager.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-core/src/main/java/org/opensaml/core/xml/NamespaceManager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ opensaml-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 35 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ opensaml-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\OpenJDK-14\label\Windows2016\opensaml-core\target\test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-core/src/test/java/org/opensaml/core/xml/XMLObjectBaseTestCase.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-core/src/test/java/org/opensaml/core/xml/XMLObjectBaseTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ opensaml-core ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 136, Failures: 1, Errors: 0, Skipped: 39, Time elapsed: 8.537 s <<< FAILURE! - in TestSuite
[ERROR] org.opensaml.core.xml.persist.FilesystemLoadSaveManagerTest.tearDown Time elapsed: 2.037 s <<< FAILURE!
java.nio.file.NoSuchFileException: C:\Users\ADMINI~1\AppData\Local\Temp\load-save-manager-test\bar
at org.opensaml.core.xml.persist.FilesystemLoadSaveManagerTest.resetBaseDir(FilesystemLoadSaveManagerTest.java:369)
at org.opensaml.core.xml.persist.FilesystemLoadSaveManagerTest.tearDown(FilesystemLoadSaveManagerTest.java:74)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] org.opensaml.core.xml.persist.FilesystemLoadSaveManagerTest.tearDown
[ERROR] Run 1: FilesystemLoadSaveManagerTest.tearDown:74->resetBaseDir:369 » NoSuchFile C:\Us...
[INFO] Run 2: PASS
[INFO] Run 3: PASS
[INFO] Run 4: PASS
[INFO] Run 5: PASS
[INFO] Run 6: PASS
[INFO] Run 7: PASS
[INFO] Run 8: PASS
[INFO] Run 9: PASS
[INFO] Run 10: PASS
[INFO] Run 11: PASS
[INFO] Run 12: PASS
[INFO] Run 13: PASS
[INFO] Run 14: PASS
[INFO]
[INFO]
[ERROR] Tests run: 110, Failures: 1, Errors: 0, Skipped: 13
[INFO]
[INFO]
[INFO] -----------------< org.opensaml:opensaml-storage-api >------------------
[INFO] Building OpenSAML :: Storage API 4.0.0-SNAPSHOT [3/22]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-storage-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-storage-api ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opensaml-storage-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ opensaml-storage-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\OpenJDK-14\label\Windows2016\opensaml-storage-api\target\classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-storage-api/src/main/java/org/opensaml/storage/annotation/AnnotationSupport.java:[294,27] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractMapBackedStorageService.java: C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\OpenJDK-14\label\Windows2016\opensaml-storage-api\src\main\java\org\opensaml\storage\AbstractMapBackedStorageService.java uses unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/OpenJDK-14/label/Windows2016/opensaml-storage-api/src/main/java/org/opensaml/storage/AbstractMapBackedStorageService.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ opensaml-storage-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ opensaml-storage-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\OpenJDK-14\label\Windows2016\opensaml-storage-api\target\test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ opensaml-storage-api ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.opensaml.storage.StorageServiceTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.291 s - in org.opensaml.storage.StorageServiceTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Messaging API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Security API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XML Security API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SOAP Provider API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Profile API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML Provider API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XACML Provider API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML XACML Profile API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Storage Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Security Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XML Security Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Messaging Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SOAP Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XACML Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML XACML Profile Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Profile Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ---------------------< org.opensaml:opensaml-bom >----------------------
[INFO] Building OpenSAML :: BOM 4.0.0-SNAPSHOT [4/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-bom ---
[INFO]
[INFO] ------------------< org.opensaml:opensaml-tests-bom >-------------------
[INFO] Building OpenSAML :: Tests BOM 4.0.0-SNAPSHOT [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-tests-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-tests-bom ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for OpenSAML 4.0.0-SNAPSHOT:
[INFO]
[INFO] OpenSAML ........................................... SUCCESS [ 3.519 s]
[INFO] OpenSAML :: Core ................................... FAILURE [ 25.378 s]
[INFO] OpenSAML :: Storage API ............................ SUCCESS [ 25.449 s]
[INFO] OpenSAML :: Messaging API .......................... SKIPPED
[INFO] OpenSAML :: Security API ........................... SKIPPED
[INFO] OpenSAML :: XML Security API ....................... SKIPPED
[INFO] OpenSAML :: SOAP Provider API ...................... SKIPPED
[INFO] OpenSAML :: Profile API ............................ SKIPPED
[INFO] OpenSAML :: SAML Provider API ...................... SKIPPED
[INFO] OpenSAML :: XACML Provider API ..................... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile API ................. SKIPPED
[INFO] OpenSAML :: Storage Implementation ................. SKIPPED
[INFO] OpenSAML :: Security Implementation ................ SKIPPED
[INFO] OpenSAML :: XML Security Implementation ............ SKIPPED
[INFO] OpenSAML :: Messaging Implementations .............. SKIPPED
[INFO] OpenSAML :: SOAP Provider Implementations .......... SKIPPED
[INFO] OpenSAML :: SAML Provider Implementations .......... SKIPPED
[INFO] OpenSAML :: XACML Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile Implementation ...... SKIPPED
[INFO] OpenSAML :: Profile Implementations ................ SKIPPED
[INFO] OpenSAML :: BOM .................................... SUCCESS [ 0.284 s]
[INFO] OpenSAML :: Tests BOM .............................. SUCCESS [ 0.106 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56.953 s
[INFO] Finished at: 2020-02-19T04:56:15Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project opensaml-core: There are test failures.
[ERROR]
[ERROR] Please refer to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\OpenJDK-14\label\Windows2016\opensaml-core\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :opensaml-core
Build step 'Invoke top-level Maven targets' marked build as failure
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/OpenJDK-14/axis-label/Windows2016/builds/485/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/OpenJDK-14/axis-label/Windows2016/builds/485/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list