[INFO] fetching crate ghrepo-cli 0.7.0... [INFO] testing ghrepo-cli-0.7.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate ghrepo-cli 0.7.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate ghrepo-cli 0.7.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ghrepo-cli 0.7.0 [INFO] tweaked toml for crates.io crate ghrepo-cli 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ghrepo-cli 0.7.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ghrepo-cli 0.7.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded which v7.0.1 [INFO] [stderr] Downloaded ghrepo v0.7.0 [INFO] [stderr] Downloaded bstr v1.11.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39e250bf09c9da17489434203aabb0a3763cfc3aaa81f092bd859f2201f09505 [INFO] running `Command { std: "docker" "start" "-a" "39e250bf09c9da17489434203aabb0a3763cfc3aaa81f092bd859f2201f09505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39e250bf09c9da17489434203aabb0a3763cfc3aaa81f092bd859f2201f09505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39e250bf09c9da17489434203aabb0a3763cfc3aaa81f092bd859f2201f09505", kill_on_drop: false }` [INFO] [stdout] 39e250bf09c9da17489434203aabb0a3763cfc3aaa81f092bd859f2201f09505 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 140d7a08880a0d9f1da14932ad593148c26d26ff3456140b074aceb9eb8efb88 [INFO] running `Command { std: "docker" "start" "-a" "140d7a08880a0d9f1da14932ad593148c26d26ff3456140b074aceb9eb8efb88", kill_on_drop: false }` [INFO] [stderr] Compiling ghrepo v0.7.0 [INFO] [stderr] Compiling lexopt v0.3.0 [INFO] [stderr] Compiling ghrepo-cli v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D undefined_naked_function_abi` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dangling_pointers_from_temporaries` [INFO] [stdout] = note: requested on the command line with `-D temporary_cstring_as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `Command { std: "docker" "inspect" "140d7a08880a0d9f1da14932ad593148c26d26ff3456140b074aceb9eb8efb88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "140d7a08880a0d9f1da14932ad593148c26d26ff3456140b074aceb9eb8efb88", kill_on_drop: false }` [INFO] [stdout] 140d7a08880a0d9f1da14932ad593148c26d26ff3456140b074aceb9eb8efb88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1941f172c46b48f88e4e0e911a40297f73cb98975448653ba2a520eb2f1d8301 [INFO] running `Command { std: "docker" "start" "-a" "1941f172c46b48f88e4e0e911a40297f73cb98975448653ba2a520eb2f1d8301", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling assert_cmd v2.0.16 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D undefined_naked_function_abi` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dangling_pointers_from_temporaries` [INFO] [stdout] = note: requested on the command line with `-D temporary_cstring_as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bstr v1.11.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling which v7.0.1 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling ghrepo-cli v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D undefined_naked_function_abi` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dangling_pointers_from_temporaries` [INFO] [stdout] = note: requested on the command line with `-D temporary_cstring_as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 for more information [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D undefined_naked_function_abi` [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `temporary_cstring_as_ptr` has been renamed to `dangling_pointers_from_temporaries` [INFO] [stdout] | [INFO] [stdout] = help: use the new name `dangling_pointers_from_temporaries` [INFO] [stdout] = note: requested on the command line with `-D temporary_cstring_as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `repomaker` [INFO] [stdout] --> tests/cli.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use repomaker::RepoMaker; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `repomaker` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `repomaker`, use `cargo add repomaker` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ghrepo-cli` (test "cli") due to 1 previous error; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1941f172c46b48f88e4e0e911a40297f73cb98975448653ba2a520eb2f1d8301", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1941f172c46b48f88e4e0e911a40297f73cb98975448653ba2a520eb2f1d8301", kill_on_drop: false }` [INFO] [stdout] 1941f172c46b48f88e4e0e911a40297f73cb98975448653ba2a520eb2f1d8301