[INFO] fetching crate mothra 0.3.0... [INFO] testing mothra-0.3.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate mothra 0.3.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate mothra 0.3.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mothra 0.3.0 [INFO] finished tweaking crates.io crate mothra 0.3.0 [INFO] tweaked toml for crates.io crate mothra 0.3.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e00d759fc30536e67d706bf3dbff49dfedcef881ed5a2bc0299a5d8a5b6fde5 [INFO] running `Command { std: "docker" "start" "-a" "6e00d759fc30536e67d706bf3dbff49dfedcef881ed5a2bc0299a5d8a5b6fde5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e00d759fc30536e67d706bf3dbff49dfedcef881ed5a2bc0299a5d8a5b6fde5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e00d759fc30536e67d706bf3dbff49dfedcef881ed5a2bc0299a5d8a5b6fde5", kill_on_drop: false }` [INFO] [stdout] 6e00d759fc30536e67d706bf3dbff49dfedcef881ed5a2bc0299a5d8a5b6fde5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59d78731c20bf6c4d0632c2d9b837ad04a06de877eb6f899612e3ac18f4bf2f7 [INFO] running `Command { std: "docker" "start" "-a" "59d78731c20bf6c4d0632c2d9b837ad04a06de877eb6f899612e3ac18f4bf2f7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling paw-raw v1.0.0 [INFO] [stderr] Compiling tabular v0.1.4 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling paw-attributes v1.0.2 [INFO] [stderr] Compiling paw v1.0.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling mothra v0.3.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:48:87 [INFO] [stdout] | [INFO] [stdout] 48 | ... Err(why) => panic!("couldn't create {}: {}", display, why.description()), [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:53:89 [INFO] [stdout] | [INFO] [stdout] 53 | ... Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [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:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | ... Err(why) => panic!("couldn't create {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [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:75:89 [INFO] [stdout] | [INFO] [stdout] 75 | ... Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.48s [INFO] running `Command { std: "docker" "inspect" "59d78731c20bf6c4d0632c2d9b837ad04a06de877eb6f899612e3ac18f4bf2f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59d78731c20bf6c4d0632c2d9b837ad04a06de877eb6f899612e3ac18f4bf2f7", kill_on_drop: false }` [INFO] [stdout] 59d78731c20bf6c4d0632c2d9b837ad04a06de877eb6f899612e3ac18f4bf2f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0b250cdb1499785bf0c48ee806d5591f886991d8a07d88f37ece98547c68308 [INFO] running `Command { std: "docker" "start" "-a" "c0b250cdb1499785bf0c48ee806d5591f886991d8a07d88f37ece98547c68308", kill_on_drop: false }` [INFO] [stderr] Compiling mothra v0.3.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:48:87 [INFO] [stdout] | [INFO] [stdout] 48 | ... Err(why) => panic!("couldn't create {}: {}", display, why.description()), [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:53:89 [INFO] [stdout] | [INFO] [stdout] 53 | ... Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [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:70:87 [INFO] [stdout] | [INFO] [stdout] 70 | ... Err(why) => panic!("couldn't create {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [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:75:89 [INFO] [stdout] | [INFO] [stdout] 75 | ... Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "c0b250cdb1499785bf0c48ee806d5591f886991d8a07d88f37ece98547c68308", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0b250cdb1499785bf0c48ee806d5591f886991d8a07d88f37ece98547c68308", kill_on_drop: false }` [INFO] [stdout] c0b250cdb1499785bf0c48ee806d5591f886991d8a07d88f37ece98547c68308 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e9ebfcd02e3c9c6b4644bc5c09e85beaa26e2d552a1565c16bce1b4611e913a9 [INFO] running `Command { std: "docker" "start" "-a" "e9ebfcd02e3c9c6b4644bc5c09e85beaa26e2d552a1565c16bce1b4611e913a9", 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:48:87 [INFO] [stderr] | [INFO] [stderr] 48 | ... Err(why) => panic!("couldn't create {}: {}", display, why.description()), [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:53:89 [INFO] [stderr] | [INFO] [stderr] 53 | ... Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [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:70:87 [INFO] [stderr] | [INFO] [stderr] 70 | ... Err(why) => panic!("couldn't create {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [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:75:89 [INFO] [stderr] | [INFO] [stderr] 75 | ... Err(why) => panic!("couldn't write to {}: {}", display, why.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `mothra` (bin "mothra" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mothra-c1be348a4eb23059) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tasks::tests::add_task ... ok [INFO] [stdout] test tasks::tests::basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mothra-8f53f7f7c8803996) [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] [stderr] Doc-tests mothra [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" "e9ebfcd02e3c9c6b4644bc5c09e85beaa26e2d552a1565c16bce1b4611e913a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ebfcd02e3c9c6b4644bc5c09e85beaa26e2d552a1565c16bce1b4611e913a9", kill_on_drop: false }` [INFO] [stdout] e9ebfcd02e3c9c6b4644bc5c09e85beaa26e2d552a1565c16bce1b4611e913a9