[INFO] fetching crate boilerplate 0.0.0... [INFO] testing boilerplate-0.0.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate boilerplate 0.0.0 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate boilerplate 0.0.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate boilerplate 0.0.0 [INFO] finished tweaking crates.io crate boilerplate 0.0.0 [INFO] tweaked toml for crates.io crate boilerplate 0.0.0 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98073ed68dd81b979fd2dac42fae5be1f4bffc5f4487405373f7dd9380edca0f [INFO] running `Command { std: "docker" "start" "-a" "98073ed68dd81b979fd2dac42fae5be1f4bffc5f4487405373f7dd9380edca0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98073ed68dd81b979fd2dac42fae5be1f4bffc5f4487405373f7dd9380edca0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98073ed68dd81b979fd2dac42fae5be1f4bffc5f4487405373f7dd9380edca0f", kill_on_drop: false }` [INFO] [stdout] 98073ed68dd81b979fd2dac42fae5be1f4bffc5f4487405373f7dd9380edca0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb4cd04190c0d02274693ef5f8fb048c29ade68e4cbe32dddc8c32bea42c7548 [INFO] running `Command { std: "docker" "start" "-a" "cb4cd04190c0d02274693ef5f8fb048c29ade68e4cbe32dddc8c32bea42c7548", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling brev v0.1.14 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling error-chain v0.9.0 [INFO] [stderr] Compiling boilerplate v0.0.0 (/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:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | / error_chain!{ [INFO] [stdout] 13 | | foreign_links { [INFO] [stdout] 14 | | Clap(::clap::Error); [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | / error_chain!{ [INFO] [stdout] 13 | | foreign_links { [INFO] [stdout] 14 | | Clap(::clap::Error); [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.05s [INFO] running `Command { std: "docker" "inspect" "cb4cd04190c0d02274693ef5f8fb048c29ade68e4cbe32dddc8c32bea42c7548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb4cd04190c0d02274693ef5f8fb048c29ade68e4cbe32dddc8c32bea42c7548", kill_on_drop: false }` [INFO] [stdout] cb4cd04190c0d02274693ef5f8fb048c29ade68e4cbe32dddc8c32bea42c7548 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 686c6b9b1d3bd37314f52fa2218f281fcc56573464eaf278f37b5ad25baf8c99 [INFO] running `Command { std: "docker" "start" "-a" "686c6b9b1d3bd37314f52fa2218f281fcc56573464eaf278f37b5ad25baf8c99", kill_on_drop: false }` [INFO] [stderr] Compiling boilerplate v0.0.0 (/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:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | / error_chain!{ [INFO] [stdout] 13 | | foreign_links { [INFO] [stdout] 14 | | Clap(::clap::Error); [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | / error_chain!{ [INFO] [stdout] 13 | | foreign_links { [INFO] [stdout] 14 | | Clap(::clap::Error); [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | } [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `Command { std: "docker" "inspect" "686c6b9b1d3bd37314f52fa2218f281fcc56573464eaf278f37b5ad25baf8c99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "686c6b9b1d3bd37314f52fa2218f281fcc56573464eaf278f37b5ad25baf8c99", kill_on_drop: false }` [INFO] [stdout] 686c6b9b1d3bd37314f52fa2218f281fcc56573464eaf278f37b5ad25baf8c99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5a06e33cb1918e654ee2e52b2a632516f72a0204f7bc1565ea0dd7b3ccb31806 [INFO] running `Command { std: "docker" "start" "-a" "5a06e33cb1918e654ee2e52b2a632516f72a0204f7bc1565ea0dd7b3ccb31806", 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:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain!{ [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Clap(::clap::Error); [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain!{ [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Clap(::clap::Error); [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `boilerplate` (bin "boilerplate" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/boilerplate-dc08f79b9a44be20) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::no_op_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5a06e33cb1918e654ee2e52b2a632516f72a0204f7bc1565ea0dd7b3ccb31806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a06e33cb1918e654ee2e52b2a632516f72a0204f7bc1565ea0dd7b3ccb31806", kill_on_drop: false }` [INFO] [stdout] 5a06e33cb1918e654ee2e52b2a632516f72a0204f7bc1565ea0dd7b3ccb31806