[INFO] fetching crate uu_du 0.0.4... [INFO] checking uu_du-0.0.4 against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] extracting crate uu_du 0.0.4 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate uu_du 0.0.4 on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uu_du 0.0.4 [INFO] finished tweaking crates.io crate uu_du 0.0.4 [INFO] tweaked toml for crates.io crate uu_du 0.0.4 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate uu_du 0.0.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1cdc9b5914152cd8fb4468464c0092f802f72aa160ac4368d7e258ce7ab1415 [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" "b1cdc9b5914152cd8fb4468464c0092f802f72aa160ac4368d7e258ce7ab1415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1cdc9b5914152cd8fb4468464c0092f802f72aa160ac4368d7e258ce7ab1415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1cdc9b5914152cd8fb4468464c0092f802f72aa160ac4368d7e258ce7ab1415", kill_on_drop: false }` [INFO] [stdout] b1cdc9b5914152cd8fb4468464c0092f802f72aa160ac4368d7e258ce7ab1415 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 650c55ed6982c6c80c1d315e10dbe018ea7789efe0d0a52d30a4f21cdf6dfab8 [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" "650c55ed6982c6c80c1d315e10dbe018ea7789efe0d0a52d30a4f21cdf6dfab8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling syn v1.0.62 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking dunce v1.0.1 [INFO] [stderr] Checking wild v2.0.4 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking uucore v0.0.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling uucore_procs v0.0.5 [INFO] [stderr] Checking uu_du v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/du.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | / safe_writeln!( [INFO] [stdout] 150 | | stderr(), [INFO] [stdout] 151 | | "{}: cannot read directory ‘{}‘: {}", [INFO] [stdout] 152 | | options.program_name, [INFO] [stdout] 153 | | my_stat.path.display(), [INFO] [stdout] 154 | | e [INFO] [stdout] 155 | | ); [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/du.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | / safe_writeln!( [INFO] [stdout] 150 | | stderr(), [INFO] [stdout] 151 | | "{}: cannot read directory ‘{}‘: {}", [INFO] [stdout] 152 | | options.program_name, [INFO] [stdout] 153 | | my_stat.path.display(), [INFO] [stdout] 154 | | e [INFO] [stdout] 155 | | ); [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/du.rs:512:29 [INFO] [stdout] | [INFO] [stdout] 512 | for it in test_data.into_iter() { [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` 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 #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/du.rs:524:29 [INFO] [stdout] | [INFO] [stdout] 524 | for it in test_data.into_iter() { [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [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 #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.78s [INFO] running `Command { std: "docker" "inspect" "650c55ed6982c6c80c1d315e10dbe018ea7789efe0d0a52d30a4f21cdf6dfab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "650c55ed6982c6c80c1d315e10dbe018ea7789efe0d0a52d30a4f21cdf6dfab8", kill_on_drop: false }` [INFO] [stdout] 650c55ed6982c6c80c1d315e10dbe018ea7789efe0d0a52d30a4f21cdf6dfab8