[INFO] cloning repository https://github.com/NuschtOS/ixx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NuschtOS/ixx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNuschtOS%2Fixx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNuschtOS%2Fixx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c1be58ea70a7b8c337c1b9d4eb04ca436f5c5d7
[INFO] checking NuschtOS/ixx against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNuschtOS%2Fixx" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NuschtOS/ixx
[INFO] finished tweaking git repo https://github.com/NuschtOS/ixx
[INFO] tweaked toml for git repo https://github.com/NuschtOS/ixx written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NuschtOS/ixx on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NuschtOS/ixx 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tree-sitter-highlight v0.25.9
[INFO] [stderr]   Downloaded tree-sitter-language v0.1.5
[INFO] [stderr]   Downloaded serde v1.0.222
[INFO] [stderr]   Downloaded tree-sitter-nix v0.3.0
[INFO] [stderr]   Downloaded binrw_derive v0.15.0
[INFO] [stderr]   Downloaded serde_core v1.0.222
[INFO] [stderr]   Downloaded serde_derive v1.0.222
[INFO] [stderr]   Downloaded binrw v0.15.0
[INFO] [stderr]   Downloaded markdown v1.0.0
[INFO] [stderr]   Downloaded tree-sitter v0.25.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8000c77f1a0624f03168b412f331e84685d5d5b04ccc34be8fa80f2661cd2f4c
[INFO] running `Command { std: "docker" "start" "-a" "8000c77f1a0624f03168b412f331e84685d5d5b04ccc34be8fa80f2661cd2f4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8000c77f1a0624f03168b412f331e84685d5d5b04ccc34be8fa80f2661cd2f4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8000c77f1a0624f03168b412f331e84685d5d5b04ccc34be8fa80f2661cd2f4c", kill_on_drop: false }`
[INFO] [stdout] 8000c77f1a0624f03168b412f331e84685d5d5b04ccc34be8fa80f2661cd2f4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6bf1e73d2ce38bac35cfa779edc4709c2e5a3d420c5171d5c00eff11b12e6197
[INFO] running `Command { std: "docker" "start" "-a" "6bf1e73d2ce38bac35cfa779edc4709c2e5a3d420c5171d5c00eff11b12e6197", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_core v1.0.222
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.101
[INFO] [stderr]    Compiling binrw_derive v0.15.0
[INFO] [stderr]    Compiling serde v1.0.222
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling binrw v0.15.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling wasm-bindgen v0.2.101
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]     Checking unicode-id v0.3.5
[INFO] [stderr]     Checking markdown v1.0.0
[INFO] [stderr]    Compiling tree-sitter-nix v0.3.0
[INFO] [stderr]    Compiling tree-sitter v0.25.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.101
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling serde_derive v1.0.222
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.101
[INFO] [stderr]     Checking tree-sitter-highlight v0.25.9
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.101
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking libixx v0.0.0-git (/opt/rustwide/workdir/libixx)
[INFO] [stderr]     Checking fixx v0.0.0-git (/opt/rustwide/workdir/fixx)
[INFO] [stderr]     Checking ixx v0.0.0-git (/opt/rustwide/workdir/ixx)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.27s
[INFO] running `Command { std: "docker" "inspect" "6bf1e73d2ce38bac35cfa779edc4709c2e5a3d420c5171d5c00eff11b12e6197", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bf1e73d2ce38bac35cfa779edc4709c2e5a3d420c5171d5c00eff11b12e6197", kill_on_drop: false }`
[INFO] [stdout] 6bf1e73d2ce38bac35cfa779edc4709c2e5a3d420c5171d5c00eff11b12e6197
