[INFO] cloning repository https://github.com/timvisee/lazymc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timvisee/lazymc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Flazymc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Flazymc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 09c6d1d996ad279240d838813650efb853069d68 [INFO] testing timvisee/lazymc against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Flazymc" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/timvisee/lazymc on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/timvisee/lazymc [INFO] finished tweaking git repo https://github.com/timvisee/lazymc [INFO] tweaked toml for git repo https://github.com/timvisee/lazymc written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/timvisee/lazymc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5e7a2a6ea071eb9623d6f1bb84eb673816f16dda9a91641178c261dd457244bc [INFO] running `Command { std: "docker" "start" "-a" "5e7a2a6ea071eb9623d6f1bb84eb673816f16dda9a91641178c261dd457244bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e7a2a6ea071eb9623d6f1bb84eb673816f16dda9a91641178c261dd457244bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e7a2a6ea071eb9623d6f1bb84eb673816f16dda9a91641178c261dd457244bc", kill_on_drop: false }` [INFO] [stdout] 5e7a2a6ea071eb9623d6f1bb84eb673816f16dda9a91641178c261dd457244bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15ecd1371d8db9e17c88e3e830c19b4df55c567c03934d856427dff9b3b1582d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "15ecd1371d8db9e17c88e3e830c19b4df55c567c03934d856427dff9b3b1582d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling async-task v4.1.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling err-derive v0.3.0 [INFO] [stderr] Compiling block-buffer v0.10.1 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling minecraft-protocol-derive v0.0.0 (https://github.com/timvisee/rust-minecraft-protocol?rev=edfdf87#edfdf876) [INFO] [stderr] Compiling quartz_nbt_macros v0.1.1 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling md-5 v0.10.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling clap v3.0.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling named-binary-tag v0.6.0 [INFO] [stderr] Compiling quartz_nbt v0.2.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling minecraft-protocol v0.1.0 (https://github.com/timvisee/rust-minecraft-protocol?rev=edfdf87#edfdf876) [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling proxy-protocol v0.5.0 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling derive_builder_core v0.10.2 [INFO] [stderr] Compiling derive_builder_macro v0.10.2 [INFO] [stderr] Compiling rcon v0.5.2 [INFO] [stderr] Compiling derive_builder v0.10.2 [INFO] [stderr] Compiling lazymc v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 13s [INFO] running `Command { std: "docker" "inspect" "15ecd1371d8db9e17c88e3e830c19b4df55c567c03934d856427dff9b3b1582d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15ecd1371d8db9e17c88e3e830c19b4df55c567c03934d856427dff9b3b1582d", kill_on_drop: false }` [INFO] [stdout] 15ecd1371d8db9e17c88e3e830c19b4df55c567c03934d856427dff9b3b1582d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 12c597be36e7c6fdff2b344d95c5fa9d76d1a64a359628a5a15c1f4efe02ecab [INFO] running `Command { std: "docker" "start" "-a" "12c597be36e7c6fdff2b344d95c5fa9d76d1a64a359628a5a15c1f4efe02ecab", kill_on_drop: false }` [INFO] [stderr] Compiling lazymc v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.14s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/lazymc-ec5f9fb61ae0e882) [INFO] running `Command { std: "docker" "inspect" "12c597be36e7c6fdff2b344d95c5fa9d76d1a64a359628a5a15c1f4efe02ecab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c597be36e7c6fdff2b344d95c5fa9d76d1a64a359628a5a15c1f4efe02ecab", kill_on_drop: false }` [INFO] [stdout] 12c597be36e7c6fdff2b344d95c5fa9d76d1a64a359628a5a15c1f4efe02ecab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8900a44f0befaa0e3df75af34a4ad1eaf13585480120a804f0078925c47d1ef8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8900a44f0befaa0e3df75af34a4ad1eaf13585480120a804f0078925c47d1ef8", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lazymc-ec5f9fb61ae0e882) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8900a44f0befaa0e3df75af34a4ad1eaf13585480120a804f0078925c47d1ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8900a44f0befaa0e3df75af34a4ad1eaf13585480120a804f0078925c47d1ef8", kill_on_drop: false }` [INFO] [stdout] 8900a44f0befaa0e3df75af34a4ad1eaf13585480120a804f0078925c47d1ef8