Skip to content
Success

Console Output

Established TCP socket on 33885
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/tomcat/.jenkins/workspace/FeliUtils/pom.xml clean install deploy -DaltDeploymentRepository=nexus::https://www.iani.de/nexus/content/repositories/snapshots/
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< de.feli490.plugins:FeliUtils >--------------------
[INFO] Building FeliUtils 1.6.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FeliUtils ---
[INFO] Deleting /home/tomcat/.jenkins/workspace/FeliUtils/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ FeliUtils ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ FeliUtils ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 70 source files with javac [debug release 21] to target/classes
[INFO] Die Annotationsverarbeitung ist aktiviert, da mindestens ein Prozessor im
  Classpath gefunden wurde. In einem zukünftigen Release von javac kann die Annotationsverarbeitung deaktiviert werden,
  es sei denn, mindestens ein Prozessor ist namentlich angegeben (-processor), oder ein Suchpfad
  ist angegeben (--processor-path, --processor-module-path), oder die Annotationsverarbeitung
  wurde explizit aktiviert (-proc:only, -proc:full).
  Verwenden Sie "-Xlint:-options", um diese Meldung zu unterdrücken.
  Verwenden Sie "-proc:none", um die Annotationsverarbeitung zu deaktivieren.
[WARNING] /home/tomcat/.jenkins/workspace/FeliUtils/src/main/java/de/feli490/feliutils/inventory/textinput/TextInputInventory.java:[72,23] setMaximumRepairCost(int) in org.bukkit.inventory.AnvilInventory ist veraltet und wurde zum Entfernen markiert
[WARNING] /home/tomcat/.jenkins/workspace/FeliUtils/src/main/java/de/feli490/feliutils/inventory/textinput/TextInputInventory.java:[178,43] getRenameText() in org.bukkit.inventory.AnvilInventory ist veraltet und wurde zum Entfernen markiert
[INFO] /home/tomcat/.jenkins/workspace/FeliUtils/src/main/java/de/feli490/feliutils/FeliUtilsPlugin.java: Einige Eingabedateien verwenden oder überschreiben eine veraltete API.
[INFO] /home/tomcat/.jenkins/workspace/FeliUtils/src/main/java/de/feli490/feliutils/FeliUtilsPlugin.java: Wiederholen Sie die Kompilierung mit -Xlint:deprecation, um Details zu erhalten.
[INFO] /home/tomcat/.jenkins/workspace/FeliUtils/src/main/java/de/feli490/feliutils/bdstudio/BDModelLoader.java: Einige Eingabedateien verwenden nicht geprüfte oder unsichere Vorgänge.
[INFO] /home/tomcat/.jenkins/workspace/FeliUtils/src/main/java/de/feli490/feliutils/bdstudio/BDModelLoader.java: Wiederholen Sie die Kompilierung mit -Xlint:unchecked, um Details zu erhalten.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ FeliUtils ---
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/FeliUtils/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ FeliUtils ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug release 21] to target/test-classes
[INFO] Die Annotationsverarbeitung ist aktiviert, da mindestens ein Prozessor im
  Classpath gefunden wurde. In einem zukünftigen Release von javac kann die Annotationsverarbeitung deaktiviert werden,
  es sei denn, mindestens ein Prozessor ist namentlich angegeben (-processor), oder ein Suchpfad
  ist angegeben (--processor-path, --processor-module-path), oder die Annotationsverarbeitung
  wurde explizit aktiviert (-proc:only, -proc:full).
  Verwenden Sie "-Xlint:-options", um diese Meldung zu unterdrücken.
  Verwenden Sie "-proc:none", um die Annotationsverarbeitung zu deaktivieren.
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ FeliUtils ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.feli490.feliutils.search.StringIteratorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in de.feli490.feliutils.search.StringIteratorTest
[INFO] Running de.feli490.feliutils.search.QueryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in de.feli490.feliutils.search.QueryTest
[INFO] Running de.feli490.feliutils.inventory.textinput.validator.NumberTextValidatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in de.feli490.feliutils.inventory.textinput.validator.NumberTextValidatorTest
[INFO] Running de.feli490.feliutils.inventory.textinput.validator.DoubleTextValidatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in de.feli490.feliutils.inventory.textinput.validator.DoubleTextValidatorTest
[INFO] Running de.feli490.feliutils.entities.RotationUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in de.feli490.feliutils.entities.RotationUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ FeliUtils ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Building jar: /home/tomcat/.jenkins/workspace/FeliUtils/target/FeliUtils-1.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ FeliUtils ---
[INFO] Installing /home/tomcat/.jenkins/workspace/FeliUtils/pom.xml to /home/tomcat/.m2/repository/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-SNAPSHOT.pom
[INFO] Installing /home/tomcat/.jenkins/workspace/FeliUtils/target/FeliUtils-1.6.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ FeliUtils ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ FeliUtils ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /home/tomcat/.jenkins/workspace/FeliUtils/target/FeliUtils-1.6.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/FeliUtils/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ FeliUtils ---
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/FeliUtils/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ FeliUtils ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug release 21] to target/test-classes
[INFO] Die Annotationsverarbeitung ist aktiviert, da mindestens ein Prozessor im
  Classpath gefunden wurde. In einem zukünftigen Release von javac kann die Annotationsverarbeitung deaktiviert werden,
  es sei denn, mindestens ein Prozessor ist namentlich angegeben (-processor), oder ein Suchpfad
  ist angegeben (--processor-path, --processor-module-path), oder die Annotationsverarbeitung
  wurde explizit aktiviert (-proc:only, -proc:full).
  Verwenden Sie "-Xlint:-options", um diese Meldung zu unterdrücken.
  Verwenden Sie "-proc:none", um die Annotationsverarbeitung zu deaktivieren.
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ FeliUtils ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ FeliUtils ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ FeliUtils ---
[INFO] Installing /home/tomcat/.jenkins/workspace/FeliUtils/pom.xml to /home/tomcat/.m2/repository/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-SNAPSHOT.pom
[INFO] Installing /home/tomcat/.jenkins/workspace/FeliUtils/target/FeliUtils-1.6.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ FeliUtils ---
[INFO] Using alternate deployment repository nexus::https://www.iani.de/nexus/content/repositories/snapshots/
[INFO] Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-20250823.030017-1.pom
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-20250823.030017-1.pom (4.3 kB at 92 kB/s)
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-20250823.030017-1.jar
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/FeliUtils-1.6.1-20250823.030017-1.jar (86 kB at 4.3 MB/s)
[INFO] Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/maven-metadata.xml
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/1.6.1-SNAPSHOT/maven-metadata.xml (777 B at 86 kB/s)
[INFO] Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/maven-metadata.xml
[INFO] Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/feli490/plugins/FeliUtils/maven-metadata.xml (287 B at 32 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.566 s
[INFO] Finished at: 2025-08-23T05:00:23+02:00
[INFO] ------------------------------------------------------------------------
Warte bis Jenkins die Datensammlung abgeschlossen hat