Skip to content

Revert "DependencyDownloader: Upgrade (transitive) Log4J if needed" #160

Revert "DependencyDownloader: Upgrade (transitive) Log4J if needed"

Revert "DependencyDownloader: Upgrade (transitive) Log4J if needed" #160

GitHub Actions / Test Results failed Jan 24, 2024 in 0s

1 parse errors, 1 fail, 1 skipped, 493 pass in 3h 0m 32s

 92 files   - 1    1 errors  91 suites   - 2   3h 0m 32s ⏱️ + 18m 59s
495 tests  - 7  493 ✅  - 8  1 💤 ±0  1 ❌ +1 
502 runs   - 4  500 ✅  - 5  1 💤 ±0  1 ❌ +1 

Results for commit 939ec20. ± Comparison against earlier commit 37e6a3d.

Annotations

Check failure on line 0 in artifacts/Raw Test Results/test/TEST-net.fabricmc.loom.test.integration.ReproducibleBuildTest.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results

Error processing result file

CData section too big found, line 95208, column 141 (TEST-net.fabricmc.loom.test.integration.ReproducibleBuildTest.xml, line 95208)
Raw output
artifacts/Raw Test Results/test/TEST-net.fabricmc.loom.test.integration.ReproducibleBuildTest.xml

Check warning on line 0 in net.fabricmc.loom.test.integration.SimpleProjectTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: build and run (gradle 8.1) (net.fabricmc.loom.test.integration.SimpleProjectTest)

artifacts/Raw Test Results/test/TEST-net.fabricmc.loom.test.integration.SimpleProjectTest.xml [took 3m 36s]
Raw output
Condition not satisfied:

serverResult.successful()
|            |
|            false
net.fabricmc.loom.test.util.ServerRunner$ServerRunResult(1, Installing Fabric Loader 0.14.21(1.16.5) on the server
Downloading required files
Downloading library net.fabricmc:tiny-mappings-parser:0.3.0+build.17
Downloading library net.fabricmc:sponge-mixin:0.12.5+mixin.0.8.5
Downloading library net.fabricmc:tiny-remapper:0.8.2
Downloading library net.fabricmc:access-widener:2.1.0
Downloading library org.ow2.asm:asm:9.5
Downloading library org.ow2.asm:asm-analysis:9.5
Downloading library org.ow2.asm:asm-commons:9.5
Downloading library org.ow2.asm:asm-tree:9.5
Downloading library org.ow2.asm:asm-util:9.5
Downloading library net.fabricmc:intermediary:1.16.5
Downloading library net.fabricmc:fabric-loader:0.14.21
Generating server launch JAR
Downloading Minecraft server
Exception in thread "main" java.lang.RuntimeException: Failed to setup fabric server
	at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:56)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:484)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
	at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:589)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
	at net.fabricmc.installer.util.Utils.openUrl(Utils.java:136)
	at net.fabricmc.installer.util.Utils.downloadFile(Utils.java:115)
	at net.fabricmc.installer.server.MinecraftServerDownloader.downloadMinecraftServer(MinecraftServerDownloader.java:44)
	at net.fabricmc.installer.ServerLauncher.initialise(ServerLauncher.java:128)
	at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:54)
)

	at net.fabricmc.loom.test.integration.SimpleProjectTest.build and run (gradle #version)(SimpleProjectTest.groovy:57)