Build failed in Jenkins: java-identity-provider-v5-nightly #297
Shibboleth Jenkins
noreply at shibboleth.net
Wed Feb 22 01:55:39 UTC 2023
See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/297/display/redirect?page=changes>
Changes:
[Scott Cantor] JSPROF-1 - Move RelyingParty "layer" into java-shib-profile
[Brent Putman] JSSH-16: Update to Apache HttpClient 5.x
[Brent Putman] Temporarily disable 2 failing tests pending permanent fix.
------------------------------------------
[...truncated 525.10 KB...]
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ idp-authn-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ idp-authn-api ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.082 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ idp-authn-api ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-site-plugin:3.11.0:attach-descriptor (attach-descriptor) @ idp-authn-api ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ idp-authn-api ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ idp-authn-api ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) @ idp-authn-api ---
[ERROR] Error fetching link: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/javadoc-bundle-options.> Ignored it.
[INFO] Building classpath javadoc argument
[INFO] No previous run data found, generating javadoc.
[INFO] Running patched (for flat multi-module projects) maven javadoc plugin
[WARNING] Javadoc Warnings
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBean.java>:903: warning: no comment
[WARNING] protected ConnectionPassivator createConnectionPassivator(final PassivatorType type) {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/main/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBean.java>:883: warning: no comment
[WARNING] protected SearchConnectionValidator createSearchConnectionValidator(final String baseDn, final String filter) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-javadoc.jar>
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:test-jar (attach-javadocs) @ idp-authn-api ---
[ERROR] Error fetching link: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/javadoc-bundle-options.> Ignored it.
[INFO] Building classpath javadoc argument
[INFO] Configuration changed, re-generating javadoc.
[INFO] Running patched (for flat multi-module projects) maven javadoc plugin
[WARNING] Javadoc Warnings
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/AuthenticationFlowDescriptorTest.java>:33: warning: no comment
[WARNING] private AuthenticationFlowDescriptor descriptor;
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/AuthenticationFlowDescriptorTest.java>:35: warning: no comment
[WARNING] @BeforeMethod public void setUp() {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:69: warning: no @throws for java.lang.Exception
[WARNING] @AfterClass public void teardownDirectoryServer() throws Exception {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:52: warning: no comment
[WARNING] private Authenticator authenticator;
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:46: warning: no comment
[WARNING] private static final String DATA_PATH = "/net/shibboleth/idp/authn/config/";
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:48: warning: no comment
[WARNING] private InMemoryDirectory directoryServer;
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:50: warning: no comment
[WARNING] private LDAPAuthenticationFactoryBean factoryBean;
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:124: warning: no comment
[WARNING] private AuthenticationRequest createAuthenticationRequest(final String username, final String password) {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:78: warning: no comment
[WARNING] public void setupAuthenticator() throws Exception {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:106: warning: no comment
[WARNING] @AfterMethod public void teardownAuthenticator() throws Exception {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:117: warning: no comment
[WARNING] @Test public void testAuthnFailure() throws Exception {
[WARNING] ^
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/src/test/java/net/shibboleth/idp/authn/config/LDAPAuthenticationFactoryBeanTest.java>:110: warning: no comment
[WARNING] @Test public void testAuthnSuccess() throws Exception {
[WARNING] ^
[WARNING] 12 warnings
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-test-javadoc.jar>
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ idp-authn-api >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-authn-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-authn-api ---
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ idp-authn-api <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ idp-authn-api ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ idp-authn-api ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT.jar> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/.repository/net/shibboleth/idp/idp-authn-api/5.0.0-SNAPSHOT/idp-authn-api-5.0.0-SNAPSHOT.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/pom.xml> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/.repository/net/shibboleth/idp/idp-authn-api/5.0.0-SNAPSHOT/idp-authn-api-5.0.0-SNAPSHOT.pom>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-tests.jar> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/.repository/net/shibboleth/idp/idp-authn-api/5.0.0-SNAPSHOT/idp-authn-api-5.0.0-SNAPSHOT-tests.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-javadoc.jar> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/.repository/net/shibboleth/idp/idp-authn-api/5.0.0-SNAPSHOT/idp-authn-api-5.0.0-SNAPSHOT-javadoc.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-test-javadoc.jar> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/.repository/net/shibboleth/idp/idp-authn-api/5.0.0-SNAPSHOT/idp-authn-api-5.0.0-SNAPSHOT-test-javadoc.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-authn-api/target/idp-authn-api-5.0.0-SNAPSHOT-sources.jar> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/.repository/net/shibboleth/idp/idp-authn-api/5.0.0-SNAPSHOT/idp-authn-api-5.0.0-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0-M2:deploy (default-deploy) @ idp-authn-api ---
[INFO] Using alternate deployment repository snapshot::https://build.shibboleth.net/nexus-proxy/content/repositories/snapshots
[INFO] Deploying net.shibboleth.idp:idp-authn-api:5.0.0-SNAPSHOT at end
[INFO]
[INFO] ------------------< net.shibboleth.idp:idp-admin-api >------------------
[INFO] Building Shibboleth IdP :: Administrative Profile API 5.0.0-SNAPSHOT [6/28]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom (6.0 kB at 542 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom (17 kB at 994 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom (30 kB at 2.3 MB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/apache/27/apache-27.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/apache/27/apache-27.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 5.1 MB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 626 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.pom (3.9 kB at 658 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/core5/httpcore5-parent/5.2.1/httpcore5-parent-5.2.1.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/core5/httpcore5-parent/5.2.1/httpcore5-parent-5.2.1.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2.1/httpcore5-parent-5.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2.1/httpcore5-parent-5.2.1.pom (14 kB at 2.3 MB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom (3.6 kB at 723 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom (14 kB at 1.7 MB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 276 kB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/opensaml-security-impl-5.0.0-20230221.012146-263.pom
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/opensaml-security-impl-5.0.0-20230221.012146-263.pom (4.5 kB at 752 kB/s)
[WARNING] The POM for org.opensaml:opensaml-security-impl:jar:5.0.0-20230221.012146-263 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.jar
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar (840 kB at 30 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.1/httpcore5-5.2.1.jar (853 kB at 24 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar (237 kB at 5.6 MB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/opensaml-security-impl-5.0.0-20230221.012146-263.jar
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-impl/5.0.0-SNAPSHOT/opensaml-security-impl-5.0.0-20230221.012146-263.jar (120 kB at 11 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-admin-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-admin-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-admin-api ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-admin-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.10.1:compile (default-compile) @ idp-admin-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-admin-api/target/classes>
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java>:[377,38] cannot access org.apache.http.client.protocol.HttpClientContext
class file for org.apache.http.client.protocol.HttpClientContext not found
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java>:[385,71] incompatible types: org.apache.hc.client5.http.protocol.HttpClientContext cannot be converted to org.apache.http.client.protocol.HttpClientContext
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Identity Provider 5.0.0-SNAPSHOT:
[INFO]
[INFO] Shibboleth Identity Provider ....................... SUCCESS [ 18.657 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 10.255 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [ 0.257 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 16.023 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 19.879 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... FAILURE [ 0.955 s]
[INFO] Shibboleth IdP :: Session API ...................... SKIPPED
[INFO] Shibboleth IdP :: SAML Profile API ................. SKIPPED
[INFO] Shibboleth IdP :: CAS Protocol API ................. SKIPPED
[INFO] Shibboleth IdP :: Consent API ...................... SKIPPED
[INFO] Shibboleth IdP :: UI Support ....................... SKIPPED
[INFO] Shibboleth IdP :: Testing .......................... SKIPPED
[INFO] Shibboleth IdP :: Administrative Profile Implementation SKIPPED
[INFO] Shibboleth IdP :: Profile Implementation ........... SKIPPED
[INFO] Shibboleth IdP :: Authentication Implementation .... SKIPPED
[INFO] Shibboleth IdP :: Session Implementation ........... SKIPPED
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SKIPPED
[INFO] Shibboleth IdP :: Consent Implementation ........... SKIPPED
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SKIPPED
[INFO] Shibboleth IdP :: Spring Integration ............... SKIPPED
[INFO] Shibboleth IdP :: System Configuration ............. SKIPPED
[INFO] Shibboleth IdP :: WAR .............................. SKIPPED
[INFO] Shibboleth IdP :: WAR distribution ................. SKIPPED
[INFO] Shibboleth IdP :: Command Line ..................... SKIPPED
[INFO] Shibboleth IdP :: Configuration Files .............. SKIPPED
[INFO] Shibboleth IdP :: Installer ........................ SKIPPED
[INFO] Shibboleth IdP :: Distribution ..................... SKIPPED
[INFO] Shibboleth IdP :: BOM .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:08 min
[INFO] Finished at: 2023-02-22T01:55:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project idp-admin-api: Compilation failure: Compilation failure:
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java>:[377,38] cannot access org.apache.http.client.protocol.HttpClientContext
[ERROR] class file for org.apache.http.client.protocol.HttpClientContext not found
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java>:[385,71] incompatible types: org.apache.hc.client5.http.protocol.HttpClientContext cannot be converted to org.apache.http.client.protocol.HttpClientContext
[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 :idp-admin-api
Build step 'Invoke top-level Maven targets' marked build as failure
More information about the commits
mailing list