[INFO] cloning repository https://github.com/brianarpie/rusty-titanic-survivors [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brianarpie/rusty-titanic-survivors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrianarpie%2Frusty-titanic-survivors", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrianarpie%2Frusty-titanic-survivors'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a31ff2662b5c35aaf423d952f4050b838487478f [INFO] testing brianarpie/rusty-titanic-survivors against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrianarpie%2Frusty-titanic-survivors" "/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/brianarpie/rusty-titanic-survivors 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/brianarpie/rusty-titanic-survivors [INFO] finished tweaking git repo https://github.com/brianarpie/rusty-titanic-survivors [INFO] tweaked toml for git repo https://github.com/brianarpie/rusty-titanic-survivors written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/brianarpie/rusty-titanic-survivors 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] 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" "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] 665d4d82735dd5869592f73decece22a48021f13c39cd67ef9099a8e96d95afd [INFO] running `Command { std: "docker" "start" "-a" "665d4d82735dd5869592f73decece22a48021f13c39cd67ef9099a8e96d95afd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "665d4d82735dd5869592f73decece22a48021f13c39cd67ef9099a8e96d95afd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "665d4d82735dd5869592f73decece22a48021f13c39cd67ef9099a8e96d95afd", kill_on_drop: false }` [INFO] [stdout] 665d4d82735dd5869592f73decece22a48021f13c39cd67ef9099a8e96d95afd [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" "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] 8921b741fce34206a15ffcabcf7c9d34603d0a2f6da45330f2e94c4d77e8c69c [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" "8921b741fce34206a15ffcabcf7c9d34603d0a2f6da45330f2e94c4d77e8c69c", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-titanic-survivors v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | Err(why) => panic!("failed to open {}: {}", display, Error::description(&why)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:28:63 [INFO] [stdout] | [INFO] [stdout] 28 | Err(why) => panic!("failed to read to string: {}", Error::description(&why)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "8921b741fce34206a15ffcabcf7c9d34603d0a2f6da45330f2e94c4d77e8c69c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8921b741fce34206a15ffcabcf7c9d34603d0a2f6da45330f2e94c4d77e8c69c", kill_on_drop: false }` [INFO] [stdout] 8921b741fce34206a15ffcabcf7c9d34603d0a2f6da45330f2e94c4d77e8c69c [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" "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] a9c431d8a6efd533d522b65edf40e57f31c4b469b232ca9ad4a0d6282486b1a1 [INFO] running `Command { std: "docker" "start" "-a" "a9c431d8a6efd533d522b65edf40e57f31c4b469b232ca9ad4a0d6282486b1a1", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-titanic-survivors v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | Err(why) => panic!("failed to open {}: {}", display, Error::description(&why)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:28:63 [INFO] [stdout] | [INFO] [stdout] 28 | Err(why) => panic!("failed to read to string: {}", Error::description(&why)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `Command { std: "docker" "inspect" "a9c431d8a6efd533d522b65edf40e57f31c4b469b232ca9ad4a0d6282486b1a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9c431d8a6efd533d522b65edf40e57f31c4b469b232ca9ad4a0d6282486b1a1", kill_on_drop: false }` [INFO] [stdout] a9c431d8a6efd533d522b65edf40e57f31c4b469b232ca9ad4a0d6282486b1a1 [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" "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] 8b54b8a07d2fc9cc133ba55de1a22e1cafd970d66d05f0c818e831bf53d9f67e [INFO] running `Command { std: "docker" "start" "-a" "8b54b8a07d2fc9cc133ba55de1a22e1cafd970d66d05f0c818e831bf53d9f67e", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:20:65 [INFO] [stderr] | [INFO] [stderr] 20 | Err(why) => panic!("failed to open {}: {}", display, Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:28:63 [INFO] [stderr] | [INFO] [stderr] 28 | Err(why) => panic!("failed to read to string: {}", Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rusty-titanic-survivors` (bin "rusty-titanic-survivors" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_titanic_survivors-3a2dd5a3a2bb811a) [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" "8b54b8a07d2fc9cc133ba55de1a22e1cafd970d66d05f0c818e831bf53d9f67e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b54b8a07d2fc9cc133ba55de1a22e1cafd970d66d05f0c818e831bf53d9f67e", kill_on_drop: false }` [INFO] [stdout] 8b54b8a07d2fc9cc133ba55de1a22e1cafd970d66d05f0c818e831bf53d9f67e