[INFO] cloning repository https://github.com/wuyu-baiyang/Wuyu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wuyu-baiyang/Wuyu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuyu-baiyang%2FWuyu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuyu-baiyang%2FWuyu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de696a476a83b27501d1948205bc3f5514eaaabe
[INFO] checking wuyu-baiyang/Wuyu against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuyu-baiyang%2FWuyu" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/wuyu-baiyang/Wuyu
[INFO] finished tweaking git repo https://github.com/wuyu-baiyang/Wuyu
[INFO] tweaked toml for git repo https://github.com/wuyu-baiyang/Wuyu written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wuyu-baiyang/Wuyu on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wuyu-baiyang/Wuyu 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50
[INFO] running `Command { std: "docker" "start" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50", 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" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50", 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" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling jni-macros v0.22.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling simd_cesu8 v1.2.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling jni v0.22.4
[INFO] [stderr]    Compiling autotools v0.2.7
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling jni-sys-macros v0.4.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking jni-sys v0.4.1
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]    Compiling mp3lame-sys v0.1.11 (/opt/rustwide/workdir/libs/common/mp3lame-sys)
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling libsql-sqlite3-parser v0.13.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling ebml-iterable-specification v0.4.0
[INFO] [stderr]     Checking prost v0.12.6
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking http-range-header v0.3.1
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking tiny-skia-path v0.12.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking symphonia-core v0.6.0
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]     Checking endian-type v0.2.0
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-io-timeout v1.2.1
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.66.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_5", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=14baddaadcef440d -C extra-filename=-e4bb1165aceb8f2a --out-dir /opt/rustwide/target/debug/build/bindgen/e4bb1165aceb8f2a/out -L dependency=/opt/rustwide/target/debug/build/bitflags/6bdc83ab26041556/out -L dependency=/opt/rustwide/target/debug/build/cexpr/20193bf621a212e8/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/clang-sys/af2128f6b86ca003/out -L dependency=/opt/rustwide/target/debug/build/either/8bc19a34fcbe2a29/out -L dependency=/opt/rustwide/target/debug/build/glob/4c55fa9c31ca0b2a/out -L dependency=/opt/rustwide/target/debug/build/home/0c05cb563757a1ac/out -L dependency=/opt/rustwide/target/debug/build/lazy_static/bcf4d76e77cc406a/out -L dependency=/opt/rustwide/target/debug/build/lazycell/94413c5e4ac1eb3a/out -L dependency=/opt/rustwide/target/debug/build/libc/46e278d5e6d286bb/out -L dependency=/opt/rustwide/target/debug/build/libloading/de43f9bf4e778113/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/80dc1f8eca1ec8c7/out -L dependency=/opt/rustwide/target/debug/build/log/ea664147fe42076c/out -L dependency=/opt/rustwide/target/debug/build/memchr/99d2f2078a65bceb/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/26e6c335d7c2433d/out -L dependency=/opt/rustwide/target/debug/build/nom/f27ed9f657b07325/out -L dependency=/opt/rustwide/target/debug/build/peeking_take_while/c8886dfbebe7e598/out -L dependency=/opt/rustwide/target/debug/build/prettyplease/b3007a64645d5030/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out -L dependency=/opt/rustwide/target/debug/build/regex/0beefbacc8a4007d/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/94294ee2f5e0dd41/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/de99fafc478a3d10/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/c94cda88a025c06c/out -L dependency=/opt/rustwide/target/debug/build/rustix/25a83c1a6354fd7d/out -L dependency=/opt/rustwide/target/debug/build/shlex/258c8bec04b9d869/out -L dependency=/opt/rustwide/target/debug/build/syn/cf9a9978d9be874a/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out -L dependency=/opt/rustwide/target/debug/build/which/1e9f1f5ed9ad3df8/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6bdc83ab26041556/out/libbitflags-6bdc83ab26041556.rmeta --extern cexpr=/opt/rustwide/target/debug/build/cexpr/20193bf621a212e8/out/libcexpr-20193bf621a212e8.rmeta --extern clang_sys=/opt/rustwide/target/debug/build/clang-sys/af2128f6b86ca003/out/libclang_sys-af2128f6b86ca003.rmeta --extern lazy_static=/opt/rustwide/target/debug/build/lazy_static/bcf4d76e77cc406a/out/liblazy_static-bcf4d76e77cc406a.rmeta --extern lazycell=/opt/rustwide/target/debug/build/lazycell/94413c5e4ac1eb3a/out/liblazycell-94413c5e4ac1eb3a.rmeta --extern log=/opt/rustwide/target/debug/build/log/ea664147fe42076c/out/liblog-ea664147fe42076c.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/build/peeking_take_while/c8886dfbebe7e598/out/libpeeking_take_while-c8886dfbebe7e598.rmeta --extern prettyplease=/opt/rustwide/target/debug/build/prettyplease/b3007a64645d5030/out/libprettyplease-b3007a64645d5030.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/0beefbacc8a4007d/out/libregex-0beefbacc8a4007d.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/c94cda88a025c06c/out/librustc_hash-c94cda88a025c06c.rmeta --extern shlex=/opt/rustwide/target/debug/build/shlex/258c8bec04b9d869/out/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/cf9a9978d9be874a/out/libsyn-cf9a9978d9be874a.rmeta --extern which=/opt/rustwide/target/debug/build/which/1e9f1f5ed9ad3df8/out/libwhich-1e9f1f5ed9ad3df8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pxfm` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name pxfm --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pxfm-0.1.30/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e4a97bf032d96d -C extra-filename=-30d46fbfb917f044 --out-dir /opt/rustwide/target/debug/build/pxfm/30d46fbfb917f044/out --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50", kill_on_drop: false }`
[INFO] [stdout] 67e41a1504ada4e6d50a42f947dd0f74a78d2ac9f622fc708f3fbf4d33938c50
