[INFO] cloning repository https://github.com/jgilchrist/calculator-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jgilchrist/calculator-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgilchrist%2Fcalculator-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgilchrist%2Fcalculator-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 87a6b0a7c6893306db55ee334df528a11d559668 [INFO] testing jgilchrist/calculator-game against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgilchrist%2Fcalculator-game" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jgilchrist/calculator-game on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jgilchrist/calculator-game [INFO] finished tweaking git repo https://github.com/jgilchrist/calculator-game [INFO] tweaked toml for git repo https://github.com/jgilchrist/calculator-game written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/jgilchrist/calculator-game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "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] 37d8575dedc8454e20ad8ea7fd577e1ad13bee92f0c697fa185caa4d0a685e49 [INFO] running `Command { std: "docker" "start" "-a" "37d8575dedc8454e20ad8ea7fd577e1ad13bee92f0c697fa185caa4d0a685e49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37d8575dedc8454e20ad8ea7fd577e1ad13bee92f0c697fa185caa4d0a685e49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37d8575dedc8454e20ad8ea7fd577e1ad13bee92f0c697fa185caa4d0a685e49", kill_on_drop: false }` [INFO] [stdout] 37d8575dedc8454e20ad8ea7fd577e1ad13bee92f0c697fa185caa4d0a685e49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30a34f6d35bf330eaee5705c5daf9ecc3bc4f9d42918d705c7fce47e73473aeb [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" "30a34f6d35bf330eaee5705c5daf9ecc3bc4f9d42918d705c7fce47e73473aeb", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling colored v1.5.2 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling toml v0.4.4 [INFO] [stderr] Compiling calculator-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.31s [INFO] running `Command { std: "docker" "inspect" "30a34f6d35bf330eaee5705c5daf9ecc3bc4f9d42918d705c7fce47e73473aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30a34f6d35bf330eaee5705c5daf9ecc3bc4f9d42918d705c7fce47e73473aeb", kill_on_drop: false }` [INFO] [stdout] 30a34f6d35bf330eaee5705c5daf9ecc3bc4f9d42918d705c7fce47e73473aeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b1aa26c919154e09e4711a6ce81fad4ffd8271e48047e6531a9c839e967ef23 [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" "1b1aa26c919154e09e4711a6ce81fad4ffd8271e48047e6531a9c839e967ef23", kill_on_drop: false }` [INFO] [stderr] Compiling calculator-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "1b1aa26c919154e09e4711a6ce81fad4ffd8271e48047e6531a9c839e967ef23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b1aa26c919154e09e4711a6ce81fad4ffd8271e48047e6531a9c839e967ef23", kill_on_drop: false }` [INFO] [stdout] 1b1aa26c919154e09e4711a6ce81fad4ffd8271e48047e6531a9c839e967ef23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 053da7b83840cc39b91dd02a07bb00365a1f8b55ddb1540ed5ef5b8f415b1fd3 [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" "053da7b83840cc39b91dd02a07bb00365a1f8b55ddb1540ed5ef5b8f415b1fd3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/calculator_game-215df97b3dd3bf98 [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" "053da7b83840cc39b91dd02a07bb00365a1f8b55ddb1540ed5ef5b8f415b1fd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "053da7b83840cc39b91dd02a07bb00365a1f8b55ddb1540ed5ef5b8f415b1fd3", kill_on_drop: false }` [INFO] [stdout] 053da7b83840cc39b91dd02a07bb00365a1f8b55ddb1540ed5ef5b8f415b1fd3