[INFO] fetching crate graphix-compiler 0.3.3...
[INFO] checking graphix-compiler-0.3.3 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-21
[INFO] extracting crate graphix-compiler 0.3.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate graphix-compiler 0.3.3
[INFO] finished tweaking crates.io crate graphix-compiler 0.3.3
[INFO] tweaked toml for crates.io crate graphix-compiler 0.3.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate graphix-compiler 0.3.3 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 graphix-compiler 0.3.3 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-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b0f4a3e7d5b535f2e7bf57b209c7e85e25e0157753d073a8e91833504baf3424
[INFO] running `Command { std: "docker" "start" "-a" "b0f4a3e7d5b535f2e7bf57b209c7e85e25e0157753d073a8e91833504baf3424", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0f4a3e7d5b535f2e7bf57b209c7e85e25e0157753d073a8e91833504baf3424", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0f4a3e7d5b535f2e7bf57b209c7e85e25e0157753d073a8e91833504baf3424", kill_on_drop: false }`
[INFO] [stdout] b0f4a3e7d5b535f2e7bf57b209c7e85e25e0157753d073a8e91833504baf3424
[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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f26433a4643e2741a6b755bd67066e0e63e2ac573b0dbf6abc1b230727c45b48
[INFO] running `Command { std: "docker" "start" "-a" "f26433a4643e2741a6b755bd67066e0e63e2ac573b0dbf6abc1b230727c45b48", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling aws-lc-rs v1.14.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling aws-lc-sys v0.31.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling rust_decimal v1.38.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking fish-printf v0.2.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking daemonize v0.5.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking if-addrs v0.14.0
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking tempfile v3.22.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking proptest v1.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling poolshark_derive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling netidx-derive v0.31.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking x509-parser v0.18.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking poolshark v0.2.6
[INFO] [stderr]     Checking escaping v0.2.3
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking immutable-chunkmap v2.1.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking netidx-core v0.31.0
[INFO] [stderr]    Compiling libgssapi-sys v0.3.3
[INFO] [stderr]     Checking libgssapi v0.9.1
[INFO] [stderr]     Checking cross-krb5 v0.4.2
[INFO] [stderr]     Checking rustls-webpki v0.103.6
[INFO] [stderr]     Checking tokio-rustls v0.26.3
[INFO] [stderr]     Checking netidx-value v0.31.3
[INFO] [stderr]     Checking netidx-netproto v0.31.3
[INFO] [stderr]     Checking netidx v0.31.2
[INFO] [stderr]     Checking netidx-protocols v0.31.1
[INFO] [stderr]     Checking graphix-compiler v0.3.3 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `graphix-compiler` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name graphix_compiler --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "krb5_iov"))' -C metadata=73ff8f80a76a737b -C extra-filename=-599421e516d84b87 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5cf73cd768c5f646.rmeta --extern arcstr=/opt/rustwide/target/debug/deps/libarcstr-475ba36d3072e27f.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-350a0867140c9d93.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9e1ead21f8b5eff8.rmeta --extern combine=/opt/rustwide/target/debug/deps/libcombine-e0d146d82ffbe94b.rmeta --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-b50f81ae5dfa98f8.rmeta --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-cddd735affad3ca6.rmeta --extern enumflags2=/opt/rustwide/target/debug/deps/libenumflags2-b8ba12735251119c.rmeta --extern escaping=/opt/rustwide/target/debug/deps/libescaping-91ebbec7ea40262b.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-011e531dd1fffa36.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-4d5fdce21e0796ac.rmeta --extern immutable_chunkmap=/opt/rustwide/target/debug/deps/libimmutable_chunkmap-c11e93b2f4e34ae4.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-bad0424019eef9ed.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-243a4081f8655140.rmeta --extern netidx=/opt/rustwide/target/debug/deps/libnetidx-f63e9e9ab8965afe.rmeta --extern netidx_core=/opt/rustwide/target/debug/deps/libnetidx_core-5239aef2a2a6a22f.rmeta --extern netidx_protocols=/opt/rustwide/target/debug/deps/libnetidx_protocols-db0565cb63358259.rmeta --extern netidx_value=/opt/rustwide/target/debug/deps/libnetidx_value-eba1b5d8015360df.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-a8bcf0c9f441288e.rmeta --extern poolshark=/opt/rustwide/target/debug/deps/libpoolshark-aaf11c6419bc6124.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-87f48084213b09c7.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-8c99a0f810f9844c.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-bb6116a30b5c2524.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-3b14bf6f23e8bab6.so --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-e031f0e5a5b4d2a5.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b3ff21732572c28c.rmeta --extern triomphe=/opt/rustwide/target/debug/deps/libtriomphe-23489b3cc2424a9e.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-db8624a599c58d60.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-136cdfe3ccde2392/out -L native=/usr/lib/x86_64-linux-gnu/mit-krb5` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f26433a4643e2741a6b755bd67066e0e63e2ac573b0dbf6abc1b230727c45b48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f26433a4643e2741a6b755bd67066e0e63e2ac573b0dbf6abc1b230727c45b48", kill_on_drop: false }`
[INFO] [stdout] f26433a4643e2741a6b755bd67066e0e63e2ac573b0dbf6abc1b230727c45b48
