[INFO] cloning repository https://github.com/nullclyze/NurtexMC
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nullclyze/NurtexMC" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnullclyze%2FNurtexMC", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnullclyze%2FNurtexMC'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f72bf361838b0df148414f96c4b76ae08d7ce3ab
[INFO] testing nullclyze/NurtexMC against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnullclyze%2FNurtexMC" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nullclyze/NurtexMC
[INFO] finished tweaking git repo https://github.com/nullclyze/NurtexMC
[INFO] tweaked toml for git repo https://github.com/nullclyze/NurtexMC written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nullclyze/NurtexMC on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nullclyze/NurtexMC already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d
[INFO] running `Command { std: "docker" "start" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.1.45
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-rational v0.1.43
[INFO] [stderr]    Compiling num-complex v0.1.44
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling nurtex-registry v1.2.1 (/opt/rustwide/workdir/nurtex-registry)
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cfb8 v0.8.1
[INFO] [stderr]    Compiling num v0.1.43
[INFO] [stderr]    Compiling simple_asn1 v0.1.0
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling rsa_public_encrypt_pkcs1 v0.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling nurtex-derive v1.2.1 (/opt/rustwide/workdir/nurtex-derive)
[INFO] [stderr]    Compiling nurtex-codec v1.2.1 (/opt/rustwide/workdir/nurtex-codec)
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling nurtex-encrypt v1.2.1 (/opt/rustwide/workdir/nurtex-encrypt)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling nurtex-proxy v1.2.1 (/opt/rustwide/workdir/nurtex-proxy)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling nurtex-protocol v1.2.1 (/opt/rustwide/workdir/nurtex-protocol)
[INFO] [stderr]    Compiling nurtex v1.2.1 (/opt/rustwide/workdir/nurtex)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.71s
[INFO] running `Command { std: "docker" "inspect" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling nurtex-derive v1.2.1 (/opt/rustwide/workdir/nurtex-derive)
[INFO] [stderr]    Compiling nurtex-registry v1.2.1 (/opt/rustwide/workdir/nurtex-registry)
[INFO] [stderr]    Compiling nurtex-codec v1.2.1 (/opt/rustwide/workdir/nurtex-codec)
[INFO] [stderr]    Compiling nurtex-encrypt v1.2.1 (/opt/rustwide/workdir/nurtex-encrypt)
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling nurtex-proxy v1.2.1 (/opt/rustwide/workdir/nurtex-proxy)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling nurtex-protocol v1.2.1 (/opt/rustwide/workdir/nurtex-protocol)
[INFO] [stderr]    Compiling nurtex v1.2.1 (/opt/rustwide/workdir/nurtex)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.94s
[INFO] running `Command { std: "docker" "inspect" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nurtex-e9c0e4edb8f821d6)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test bot::bot::tests::test_auto_respawn ... FAILED
[INFO] [stdout] test bot::bot::tests::test_handlers ... FAILED
[INFO] [stdout] test bot::ping::tests::test_ping_server_with_proxy ... FAILED
[INFO] [stdout] test bot::ping::tests::test_ping_server ... FAILED
[INFO] [stdout] test bot::bot::tests::test_chunk_storage ... ok
[INFO] [stdout] test bot::bot::tests::test_reconnect ... FAILED
[INFO] [stdout] test swarm::join_delay::tests::test_progressive_delay ... ok
[INFO] [stdout] test cluster::cluster::tests::test_minimal_cluster ... ok
[INFO] [stdout] test swarm::join_delay::tests::test_fixed_delay ... ok
[INFO] [stdout] test cluster::cluster::tests::test_for_each_bots ... FAILED
[INFO] [stdout] test swarm::join_delay::tests::test_regressive_delay ... ok
[INFO] [stdout] test swarm::swarm::tests::test_random ... ok
[INFO] [stdout] test swarm::join_delay::tests::test_intermediate_delay ... ok
[INFO] [stdout] test swarm::swarm::tests::test_quiet ... ok
[INFO] [stdout] test swarm::swarm::tests::test_wait_handles ... ok
[INFO] [stdout] test swarm::swarm::tests::test_instant ... ok
[INFO] [stdout] test speedometer::speedometer::tests::test_instant ... ok
[INFO] [stdout] test swarm::swarm::tests::test_shared_handlers ... ok
[INFO] [stdout] test swarm::join_delay::tests::test_custom_delay ... ok
[INFO] [stdout] test swarm::join_delay::tests::test_random_delay ... ok
[INFO] [stdout] test swarm::join_delay::tests::test_regressive_linear_delay ... ok
[INFO] [stdout] test swarm::join_delay::tests::test_progressive_linear_delay ... ok
[INFO] [stdout] test swarm::swarm::tests::test_shared_storage ... ok
[INFO] [stdout] test speedometer::speedometer::tests::test_normal ... ok
[INFO] [stdout] test bot::bot::tests::test_entity_storage ... ok
[INFO] [stdout] test cluster::cluster::tests::test_shared_handlers ... ok
[INFO] [stdout] test bot::bot::tests::test_auto_reconnect has been running for over 60 seconds
[INFO] [stdout] test bot::bot::tests::test_bot_with_socks4_proxy has been running for over 60 seconds
[INFO] [stdout] test bot::bot::tests::test_bot_with_socks5_proxy has been running for over 60 seconds
[INFO] [stdout] test bot::bot::tests::test_packet_handling has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d", kill_on_drop: false }`
[INFO] [stdout] da83be68b292ee58a0266763b5f09d257c774dba527bf6285eb4e7c3a1b6b47d
