[INFO] fetching crate faster_path 0.0.2... [INFO] checking faster_path-0.0.2 against master#8a703520e80d87d4423c01f9d4fbc9e5f6533a02 for pr-154205-1 [INFO] extracting crate faster_path 0.0.2 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate faster_path 0.0.2 [INFO] finished tweaking crates.io crate faster_path 0.0.2 [INFO] tweaked toml for crates.io crate faster_path 0.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate faster_path 0.0.2 on toolchain 8a703520e80d87d4423c01f9d4fbc9e5f6533a02 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5111dfd88d3e619a6ab17c7fa096b5e0f7083e74220f939c0e6353240f9e74dc [INFO] running `Command { std: "docker" "start" "-a" "5111dfd88d3e619a6ab17c7fa096b5e0f7083e74220f939c0e6353240f9e74dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5111dfd88d3e619a6ab17c7fa096b5e0f7083e74220f939c0e6353240f9e74dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5111dfd88d3e619a6ab17c7fa096b5e0f7083e74220f939c0e6353240f9e74dc", kill_on_drop: false }` [INFO] [stdout] 5111dfd88d3e619a6ab17c7fa096b5e0f7083e74220f939c0e6353240f9e74dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1effcaf76006cf1058b12bbee88fe78e4a84d578173763787988ef77e9f36a63 [INFO] running `Command { std: "docker" "start" "-a" "1effcaf76006cf1058b12bbee88fe78e4a84d578173763787988ef77e9f36a63", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Checking faster_path v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_absolute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn is_absolute(path: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_directory.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn is_directory(string: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_relative.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub extern fn is_relative(path: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_blank.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub extern fn is_blank(string: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/both_are_blank.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub extern fn both_are_blank(s1: *const c_char, s2: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/basename_for_chop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn basename_for_chop(string: *const c_char) -> *const c_char { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/dirname_for_chop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn dirname_for_chop(string: *const c_char) -> *const c_char { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/add_trailing_separator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn add_trailing_separator(string: *const c_char) -> *const c_char { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/entries.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub extern fn entries(string: *const c_char) -> RubyArray { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/rust_arch_bits.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub extern fn rust_arch_bits() -> i32 { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_absolute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn is_absolute(path: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_directory.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn is_directory(string: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_relative.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub extern fn is_relative(path: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/is_blank.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub extern fn is_blank(string: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/both_are_blank.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub extern fn both_are_blank(s1: *const c_char, s2: *const c_char) -> bool { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/basename_for_chop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn basename_for_chop(string: *const c_char) -> *const c_char { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/dirname_for_chop.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn dirname_for_chop(string: *const c_char) -> *const c_char { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/add_trailing_separator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub extern fn add_trailing_separator(string: *const c_char) -> *const c_char { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/entries.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub extern fn entries(string: *const c_char) -> RubyArray { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/rust_arch_bits.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub extern fn rust_arch_bits() -> i32 { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> benches/path_parsing.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | path.trim_right_matches(MAIN_SEPARATOR).rsplit(MAIN_SEPARATOR).next().unwrap_or("") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 9 - path.trim_right_matches(MAIN_SEPARATOR).rsplit(MAIN_SEPARATOR).next().unwrap_or("") [INFO] [stdout] 9 + path.trim_end_matches(MAIN_SEPARATOR).rsplit(MAIN_SEPARATOR).next().unwrap_or("") [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] running `Command { std: "docker" "inspect" "1effcaf76006cf1058b12bbee88fe78e4a84d578173763787988ef77e9f36a63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1effcaf76006cf1058b12bbee88fe78e4a84d578173763787988ef77e9f36a63", kill_on_drop: false }` [INFO] [stdout] 1effcaf76006cf1058b12bbee88fe78e4a84d578173763787988ef77e9f36a63