[INFO] cloning repository https://github.com/hherb/hhagent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hherb/hhagent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhherb%2Fhhagent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhherb%2Fhhagent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fbe91c4d87bcb05e11f93a88a0619418f1181661 [INFO] checking hherb/hhagent against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhherb%2Fhhagent" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hherb/hhagent [INFO] finished tweaking git repo https://github.com/hherb/hhagent [INFO] tweaked toml for git repo https://github.com/hherb/hhagent written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hherb/hhagent on toolchain 165655a2f1981fef27b31c547ad7631979fc5139 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hherb/hhagent 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e [INFO] running `Command { std: "docker" "start" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking typenum v1.20.1 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking serde_json v1.0.150 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling zeroize_derive v1.5.0 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking yoke v0.8.3 [INFO] [stderr] Compiling cc v1.2.65 [INFO] [stderr] Checking rand_core v0.10.1 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Compiling rustls v0.23.40 [INFO] [stderr] Checking tinyvec v1.11.0 [INFO] [stderr] Checking chacha20 v0.10.0 [INFO] [stderr] Compiling siphasher v1.0.3 [INFO] [stderr] Checking unicode-bidi v0.3.18 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking unicode-properties v0.1.4 [INFO] [stderr] Checking zeroize v1.9.0 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking enumflags2 v0.7.12 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking rustls-pki-types v1.14.1 [INFO] [stderr] Compiling zerofrom v0.1.8 [INFO] [stderr] Compiling phf_generator v0.13.1 [INFO] [stderr] Checking dtoa v1.0.11 [INFO] [stderr] Compiling phf_codegen v0.13.1 [INFO] [stderr] Compiling phf_macros v0.13.1 [INFO] [stderr] Compiling string_cache_codegen v0.6.1 [INFO] [stderr] Compiling selectors v0.38.0 [INFO] [stderr] Checking dtoa-short v0.3.5 [INFO] [stderr] Checking tendril v0.5.0 [INFO] [stderr] Checking webpki-roots v1.0.8 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling cssparser-macros v0.7.0 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Checking kastellan-protocol v0.2.0 (/opt/rustwide/workdir/protocol) [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking flagset v0.4.7 [INFO] [stderr] Checking servo_arc v0.4.3 [INFO] [stderr] Checking rustc-hash v2.1.2 [INFO] [stderr] Checking pom v1.1.0 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Compiling num-conv v0.2.2 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking block-padding v0.3.3 [INFO] [stderr] Checking phf v0.13.1 [INFO] [stderr] Compiling time-core v0.1.9 [INFO] [stderr] Compiling web_atoms v0.2.5 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Checking weezl v0.1.12 [INFO] [stderr] Checking utf8-width v0.1.8 [INFO] [stderr] Checking adobe-cmap-parser v0.4.1 [INFO] [stderr] Checking cssparser v0.37.0 [INFO] [stderr] Checking type1-encoding-parser v0.1.1 [INFO] [stderr] Checking euclid v0.20.14 [INFO] [stderr] Checking html-escape v0.2.13 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Compiling time-macros v0.2.29 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Checking postscript v0.14.1 [INFO] [stderr] Checking gjson v0.8.1 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking cff-parser v0.2.0 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking socket2 v0.6.4 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking seccompiler v0.5.0 [INFO] [stderr] Checking landlock v0.4.5 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking rand v0.10.1 [INFO] [stderr] Checking kastellan-worker-prelude v0.2.0 (/opt/rustwide/workdir/workers/prelude) [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking string_cache v0.9.0 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking kastellan-sandbox v0.2.0 (/opt/rustwide/workdir/sandbox) [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking cbc v0.1.2 [INFO] [stderr] Checking ecb v0.1.2 [INFO] [stderr] Compiling hybrid-array v0.4.12 [INFO] [stderr] Compiling cmov v0.5.4 [INFO] [stderr] Compiling winnow v1.0.3 [INFO] [stderr] Checking idna_adapter v1.2.2 [INFO] [stderr] Compiling ctutils v0.4.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking block-buffer v0.12.1 [INFO] [stderr] Checking crypto-common v0.2.2 [INFO] [stderr] Checking lopdf v0.42.0 [INFO] [stderr] Checking markup5ever v0.39.0 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Checking html5ever v0.39.0 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Compiling cpufeatures v0.3.0 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling digest v0.11.3 [INFO] [stderr] Compiling bytes v1.12.0 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Checking dom_query v0.28.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Checking time v0.3.49 [INFO] [stderr] Compiling toml_edit v0.25.12+spec-1.1.0 [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Checking dom_smoothie v0.18.0 [INFO] [stderr] Compiling hashlink v0.11.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling hmac v0.13.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Compiling either v1.16.0 [INFO] [stderr] Checking piper v0.2.5 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking endi v1.1.1 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] error: could not compile `lopdf` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name lopdf --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lopdf-0.42.0/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="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "chrono", "default", "embed_image", "image", "jiff", "rayon", "serde", "time", "tokio", "wasm_js"))' -C metadata=f074ef04d18d3d9b -C extra-filename=-0f1e4b775f5c3c52 --out-dir /opt/rustwide/target/debug/build/lopdf/0f1e4b775f5c3c52/out -L dependency=/opt/rustwide/target/debug/build/adler2/ee8704cd74c29624/out -L dependency=/opt/rustwide/target/debug/build/aes/033dd2027ae353c9/out -L dependency=/opt/rustwide/target/debug/build/bitflags/42a213aab8397fad/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/c6dd025e507155f8/out -L dependency=/opt/rustwide/target/debug/build/block-padding/e3e25ed9812e7a78/out -L dependency=/opt/rustwide/target/debug/build/cbc/a5db21941b0b61e2/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/chacha20/b24d2181a764da91/out -L dependency=/opt/rustwide/target/debug/build/cipher/6912ee5948726dd5/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/1ae956ba346ebd12/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/d73b58fdf77d9fc5/out -L dependency=/opt/rustwide/target/debug/build/crc32fast/31ecd786fe404797/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/eb6916c1087f540c/out -L dependency=/opt/rustwide/target/debug/build/digest/b0f304e53422fb4f/out -L dependency=/opt/rustwide/target/debug/build/ecb/95724f2d2483fb59/out -L dependency=/opt/rustwide/target/debug/build/encoding_rs/2e6c51c4b4cd4375/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/flate2/8f7dd38580e70830/out -L dependency=/opt/rustwide/target/debug/build/generic-array/c586f0bf6e1ffba7/out -L dependency=/opt/rustwide/target/debug/build/getrandom/6d88a41a3cb66b71/out -L dependency=/opt/rustwide/target/debug/build/getrandom/f1c3a8ee88a5c83b/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/1ff293044ac6a4a8/out -L dependency=/opt/rustwide/target/debug/build/indexmap/5cd8f496451fc958/out -L dependency=/opt/rustwide/target/debug/build/inout/19426d3865f85e1b/out -L dependency=/opt/rustwide/target/debug/build/itoa/488dcf4f13423b18/out -L dependency=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out -L dependency=/opt/rustwide/target/debug/build/log/55ad662771f624ae/out -L dependency=/opt/rustwide/target/debug/build/md-5/fdaedd9a4c3c61af/out -L dependency=/opt/rustwide/target/debug/build/memchr/3ca07533bbd8f674/out -L dependency=/opt/rustwide/target/debug/build/miniz_oxide/600b354f6718edc4/out -L dependency=/opt/rustwide/target/debug/build/nom/133ebdf1403cef29/out -L dependency=/opt/rustwide/target/debug/build/rand/3ff29f169edb6854/out -L dependency=/opt/rustwide/target/debug/build/rand_core/38b9f4bb7cbd2052/out -L dependency=/opt/rustwide/target/debug/build/rand_core/9a5dc38792b219e1/out -L dependency=/opt/rustwide/target/debug/build/rangemap/d5b61eb547f8fabb/out -L dependency=/opt/rustwide/target/debug/build/sha2/98b105e79eed5ae1/out -L dependency=/opt/rustwide/target/debug/build/simd-adler32/e42a8b76242fe4a8/out -L dependency=/opt/rustwide/target/debug/build/stringprep/8623b66ee1f272eb/out -L dependency=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out -L dependency=/opt/rustwide/target/debug/build/thiserror/47e933ee69887e59/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/a53696fabef833e5/out -L dependency=/opt/rustwide/target/debug/build/tinyvec/5702823d1ce52f92/out -L dependency=/opt/rustwide/target/debug/build/tinyvec_macros/8f2743a6fdad0226/out -L dependency=/opt/rustwide/target/debug/build/ttf-parser/2ef72d42ae106f55/out -L dependency=/opt/rustwide/target/debug/build/typenum/24aab6a4200ddd27/out -L dependency=/opt/rustwide/target/debug/build/unicode-bidi/b38c5b9f0edeee4c/out -L dependency=/opt/rustwide/target/debug/build/unicode-normalization/c0bb8dcd5375649b/out -L dependency=/opt/rustwide/target/debug/build/unicode-properties/8bc31be9a5479a6f/out -L dependency=/opt/rustwide/target/debug/build/weezl/3337fb51b3df3d18/out --extern aes=/opt/rustwide/target/debug/build/aes/033dd2027ae353c9/out/libaes-033dd2027ae353c9.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/42a213aab8397fad/out/libbitflags-42a213aab8397fad.rmeta --extern cbc=/opt/rustwide/target/debug/build/cbc/a5db21941b0b61e2/out/libcbc-a5db21941b0b61e2.rmeta --extern ecb=/opt/rustwide/target/debug/build/ecb/95724f2d2483fb59/out/libecb-95724f2d2483fb59.rmeta --extern encoding_rs=/opt/rustwide/target/debug/build/encoding_rs/2e6c51c4b4cd4375/out/libencoding_rs-2e6c51c4b4cd4375.rmeta --extern flate2=/opt/rustwide/target/debug/build/flate2/8f7dd38580e70830/out/libflate2-8f7dd38580e70830.rmeta --extern getrandom=/opt/rustwide/target/debug/build/getrandom/f1c3a8ee88a5c83b/out/libgetrandom-f1c3a8ee88a5c83b.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/5cd8f496451fc958/out/libindexmap-5cd8f496451fc958.rmeta --extern itoa=/opt/rustwide/target/debug/build/itoa/488dcf4f13423b18/out/libitoa-488dcf4f13423b18.rmeta --extern log=/opt/rustwide/target/debug/build/log/55ad662771f624ae/out/liblog-55ad662771f624ae.rmeta --extern md5=/opt/rustwide/target/debug/build/md-5/fdaedd9a4c3c61af/out/libmd5-fdaedd9a4c3c61af.rmeta --extern nom=/opt/rustwide/target/debug/build/nom/133ebdf1403cef29/out/libnom-133ebdf1403cef29.rmeta --extern rand=/opt/rustwide/target/debug/build/rand/3ff29f169edb6854/out/librand-3ff29f169edb6854.rmeta --extern rangemap=/opt/rustwide/target/debug/build/rangemap/d5b61eb547f8fabb/out/librangemap-d5b61eb547f8fabb.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/98b105e79eed5ae1/out/libsha2-98b105e79eed5ae1.rmeta --extern stringprep=/opt/rustwide/target/debug/build/stringprep/8623b66ee1f272eb/out/libstringprep-8623b66ee1f272eb.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/47e933ee69887e59/out/libthiserror-47e933ee69887e59.rmeta --extern ttf_parser=/opt/rustwide/target/debug/build/ttf-parser/2ef72d42ae106f55/out/libttf_parser-2ef72d42ae106f55.rmeta --extern weezl=/opt/rustwide/target/debug/build/weezl/3337fb51b3df3d18/out/libweezl-3337fb51b3df3d18.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e", kill_on_drop: false }` [INFO] [stdout] 5dd75f7af657171644e74c620b3a59347273c4fe15dbac71c4aa7d662d79ab6e