[INFO] cloning repository https://github.com/Aureole-Suite/Cradle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aureole-Suite/Cradle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAureole-Suite%2FCradle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAureole-Suite%2FCradle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b387b51fc89babd8e7b02b8d5e10c4aa85e8e9a2 [INFO] checking Aureole-Suite/Cradle against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAureole-Suite%2FCradle" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/Aureole-Suite/Cradle [INFO] finished tweaking git repo https://github.com/Aureole-Suite/Cradle [INFO] tweaked toml for git repo https://github.com/Aureole-Suite/Cradle written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Aureole-Suite/Cradle on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Aureole-Suite/Cradle 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f065b9db8384a3baea610351bdfc055c7bdd240299aaefe87a357328a39468ff [INFO] running `Command { std: "docker" "start" "-a" "f065b9db8384a3baea610351bdfc055c7bdd240299aaefe87a357328a39468ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f065b9db8384a3baea610351bdfc055c7bdd240299aaefe87a357328a39468ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f065b9db8384a3baea610351bdfc055c7bdd240299aaefe87a357328a39468ff", kill_on_drop: false }` [INFO] [stdout] f065b9db8384a3baea610351bdfc055c7bdd240299aaefe87a357328a39468ff [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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a58812724b359e2be7abda5c54d4fdef0a7be21878ddff06357d06be6ec81883 [INFO] running `Command { std: "docker" "start" "-a" "a58812724b359e2be7abda5c54d4fdef0a7be21878ddff06357d06be6ec81883", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling winnow v0.5.15 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking regex-syntax v0.7.5 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking sharded-slab v0.1.6 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Checking strict_result v1.2.0 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Compiling rustix v0.38.19 [INFO] [stderr] Compiling portable-atomic v1.4.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Checking clap_lex v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking linux-raw-sys v0.4.10 [INFO] [stderr] Checking clap_builder v4.4.6 [INFO] [stderr] Compiling boolean_expression v0.3.11 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking fdeflate v0.3.0 [INFO] [stderr] Checking unit-prefix v0.5.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking cradle-dxt v0.1.0 (/opt/rustwide/workdir/cradle-dxt) [INFO] [stderr] Checking cradle-dds v0.1.0 (/opt/rustwide/workdir/cradle-dds) [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking flate2 v1.0.27 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking console v0.16.0 [INFO] [stderr] Checking memmap2 v0.9.0 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Checking png v0.17.10 [INFO] [stderr] Checking tempfile v3.8.0 [INFO] [stderr] Checking regex-automata v0.3.9 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking regex v1.9.6 [INFO] [stderr] Checking indicatif v0.18.0 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling bitmatch v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling num_enum_derive v0.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling extend v1.2.0 [INFO] [stderr] Compiling clap_derive v4.4.2 [INFO] [stderr] Compiling filetest v0.2.0 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking gospel v0.3.1 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking num_enum v0.7.0 [INFO] [stderr] Checking falcompress v0.3.0 [INFO] [stderr] Checking tracing-subscriber v0.3.17 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking clap v4.4.6 [INFO] [stderr] Checking cradle v0.3.0 (/opt/rustwide/workdir/cradle) [INFO] [stderr] Checking tracing-error v0.2.0 [INFO] [stderr] Checking eyre-span v0.1.0 [INFO] [stderr] Checking camino-tempfile v1.0.2 [INFO] [stderr] Checking cradle-cli v0.3.0 (/opt/rustwide/workdir/cradle-cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.79s [INFO] running `Command { std: "docker" "inspect" "a58812724b359e2be7abda5c54d4fdef0a7be21878ddff06357d06be6ec81883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a58812724b359e2be7abda5c54d4fdef0a7be21878ddff06357d06be6ec81883", kill_on_drop: false }` [INFO] [stdout] a58812724b359e2be7abda5c54d4fdef0a7be21878ddff06357d06be6ec81883