Build failed in Jenkins: java-idp-plugin-duo-v1-multi » OpenJDK-16,CentOS7 #3

Shibboleth Jenkins noreply at shibboleth.net
Fri Apr 23 08:55:21 UTC 2021


See <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/3/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-idp-plugin-duo-v1-multi" build number 3
originally caused by:
 Started by user Ian Young
Running as SYSTEM
Building remotely on EC2 (I2) - CentOS7 (i-015870353da6a0371) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.shibboleth.net/git/java-idp-plugin-duo
 > git init <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/> # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-duo
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.shibboleth.net/git/java-idp-plugin-duo +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-duo # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision bf0a95b545a2f352471ff39545b082683eb7038b (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf0a95b545a2f352471ff39545b082683eb7038b # timeout=10
Commit message: "JDUO-24 - Duo's WebSDK now requests the authorization code as 'duo_code'"
First time build. Skipping changelog.
[CentOS7] $ /opt/maven_home/bin/mvn -Djdk=OpenJDK-16 "-Dmatrix-combinations=(jdk == 'OpenJDK-16' && label == 'CentOS7') || (jdk == 'OpenJDK-16' && label == 'Windows2016')" -Dlabel=CentOS7 -V -B clean test --update-snapshots --fail-at-end
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/maven_home
Java version: 16, vendor: Oracle Corporation, runtime: /efs/optjava/jdk/oracle/openjdk-16
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.15.2.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow                    [pom]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow API                [jar]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow Impl               [jar]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Web SDK client implementation [jar]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Nimbus client implementation  [jar]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow Nimbus Distribution [pom]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow WebSDK Distribution [pom]
[INFO] 
[INFO] -------< net.shibboleth.idp.plugin.authn:idp-plugin-duo-parent >--------
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Login Flow 1.0.1-SNAPSHOT [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-parent ---
[INFO] 
[INFO] ---------< net.shibboleth.idp.plugin.authn:idp-plugin-duo-api >---------
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Login Flow API 1.0.1-SNAPSHOT [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-api ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-plugin-duo-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-api/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ idp-plugin-duo-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-api/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-plugin-duo-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ idp-plugin-duo-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-api/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ idp-plugin-duo-api ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.shibboleth.idp.plugin.authn.duo.DefaultDuoOIDCIntegrationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in net.shibboleth.idp.plugin.authn.duo.DefaultDuoOIDCIntegrationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --------< net.shibboleth.idp.plugin.authn:idp-plugin-duo-impl >---------
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Login Flow Impl 1.0.1-SNAPSHOT [3/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-plugin-duo-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ idp-plugin-duo-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-impl/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-plugin-duo-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ idp-plugin-duo-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-impl/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ idp-plugin-duo-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.637 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ---< net.shibboleth.idp.plugin.authn:idp-plugin-duo-sdk-client-impl >---
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Web SDK client implementation 1.0.1-SNAPSHOT [4/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-sdk-client-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-sdk-client-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-plugin-duo-sdk-client-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ idp-plugin-duo-sdk-client-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-sdk-client-impl/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-plugin-duo-sdk-client-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-sdk-client-impl/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ idp-plugin-duo-sdk-client-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-sdk-client-impl/target/test-classes>
[INFO] 
[INFO] --< net.shibboleth.idp.plugin.authn:idp-plugin-duo-nimbus-client-impl >--
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Nimbus client implementation 1.0.1-SNAPSHOT [5/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-nimbus-client-impl/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-nimbus-client-impl/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-v1-multi/jdk=OpenJDK-16,label=CentOS7/ws/idp-duo-nimbus-client-impl/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ idp-plugin-duo-nimbus-client-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] -----< net.shibboleth.idp.plugin.authn:idp-plugin-duo-nimbus-dist >-----
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Login Flow Nimbus Distribution 1.0.1-SNAPSHOT [6/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-nimbus-dist ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-nimbus-dist ---
[INFO] 
[INFO] ------< net.shibboleth.idp.plugin.authn:idp-plugin-duo-sdk-dist >-------
[INFO] Building Shibboleth IdP :: Plugins :: Duo 2FA Login Flow WebSDK Distribution 1.0.1-SNAPSHOT [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-plugin-duo-sdk-dist ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-plugin-duo-sdk-dist ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: Duo 2FA Login Flow 1.0.1-SNAPSHOT:
[INFO] 
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow .... SUCCESS [  0.490 s]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow API  SUCCESS [  3.860 s]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow Impl SUCCESS [  7.689 s]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Web SDK client implementation FAILURE [  0.682 s]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Nimbus client implementation SUCCESS [  2.747 s]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow Nimbus Distribution SUCCESS [  0.004 s]
[INFO] Shibboleth IdP :: Plugins :: Duo 2FA Login Flow WebSDK Distribution SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.801 s
[INFO] Finished at: 2021-04-23T08:55:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project idp-plugin-duo-sdk-client-impl: Fatal error compiling: java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x34923f7f) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x34923f7f -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :idp-plugin-duo-sdk-client-impl
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-idp-plugin-duo-v1-multi/configurations/axis-jdk/OpenJDK-16/axis-label/CentOS7/builds/3/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-idp-plugin-duo-v1-multi/configurations/axis-jdk/OpenJDK-16/axis-label/CentOS7/builds/3/testng/testng-results.xml'
TestNG Reports Processing: FINISH


More information about the commits mailing list