[INFO] cloning repository https://github.com/mgerhold/kiddo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mgerhold/kiddo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgerhold%2Fkiddo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgerhold%2Fkiddo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa7f54835058659ce3cdd98ed878567faa712a98 [INFO] testing mgerhold/kiddo against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmgerhold%2Fkiddo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/mgerhold/kiddo [INFO] finished tweaking git repo https://github.com/mgerhold/kiddo [INFO] tweaked toml for git repo https://github.com/mgerhold/kiddo written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mgerhold/kiddo on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mgerhold/kiddo 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed61e13d4598ca62a0da9fe82031c29c26fe5510db5d4b90ef22a8b1549863d0 [INFO] running `Command { std: "docker" "start" "-a" "ed61e13d4598ca62a0da9fe82031c29c26fe5510db5d4b90ef22a8b1549863d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed61e13d4598ca62a0da9fe82031c29c26fe5510db5d4b90ef22a8b1549863d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed61e13d4598ca62a0da9fe82031c29c26fe5510db5d4b90ef22a8b1549863d0", kill_on_drop: false }` [INFO] [stdout] ed61e13d4598ca62a0da9fe82031c29c26fe5510db5d4b90ef22a8b1549863d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a935810db0d8efb0f98b9cd3529887c19fca71fccb9db2b776bb6c0963d7d6aa [INFO] running `Command { std: "docker" "start" "-a" "a935810db0d8efb0f98b9cd3529887c19fca71fccb9db2b776bb6c0963d7d6aa", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling bumpalo v3.13.0 [INFO] [stderr] Compiling ariadne v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling clap_builder v4.3.12 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling clap v4.3.12 [INFO] [stderr] Compiling kiddo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `os_str_bytes` has been stable since 1.74.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(os_str_bytes)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_os_str_bytes_unchecked` found for struct `std::ffi::OsStr` in the current scope [INFO] [stdout] --> src/utils.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | OsStr::from_os_str_bytes_unchecked( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `std::ffi::OsStr` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from_encoded_bytes_unchecked` with a similar name [INFO] [stdout] | [INFO] [stdout] 16 - OsStr::from_os_str_bytes_unchecked( [INFO] [stdout] 16 + OsStr::from_encoded_bytes_unchecked( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_os_str_bytes` found for reference `&std::ffi::OsStr` in the current scope [INFO] [stdout] --> src/utils.rs:17:65 [INFO] [stdout] | [INFO] [stdout] 17 | self.alloc_slice_copy(path.as_ref().as_os_str().as_os_str_bytes()), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `as_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 17 - self.alloc_slice_copy(path.as_ref().as_os_str().as_os_str_bytes()), [INFO] [stdout] 17 + self.alloc_slice_copy(path.as_ref().as_os_str().as_bytes()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kiddo` (lib) due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "a935810db0d8efb0f98b9cd3529887c19fca71fccb9db2b776bb6c0963d7d6aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a935810db0d8efb0f98b9cd3529887c19fca71fccb9db2b776bb6c0963d7d6aa", kill_on_drop: false }` [INFO] [stdout] a935810db0d8efb0f98b9cd3529887c19fca71fccb9db2b776bb6c0963d7d6aa