Started by user Philipp Haussleiter
Running as SYSTEM
Building in workspace /home/javastream.de/jenkins/jobs/org.mitre.openid-connect/workspace
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git # timeout=10
Fetching upstream changes from https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git fetch --tags --progress https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision d074573de0c8b8e339add89a17a2bd000a1c6378 (refs/remotes/origin/master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f d074573de0c8b8e339add89a17a2bd000a1c6378
Commit message: "Merge pull request #1570 from shrexster42/master"
> /usr/bin/git rev-list --no-walk d074573de0c8b8e339add89a17a2bd000a1c6378 # timeout=10
[workspace] $ /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin/mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:openid-connect-common:jar:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:openid-connect-client:jar:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:openid-connect-server:jar:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:openid-connect-server-webapp:war:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:uma-server:jar:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:uma-server-webapp:war:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.mitre:openid-connect-parent:pom:1.3.5-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 285, column 20
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] MITREid Connect [pom]
[INFO] OpenID Connect Common [jar]
[INFO] OpenID Connect Client [jar]
[INFO] OpenID Connect Server Library [jar]
[INFO] OpenID Connect Server Webapp [war]
[INFO] UMA Server Library [jar]
[INFO] UMA Server Webapp [war]
[INFO]
[INFO] ------------------< org.mitre:openid-connect-parent >-------------------
[INFO] Building MITREid Connect 1.3.5-SNAPSHOT [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openid-connect-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ openid-connect-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-3) @ openid-connect-parent ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ openid-connect-parent ---
[INFO] argLine set to -javaagent:/home/javastream.de/www/maven/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/javastream.de/jenkins/jobs/org.mitre.openid-connect/workspace/target/jacoco.exec
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ openid-connect-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ openid-connect-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ openid-connect-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ openid-connect-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-3) @ openid-connect-parent ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ openid-connect-parent ---
[INFO] argLine set to -javaagent:/home/javastream.de/www/maven/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/javastream.de/jenkins/jobs/org.mitre.openid-connect/workspace/target/jacoco.exec
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ openid-connect-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ openid-connect-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ openid-connect-parent ---
[INFO] Installing /home/javastream.de/jenkins/jobs/org.mitre.openid-connect/workspace/pom.xml to /home/javastream.de/www/maven/org/mitre/openid-connect-parent/1.3.5-SNAPSHOT/openid-connect-parent-1.3.5-SNAPSHOT.pom
[INFO]
[INFO] ------------------< org.mitre:openid-connect-common >-------------------
[INFO] Building OpenID Connect Common 1.3.5-SNAPSHOT [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/minidev/json-smart/maven-metadata.xml
Progress (1): 1.2 kB
Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/maven-metadata.xml
Progress (1): 1.1 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/maven-metadata.xml (1.1 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom
[WARNING] Failed to create parent directories for tracking file /home/javastream.de/www/maven/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom.lastUpdated
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MITREid Connect 1.3.5-SNAPSHOT:
[INFO]
[INFO] MITREid Connect .................................... SUCCESS [ 2.708 s]
[INFO] OpenID Connect Common .............................. FAILURE [ 1.857 s]
[INFO] OpenID Connect Client .............................. SKIPPED
[INFO] OpenID Connect Server Library ...................... SKIPPED
[INFO] OpenID Connect Server Webapp ....................... SKIPPED
[INFO] UMA Server Library ................................. SKIPPED
[INFO] UMA Server Webapp .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.217 s
[INFO] Finished at: 2022-05-13T01:50:18+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project openid-connect-common: Could not resolve dependencies for project org.mitre:openid-connect-common:jar:1.3.5-SNAPSHOT: Failed to collect dependencies at jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.0: Failed to read artifact descriptor for jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.0: Could not transfer artifact jakarta.xml.bind:jakarta.xml.bind-api:pom:3.0.0 from/to central (https://repo.maven.apache.org/maven2): /home/javastream.de/www/maven/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom.part.lock (No such file or directory) -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :openid-connect-common
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run?
For example, /home/javastream.de/jenkins/jobs/org.mitre.openid-connect/workspace/openid-connect-client/target/surefire-reports/TEST-org.mitre.oauth2.introspectingfilter.TestOAuth2AccessTokenImpl.xml is 1 mo 13 days old
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
Finished: FAILURE