[INFO] cloning repository https://github.com/Society-for-Internet-Blaseball-Research/metasim [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Society-for-Internet-Blaseball-Research/metasim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSociety-for-Internet-Blaseball-Research%2Fmetasim", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSociety-for-Internet-Blaseball-Research%2Fmetasim'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c564a8b7a3681bf5f64d68a8a7464ec21a11e436 [INFO] testing Society-for-Internet-Blaseball-Research/metasim against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSociety-for-Internet-Blaseball-Research%2Fmetasim" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Society-for-Internet-Blaseball-Research/metasim 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/Society-for-Internet-Blaseball-Research/metasim [INFO] finished tweaking git repo https://github.com/Society-for-Internet-Blaseball-Research/metasim [INFO] tweaked toml for git repo https://github.com/Society-for-Internet-Blaseball-Research/metasim written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Society-for-Internet-Blaseball-Research/metasim 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] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v1.0.20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 9d53d20133965934a25d0d801b7da41e982fde084002d32e899afd4802585773 [INFO] running `Command { std: "docker" "start" "-a" "9d53d20133965934a25d0d801b7da41e982fde084002d32e899afd4802585773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d53d20133965934a25d0d801b7da41e982fde084002d32e899afd4802585773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d53d20133965934a25d0d801b7da41e982fde084002d32e899afd4802585773", kill_on_drop: false }` [INFO] [stdout] 9d53d20133965934a25d0d801b7da41e982fde084002d32e899afd4802585773 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] 912763a458f64079844f901e9e2b05b809abc3b4c09714fa71416ddc484c55d4 [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" "912763a458f64079844f901e9e2b05b809abc3b4c09714fa71416ddc484c55d4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.20 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.11 [INFO] [stderr] Compiling metasim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "912763a458f64079844f901e9e2b05b809abc3b4c09714fa71416ddc484c55d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "912763a458f64079844f901e9e2b05b809abc3b4c09714fa71416ddc484c55d4", kill_on_drop: false }` [INFO] [stdout] 912763a458f64079844f901e9e2b05b809abc3b4c09714fa71416ddc484c55d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] 95081cbc065c575c9f6fc20944fab6d16a69cb47637053185c9ac0804f187e48 [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" "95081cbc065c575c9f6fc20944fab6d16a69cb47637053185c9ac0804f187e48", kill_on_drop: false }` [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling metasim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.47s [INFO] running `Command { std: "docker" "inspect" "95081cbc065c575c9f6fc20944fab6d16a69cb47637053185c9ac0804f187e48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95081cbc065c575c9f6fc20944fab6d16a69cb47637053185c9ac0804f187e48", kill_on_drop: false }` [INFO] [stdout] 95081cbc065c575c9f6fc20944fab6d16a69cb47637053185c9ac0804f187e48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 6d3813778a5db033ec55272940203d0adbd89ae25da34cb75892ff6a15d3e95e [INFO] running `Command { std: "docker" "start" "-a" "6d3813778a5db033ec55272940203d0adbd89ae25da34cb75892ff6a15d3e95e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/metasim-f0d2a889fdbb73e9) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test history::tests::test_dedup ... ok [INFO] [stdout] test history::tests::test_get ... ok [INFO] [stdout] test stats::tests::test_js_round ... ok [INFO] [stdout] test game::tests::test_walk ... ok [INFO] [stdout] test time::test_game_time ... ok [INFO] [stdout] test util::test_fix ... ok [INFO] [stdout] test stats::tests::test_stat_lines ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6d3813778a5db033ec55272940203d0adbd89ae25da34cb75892ff6a15d3e95e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d3813778a5db033ec55272940203d0adbd89ae25da34cb75892ff6a15d3e95e", kill_on_drop: false }` [INFO] [stdout] 6d3813778a5db033ec55272940203d0adbd89ae25da34cb75892ff6a15d3e95e