[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/timvisee/rust-minecraft-protocol` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quartz_nbt_macros v0.1.1 [INFO] [stderr] Downloaded named-binary-tag v0.6.0 [INFO] [stderr] Downloaded rcon v0.5.2 [INFO] [stderr] Downloaded proxy-protocol v0.5.0 [INFO] [stderr] Downloaded quartz_nbt v0.2.5 [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" "+1.60.0" "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] 84c3ac203a22d956a4c12ef74071b579ab403da06747c835d1c6ac1fb620c020 [INFO] running `Command { std: "docker" "start" "-a" "84c3ac203a22d956a4c12ef74071b579ab403da06747c835d1c6ac1fb620c020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84c3ac203a22d956a4c12ef74071b579ab403da06747c835d1c6ac1fb620c020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84c3ac203a22d956a4c12ef74071b579ab403da06747c835d1c6ac1fb620c020", kill_on_drop: false }` [INFO] [stdout] 84c3ac203a22d956a4c12ef74071b579ab403da06747c835d1c6ac1fb620c020 [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" "+1.60.0" "build" "--frozen" "--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] 6c3614cd263bd81899322034c025e12a2c28c1fa30893efec765f08189509f8f [INFO] running `Command { std: "docker" "start" "-a" "6c3614cd263bd81899322034c025e12a2c28c1fa30893efec765f08189509f8f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 fastrand v1.7.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling async-task v4.1.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling anyhow v1.0.53 [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_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [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 async-channel v1.6.1 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling block-buffer v0.10.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 socket2 v0.4.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap v3.0.14 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling named-binary-tag v0.6.0 [INFO] [stderr] Compiling quartz_nbt v0.2.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling minecraft-protocol v0.1.0 (https://github.com/timvisee/rust-minecraft-protocol?rev=edfdf87#edfdf876) [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling proxy-protocol v0.5.0 [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 derive_builder v0.10.2 [INFO] [stderr] Compiling rcon v0.5.2 [INFO] [stderr] Compiling lazymc v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 40s [INFO] running `Command { std: "docker" "inspect" "6c3614cd263bd81899322034c025e12a2c28c1fa30893efec765f08189509f8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c3614cd263bd81899322034c025e12a2c28c1fa30893efec765f08189509f8f", kill_on_drop: false }` [INFO] [stdout] 6c3614cd263bd81899322034c025e12a2c28c1fa30893efec765f08189509f8f [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" "+1.60.0" "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] b9c3df7c956612dbff01467cb02c739ffa1a3af9006748b54a58fa958baa4d5c [INFO] running `Command { std: "docker" "start" "-a" "b9c3df7c956612dbff01467cb02c739ffa1a3af9006748b54a58fa958baa4d5c", kill_on_drop: false }` [INFO] [stderr] Compiling lazymc v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.94s [INFO] running `Command { std: "docker" "inspect" "b9c3df7c956612dbff01467cb02c739ffa1a3af9006748b54a58fa958baa4d5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9c3df7c956612dbff01467cb02c739ffa1a3af9006748b54a58fa958baa4d5c", kill_on_drop: false }` [INFO] [stdout] b9c3df7c956612dbff01467cb02c739ffa1a3af9006748b54a58fa958baa4d5c [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" "+1.60.0" "test" "--frozen", 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] e9ffa411456f06a166776fdf4c6542fb922339e1480a55fc5046b245b5d8f89f [INFO] running `Command { std: "docker" "start" "-a" "e9ffa411456f06a166776fdf4c6542fb922339e1480a55fc5046b245b5d8f89f", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lazymc-a910beb3cfe862ed) [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" "e9ffa411456f06a166776fdf4c6542fb922339e1480a55fc5046b245b5d8f89f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ffa411456f06a166776fdf4c6542fb922339e1480a55fc5046b245b5d8f89f", kill_on_drop: false }` [INFO] [stdout] e9ffa411456f06a166776fdf4c6542fb922339e1480a55fc5046b245b5d8f89f