[INFO] fetching crate faster_path 0.0.2... [INFO] checking faster_path-0.0.2 against try#38c2997544af84fe301d600d6896397738163002 for pr-154205-1 [INFO] extracting crate faster_path 0.0.2 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate faster_path 0.0.2 on toolchain 38c2997544af84fe301d600d6896397738163002 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "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" "+38c2997544af84fe301d600d6896397738163002" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+38c2997544af84fe301d600d6896397738163002" "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-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9904cc55eb240fb215798fc03fefa8aa12b39b80faeac53d67c42ab3e9435c16 [INFO] running `Command { std: "docker" "start" "-a" "9904cc55eb240fb215798fc03fefa8aa12b39b80faeac53d67c42ab3e9435c16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9904cc55eb240fb215798fc03fefa8aa12b39b80faeac53d67c42ab3e9435c16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9904cc55eb240fb215798fc03fefa8aa12b39b80faeac53d67c42ab3e9435c16", kill_on_drop: false }` [INFO] [stdout] 9904cc55eb240fb215798fc03fefa8aa12b39b80faeac53d67c42ab3e9435c16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+38c2997544af84fe301d600d6896397738163002" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d989e93dbd4cf96b9478c44e01158f93d5736999bce1ce2a18eb1512eb5b491e [INFO] running `Command { std: "docker" "start" "-a" "d989e93dbd4cf96b9478c44e01158f93d5736999bce1ce2a18eb1512eb5b491e", 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] [stderr] [FMTARGS] {"crate":"faster_path","loc":"src/add_trailing_separator.rs:22:12","p":0,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [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] [stderr] [FMTARGS] {"crate":"faster_path","loc":"src/add_trailing_separator.rs:22:12","p":0,"ph":2,"wa":0,"pa":0,"a":2,"pos":2,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":2,"a_opt":2,"sz_no_dedup":32,"sz_old":32,"sz_opt":32} [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.44s [INFO] running `Command { std: "docker" "inspect" "d989e93dbd4cf96b9478c44e01158f93d5736999bce1ce2a18eb1512eb5b491e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d989e93dbd4cf96b9478c44e01158f93d5736999bce1ce2a18eb1512eb5b491e", kill_on_drop: false }` [INFO] [stdout] d989e93dbd4cf96b9478c44e01158f93d5736999bce1ce2a18eb1512eb5b491e