[INFO] fetching crate commit_artist 1.0.1... [INFO] testing commit_artist-1.0.1 against beta-2022-04-10 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 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 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" "+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-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" "+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] 7694dd2ff2a34c09b28486ae82ed915c4c73493cf5330324e55e508c74e6091f [INFO] running `Command { std: "docker" "start" "-a" "7694dd2ff2a34c09b28486ae82ed915c4c73493cf5330324e55e508c74e6091f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7694dd2ff2a34c09b28486ae82ed915c4c73493cf5330324e55e508c74e6091f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7694dd2ff2a34c09b28486ae82ed915c4c73493cf5330324e55e508c74e6091f", kill_on_drop: false }` [INFO] [stdout] 7694dd2ff2a34c09b28486ae82ed915c4c73493cf5330324e55e508c74e6091f [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" "+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] 2ac7dc5730496dfb7f40982a394310d7baf4203d7d07910f2272dc7871eed149 [INFO] running `Command { std: "docker" "start" "-a" "2ac7dc5730496dfb7f40982a394310d7baf4203d7d07910f2272dc7871eed149", 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.7.3 [INFO] [stderr] Compiling rand v0.3.23 [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 30.09s [INFO] running `Command { std: "docker" "inspect" "2ac7dc5730496dfb7f40982a394310d7baf4203d7d07910f2272dc7871eed149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ac7dc5730496dfb7f40982a394310d7baf4203d7d07910f2272dc7871eed149", kill_on_drop: false }` [INFO] [stdout] 2ac7dc5730496dfb7f40982a394310d7baf4203d7d07910f2272dc7871eed149 [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" "+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] 42a5528ab2655eedddedbcd7fc86b9134c0f380755e57f65e6ec81a1ad373b4a [INFO] running `Command { std: "docker" "start" "-a" "42a5528ab2655eedddedbcd7fc86b9134c0f380755e57f65e6ec81a1ad373b4a", 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.31s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/commit_artist-7ba6f7f9d53c1aa0) [INFO] running `Command { std: "docker" "inspect" "42a5528ab2655eedddedbcd7fc86b9134c0f380755e57f65e6ec81a1ad373b4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42a5528ab2655eedddedbcd7fc86b9134c0f380755e57f65e6ec81a1ad373b4a", kill_on_drop: false }` [INFO] [stdout] 42a5528ab2655eedddedbcd7fc86b9134c0f380755e57f65e6ec81a1ad373b4a [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2f86d43d1dbe54676e30d10fb57bbd4b10b2744e13662573238470c674d39e62 [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" "2f86d43d1dbe54676e30d10fb57bbd4b10b2744e13662573238470c674d39e62", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/commit_artist-7ba6f7f9d53c1aa0) [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.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2f86d43d1dbe54676e30d10fb57bbd4b10b2744e13662573238470c674d39e62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f86d43d1dbe54676e30d10fb57bbd4b10b2744e13662573238470c674d39e62", kill_on_drop: false }` [INFO] [stdout] 2f86d43d1dbe54676e30d10fb57bbd4b10b2744e13662573238470c674d39e62