Established TCP socket on 39793 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/ChestShop/pom.xml clean install deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------< com.acrobot.chestshop:chestshop >------------------- [INFO] Building chestshop 3.9.0-brokko-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ chestshop --- [INFO] Deleting /home/tomcat/.jenkins/workspace/ChestShop/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ chestshop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ chestshop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 139 source files to /home/tomcat/.jenkins/workspace/ChestShop/target/classes [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java: Some input files use or override a deprecated API. [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java: Recompile with -Xlint:deprecation for details. [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java: /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java uses unchecked or unsafe operations. [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ chestshop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/ChestShop/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ chestshop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/ChestShop/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ chestshop --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/ChestShop/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 com.Acrobot.ChestShop.Tests.ItemNamingUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running com.Acrobot.ChestShop.Tests.MaterialTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec Results : Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Zeichne Testergebnisse auf [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ chestshop --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/ChestShop/target/ChestShop.jar [INFO] [INFO] --- maven-shade-plugin:3.3.0:shade (default) @ chestshop --- [INFO] Including com.j256.ormlite:ormlite-jdbc:jar:5.1 in the shaded jar. [INFO] Including com.j256.ormlite:ormlite-core:jar:5.1 in the shaded jar. [INFO] Including javax.persistence:persistence-api:jar:1.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Excluding org.apache.logging.log4j:log4j-core:jar:2.11.0 from the shaded jar. [INFO] Excluding org.apache.logging.log4j:log4j-api:jar:2.11.0 from the shaded jar. [INFO] Dependency-reduced POM written at: /home/tomcat/.jenkins/workspace/ChestShop/dependency-reduced-pom.xml [WARNING] ChestShop.jar, json-simple-1.1.1.jar, ormlite-core-5.1.jar, ormlite-jdbc-5.1.jar, persistence-api-1.0.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/ChestShop/target/ChestShop.jar with /home/tomcat/.jenkins/workspace/ChestShop/target/chestshop-3.9.0-brokko-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ chestshop --- [INFO] Installing /home/tomcat/.jenkins/workspace/ChestShop/target/ChestShop.jar to /home/tomcat/.m2/repository/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/ChestShop/dependency-reduced-pom.xml to /home/tomcat/.m2/repository/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-SNAPSHOT.pom [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ chestshop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ chestshop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 139 source files to /home/tomcat/.jenkins/workspace/ChestShop/target/classes [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java: Some input files use or override a deprecated API. [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java: Recompile with -Xlint:deprecation for details. [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java: /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java uses unchecked or unsafe operations. [INFO] /home/tomcat/.jenkins/workspace/ChestShop/src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ chestshop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/ChestShop/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ chestshop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/ChestShop/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ chestshop --- [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Zeichne Testergebnisse auf [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ chestshop --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/ChestShop/target/ChestShop.jar [INFO] [INFO] --- maven-shade-plugin:3.3.0:shade (default) @ chestshop --- [INFO] Including com.j256.ormlite:ormlite-jdbc:jar:5.1 in the shaded jar. [INFO] Including com.j256.ormlite:ormlite-core:jar:5.1 in the shaded jar. [INFO] Including javax.persistence:persistence-api:jar:1.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Excluding org.apache.logging.log4j:log4j-core:jar:2.11.0 from the shaded jar. [INFO] Excluding org.apache.logging.log4j:log4j-api:jar:2.11.0 from the shaded jar. [INFO] Dependency-reduced POM written at: /home/tomcat/.jenkins/workspace/ChestShop/dependency-reduced-pom.xml [WARNING] ChestShop.jar, json-simple-1.1.1.jar, ormlite-core-5.1.jar, ormlite-jdbc-5.1.jar, persistence-api-1.0.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/ChestShop/target/ChestShop.jar with /home/tomcat/.jenkins/workspace/ChestShop/target/chestshop-3.9.0-brokko-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ chestshop --- [INFO] Installing /home/tomcat/.jenkins/workspace/ChestShop/target/ChestShop.jar to /home/tomcat/.m2/repository/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/ChestShop/dependency-reduced-pom.xml to /home/tomcat/.m2/repository/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ chestshop --- [INFO] Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/maven-metadata.xml (804 B at 7.1 kB/s) [INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-20240203.054046-18.jar [INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-20240203.054046-18.jar (792 kB at 13 MB/s) [INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-20240203.054046-18.pom [INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/chestshop-3.9.0-brokko-20240203.054046-18.pom (6.2 kB at 446 kB/s) [INFO] Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/maven-metadata.xml [INFO] Downloaded from nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/maven-metadata.xml (297 B at 42 kB/s) [INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/3.9.0-brokko-SNAPSHOT/maven-metadata.xml (804 B at 62 kB/s) [INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/maven-metadata.xml [INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/com/acrobot/chestshop/chestshop/maven-metadata.xml (297 B at 25 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.873 s [INFO] Finished at: 2024-02-03T06:40:47+01:00 [INFO] ------------------------------------------------------------------------ Warte bis Jenkins die Datensammlung abgeschlossen hat