Started by an SCM change Running as SYSTEM Building remotely on ha:////4Kwhx1sqBwVUSCDx+X7fUfNf3pWlChjjBgOdczR7cSS9AAAAnB+LCAAAAAAAAP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAx2oBn6yfm5BaUlqUX6TqWZOSlAGgDoKfd5xwAAAA==Builder in workspace /home/jenkins/workspace/mcMMO [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/mcMMO-Dev/mcMMO.git > git init /home/jenkins/workspace/mcMMO # timeout=10 Fetching upstream changes from https://github.com/mcMMO-Dev/mcMMO.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/mcMMO-Dev/mcMMO.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/mcMMO-Dev/mcMMO.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision d7bd2bdf58df61ac9441660612c51be60b6ac02d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d7bd2bdf58df61ac9441660612c51be60b6ac02d # timeout=10 Commit message: "Add 2.2.055 changelog entries for XP and furnace extraction performance" > git rev-list --no-walk 2d5be6d51c01d2990d667f3260e0d40c79e08d16 # timeout=10 [mcMMO] $ /bin/sh -xe /tmp/jenkins8171175842083533021.sh + git clone https://github.com/mcMMO-Dev/mcMMO.git Cloning into 'mcMMO'... + cd mcMMO + mvn -P!integration-tests clean package install [INFO] Scanning for projects... [INFO] [INFO] -------------------< com.gmail.nossr50.mcMMO:mcMMO >-------------------- [INFO] Building mcMMO 2.2.055-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mcMMO --- [INFO] [INFO] --- maven-dependency-plugin:2.8:properties (default) @ mcMMO --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ mcMMO --- [INFO] Copying 20 resources from src/main/resources to target/classes [INFO] Copying 21 resources from src/main/resources/locale to target/classes/com/gmail/nossr50/locale [INFO] Copying 4 resources from src/main/resources/mods to target/classes/mods [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ mcMMO --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 492 source files with javac [debug release 17] to target/classes [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java:[181,26] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/skills/excavation/ExcavationManager.java:[154,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/secondaryabilities/SubSkillBlockEvent.java:[13,9] SubSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.SubSkillType) in com.gmail.nossr50.events.skills.secondaryabilities.SubSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/repair/McMMOPlayerRepairCheckEvent.java:[20,9] McMMOPlayerSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.PrimarySkillType) in com.gmail.nossr50.events.skills.McMMOPlayerSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/unarmed/McMMOPlayerDisarmEvent.java:[13,9] McMMOPlayerSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.PrimarySkillType) in com.gmail.nossr50.events.skills.McMMOPlayerSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/salvage/McMMOPlayerSalvageCheckEvent.java:[20,9] McMMOPlayerSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.PrimarySkillType) in com.gmail.nossr50.events.skills.McMMOPlayerSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java:[258,64] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java:[263,56] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[276,62] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[279,89] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[285,62] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[287,87] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/fishing/McMMOPlayerShakeEvent.java:[10,9] McMMOPlayerFishingEvent(org.bukkit.entity.Player) in com.gmail.nossr50.events.skills.fishing.McMMOPlayerFishingEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/runnables/skills/AbilityDisableTask.java:[51,19] callAbilityDeactivateEvent(org.bukkit.entity.Player,com.gmail.nossr50.datatypes.skills.SuperAbilityType) in com.gmail.nossr50.util.EventUtils has been deprecated and marked for removal [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/database/ConvertDatabaseCommand.java: /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/database/ConvertDatabaseCommand.java uses unchecked or unsafe operations. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/database/ConvertDatabaseCommand.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ mcMMO --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ mcMMO --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 50 source files with javac [debug release 17] to target/test-classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceImplementationProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceSpecificationProcessor' less than -source '17' [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ mcMMO --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.gmail.nossr50.util.text.TextUtilsTest [INFO] Running com.gmail.nossr50.util.text.TextUtilsTest$InsertLiteralTextAtMarkers [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in com.gmail.nossr50.util.text.TextUtilsTest$InsertLiteralTextAtMarkers [INFO] Running com.gmail.nossr50.util.text.TextUtilsTest$LiteralizeLegacyColorCodes [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.gmail.nossr50.util.text.TextUtilsTest$LiteralizeLegacyColorCodes [INFO] Running com.gmail.nossr50.util.text.TextUtilsTest$ColorizeText [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.gmail.nossr50.util.text.TextUtilsTest$ColorizeText [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in com.gmail.nossr50.util.text.TextUtilsTest [INFO] Running com.gmail.nossr50.util.text.StringUtilsTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in com.gmail.nossr50.util.text.StringUtilsTest [INFO] Running com.gmail.nossr50.util.text.TextComponentFactoryTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s -- in com.gmail.nossr50.util.text.TextComponentFactoryTest [INFO] Running com.gmail.nossr50.util.skills.SkillToolsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in com.gmail.nossr50.util.skills.SkillToolsTest [INFO] Running com.gmail.nossr50.util.skills.CombatUtilsTest [INFO] Running com.gmail.nossr50.util.skills.CombatUtilsTest$ComputeAttackStrengthScale [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 s -- in com.gmail.nossr50.util.skills.CombatUtilsTest$ComputeAttackStrengthScale [INFO] Running com.gmail.nossr50.util.skills.CombatUtilsTest$RestoreMobNameIfLethal [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in com.gmail.nossr50.util.skills.CombatUtilsTest$RestoreMobNameIfLethal [INFO] Running com.gmail.nossr50.util.skills.CombatUtilsTest$FixNames [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in com.gmail.nossr50.util.skills.CombatUtilsTest$FixNames [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s -- in com.gmail.nossr50.util.skills.CombatUtilsTest [INFO] Running com.gmail.nossr50.util.skills.SkillUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in com.gmail.nossr50.util.skills.SkillUtilsTest [INFO] Running com.gmail.nossr50.util.PotionUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.gmail.nossr50.util.PotionUtilTest [INFO] Running com.gmail.nossr50.util.MobHealthbarUtilsTest [INFO] Running com.gmail.nossr50.util.MobHealthbarUtilsTest$ReHitGuard [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in com.gmail.nossr50.util.MobHealthbarUtilsTest$ReHitGuard [INFO] Running com.gmail.nossr50.util.MobHealthbarUtilsTest$HealthbarSnapshotRecord [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in com.gmail.nossr50.util.MobHealthbarUtilsTest$HealthbarSnapshotRecord [INFO] Running com.gmail.nossr50.util.MobHealthbarUtilsTest$GetHealthbarSnapshot [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.gmail.nossr50.util.MobHealthbarUtilsTest$GetHealthbarSnapshot [INFO] Running com.gmail.nossr50.util.MobHealthbarUtilsTest$HasHealthbarSnapshot [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.gmail.nossr50.util.MobHealthbarUtilsTest$HasHealthbarSnapshot [INFO] Running com.gmail.nossr50.util.MobHealthbarUtilsTest$RestoreNameFromSnapshot [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in com.gmail.nossr50.util.MobHealthbarUtilsTest$RestoreNameFromSnapshot [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in com.gmail.nossr50.util.MobHealthbarUtilsTest [INFO] Running com.gmail.nossr50.util.random.ProbabilityTest 5.00162, 5.0 9.988764999999999, 10.0 15.00837, 15.0 20.001070000000002, 20.0 24.978334999999998, 25.0 50.004315, 50.0 75.004245, 75.0 90.000645, 90.0 99.900095, 99.9 0.050175000000000004, 0.05 0.09971999999999999, 0.1 100.0, 100.0 100.0, 100.0 5.00764, 5.0 10.009865, 10.0 15.0044, 15.0 20.0054, 20.0 25.006245, 25.0 49.998205, 50.0 74.996105, 75.0 90.009245, 90.0 99.898955, 99.9 0.049385, 0.05 0.09884500000000002, 0.1 100.0, 100.0 100.0, 100.0 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.607 s -- in com.gmail.nossr50.util.random.ProbabilityTest [INFO] Running com.gmail.nossr50.util.random.ProbabilityUtilTest Wins: 3998773.0 Fails: 1.6001227E7 Percentage succeeded: 19.993865, Expected: 20.0 Variance is within tolerance levels! Wins: 2199864.0 Fails: 1.7800136E7 Percentage succeeded: 10.999319999999999, Expected: 11.0 Variance is within tolerance levels! Wins: 1314.0 Fails: 1.9998686E7 Percentage succeeded: 0.0065699999999999995, Expected: 0.007 Variance is within tolerance levels! Wins: 9098135.0 Fails: 1.0901865E7 Percentage succeeded: 45.490675, Expected: 45.5 Variance is within tolerance levels! [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s -- in com.gmail.nossr50.util.random.ProbabilityUtilTest [INFO] Running com.gmail.nossr50.util.ItemUtilsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in com.gmail.nossr50.util.ItemUtilsTest [INFO] Running com.gmail.nossr50.util.platform.MinecraftGameVersionTest [INFO] Running com.gmail.nossr50.util.platform.MinecraftGameVersionTest$VersionDetectionFallback Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.13.2-R0.1-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.13.2 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.13-R0.2-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.13.0 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.13-pre7-R0.1-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.13.0 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.14-pre5-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.14.0 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.15-R0.1-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.15.0 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.16.5-R0.1-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.16.5 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.17-R0.1-SNAPSHOT Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.17.0 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.21.11-106-0d768aa Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.21.11 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in com.gmail.nossr50.util.platform.MinecraftGameVersionTest$VersionDetectionFallback [INFO] Running com.gmail.nossr50.util.platform.MinecraftGameVersionTest$VersionDetectionFromGetVersion Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: git-Spigot-12345-abcdef (MC: 1.13.2) Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.13.2 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: git-Spigot-12345-abcdef (MC: 1.17) Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.17.0 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: git-Spigot-12345-abcdef (MC: 1.21.4) Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.21.4 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 1.21.11-106-0d768aa (MC: 1.21.11) Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 1.21.11 Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Platform String: 26.1.2-60-b4682bf (MC: 26.1.2) Jul 05, 2026 7:19:41 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Minecraft version determined to be - 26.1.2 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in com.gmail.nossr50.util.platform.MinecraftGameVersionTest$VersionDetectionFromGetVersion [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in com.gmail.nossr50.util.platform.MinecraftGameVersionTest [INFO] Running com.gmail.nossr50.util.blockmeta.UserBlockTrackerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.504 s -- in com.gmail.nossr50.util.blockmeta.UserBlockTrackerTest [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$CopyOrMergeRegionFile [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$CopyOrMergeRegionFile [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$Readme Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-9533406195399285760/region_data_backups_for_migration/world/2026-05-31_14-23-05Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$Readme [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$NewestCompleteSnapshotPicker [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$NewestCompleteSnapshotPicker [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$IdempotencyAndCrashRecovery Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-14978334906018405716/region_data_backups_for_migration/world/2026-05-31_14-23-05Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-17956605571785884788/region_data_backups_for_migration/world/2026-05-31_14-23-05Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$IdempotencyAndCrashRecovery [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$RestoreFromBackup Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore restore INFO: [RegionDataMigration] Restoring region data for world named 'world'... this may take a while. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore restore INFO: [RegionDataMigration] Restore complete for world 'world', 1 mcMMO region file(s) were successfully restored in 0ms. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore restore INFO: [RegionDataMigration] Restoring region data for world named 'world_nether'... this may take a while. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore restore INFO: [RegionDataMigration] Restore complete for world 'world_nether', 1 mcMMO region file(s) were successfully restored in 0ms. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore restore INFO: [RegionDataMigration] Restoring region data for world named 'world'... this may take a while. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore restore INFO: [RegionDataMigration] Restore complete for world 'world', 1 mcMMO region file(s) were successfully restored in 0ms. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$RestoreFromBackup [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$Pruning [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$Pruning [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$BackupWritesSnapshot Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-13927362055501511551/region_data_backups_for_migration/world/2026-05-31_14-23-05Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-13179234703523375512/region_data_backups_for_migration/world/2026-05-28_10-00-00Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-13179234703523375512/region_data_backups_for_migration/world/2026-05-29_10-00-00Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-13179234703523375512/region_data_backups_for_migration/world/2026-05-30_10-00-00Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-13179234703523375512/region_data_backups_for_migration/world/2026-05-31_10-00-00Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 1 mcMMO region file(s) were successfully backed up. Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] [RegionDataBackups] pruning old snapshot 2026-05-28_10-00-00Z (mcMMO only keeps the 3 newest backups) Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backing up region data for world named 'world' to /tmp/junit-16834878711920855630/region_data_backups_for_migration/world/2026-05-31_14-23-05Z Jul 05, 2026 7:19:43 AM com.gmail.nossr50.util.blockmeta.McMMORegionBackupStore backup INFO: [RegionDataBackups] Backup complete for world 'world', 2 mcMMO region file(s) were successfully backed up. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$BackupWritesSnapshot [INFO] Running com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$ShapeDetection [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest$ShapeDetection [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in com.gmail.nossr50.util.blockmeta.McMMORegionBackupStoreTest [INFO] Running com.gmail.nossr50.util.blockmeta.BitSetChunkStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in com.gmail.nossr50.util.blockmeta.BitSetChunkStoreTest [INFO] Running com.gmail.nossr50.util.blockmeta.ChunkStoreTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in com.gmail.nossr50.util.blockmeta.ChunkStoreTest [INFO] Running com.gmail.nossr50.skills.smelting.SmeltingManagerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in com.gmail.nossr50.skills.smelting.SmeltingManagerTest [INFO] Running com.gmail.nossr50.skills.fishing.FishingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in com.gmail.nossr50.skills.fishing.FishingTest [INFO] Running com.gmail.nossr50.skills.herbalism.HerbalismManagerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s -- in com.gmail.nossr50.skills.herbalism.HerbalismManagerTest [INFO] Running com.gmail.nossr50.skills.taming.TamingManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in com.gmail.nossr50.skills.taming.TamingManagerTest [INFO] Running com.gmail.nossr50.skills.maces.MacesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in com.gmail.nossr50.skills.maces.MacesTest [INFO] Running com.gmail.nossr50.skills.tridents.TridentsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in com.gmail.nossr50.skills.tridents.TridentsTest [INFO] Running com.gmail.nossr50.skills.acrobatics.AcrobaticsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in com.gmail.nossr50.skills.acrobatics.AcrobaticsTest [INFO] Running com.gmail.nossr50.skills.repair.RepairManagerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in com.gmail.nossr50.skills.repair.RepairManagerTest [INFO] Running com.gmail.nossr50.skills.salvage.SalvageManagerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in com.gmail.nossr50.skills.salvage.SalvageManagerTest [INFO] Running com.gmail.nossr50.skills.excavation.ExcavationTest [INFO] Running com.gmail.nossr50.skills.excavation.ExcavationTest$ExcavationDropRouting [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.gmail.nossr50.skills.excavation.ExcavationTest$ExcavationDropRouting [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in com.gmail.nossr50.skills.excavation.ExcavationTest [INFO] Running com.gmail.nossr50.skills.woodcutting.WoodcuttingTest [INFO] Running com.gmail.nossr50.skills.woodcutting.WoodcuttingTest$KnockOnWoodXpOrbSpawning [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in com.gmail.nossr50.skills.woodcutting.WoodcuttingTest$KnockOnWoodXpOrbSpawning [INFO] Running com.gmail.nossr50.skills.woodcutting.WoodcuttingTest$ProcessBonusDropCheckRouting [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in com.gmail.nossr50.skills.woodcutting.WoodcuttingTest$ProcessBonusDropCheckRouting [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in com.gmail.nossr50.skills.woodcutting.WoodcuttingTest [INFO] Running com.gmail.nossr50.locale.LocaleLoaderTest [INFO] Tests run: 107, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in com.gmail.nossr50.locale.LocaleLoaderTest [INFO] Running com.gmail.nossr50.McMMOTimingFormatTest [INFO] Running com.gmail.nossr50.McMMOTimingFormatTest$FormatDurationHms [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in com.gmail.nossr50.McMMOTimingFormatTest$FormatDurationHms [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.gmail.nossr50.McMMOTimingFormatTest [INFO] Running com.gmail.nossr50.party.PartyManagerTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in com.gmail.nossr50.party.PartyManagerTest [INFO] Running com.gmail.nossr50.database.flatfile.FlatFileDataUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.gmail.nossr50.database.flatfile.FlatFileDataUtilTest [INFO] Running com.gmail.nossr50.database.FlatFileDataProcessorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.database.FlatFileDataProcessorTest [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$PlayerProfileConstructorIntegration [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$PlayerProfileConstructorIntegration [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$HasActiveEntries [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$HasActiveEntries [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$Eviction [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$Eviction [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$UuidIsolation [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$UuidIsolation [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$SameUuidPersistence [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$SameUuidPersistence [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$NullUuidBehavior [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$NullUuidBehavior [INFO] Running com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$DisabledBehavior [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest$DisabledBehavior [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in com.gmail.nossr50.datatypes.experience.DiminishedReturnsCacheTest [INFO] Running com.gmail.nossr50.datatypes.BlockLocationHistoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.datatypes.BlockLocationHistoryTest [INFO] Running com.gmail.nossr50.config.skills.alchemy.PotionConfigTest [INFO] Running com.gmail.nossr50.config.skills.alchemy.PotionConfigTest$TrickyTrialsPotionDurationMigration Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for SPLASH_POTION_OF_INFESTATION from 2500 to 3600 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for SPLASH_POTION_OF_WEAVING from 2500 to 3600 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for SPLASH_POTION_OF_WIND_CHARGING from 2500 to 3600 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for SPLASH_POTION_OF_OOZING from 2500 to 3600 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for LINGERING_POTION_OF_INFESTATION from 3000 to 900 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for LINGERING_POTION_OF_WEAVING from 3000 to 900 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for LINGERING_POTION_WIND_CHARGING from 3000 to 900 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for LINGERING_POTION_OF_OOZING from 3000 to 900 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for SPLASH_POTION_OF_INFESTATION from 2500 to 3600 ticks. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.skills.alchemy.PotionConfig patchTrickyTrialsDurations INFO: Patched Tricky Trials potion duration for LINGERING_POTION_OF_OOZING from 3000 to 900 ticks. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in com.gmail.nossr50.config.skills.alchemy.PotionConfigTest$TrickyTrialsPotionDurationMigration [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in com.gmail.nossr50.config.skills.alchemy.PotionConfigTest [INFO] Running com.gmail.nossr50.config.WorldBlacklistTest [INFO] Running com.gmail.nossr50.config.WorldBlacklistTest$IsWorldBlacklisted [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.gmail.nossr50.config.WorldBlacklistTest$IsWorldBlacklisted [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.gmail.nossr50.config.WorldBlacklistTest [INFO] Running com.gmail.nossr50.config.treasure.TreasureConfigTest [INFO] Running com.gmail.nossr50.config.treasure.TreasureConfigTest$ClassifyExcavationTreasure Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'DIAMOND' in treasures.yml: missing or invalid Level_Requirement Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'MUSIC_DISC_FROM_THE_FUTURE' in treasures.yml because material 'MUSIC_DISC_FROM_THE_FUTURE' does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'TOTALLY_FAKE_MATERIAL_XYZ' in treasures.yml because material 'TOTALLY_FAKE_MATERIAL_XYZ' does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'NOT_A_REAL_BLOCK_123' in treasures.yml because material 'NOT_A_REAL_BLOCK_123' does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'STONE' in treasures.yml: data value 200 is out of range Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'DIAMOND' in treasures.yml: Drop_Chance -1.0 is negative Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'POTION' in treasures.yml because its potion type does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'STONE|abc' in treasures.yml: data suffix 'abc' is not a number Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'STONE|1.5' in treasures.yml: data suffix '1.5' is not a number Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'STONE|99999' in treasures.yml: data suffix '99999' is not a number Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'DIAMOND' in treasures.yml: missing or invalid Level_Requirement Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'DIAMOND' in treasures.yml: XP value -5 is negative [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in com.gmail.nossr50.config.treasure.TreasureConfigTest$ClassifyExcavationTreasure [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in com.gmail.nossr50.config.treasure.TreasureConfigTest [INFO] Running com.gmail.nossr50.config.treasure.FishingTreasureConfigTest [INFO] Running com.gmail.nossr50.config.treasure.FishingTreasureConfigTest$DropRateValidation [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in com.gmail.nossr50.config.treasure.FishingTreasureConfigTest$DropRateValidation [INFO] Running com.gmail.nossr50.config.treasure.FishingTreasureConfigTest$ClassifyFishingTreasure Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'MUSIC_DISC_FROM_THE_FUTURE' in fishing_treasures.yml because material 'MUSIC_DISC_FROM_THE_FUTURE' does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'TOTALLY_FAKE_MATERIAL_XYZ' in fishing_treasures.yml because material 'TOTALLY_FAKE_MATERIAL_XYZ' does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'NOT_A_REAL_ITEM_123' in fishing_treasures.yml because material 'NOT_A_REAL_ITEM_123' does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.util.LogUtils debug INFO: [D] Skipping treasure 'POTION' in fishing_treasures.yml because its potion type does not exist in this Minecraft version Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD|abc' in fishing_treasures.yml: data suffix 'abc' is not a number Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD|1.5' in fishing_treasures.yml: data suffix '1.5' is not a number Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD|99999' in fishing_treasures.yml: data suffix '99999' is not a number Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: missing Rarity Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: XP value -1 is negative Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: Drop_Chance -1.0 is negative Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: Drop_Level -1 is negative Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: unknown Rarity 'COMON' Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: unknown Rarity 'SUPER_RARE' Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.TreasureEntryLoader logInvalidTreasure WARNING: Skipping invalid treasure 'COD' in fishing_treasures.yml: unknown Rarity 'common' [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in com.gmail.nossr50.config.treasure.FishingTreasureConfigTest$ClassifyFishingTreasure [INFO] Running com.gmail.nossr50.config.treasure.FishingTreasureConfigTest$MooshroomEntityIdMigration Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.FishingTreasureConfig fixMooshroomEntityId INFO: Renamed Shake.MUSHROOM_COW to Shake.MOOSHROOM in fishing_treasures.yml. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.FishingTreasureConfig fixMooshroomEntityId INFO: Renamed Shake.MUSHROOM_COW to Shake.MOOSHROOM in fishing_treasures.yml. Jul 05, 2026 7:19:44 AM com.gmail.nossr50.config.treasure.FishingTreasureConfig fixMooshroomEntityId INFO: Renamed Shake.MUSHROOM_COW to Shake.MOOSHROOM in fishing_treasures.yml. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.gmail.nossr50.config.treasure.FishingTreasureConfigTest$MooshroomEntityIdMigration [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in com.gmail.nossr50.config.treasure.FishingTreasureConfigTest [INFO] Running com.gmail.nossr50.config.treasure.TreasureLoadTallyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.config.treasure.TreasureLoadTallyTest [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$ObjectContracts [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$ObjectContracts [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$HandlerListTests [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$HandlerListTests [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$Delegates [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$Delegates [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$DeltaAndAbsolute [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$DeltaAndAbsolute [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$Cancellation [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$Cancellation [INFO] Running com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$ConstructorValidation [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest$ConstructorValidation [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$StalePollGuard [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$StalePollGuard [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$PollCountInvariants [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$PollCountInvariants [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenDisplayTimeElapsed [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenDisplayTimeElapsed [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenDisplayTimeNotElapsed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenDisplayTimeNotElapsed [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenNoSnapshot [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenNoSnapshot [INFO] Running com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenEntityInvalid [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest$WhenEntityInvalid [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in com.gmail.nossr50.runnables.MobHealthDisplayUpdaterTaskTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 575, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mcMMO --- [INFO] Building jar: /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar [INFO] [INFO] --- maven-assembly-plugin:3.7.1:single (build) @ mcMMO --- [INFO] Reading assembly descriptor: src/main/assembly/package.xml [INFO] Building zip: /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-bin.zip [INFO] [INFO] --- maven-shade-plugin:3.5.3:shade (default) @ mcMMO --- [INFO] Including co.aikar:acf-bukkit:jar:0.5.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-bungeecord:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-legacy:jar:4.21.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-gson:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-commons:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-gson-legacy-impl:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-json:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-json-legacy-impl:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-api:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:examination-api:jar:1.3.0 in the shaded jar. [INFO] Including net.kyori:examination-string:jar:1.3.0 in the shaded jar. [INFO] Including net.kyori:adventure-nbt:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-key:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-platform-api:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-platform-bukkit:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-platform-facet:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-platform-viaversion:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:option:jar:1.1.0 in the shaded jar. [INFO] Including org.bstats:bstats-bukkit:jar:3.0.2 in the shaded jar. [INFO] Including org.bstats:bstats-base:jar:3.0.2 in the shaded jar. [INFO] Including org.apache.tomcat:tomcat-jdbc:jar:11.0.14 in the shaded jar. [INFO] Including org.apache.tomcat:tomcat-juli:jar:11.0.14 in the shaded jar. [INFO] Including com.tcoded:FoliaLib:jar:0.5.1 in the shaded jar. [INFO] Excluding net.dmulloy2:ProtocolLib:jar:5.3.0 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.8.0 from the shaded jar. [INFO] Excluding com.google.auto.service:auto-service-annotations:jar:1.1.1 from the shaded jar. [INFO] Excluding org.jspecify:jspecify:jar:1.0.0 from the shaded jar. [INFO] Excluding org.apache.maven.scm:maven-scm-provider-gitexe:jar:2.1.0 from the shaded jar. [INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.16.1 from the shaded jar. [INFO] Excluding org.apache.commons:commons-text:jar:1.11.0 from the shaded jar. [INFO] Excluding org.apache.commons:commons-lang3:jar:3.13.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:4.0.0 from the shaded jar. [INFO] Excluding org.apache.maven.scm:maven-scm-provider-git-commons:jar:2.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-xml:jar:3.0.0 from the shaded jar. [INFO] Excluding org.apache.maven.scm:maven-scm-api:jar:2.1.0 from the shaded jar. [INFO] Excluding org.yaml:snakeyaml:jar:2.2 from the shaded jar. [INFO] Excluding com.sk89q.worldedit:worldedit-core:jar:7.2.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sk89q.worldedit.worldedit-libs:core:jar:7.2.0-SNAPSHOT from the shaded jar. [INFO] Excluding de.schlichtherle:truezip:jar:6.8.3 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-profile-default_2.13:jar:0.12.1 from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-http:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-kernel-spec:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-annotations:jar:2.5.0 from the shaded jar. [INFO] Excluding com.google.code.findbugs:annotations:jar:3.0.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-cio:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-io:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-services:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-logging:jar:2.5.0 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.5.10 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.4.12 from the shaded jar. [INFO] Excluding org.slf4j:jcl-over-slf4j:jar:1.7.28 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-odf:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-zipdriver:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-zip:jar:0.12.1 from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk15on:jar:1.63 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-tardriver:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar-bzip2:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar-gzip:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar-xz:jar:0.12.1 from the shaded jar. [INFO] Excluding org.tukaani:xz:jar:1.8 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-zip-raes:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-profile-base_2.13:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-access-swing:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-access:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-file:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-jar:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-zip:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-ibm437:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-kernel-impl_2.13:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-console:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-default:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-swing:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-macosx:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-spec:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-shed:jar:2.5.0 from the shaded jar. [INFO] Excluding org.mozilla:rhino-runtime:jar:1.7.12 from the shaded jar. [INFO] Excluding org.antlr:antlr4-runtime:jar:4.7.2 from the shaded jar. [INFO] Excluding it.unimi.dsi:fastutil:jar:8.2.1 from the shaded jar. [INFO] Excluding com.sk89q.worldguard:worldguard-core:jar:7.0.7 from the shaded jar. [INFO] Excluding com.sk89q.worldguard.worldguard-libs:core:jar:7.0.7 from the shaded jar. [INFO] Excluding org.flywaydb:flyway-core:jar:3.0 from the shaded jar. [INFO] Excluding com.sk89q.worldguard:worldguard-legacy:jar:7.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sk89q:commandbook:jar:2.3 from the shaded jar. [INFO] Excluding org.apache.commons:commons-compress:jar:1.28.0 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.19.0 from the shaded jar. [INFO] Excluding net.java.dev.jna:jna:jar:5.18.1 from the shaded jar. [INFO] Excluding org.apache.logging.log4j:log4j-api:jar:2.25.2 from the shaded jar. [INFO] Excluding org.jetbrains:annotations:jar:24.1.0 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.2.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.2 from the shaded jar. [INFO] Excluding org.checkerframework:checker-qual:jar:3.42.0 from the shaded jar. [INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.26.1 from the shaded jar. [INFO] Excluding com.google.j2objc:j2objc-annotations:jar:3.0.0 from the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/workspace/mcMMO/mcMMO/dependency-reduced-pom.xml [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] mcMMO.jar, tomcat-jdbc-11.0.14.jar define 1 overlapping resource: [WARNING] - LICENSE [WARNING] examination-api-1.3.0.jar, examination-string-1.3.0.jar, option-1.1.0.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] FoliaLib-0.5.1.jar, acf-bukkit-0.5.1-SNAPSHOT.jar, adventure-api-4.23.0.jar, adventure-key-4.23.0.jar, adventure-nbt-4.23.0.jar, adventure-platform-api-4.4.1-SNAPSHOT.jar, adventure-platform-bukkit-4.4.1-SNAPSHOT.jar, adventure-platform-facet-4.4.1-SNAPSHOT.jar, adventure-platform-viaversion-4.4.1-SNAPSHOT.jar, adventure-text-serializer-bungeecord-4.4.1-SNAPSHOT.jar, adventure-text-serializer-commons-4.23.0.jar, adventure-text-serializer-gson-4.23.0.jar, adventure-text-serializer-gson-legacy-impl-4.23.0.jar, adventure-text-serializer-json-4.23.0.jar, adventure-text-serializer-json-legacy-impl-4.23.0.jar, adventure-text-serializer-legacy-4.21.0.jar, bstats-base-3.0.2.jar, bstats-bukkit-3.0.2.jar, examination-api-1.3.0.jar, examination-string-1.3.0.jar, mcMMO.jar, option-1.1.0.jar, tomcat-jdbc-11.0.14.jar, tomcat-juli-11.0.14.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar with /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-2.2.055-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:properties (default) @ mcMMO --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ mcMMO --- [INFO] Copying 20 resources from src/main/resources to target/classes [INFO] Copying 21 resources from src/main/resources/locale to target/classes/com/gmail/nossr50/locale [INFO] Copying 4 resources from src/main/resources/mods to target/classes/mods [INFO] Copying 1 resource from to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ mcMMO --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 492 source files with javac [debug release 17] to target/classes [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java:[181,26] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/skills/excavation/ExcavationManager.java:[154,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/secondaryabilities/SubSkillBlockEvent.java:[13,9] SubSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.SubSkillType) in com.gmail.nossr50.events.skills.secondaryabilities.SubSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/repair/McMMOPlayerRepairCheckEvent.java:[20,9] McMMOPlayerSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.PrimarySkillType) in com.gmail.nossr50.events.skills.McMMOPlayerSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/unarmed/McMMOPlayerDisarmEvent.java:[13,9] McMMOPlayerSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.PrimarySkillType) in com.gmail.nossr50.events.skills.McMMOPlayerSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/salvage/McMMOPlayerSalvageCheckEvent.java:[20,9] McMMOPlayerSkillEvent(@org.jetbrains.annotations.NotNull org.bukkit.entity.Player,@org.jetbrains.annotations.NotNull com.gmail.nossr50.datatypes.skills.PrimarySkillType) in com.gmail.nossr50.events.skills.McMMOPlayerSkillEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java:[258,64] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java:[263,56] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[276,62] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[279,89] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[285,62] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/player/NotificationManager.java:[287,87] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/events/skills/fishing/McMMOPlayerShakeEvent.java:[10,9] McMMOPlayerFishingEvent(org.bukkit.entity.Player) in com.gmail.nossr50.events.skills.fishing.McMMOPlayerFishingEvent has been deprecated and marked for removal [WARNING] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/runnables/skills/AbilityDisableTask.java:[51,19] callAbilityDeactivateEvent(org.bukkit.entity.Player,com.gmail.nossr50.datatypes.skills.SuperAbilityType) in com.gmail.nossr50.util.EventUtils has been deprecated and marked for removal [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/database/ConvertDatabaseCommand.java: /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/database/ConvertDatabaseCommand.java uses unchecked or unsafe operations. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/commands/database/ConvertDatabaseCommand.java: Recompile with -Xlint:unchecked for details. [WARNING] Overwriting artifact's file from /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar to /home/jenkins/workspace/mcMMO/mcMMO/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ mcMMO --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ mcMMO --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 50 source files with javac [debug release 17] to target/test-classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceImplementationProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceSpecificationProcessor' less than -source '17' [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ mcMMO --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mcMMO --- [INFO] Building jar: /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar [INFO] [INFO] --- maven-assembly-plugin:3.7.1:single (build) @ mcMMO --- [INFO] Reading assembly descriptor: src/main/assembly/package.xml [INFO] Building zip: /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-bin.zip [WARNING] artifact com.gmail.nossr50.mcMMO:mcMMO:zip:bin:2.2.055-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- maven-shade-plugin:3.5.3:shade (default) @ mcMMO --- [INFO] Including co.aikar:acf-bukkit:jar:0.5.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-bungeecord:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-legacy:jar:4.21.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-gson:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-commons:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-gson-legacy-impl:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-json:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-text-serializer-json-legacy-impl:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-api:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:examination-api:jar:1.3.0 in the shaded jar. [INFO] Including net.kyori:examination-string:jar:1.3.0 in the shaded jar. [INFO] Including net.kyori:adventure-nbt:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-key:jar:4.23.0 in the shaded jar. [INFO] Including net.kyori:adventure-platform-api:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-platform-bukkit:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-platform-facet:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:adventure-platform-viaversion:jar:4.4.1-SNAPSHOT in the shaded jar. [INFO] Including net.kyori:option:jar:1.1.0 in the shaded jar. [INFO] Including org.bstats:bstats-bukkit:jar:3.0.2 in the shaded jar. [INFO] Including org.bstats:bstats-base:jar:3.0.2 in the shaded jar. [INFO] Including org.apache.tomcat:tomcat-jdbc:jar:11.0.14 in the shaded jar. [INFO] Including org.apache.tomcat:tomcat-juli:jar:11.0.14 in the shaded jar. [INFO] Including com.tcoded:FoliaLib:jar:0.5.1 in the shaded jar. [INFO] Excluding net.dmulloy2:ProtocolLib:jar:5.3.0 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.8.0 from the shaded jar. [INFO] Excluding com.google.auto.service:auto-service-annotations:jar:1.1.1 from the shaded jar. [INFO] Excluding org.jspecify:jspecify:jar:1.0.0 from the shaded jar. [INFO] Excluding org.apache.maven.scm:maven-scm-provider-gitexe:jar:2.1.0 from the shaded jar. [INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.16.1 from the shaded jar. [INFO] Excluding org.apache.commons:commons-text:jar:1.11.0 from the shaded jar. [INFO] Excluding org.apache.commons:commons-lang3:jar:3.13.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:4.0.0 from the shaded jar. [INFO] Excluding org.apache.maven.scm:maven-scm-provider-git-commons:jar:2.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-xml:jar:3.0.0 from the shaded jar. [INFO] Excluding org.apache.maven.scm:maven-scm-api:jar:2.1.0 from the shaded jar. [INFO] Excluding org.yaml:snakeyaml:jar:2.2 from the shaded jar. [INFO] Excluding com.sk89q.worldedit:worldedit-core:jar:7.2.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sk89q.worldedit.worldedit-libs:core:jar:7.2.0-SNAPSHOT from the shaded jar. [INFO] Excluding de.schlichtherle:truezip:jar:6.8.3 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-profile-default_2.13:jar:0.12.1 from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-http:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-kernel-spec:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-annotations:jar:2.5.0 from the shaded jar. [INFO] Excluding com.google.code.findbugs:annotations:jar:3.0.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-cio:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-io:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-services:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-logging:jar:2.5.0 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.5.10 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.4.12 from the shaded jar. [INFO] Excluding org.slf4j:jcl-over-slf4j:jar:1.7.28 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-odf:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-zipdriver:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-zip:jar:0.12.1 from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk15on:jar:1.63 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-tardriver:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar-bzip2:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar-gzip:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-tar-xz:jar:0.12.1 from the shaded jar. [INFO] Excluding org.tukaani:xz:jar:1.8 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-zip-raes:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-profile-base_2.13:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-access-swing:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-access:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-file:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-jar:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-driver-zip:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-comp-ibm437:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truevfs:truevfs-kernel-impl_2.13:jar:0.12.1 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-console:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-default:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-swing:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-macosx:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-key-spec:jar:2.5.0 from the shaded jar. [INFO] Excluding net.java.truecommons:truecommons-shed:jar:2.5.0 from the shaded jar. [INFO] Excluding org.mozilla:rhino-runtime:jar:1.7.12 from the shaded jar. [INFO] Excluding org.antlr:antlr4-runtime:jar:4.7.2 from the shaded jar. [INFO] Excluding it.unimi.dsi:fastutil:jar:8.2.1 from the shaded jar. [INFO] Excluding com.sk89q.worldguard:worldguard-core:jar:7.0.7 from the shaded jar. [INFO] Excluding com.sk89q.worldguard.worldguard-libs:core:jar:7.0.7 from the shaded jar. [INFO] Excluding org.flywaydb:flyway-core:jar:3.0 from the shaded jar. [INFO] Excluding com.sk89q.worldguard:worldguard-legacy:jar:7.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sk89q:commandbook:jar:2.3 from the shaded jar. [INFO] Excluding org.apache.commons:commons-compress:jar:1.28.0 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.19.0 from the shaded jar. [INFO] Excluding net.java.dev.jna:jna:jar:5.18.1 from the shaded jar. [INFO] Excluding org.apache.logging.log4j:log4j-api:jar:2.25.2 from the shaded jar. [INFO] Excluding org.jetbrains:annotations:jar:24.1.0 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.2.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.2 from the shaded jar. [INFO] Excluding org.checkerframework:checker-qual:jar:3.42.0 from the shaded jar. [INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.26.1 from the shaded jar. [INFO] Excluding com.google.j2objc:j2objc-annotations:jar:3.0.0 from the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/workspace/mcMMO/mcMMO/dependency-reduced-pom.xml [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] mcMMO.jar, tomcat-jdbc-11.0.14.jar define 1 overlapping resource: [WARNING] - LICENSE [WARNING] examination-api-1.3.0.jar, examination-string-1.3.0.jar, option-1.1.0.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] FoliaLib-0.5.1.jar, acf-bukkit-0.5.1-SNAPSHOT.jar, adventure-api-4.23.0.jar, adventure-key-4.23.0.jar, adventure-nbt-4.23.0.jar, adventure-platform-api-4.4.1-SNAPSHOT.jar, adventure-platform-bukkit-4.4.1-SNAPSHOT.jar, adventure-platform-facet-4.4.1-SNAPSHOT.jar, adventure-platform-viaversion-4.4.1-SNAPSHOT.jar, adventure-text-serializer-bungeecord-4.4.1-SNAPSHOT.jar, adventure-text-serializer-commons-4.23.0.jar, adventure-text-serializer-gson-4.23.0.jar, adventure-text-serializer-gson-legacy-impl-4.23.0.jar, adventure-text-serializer-json-4.23.0.jar, adventure-text-serializer-json-legacy-impl-4.23.0.jar, adventure-text-serializer-legacy-4.21.0.jar, bstats-base-3.0.2.jar, bstats-bukkit-3.0.2.jar, examination-api-1.3.0.jar, examination-string-1.3.0.jar, mcMMO.jar, option-1.1.0.jar, tomcat-jdbc-11.0.14.jar, tomcat-juli-11.0.14.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar with /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-2.2.055-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ mcMMO --- [INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/2.2.055-SNAPSHOT/mcMMO-2.2.055-SNAPSHOT.jar [INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/2.2.055-SNAPSHOT/mcMMO-2.2.055-SNAPSHOT.pom [INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-bin.zip to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/2.2.055-SNAPSHOT/mcMMO-2.2.055-SNAPSHOT-bin.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.121 s [INFO] Finished at: 2026-07-05T07:19:50Z [INFO] ------------------------------------------------------------------------ + cd ../ + mkdir target + cp mcMMO/target/mcMMO.jar target/mcMMO.jar + cp mcMMO/target/original-mcMMO.jar target/original-mcMMO.jar Archiving artifacts Finished: SUCCESS