[INFO] fetching crate coreutils_core 0.1.1... [INFO] testing coreutils_core-0.1.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate coreutils_core 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate coreutils_core 0.1.1 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 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-14/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 10d939f13ffa8c7078844f52b762598187250d28e9b935ce00350e729233163a [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" "10d939f13ffa8c7078844f52b762598187250d28e9b935ce00350e729233163a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10d939f13ffa8c7078844f52b762598187250d28e9b935ce00350e729233163a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10d939f13ffa8c7078844f52b762598187250d28e9b935ce00350e729233163a", kill_on_drop: false }` [INFO] [stdout] 10d939f13ffa8c7078844f52b762598187250d28e9b935ce00350e729233163a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 7f07dd27a078ebfa75720aebf1c8796b95e0a94e71b1b297051f326bd367bb74 [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" "7f07dd27a078ebfa75720aebf1c8796b95e0a94e71b1b297051f326bd367bb74", kill_on_drop: false }` [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 7.24s [INFO] running `Command { std: "docker" "inspect" "7f07dd27a078ebfa75720aebf1c8796b95e0a94e71b1b297051f326bd367bb74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f07dd27a078ebfa75720aebf1c8796b95e0a94e71b1b297051f326bd367bb74", kill_on_drop: false }` [INFO] [stdout] 7f07dd27a078ebfa75720aebf1c8796b95e0a94e71b1b297051f326bd367bb74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 1c9920eb5b769ff234012dd5ecbbc9bb87f15766b9e4b13637258e766c5df830 [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" "1c9920eb5b769ff234012dd5ecbbc9bb87f15766b9e4b13637258e766c5df830", 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] [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] 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 test [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `Command { std: "docker" "inspect" "1c9920eb5b769ff234012dd5ecbbc9bb87f15766b9e4b13637258e766c5df830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c9920eb5b769ff234012dd5ecbbc9bb87f15766b9e4b13637258e766c5df830", kill_on_drop: false }` [INFO] [stdout] 1c9920eb5b769ff234012dd5ecbbc9bb87f15766b9e4b13637258e766c5df830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 591d4ae7fc9fd0d1c7cc97bd490bf78ce22687b9e0aeedc0e32baaa60ec61169 [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" "591d4ae7fc9fd0d1c7cc97bd490bf78ce22687b9e0aeedc0e32baaa60ec61169", 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.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/coreutils_core-2b003af4e4e4fd29) [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.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "591d4ae7fc9fd0d1c7cc97bd490bf78ce22687b9e0aeedc0e32baaa60ec61169", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "591d4ae7fc9fd0d1c7cc97bd490bf78ce22687b9e0aeedc0e32baaa60ec61169", kill_on_drop: false }` [INFO] [stdout] 591d4ae7fc9fd0d1c7cc97bd490bf78ce22687b9e0aeedc0e32baaa60ec61169