[INFO] fetching crate remove_dir_all_ext 0.8.4... [INFO] testing remove_dir_all_ext-0.8.4 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate remove_dir_all_ext 0.8.4 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate remove_dir_all_ext 0.8.4 [INFO] finished tweaking crates.io crate remove_dir_all_ext 0.8.4 [INFO] tweaked toml for crates.io crate remove_dir_all_ext 0.8.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate remove_dir_all_ext 0.8.4 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate remove_dir_all_ext 0.8.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66db80840c3c35c95f11921dbcd73465e3b3d1aaa00bc13af9035c2a0dccacec [INFO] running `Command { std: "docker" "start" "-a" "66db80840c3c35c95f11921dbcd73465e3b3d1aaa00bc13af9035c2a0dccacec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66db80840c3c35c95f11921dbcd73465e3b3d1aaa00bc13af9035c2a0dccacec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66db80840c3c35c95f11921dbcd73465e3b3d1aaa00bc13af9035c2a0dccacec", kill_on_drop: false }` [INFO] [stdout] 66db80840c3c35c95f11921dbcd73465e3b3d1aaa00bc13af9035c2a0dccacec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0e4ea3ce255ad37221e212066e1c7230fe969fe0be818cac50eda146a8c606b [INFO] running `Command { std: "docker" "start" "-a" "b0e4ea3ce255ad37221e212066e1c7230fe969fe0be818cac50eda146a8c606b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling normpath v1.3.0 [INFO] [stderr] Compiling cvt v0.1.2 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling fs_at v0.2.1 [INFO] [stderr] Compiling remove_dir_all_ext v0.8.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `normpath::PathExt` [INFO] [stdout] --> src/_impl.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use normpath::PathExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unique_identifier` is never used [INFO] [stdout] --> src/_impl/io.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Io { [INFO] [stdout] | -- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 16 | fn unique_identifier(d: &File) -> io::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s [INFO] running `Command { std: "docker" "inspect" "b0e4ea3ce255ad37221e212066e1c7230fe969fe0be818cac50eda146a8c606b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0e4ea3ce255ad37221e212066e1c7230fe969fe0be818cac50eda146a8c606b", kill_on_drop: false }` [INFO] [stdout] b0e4ea3ce255ad37221e212066e1c7230fe969fe0be818cac50eda146a8c606b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 869c8ce27d25b1c137a9aa76440f5125cd1c64fe6d5f1bfc45833e0cb07dc5ef [INFO] running `Command { std: "docker" "start" "-a" "869c8ce27d25b1c137a9aa76440f5125cd1c64fe6d5f1bfc45833e0cb07dc5ef", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stdout] warning: unused import: `normpath::PathExt` [INFO] [stdout] --> src/_impl.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use normpath::PathExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unique_identifier` is never used [INFO] [stdout] --> src/_impl/io.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Io { [INFO] [stdout] | -- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 16 | fn unique_identifier(d: &File) -> io::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.74 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling tempfile v3.12.0 [INFO] [stderr] Compiling test-log-macros v0.2.16 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling test-log v0.2.16 [INFO] [stderr] Compiling remove_dir_all_ext v0.8.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `normpath::PathExt` [INFO] [stdout] --> src/_impl.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use normpath::PathExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unique_identifier` is never used [INFO] [stdout] --> src/_impl/io.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Io { [INFO] [stdout] | -- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 16 | fn unique_identifier(d: &File) -> io::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.73s [INFO] running `Command { std: "docker" "inspect" "869c8ce27d25b1c137a9aa76440f5125cd1c64fe6d5f1bfc45833e0cb07dc5ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "869c8ce27d25b1c137a9aa76440f5125cd1c64fe6d5f1bfc45833e0cb07dc5ef", kill_on_drop: false }` [INFO] [stdout] 869c8ce27d25b1c137a9aa76440f5125cd1c64fe6d5f1bfc45833e0cb07dc5ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1121e317bb1a4af456a7a7a58b9331bd912420cfb14271d9e8a60ca872461ba6 [INFO] running `Command { std: "docker" "start" "-a" "1121e317bb1a4af456a7a7a58b9331bd912420cfb14271d9e8a60ca872461ba6", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `normpath::PathExt` [INFO] [stderr] --> src/_impl.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use normpath::PathExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `unique_identifier` is never used [INFO] [stderr] --> src/_impl/io.rs:16:8 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) trait Io { [INFO] [stderr] | -- associated function in this trait [INFO] [stderr] ... [INFO] [stderr] 16 | fn unique_identifier(d: &File) -> io::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `remove_dir_all_ext` (lib) generated 2 warnings (run `cargo fix --lib -p remove_dir_all_ext` to apply 1 suggestion) [INFO] [stderr] warning: `remove_dir_all_ext` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/remove_dir_all_ext-abc641603d4596f9) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::mkdir_rm ... ok [INFO] [stdout] test tests::ensure_rm ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests remove_dir_all_ext [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - remove_dir_all (line 200) ... FAILED [INFO] [stdout] test src/lib.rs - (line 174) - compile ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - remove_dir_all (line 200) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `remove_dir_all` [INFO] [stdout] --> src/lib.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 4 | use remove_dir_all::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `remove_dir_all` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4 | use remove_dir_all_ext::*; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 174) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `remove_dir_all` [INFO] [stdout] --> src/lib.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate remove_dir_all; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `remove_dir_contents` in this scope [INFO] [stdout] --> src/lib.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 7 | remove_dir_contents("./cache/").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 + use remove_dir_all_ext::remove_dir_contents; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0463. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 174) [INFO] [stdout] src/lib.rs - remove_dir_all (line 200) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "1121e317bb1a4af456a7a7a58b9331bd912420cfb14271d9e8a60ca872461ba6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1121e317bb1a4af456a7a7a58b9331bd912420cfb14271d9e8a60ca872461ba6", kill_on_drop: false }` [INFO] [stdout] 1121e317bb1a4af456a7a7a58b9331bd912420cfb14271d9e8a60ca872461ba6