[INFO] fetching crate faster_path 0.0.2...
[INFO] checking faster_path-0.0.2 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate faster_path 0.0.2 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate faster_path 0.0.2 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5ef0105abbf9af8a6a9f3c27196a79e375d888901144bc1caaee268534de609
[INFO] running `Command { std: "docker" "start" "-a" "d5ef0105abbf9af8a6a9f3c27196a79e375d888901144bc1caaee268534de609", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5ef0105abbf9af8a6a9f3c27196a79e375d888901144bc1caaee268534de609", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5ef0105abbf9af8a6a9f3c27196a79e375d888901144bc1caaee268534de609", kill_on_drop: false }`
[INFO] [stdout] d5ef0105abbf9af8a6a9f3c27196a79e375d888901144bc1caaee268534de609
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82af2be65604de85a712dd14b433e6883690a931b3a0bc549e6747a4f042cce4
[INFO] running `Command { std: "docker" "start" "-a" "82af2be65604de85a712dd14b433e6883690a931b3a0bc549e6747a4f042cce4", 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::<impl 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.24s
[INFO] running `Command { std: "docker" "inspect" "82af2be65604de85a712dd14b433e6883690a931b3a0bc549e6747a4f042cce4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82af2be65604de85a712dd14b433e6883690a931b3a0bc549e6747a4f042cce4", kill_on_drop: false }`
[INFO] [stdout] 82af2be65604de85a712dd14b433e6883690a931b3a0bc549e6747a4f042cce4
