[INFO] cloning repository https://github.com/redox-os/coreutils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redox-os/coreutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredox-os%2Fcoreutils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredox-os%2Fcoreutils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0010276cf1b0f7f9eee7387aca170fb372367eb3 [INFO] testing redox-os/coreutils against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredox-os%2Fcoreutils" "/workspace/builds/worker-106/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-106/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/redox-os/coreutils 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 git repo https://github.com/redox-os/coreutils [INFO] finished tweaking git repo https://github.com/redox-os/coreutils [INFO] tweaked toml for git repo https://github.com/redox-os/coreutils written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate git repo https://github.com/redox-os/coreutils already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/test.rs [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/mkdir.rs [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/cat.rs [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/sort.rs [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/tail.rs [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/stat.rs [INFO] [stderr] * /workspace/builds/worker-106/source/src/bin/ln.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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] 19ab894e553051191d6a1931b09693e5110f020903daf385f31667f6bf73c150 [INFO] running `Command { std: "docker" "start" "-a" "19ab894e553051191d6a1931b09693e5110f020903daf385f31667f6bf73c150", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19ab894e553051191d6a1931b09693e5110f020903daf385f31667f6bf73c150", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19ab894e553051191d6a1931b09693e5110f020903daf385f31667f6bf73c150", kill_on_drop: false }` [INFO] [stdout] 19ab894e553051191d6a1931b09693e5110f020903daf385f31667f6bf73c150 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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] c817ca5dfa30b2e253f96d98a3a61853486fec91b0f0f505b06b49488ad2553c [INFO] running `Command { std: "docker" "start" "-a" "c817ca5dfa30b2e253f96d98a3a61853486fec91b0f0f505b06b49488ad2553c", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/test.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/mkdir.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/cat.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/sort.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/tail.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/stat.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/ln.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling extra v0.1.0 (https://gitlab.redox-os.org/redox-os/libextra.git#cf213969) [INFO] [stderr] Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#1c434b55) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling redox_syscall v0.2.12 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling blake2b_simd v0.5.11 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling rust-argon2 v0.8.3 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling filetime v0.2.14 (https://gitlab.redox-os.org/redox-os/filetime.git?branch=redox#5bcbaaed) [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling zeroize v1.5.4 [INFO] [stderr] Compiling redox_users v0.4.2 (https://gitlab.redox-os.org/redox-os/users.git#f0313155) [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling coreutils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/uname.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | writeln!(stdout, "{}", uname.join(" ")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `writeln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bin/dd.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 81 | let bs: usize = pp!("bs"); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bin/dd.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | let count: i64 = pp!("count"); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bin/dd.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | let status: usize = pp!("status"); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/dd.rs:85:24 [INFO] [stdout] | [INFO] [stdout] 85 | let mut input: Box = match parser.found("if") { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 - let mut input: Box = match parser.found("if") { [INFO] [stdout] 85 + let mut input: Box = match parser.found("if") { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/dd.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | let mut output: Box = match parser.found("of") { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 - let mut output: Box = match parser.found("of") { [INFO] [stdout] 97 + let mut output: Box = match parser.found("of") { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.56s [INFO] running `Command { std: "docker" "inspect" "c817ca5dfa30b2e253f96d98a3a61853486fec91b0f0f505b06b49488ad2553c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c817ca5dfa30b2e253f96d98a3a61853486fec91b0f0f505b06b49488ad2553c", kill_on_drop: false }` [INFO] [stdout] c817ca5dfa30b2e253f96d98a3a61853486fec91b0f0f505b06b49488ad2553c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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] 71e2cf547410bcc4da78a79cd36c1b0885d7402b819ca05f5402900114db1922 [INFO] running `Command { std: "docker" "start" "-a" "71e2cf547410bcc4da78a79cd36c1b0885d7402b819ca05f5402900114db1922", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/test.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/mkdir.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/cat.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/sort.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/tail.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/stat.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/ln.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling proptest v0.9.6 [INFO] [stderr] Compiling coreutils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/uname.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | writeln!(stdout, "{}", uname.join(" ")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `writeln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/bin/dd.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(test)] #[macro_use] extern crate proptest; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bin/dd.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 81 | let bs: usize = pp!("bs"); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bin/dd.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | let count: i64 = pp!("count"); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bin/dd.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | let status: usize = pp!("status"); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/dd.rs:85:24 [INFO] [stdout] | [INFO] [stdout] 85 | let mut input: Box = match parser.found("if") { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 - let mut input: Box = match parser.found("if") { [INFO] [stdout] 85 + let mut input: Box = match parser.found("if") { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin/dd.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | let mut output: Box = match parser.found("of") { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 97 - let mut output: Box = match parser.found("of") { [INFO] [stdout] 97 + let mut output: Box = match parser.found("of") { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.55s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/coreutils-b18eb922250899ab) [INFO] [stderr] Executable unittests src/bin/chown.rs (/opt/rustwide/target/debug/deps/chown-fb73188644ed9067) [INFO] [stderr] Executable unittests src/bin/clear.rs (/opt/rustwide/target/debug/deps/clear-b9621c4431a057ab) [INFO] [stderr] Executable unittests src/bin/dd.rs (/opt/rustwide/target/debug/deps/dd-7226712b99dc13d0) [INFO] [stderr] Executable unittests src/bin/df.rs (/opt/rustwide/target/debug/deps/df-85e104b8896657ce) [INFO] [stderr] Executable unittests src/bin/du.rs (/opt/rustwide/target/debug/deps/du-3e5341e1d0cbf429) [INFO] [stderr] Executable unittests src/bin/free.rs (/opt/rustwide/target/debug/deps/free-9dc4db5e00948f83) [INFO] [stderr] Executable unittests src/bin/kill.rs (/opt/rustwide/target/debug/deps/kill-ca44977fca5b87f7) [INFO] [stderr] Executable unittests src/bin/ps.rs (/opt/rustwide/target/debug/deps/ps-dbba6c5d91600b93) [INFO] [stderr] Executable unittests src/bin/reset.rs (/opt/rustwide/target/debug/deps/reset-eb27a2d9d131310e) [INFO] [stderr] Executable unittests src/bin/shutdown.rs (/opt/rustwide/target/debug/deps/shutdown-3c4b87651dba2903) [INFO] [stderr] Executable unittests src/bin/time.rs (/opt/rustwide/target/debug/deps/time-e4996574db23f88c) [INFO] [stderr] Executable unittests src/bin/touch.rs (/opt/rustwide/target/debug/deps/touch-8866af0513733b76) [INFO] [stderr] Executable unittests src/bin/uname.rs (/opt/rustwide/target/debug/deps/uname-db1092990601bacd) [INFO] [stderr] Executable unittests src/bin/uptime.rs (/opt/rustwide/target/debug/deps/uptime-2a65b0bb1d29c67f) [INFO] [stderr] Executable unittests src/bin/which.rs (/opt/rustwide/target/debug/deps/which-cdc10046b44eacc6) [INFO] running `Command { std: "docker" "inspect" "71e2cf547410bcc4da78a79cd36c1b0885d7402b819ca05f5402900114db1922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71e2cf547410bcc4da78a79cd36c1b0885d7402b819ca05f5402900114db1922", kill_on_drop: false }` [INFO] [stdout] 71e2cf547410bcc4da78a79cd36c1b0885d7402b819ca05f5402900114db1922 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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] 4d36f8b16aab3815544f25e6dceca90ce6c14385a28cd0be0ce03abfeca255e3 [INFO] running `Command { std: "docker" "start" "-a" "4d36f8b16aab3815544f25e6dceca90ce6c14385a28cd0be0ce03abfeca255e3", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/test.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/mkdir.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/cat.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/sort.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/tail.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/stat.rs [INFO] [stderr] * /opt/rustwide/workdir/src/bin/ln.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/uname.rs:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | writeln!(stdout, "{}", uname.join(" ")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in the macro `writeln` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/dd.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(test)] #[macro_use] extern crate proptest; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bin/dd.rs:78:15 [INFO] [stderr] | [INFO] [stderr] 78 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 81 | let bs: usize = pp!("bs"); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bin/dd.rs:78:15 [INFO] [stderr] | [INFO] [stderr] 78 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 82 | let count: i64 = pp!("count"); [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bin/dd.rs:78:15 [INFO] [stderr] | [INFO] [stderr] 78 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 83 | let status: usize = pp!("status"); [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `pp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/dd.rs:85:24 [INFO] [stderr] | [INFO] [stderr] 85 | let mut input: Box = match parser.found("if") { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 85 - let mut input: Box = match parser.found("if") { [INFO] [stderr] 85 + let mut input: Box = match parser.found("if") { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/dd.rs:97:25 [INFO] [stderr] | [INFO] [stderr] 97 | let mut output: Box = match parser.found("of") { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 97 - let mut output: Box = match parser.found("of") { [INFO] [stderr] 97 + let mut output: Box = match parser.found("of") { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `coreutils` (bin "uname" test) generated 1 warning [INFO] [stderr] warning: `coreutils` (bin "dd" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/coreutils-b18eb922250899ab) [INFO] [stderr] Running unittests src/bin/chown.rs (/opt/rustwide/target/debug/deps/chown-fb73188644ed9067) [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] [stdout] [INFO] [stderr] Running unittests src/bin/clear.rs (/opt/rustwide/target/debug/deps/clear-b9621c4431a057ab) [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] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/dd.rs (/opt/rustwide/target/debug/deps/dd-7226712b99dc13d0) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests src/bin/df.rs (/opt/rustwide/target/debug/deps/df-85e104b8896657ce) [INFO] [stdout] test get_int_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/du.rs (/opt/rustwide/target/debug/deps/du-3e5341e1d0cbf429) [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] [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] Running unittests src/bin/free.rs (/opt/rustwide/target/debug/deps/free-9dc4db5e00948f83) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/kill.rs (/opt/rustwide/target/debug/deps/kill-ca44977fca5b87f7) [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.01s [INFO] [stdout] [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] Running unittests src/bin/ps.rs (/opt/rustwide/target/debug/deps/ps-dbba6c5d91600b93) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/reset.rs (/opt/rustwide/target/debug/deps/reset-eb27a2d9d131310e) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/bin/shutdown.rs (/opt/rustwide/target/debug/deps/shutdown-3c4b87651dba2903) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/time.rs (/opt/rustwide/target/debug/deps/time-e4996574db23f88c) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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] [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] [stdout] [INFO] [stderr] Running unittests src/bin/touch.rs (/opt/rustwide/target/debug/deps/touch-8866af0513733b76) [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] Running unittests src/bin/uname.rs (/opt/rustwide/target/debug/deps/uname-db1092990601bacd) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/uptime.rs (/opt/rustwide/target/debug/deps/uptime-2a65b0bb1d29c67f) [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] [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] [stdout] [INFO] [stderr] Running unittests src/bin/which.rs (/opt/rustwide/target/debug/deps/which-cdc10046b44eacc6) [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 [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] [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" "4d36f8b16aab3815544f25e6dceca90ce6c14385a28cd0be0ce03abfeca255e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d36f8b16aab3815544f25e6dceca90ce6c14385a28cd0be0ce03abfeca255e3", kill_on_drop: false }` [INFO] [stdout] 4d36f8b16aab3815544f25e6dceca90ce6c14385a28cd0be0ce03abfeca255e3