Skip to content
Success

Console Output

Started by user Brokkonaut
Running as SYSTEM
Building in workspace /home/tomcat/.jenkins/workspace/LogBlock
The recommended git tool is: NONE
using credential a740e5fc-56b2-4305-b679-a29aeacfeabf
 > git rev-parse --resolve-git-dir /home/tomcat/.jenkins/workspace/LogBlock/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/LogBlock/LogBlock # timeout=10
Fetching upstream changes from https://github.com/LogBlock/LogBlock
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/LogBlock/LogBlock +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 62a5be6c6b9d1f7e7c3713e11f19f591d14ea5f6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62a5be6c6b9d1f7e7c3713e11f19f591d14ea5f6 # timeout=10
Commit message: "log sculk"
 > git rev-list --no-walk 0ed501493e02ba548e9cb98cd4a41634b18007b7 # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [] (sha:62a5be6) with context:LogBlock
Parsing POMs
Established TCP socket on 44117
[LogBlock] $ /usr/lib/jvm/java-17-openjdk-amd64//bin/java -cp /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Default/boot/plexus-classworlds-2.5.2.jar:/home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Default/conf/logging jenkins.maven3.agent.Maven35Main /home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Default /home/tomcat/tomcat/webapps/jenkins/WEB-INF/lib/remoting-3025.vf64a_a_3da_6b_55.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 44117
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/tomcat/.jenkins/workspace/LogBlock/pom.xml install deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------------< de.diddiz:logblock >-------------------------
[INFO] Building LogBlock 1.17.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ logblock ---
[INFO] No match to regex '[0-9\.]+ \(.+\)' found in '1.17.0.0-SNAPSHOT (build #163)'. The initial value '1.17.0.0-SNAPSHOT (build #163)' is left as-is...
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ logblock ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ logblock ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source files to /home/tomcat/.jenkins/workspace/LogBlock/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ logblock ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/LogBlock/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ logblock ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/LogBlock/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ logblock ---
[INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/LogBlock/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Running de.diddiz.LogBlock.QueryParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ logblock ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (default) @ logblock ---
[INFO] Including com.zaxxer:HikariCP:jar:3.4.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.slf4j:slf4j-jdk14:jar:1.7.25 in the shaded jar.
[INFO] Dependency-reduced POM written at: /home/tomcat/.jenkins/workspace/LogBlock/dependency-reduced-pom.xml
[WARNING] HikariCP-3.4.1.jar, LogBlock.jar, slf4j-api-1.7.25.jar, slf4j-jdk14-1.7.25.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar with /home/tomcat/.jenkins/workspace/LogBlock/target/logblock-1.17.0.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ logblock ---
[INFO] Installing /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar to /home/tomcat/.m2/repository/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/LogBlock/dependency-reduced-pom.xml to /home/tomcat/.m2/repository/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ logblock ---
[INFO] No match to regex '[0-9\.]+ \(.+\)' found in '1.17.0.0-SNAPSHOT (build #163)'. The initial value '1.17.0.0-SNAPSHOT (build #163)' is left as-is...
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ logblock ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ logblock ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source files to /home/tomcat/.jenkins/workspace/LogBlock/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ logblock ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/LogBlock/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ logblock ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/LogBlock/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ logblock ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ logblock ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (default) @ logblock ---
[INFO] Including com.zaxxer:HikariCP:jar:3.4.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.slf4j:slf4j-jdk14:jar:1.7.25 in the shaded jar.
[INFO] Dependency-reduced POM written at: /home/tomcat/.jenkins/workspace/LogBlock/dependency-reduced-pom.xml
[WARNING] HikariCP-3.4.1.jar, LogBlock.jar, slf4j-api-1.7.25.jar, slf4j-jdk14-1.7.25.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar with /home/tomcat/.jenkins/workspace/LogBlock/target/logblock-1.17.0.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ logblock ---
[INFO] Installing /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar to /home/tomcat/.m2/repository/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/LogBlock/dependency-reduced-pom.xml to /home/tomcat/.m2/repository/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ logblock ---
[INFO] Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/maven-metadata.xml (779 B at 5.0 kB/s)
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-20220611.183942-13.jar
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-20220611.183942-13.jar (587 kB at 10 MB/s)
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-20220611.183942-13.pom
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-20220611.183942-13.pom (5.4 kB at 490 kB/s)
[INFO] Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/maven-metadata.xml
[INFO] Downloaded from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/maven-metadata.xml (280 B at 40 kB/s)
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.17.0.0-SNAPSHOT/maven-metadata.xml (779 B at 65 kB/s)
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/maven-metadata.xml
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/maven-metadata.xml (280 B at 28 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.744 s
[INFO] Finished at: 2022-06-11T20:39:43+02:00
[INFO] ------------------------------------------------------------------------
Warte bis Jenkins die Datensammlung abgeschlossen hat
[JENKINS] Archiving /home/tomcat/.jenkins/workspace/LogBlock/dependency-reduced-pom.xml to de.diddiz/logblock/1.17.0.0-SNAPSHOT/logblock-1.17.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/tomcat/.jenkins/workspace/LogBlock/target/LogBlock.jar to de.diddiz/logblock/1.17.0.0-20220611.183942-13/logblock-1.17.0.0-20220611.183942-13.jar
channel stopped
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [] (sha:62a5be6) with context:LogBlock
Finished: SUCCESS