[INFO] fetching crate tx5-demo 0.8.1...
[INFO] checking tx5-demo-0.8.1 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for 2025-12-16-next-solver-global
[INFO] extracting crate tx5-demo 0.8.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tx5-demo 0.8.1
[INFO] finished tweaking crates.io crate tx5-demo 0.8.1
[INFO] tweaked toml for crates.io crate tx5-demo 0.8.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tx5-demo 0.8.1 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tx5-demo 0.8.1 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8118d108dd6b594487c24af1c938cb8d0e110865b944dd496003f75db9368cee
[INFO] running `Command { std: "docker" "start" "-a" "8118d108dd6b594487c24af1c938cb8d0e110865b944dd496003f75db9368cee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8118d108dd6b594487c24af1c938cb8d0e110865b944dd496003f75db9368cee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8118d108dd6b594487c24af1c938cb8d0e110865b944dd496003f75db9368cee", kill_on_drop: false }`
[INFO] [stdout] 8118d108dd6b594487c24af1c938cb8d0e110865b944dd496003f75db9368cee
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b852de01684b69705114e72c1fe0540c5e038258416abef0aab3204e9ff1a87
[INFO] running `Command { std: "docker" "start" "-a" "9b852de01684b69705114e72c1fe0540c5e038258416abef0aab3204e9ff1a87", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling aws-lc-rs v1.13.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling dary_heap v0.3.7
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling curve25519-dalek v4.2.0
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling minisign-verify v0.2.4
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling libflate_lz77 v2.1.0
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling libflate v2.1.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking ureq-proto v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-src v300.5.1+3.5.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling tx5-core v0.8.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling cpp_common v0.5.10
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]    Compiling cpp_build v0.5.10
[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.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling datachannel-sys v0.23.0+0.23.2
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking opentelemetry_api v0.20.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]     Checking influxive-otel-atomic-obs v0.0.4-alpha.1
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]     Checking webrtc-sdp v0.3.13
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling libsodium-sys-stable v1.22.3
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]     Checking tungstenite v0.27.0
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking ureq v3.0.12
[INFO] [stderr]     Checking tokio-tungstenite v0.27.0
[INFO] [stderr]     Checking sbd-client v0.4.0
[INFO] [stderr]     Checking sodoken v0.1.0
[INFO] [stderr]     Checking sbd-e2e-crypto-client v0.4.0
[INFO] [stderr]     Checking tx5-signal v0.8.1
[INFO] [stderr]     Checking datachannel v0.16.0
[INFO] [stderr]     Checking tx5-connection v0.8.1
[INFO] [stderr]     Checking tx5 v0.8.1
[INFO] [stderr]     Checking tx5-demo v0.8.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 47s
[INFO] running `Command { std: "docker" "inspect" "9b852de01684b69705114e72c1fe0540c5e038258416abef0aab3204e9ff1a87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b852de01684b69705114e72c1fe0540c5e038258416abef0aab3204e9ff1a87", kill_on_drop: false }`
[INFO] [stdout] 9b852de01684b69705114e72c1fe0540c5e038258416abef0aab3204e9ff1a87
