[INFO] fetching crate coreutils_core 0.1.1... [INFO] testing coreutils_core-0.1.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate coreutils_core 0.1.1 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate coreutils_core 0.1.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91ac9167831aea872236befa50a1713dc6823342a494c58c09fa34d5eaf9d195 [INFO] running `Command { std: "docker" "start" "-a" "91ac9167831aea872236befa50a1713dc6823342a494c58c09fa34d5eaf9d195", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91ac9167831aea872236befa50a1713dc6823342a494c58c09fa34d5eaf9d195", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91ac9167831aea872236befa50a1713dc6823342a494c58c09fa34d5eaf9d195", kill_on_drop: false }` [INFO] [stdout] 91ac9167831aea872236befa50a1713dc6823342a494c58c09fa34d5eaf9d195 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d6996dd1f56d1f6d7added50bac5f3977b09fb2265f877f0deb5e9a0352208b [INFO] running `Command { std: "docker" "start" "-a" "2d6996dd1f56d1f6d7added50bac5f3977b09fb2265f877f0deb5e9a0352208b", kill_on_drop: false }` [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling time-macros v0.1.1 [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!("{}", 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 6.44s [INFO] running `Command { std: "docker" "inspect" "2d6996dd1f56d1f6d7added50bac5f3977b09fb2265f877f0deb5e9a0352208b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d6996dd1f56d1f6d7added50bac5f3977b09fb2265f877f0deb5e9a0352208b", kill_on_drop: false }` [INFO] [stdout] 2d6996dd1f56d1f6d7added50bac5f3977b09fb2265f877f0deb5e9a0352208b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ea50484d6bef438ebaeaa3272c18cc6992f382f313f187c5e12fc8a9af9aec4 [INFO] running `Command { std: "docker" "start" "-a" "6ea50484d6bef438ebaeaa3272c18cc6992f382f313f187c5e12fc8a9af9aec4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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!("{}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [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!("{}", 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.84s [INFO] running `Command { std: "docker" "inspect" "6ea50484d6bef438ebaeaa3272c18cc6992f382f313f187c5e12fc8a9af9aec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ea50484d6bef438ebaeaa3272c18cc6992f382f313f187c5e12fc8a9af9aec4", kill_on_drop: false }` [INFO] [stdout] 6ea50484d6bef438ebaeaa3272c18cc6992f382f313f187c5e12fc8a9af9aec4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 01572c1cac7059dc6a449600820042602e1aad215b64becb3bbe91f07dac6492 [INFO] running `Command { std: "docker" "start" "-a" "01572c1cac7059dc6a449600820042602e1aad215b64becb3bbe91f07dac6492", kill_on_drop: false }` [INFO] [stdout] [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] [stdout] running 0 tests [INFO] [stderr] --> src/os/time.rs:79:25 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 79 | let now = DateTime::now(); [INFO] [stdout] [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!("{}", 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.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/coreutils_core-bfd7acca6aaf190b) [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::is_tty (line 98) ... ok [INFO] [stdout] test src/os/tty.rs - os::tty::IsTTY::is_tty (line 81) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "01572c1cac7059dc6a449600820042602e1aad215b64becb3bbe91f07dac6492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01572c1cac7059dc6a449600820042602e1aad215b64becb3bbe91f07dac6492", kill_on_drop: false }` [INFO] [stdout] 01572c1cac7059dc6a449600820042602e1aad215b64becb3bbe91f07dac6492