[INFO] fetching crate coreutils_core 0.1.1... [INFO] testing coreutils_core-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate coreutils_core 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate coreutils_core 0.1.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 coreutils_core 0.1.1 [INFO] finished tweaking crates.io crate coreutils_core 0.1.1 [INFO] tweaked toml for crates.io crate coreutils_core 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce7c8282d7433da241ac1d0857f3830aa4b32a949e4e4137cdda181b23187fd9 [INFO] running `Command { std: "docker" "start" "-a" "ce7c8282d7433da241ac1d0857f3830aa4b32a949e4e4137cdda181b23187fd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce7c8282d7433da241ac1d0857f3830aa4b32a949e4e4137cdda181b23187fd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce7c8282d7433da241ac1d0857f3830aa4b32a949e4e4137cdda181b23187fd9", kill_on_drop: false }` [INFO] [stdout] ce7c8282d7433da241ac1d0857f3830aa4b32a949e4e4137cdda181b23187fd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06c499f68b638a7df24ca47c5362c04d1287143d29e9c7c4bff4b63a941c4f02 [INFO] running `Command { std: "docker" "start" "-a" "06c499f68b638a7df24ca47c5362c04d1287143d29e9c7c4bff4b63a941c4f02", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling coreutils_core v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `time::OffsetDateTime::now`: This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stdout] --> src/os/time.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | let now = DateTime::now(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `time::OffsetDateTime::timestamp`: Use `OffsetDateTime::unix_timestamp` instead [INFO] [stdout] --> src/os/time.rs:81:34 [INFO] [stdout] | [INFO] [stdout] 81 | Ok(utc_offset(local_time(now.timestamp())?)) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/os/utmpx.rs:251:32 [INFO] [stdout] | [INFO] [stdout] 251 | Err(err) => panic!(format!("{}", err)), [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] 251 - Err(err) => panic!(format!("{}", err)), [INFO] [stdout] 251 + Err(err) => panic!("{}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.13s [INFO] running `Command { std: "docker" "inspect" "06c499f68b638a7df24ca47c5362c04d1287143d29e9c7c4bff4b63a941c4f02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06c499f68b638a7df24ca47c5362c04d1287143d29e9c7c4bff4b63a941c4f02", kill_on_drop: false }` [INFO] [stdout] 06c499f68b638a7df24ca47c5362c04d1287143d29e9c7c4bff4b63a941c4f02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa162130068f2bc119be4799dc7d769d0615cba63981f52a6efb1f6af0dccfcf [INFO] running `Command { std: "docker" "start" "-a" "fa162130068f2bc119be4799dc7d769d0615cba63981f52a6efb1f6af0dccfcf", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `time::OffsetDateTime::now`: This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stdout] --> src/os/time.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | let now = DateTime::now(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `time::OffsetDateTime::timestamp`: Use `OffsetDateTime::unix_timestamp` instead [INFO] [stdout] --> src/os/time.rs:81:34 [INFO] [stdout] | [INFO] [stdout] 81 | Ok(utc_offset(local_time(now.timestamp())?)) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling coreutils_core v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/os/utmpx.rs:251:32 [INFO] [stdout] | [INFO] [stdout] 251 | Err(err) => panic!(format!("{}", err)), [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] 251 - Err(err) => panic!(format!("{}", err)), [INFO] [stdout] 251 + Err(err) => panic!("{}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `time::OffsetDateTime::now`: This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stdout] --> src/os/time.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | let now = DateTime::now(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `time::OffsetDateTime::timestamp`: Use `OffsetDateTime::unix_timestamp` instead [INFO] [stdout] --> src/os/time.rs:81:34 [INFO] [stdout] | [INFO] [stdout] 81 | Ok(utc_offset(local_time(now.timestamp())?)) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/os/utmpx.rs:251:32 [INFO] [stdout] | [INFO] [stdout] 251 | Err(err) => panic!(format!("{}", err)), [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] 251 - Err(err) => panic!(format!("{}", err)), [INFO] [stdout] 251 + Err(err) => panic!("{}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/coreutils_core-b4eaa65a0195d51d) [INFO] running `Command { std: "docker" "inspect" "fa162130068f2bc119be4799dc7d769d0615cba63981f52a6efb1f6af0dccfcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa162130068f2bc119be4799dc7d769d0615cba63981f52a6efb1f6af0dccfcf", kill_on_drop: false }` [INFO] [stdout] fa162130068f2bc119be4799dc7d769d0615cba63981f52a6efb1f6af0dccfcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f1627d6a69823c7418c9533ffddbc77961f615f9ef8dfc5cf30166f9ae756065 [INFO] running `Command { std: "docker" "start" "-a" "f1627d6a69823c7418c9533ffddbc77961f615f9ef8dfc5cf30166f9ae756065", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `time::OffsetDateTime::now`: This function returns a value with an offset of UTC, which is not apparent from its name alone. You should use `OffsetDateTime::now_utc()` instead. [INFO] [stderr] --> src/os/time.rs:79:25 [INFO] [stderr] | [INFO] [stderr] 79 | let now = DateTime::now(); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `time::OffsetDateTime::timestamp`: Use `OffsetDateTime::unix_timestamp` instead [INFO] [stderr] --> src/os/time.rs:81:34 [INFO] [stderr] | [INFO] [stderr] 81 | Ok(utc_offset(local_time(now.timestamp())?)) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/os/utmpx.rs:251:32 [INFO] [stderr] | [INFO] [stderr] 251 | Err(err) => panic!(format!("{}", err)), [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] 251 - Err(err) => panic!(format!("{}", err)), [INFO] [stderr] 251 + Err(err) => panic!("{}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `coreutils_core` (lib) generated 3 warnings [INFO] [stderr] warning: `coreutils_core` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/coreutils_core-b4eaa65a0195d51d) [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 coreutils_core [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/input.rs - input::Input (line 10) ... ignored [INFO] [stdout] test src/input.rs - input::Input (line 20) ... ignored [INFO] [stdout] test src/os/tty.rs - os::tty::IsTTY::is_tty (line 81) ... ok [INFO] [stdout] test src/os/tty.rs - os::tty::is_tty (line 98) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f1627d6a69823c7418c9533ffddbc77961f615f9ef8dfc5cf30166f9ae756065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1627d6a69823c7418c9533ffddbc77961f615f9ef8dfc5cf30166f9ae756065", kill_on_drop: false }` [INFO] [stdout] f1627d6a69823c7418c9533ffddbc77961f615f9ef8dfc5cf30166f9ae756065