Skip to content
Failed

Console Output

Started by an SCM change
Running as SYSTEM
Building remotely on 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 e2f18a9e8962508ed974b3ebcc4fc2c6435a2f2d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e2f18a9e8962508ed974b3ebcc4fc2c6435a2f2d # timeout=10
Commit message: "2.2.047 hotfix for spears combat offhand oddities"
 > git rev-list --no-walk b15365e9788e385af13e3f36d7c3976d90cb9100 # timeout=10
[mcMMO] $ /bin/sh -xe /tmp/jenkins380688418722905275.sh
+ git clone https://github.com/mcMMO-Dev/mcMMO.git
Cloning into 'mcMMO'...
+ cd mcMMO
+ mvn clean package install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< com.gmail.nossr50.mcMMO:mcMMO >--------------------
[INFO] Building mcMMO 2.2.047
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 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 504 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/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/datatypes/skills/subskills/acrobatics/Roll.java:[380,82] 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/util/PotionUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/workspace/mcMMO/mcMMO/src/main/java/com/gmail/nossr50/util/PotionUtil.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 29 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.466 s -- in com.gmail.nossr50.util.text.StringUtilsTest
[INFO] Running com.gmail.nossr50.util.skills.SkillToolsTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
WARNING: A Java agent has been loaded dynamically (/home/jenkins/.m2/repository/net/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s -- in com.gmail.nossr50.util.skills.SkillToolsTest
[INFO] Running com.gmail.nossr50.util.PotionUtilTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in com.gmail.nossr50.util.PotionUtilTest
[INFO] Running com.gmail.nossr50.util.random.ProbabilityTest
4.99966, 5.0
10.017900000000001, 10.0
14.993445, 15.0
20.012035, 20.0
24.98715, 25.0
50.01221, 50.0
75.01459, 75.0
89.997135, 90.0
99.90083, 99.9
0.049894999999999995, 0.05
0.09947, 0.1
100.0, 100.0
100.0, 100.0
5.001265, 5.0
10.002525, 10.0
14.985835, 15.0
20.00227, 20.0
25.00296, 25.0
49.99192, 50.0
75.00581, 75.0
89.99287500000001, 90.0
99.89967, 99.9
0.05067, 0.05
0.1006, 0.1
100.0, 100.0
100.0, 100.0
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.680 s -- in com.gmail.nossr50.util.random.ProbabilityTest
[INFO] Running com.gmail.nossr50.util.random.ProbabilityUtilTest
Wins: 4002004.0
Fails: 1.5997996E7
Percentage succeeded: 20.01002, Expected: 20.0
Variance is within tolerance levels!
Wins: 2200444.0
Fails: 1.7799556E7
Percentage succeeded: 11.00222, Expected: 11.0
Variance is within tolerance levels!
Wins: 1361.0
Fails: 1.9998639E7
Percentage succeeded: 0.006805, Expected: 0.007
Variance is within tolerance levels!
Wins: 9100838.0
Fails: 1.0899162E7
Percentage succeeded: 45.50419, Expected: 45.5
Variance is within tolerance levels!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 s -- in com.gmail.nossr50.util.random.ProbabilityUtilTest
[INFO] Running com.gmail.nossr50.util.platform.MinecraftGameVersionTest
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.13.2-R0.1-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.13.2
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.13-R0.2-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.13.0
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.13.2-R0.1-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.13.2
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.13-pre7-R0.1-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.13.0
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.14-pre5-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.14.0
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.15-R0.1-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.15.0
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.16.5-R0.1-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.16.5
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Platform String: 1.17-R0.1-SNAPSHOT
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Minecraft version determined to be - 1.17.0
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Loading compatibility layers...
Dec 14, 2025 10:49:02 PM com.gmail.nossr50.util.LogUtils debug
INFO: [D] Finished loading compatibility layers.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.619 s -- in com.gmail.nossr50.util.blockmeta.UserBlockTrackerTest
[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.030 s -- in com.gmail.nossr50.util.blockmeta.ChunkStoreTest
[INFO] Running com.gmail.nossr50.skills.acrobatics.AcrobaticsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in com.gmail.nossr50.skills.acrobatics.AcrobaticsTest
[INFO] Running com.gmail.nossr50.skills.excavation.ExcavationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in com.gmail.nossr50.skills.excavation.ExcavationTest
[INFO] Running com.gmail.nossr50.skills.woodcutting.WoodcuttingTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in com.gmail.nossr50.skills.woodcutting.WoodcuttingTest
[INFO] Running com.gmail.nossr50.locale.LocaleLoaderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in com.gmail.nossr50.locale.LocaleLoaderTest
[INFO] Running com.gmail.nossr50.party.PartyManagerTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in com.gmail.nossr50.party.PartyManagerTest
[INFO] Running com.gmail.nossr50.database.SQLDatabaseManagerTest
2025-12-14T22:49:04.329512872Z main ERROR Could not find a valid Docker environment. Please check configuration. Attempted configurations were:
	DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null)As no valid configuration was found, execution cannot continue.
See https://java.testcontainers.org/on_failure.html for more details.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.314 s <<< FAILURE! -- in com.gmail.nossr50.database.SQLDatabaseManagerTest
[ERROR] com.gmail.nossr50.database.SQLDatabaseManagerTest -- Time elapsed: 0.314 s <<< ERROR!
java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
	at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:274)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:265)
	at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:154)
	at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:196)
	at org.testcontainers.DockerClientFactory$1.getDockerClient(DockerClientFactory.java:108)
	at com.github.dockerjava.api.DockerClientDelegate.authConfig(DockerClientDelegate.java:109)
	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:316)
	at org.testcontainers.junit.jupiter.TestcontainersExtension$StoreAdapter.start(TestcontainersExtension.java:276)
	at org.testcontainers.junit.jupiter.TestcontainersExtension$StoreAdapter.access$200(TestcontainersExtension.java:263)
	at org.testcontainers.junit.jupiter.TestcontainersExtension.lambda$startContainers$4(TestcontainersExtension.java:83)
	at org.testcontainers.junit.jupiter.TestcontainersExtension.lambda$startContainers$5(TestcontainersExtension.java:83)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at org.testcontainers.junit.jupiter.TestcontainersExtension.startContainers(TestcontainersExtension.java:83)
	at org.testcontainers.junit.jupiter.TestcontainersExtension.beforeAll(TestcontainersExtension.java:57)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

[INFO] Running com.gmail.nossr50.database.FlatFileDatabaseManagerTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in com.gmail.nossr50.database.FlatFileDatabaseManagerTest
[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 s -- in com.gmail.nossr50.database.FlatFileDataProcessorTest
[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.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.134 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.005 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.153 s -- in com.gmail.nossr50.events.items.McMMOModifyBlockDropItemEventTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   SQLDatabaseManagerTest » IllegalState Could not find a valid Docker environment. Please see logs and check configuration
[INFO] 
[ERROR] Tests run: 216, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.300 s
[INFO] Finished at: 2025-12-14T22:49:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test (default-test) on project mcMMO: 
[ERROR] 
[ERROR] Please refer to /home/jenkins/workspace/mcMMO/mcMMO/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE