[INFO] fetching crate commit_artist 1.0.1... [INFO] testing commit_artist-1.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate commit_artist 1.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate commit_artist 1.0.1 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 crates.io crate commit_artist 1.0.1 [INFO] finished tweaking crates.io crate commit_artist 1.0.1 [INFO] tweaked toml for crates.io crate commit_artist 1.0.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate commit_artist 1.0.1 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 seahorse v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 77e6c1499c1b800292d2b5d4864852a7894f9f44809aeef7416337176bb44077 [INFO] running `Command { std: "docker" "start" "-a" "77e6c1499c1b800292d2b5d4864852a7894f9f44809aeef7416337176bb44077", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77e6c1499c1b800292d2b5d4864852a7894f9f44809aeef7416337176bb44077", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77e6c1499c1b800292d2b5d4864852a7894f9f44809aeef7416337176bb44077", kill_on_drop: false }` [INFO] [stdout] 77e6c1499c1b800292d2b5d4864852a7894f9f44809aeef7416337176bb44077 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 501425bce36c82c478f3e988725abbeec713e403036978c6e161f2f71adcf830 [INFO] running `Command { std: "docker" "start" "-a" "501425bce36c82c478f3e988725abbeec713e403036978c6e161f2f71adcf830", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling seahorse v0.6.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling commit_artist v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/external_command.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 35 | | "Error in executing `git -C {} log` -1 --format=%H", [INFO] [stdout] 36 | | path [INFO] [stdout] 37 | | )) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 34 ~ panic!( [INFO] [stdout] 35 | "Error in executing `git -C {} log` -1 --format=%H", [INFO] [stdout] 36 | path [INFO] [stdout] 37 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/external_command.rs:53:24 [INFO] [stdout] | [INFO] [stdout] 53 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 54 | | "Erorr in executing `git -C {} cat-file -p {}`", [INFO] [stdout] 55 | | path, hash [INFO] [stdout] 56 | | )) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 53 ~ panic!( [INFO] [stdout] 54 | "Erorr in executing `git -C {} cat-file -p {}`", [INFO] [stdout] 55 | path, hash [INFO] [stdout] 56 ~ ) [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 31.89s [INFO] running `Command { std: "docker" "inspect" "501425bce36c82c478f3e988725abbeec713e403036978c6e161f2f71adcf830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "501425bce36c82c478f3e988725abbeec713e403036978c6e161f2f71adcf830", kill_on_drop: false }` [INFO] [stdout] 501425bce36c82c478f3e988725abbeec713e403036978c6e161f2f71adcf830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 1d8ee765e6186dc8b3c5db8793d9f26d39c6768e1b79667b80d06328e8c1a0e2 [INFO] running `Command { std: "docker" "start" "-a" "1d8ee765e6186dc8b3c5db8793d9f26d39c6768e1b79667b80d06328e8c1a0e2", kill_on_drop: false }` [INFO] [stderr] Compiling commit_artist v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/external_command.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 35 | | "Error in executing `git -C {} log` -1 --format=%H", [INFO] [stdout] 36 | | path [INFO] [stdout] 37 | | )) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 34 ~ panic!( [INFO] [stdout] 35 | "Error in executing `git -C {} log` -1 --format=%H", [INFO] [stdout] 36 | path [INFO] [stdout] 37 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/external_command.rs:53:24 [INFO] [stdout] | [INFO] [stdout] 53 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 54 | | "Erorr in executing `git -C {} cat-file -p {}`", [INFO] [stdout] 55 | | path, hash [INFO] [stdout] 56 | | )) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 53 ~ panic!( [INFO] [stdout] 54 | "Erorr in executing `git -C {} cat-file -p {}`", [INFO] [stdout] 55 | path, hash [INFO] [stdout] 56 ~ ) [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 2.05s [INFO] running `Command { std: "docker" "inspect" "1d8ee765e6186dc8b3c5db8793d9f26d39c6768e1b79667b80d06328e8c1a0e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d8ee765e6186dc8b3c5db8793d9f26d39c6768e1b79667b80d06328e8c1a0e2", kill_on_drop: false }` [INFO] [stdout] 1d8ee765e6186dc8b3c5db8793d9f26d39c6768e1b79667b80d06328e8c1a0e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] c1905adb90b0076f9490a15af196f698dddb64717d2411086a87593070fa2537 [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" "c1905adb90b0076f9490a15af196f698dddb64717d2411086a87593070fa2537", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/external_command.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 35 | | "Error in executing `git -C {} log` -1 --format=%H", [INFO] [stderr] 36 | | path [INFO] [stderr] 37 | | )) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 34 ~ panic!( [INFO] [stderr] 35 | "Error in executing `git -C {} log` -1 --format=%H", [INFO] [stderr] 36 | path [INFO] [stderr] 37 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/external_command.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 54 | | "Erorr in executing `git -C {} cat-file -p {}`", [INFO] [stderr] 55 | | path, hash [INFO] [stderr] 56 | | )) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 53 ~ panic!( [INFO] [stderr] 54 | "Erorr in executing `git -C {} cat-file -p {}`", [INFO] [stderr] 55 | path, hash [INFO] [stderr] 56 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `commit_artist` (bin "commit_artist" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/commit_artist-731c785887c3c6da) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test settings::tests::settings_constructor ... ok [INFO] [stdout] test settings::tests::nonnominal_settings2 - should panic ... ok [INFO] [stdout] test settings::tests::nonnominal_settings1 - should panic ... ok [INFO] [stdout] test settings::tests::nonnominal_settings3 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c1905adb90b0076f9490a15af196f698dddb64717d2411086a87593070fa2537", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1905adb90b0076f9490a15af196f698dddb64717d2411086a87593070fa2537", kill_on_drop: false }` [INFO] [stdout] c1905adb90b0076f9490a15af196f698dddb64717d2411086a87593070fa2537