[INFO] cloning repository https://github.com/IamBlueSlime/Minecrate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IamBlueSlime/Minecrate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIamBlueSlime%2FMinecrate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIamBlueSlime%2FMinecrate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 517a5b281f733750c9f8d77760ac5c33618fd85e [INFO] testing IamBlueSlime/Minecrate 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%2FIamBlueSlime%2FMinecrate" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/IamBlueSlime/Minecrate 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/IamBlueSlime/Minecrate [INFO] finished tweaking git repo https://github.com/IamBlueSlime/Minecrate [INFO] tweaked toml for git repo https://github.com/IamBlueSlime/Minecrate written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/IamBlueSlime/Minecrate 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 105d2bea9a25a847e44759942d5448d289ce61ce4e433052bf04dd6daba7638b [INFO] running `Command { std: "docker" "start" "-a" "105d2bea9a25a847e44759942d5448d289ce61ce4e433052bf04dd6daba7638b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "105d2bea9a25a847e44759942d5448d289ce61ce4e433052bf04dd6daba7638b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "105d2bea9a25a847e44759942d5448d289ce61ce4e433052bf04dd6daba7638b", kill_on_drop: false }` [INFO] [stdout] 105d2bea9a25a847e44759942d5448d289ce61ce4e433052bf04dd6daba7638b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 25825c49d088d1f3f41146821efa27028a9ea0f02557e7f0bc2a605971a19834 [INFO] running `Command { std: "docker" "start" "-a" "25825c49d088d1f3f41146821efa27028a9ea0f02557e7f0bc2a605971a19834", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling futures-core v0.3.2 [INFO] [stderr] Compiling openssl v0.10.27 [INFO] [stderr] Compiling futures-io v0.3.2 [INFO] [stderr] Compiling futures-sink v0.3.2 [INFO] [stderr] Compiling futures-task v0.3.2 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling indexmap v1.3.1 [INFO] [stderr] Compiling futures-channel v0.3.2 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling futures-util v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.7.7 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling ctrlc v3.1.3 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling hyper v0.13.2 [INFO] [stderr] Compiling shred v0.9.4 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling hematite-nbt v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.46 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling reqwest v0.10.1 [INFO] [stderr] Compiling minecrate-common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling minecrate-entity v0.1.0 (/opt/rustwide/workdir/entity) [INFO] [stderr] Compiling minecrate-world v0.1.0 (/opt/rustwide/workdir/world) [INFO] [stderr] Compiling minecrate-network v0.1.0 (/opt/rustwide/workdir/network) [INFO] [stderr] Compiling minecrate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 49s [INFO] running `Command { std: "docker" "inspect" "25825c49d088d1f3f41146821efa27028a9ea0f02557e7f0bc2a605971a19834", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25825c49d088d1f3f41146821efa27028a9ea0f02557e7f0bc2a605971a19834", kill_on_drop: false }` [INFO] [stdout] 25825c49d088d1f3f41146821efa27028a9ea0f02557e7f0bc2a605971a19834 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 2f76b744ebc7349f27dbd1ad7fc9bdadf6c3d65576759b00081232553447132b [INFO] running `Command { std: "docker" "start" "-a" "2f76b744ebc7349f27dbd1ad7fc9bdadf6c3d65576759b00081232553447132b", kill_on_drop: false }` [INFO] [stderr] Compiling minecrate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.87s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/minecrate-52cbd287d65eea0c) [INFO] running `Command { std: "docker" "inspect" "2f76b744ebc7349f27dbd1ad7fc9bdadf6c3d65576759b00081232553447132b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f76b744ebc7349f27dbd1ad7fc9bdadf6c3d65576759b00081232553447132b", kill_on_drop: false }` [INFO] [stdout] 2f76b744ebc7349f27dbd1ad7fc9bdadf6c3d65576759b00081232553447132b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 43c2667c0cbe25f87019bfadfb6ec0555ddad3152912c6845586f9e58fec560a [INFO] running `Command { std: "docker" "start" "-a" "43c2667c0cbe25f87019bfadfb6ec0555ddad3152912c6845586f9e58fec560a", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/minecrate-52cbd287d65eea0c) [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" "43c2667c0cbe25f87019bfadfb6ec0555ddad3152912c6845586f9e58fec560a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c2667c0cbe25f87019bfadfb6ec0555ddad3152912c6845586f9e58fec560a", kill_on_drop: false }` [INFO] [stdout] 43c2667c0cbe25f87019bfadfb6ec0555ddad3152912c6845586f9e58fec560a