[INFO] cloning repository https://github.com/XenithRed/Nerumi-Yukishiro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/XenithRed/Nerumi-Yukishiro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXenithRed%2FNerumi-Yukishiro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXenithRed%2FNerumi-Yukishiro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 35b78e18e6c0539a1e526db45885b1aa78669e3e
[INFO] checking XenithRed/Nerumi-Yukishiro against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXenithRed%2FNerumi-Yukishiro" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/XenithRed/Nerumi-Yukishiro
[INFO] finished tweaking git repo https://github.com/XenithRed/Nerumi-Yukishiro
[INFO] tweaked toml for git repo https://github.com/XenithRed/Nerumi-Yukishiro written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/XenithRed/Nerumi-Yukishiro on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/XenithRed/Nerumi-Yukishiro 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927
[INFO] running `Command { std: "docker" "start" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927", 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" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927", 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" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking tokio v1.52.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking block-padding v0.4.2
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking cipher v0.5.1
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking cpubits v0.1.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking universal-hash v0.6.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling waproto v0.5.0 (https://github.com/oxidezap/whatsapp-rust#88a0fe07)
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling wacore-binary v0.5.0 (https://github.com/oxidezap/whatsapp-rust#88a0fe07)
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]     Checking polyval v0.7.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]    Compiling openssl-sys v0.9.115
[INFO] [stderr]     Checking zlib-rs v0.6.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking hkdf v0.13.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking ghash v0.6.0
[INFO] [stderr]    Compiling hashify v0.2.9
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking aes v0.9.0
[INFO] [stderr]     Checking cbc v0.2.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking ctr v0.10.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking serde-big-array v0.5.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.36.0
[INFO] [stderr]    Compiling macro_magic_core_macros v0.5.1
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling diesel_derives v2.3.9
[INFO] [stderr]    Compiling openssl v0.10.79
[INFO] [stderr]    Compiling macro_magic_core v0.5.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking typed-builder v0.23.2
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling wacore-derive v0.5.0 (https://github.com/oxidezap/whatsapp-rust#88a0fe07)
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]    Compiling migrations_internals v2.3.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling macro_magic_macros v0.5.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]    Compiling rustc_version_runtime v0.3.0
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking ureq v3.3.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking rustc_version v0.4.1
[INFO] [stderr]     Checking tokio-websockets v0.13.2
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr] error: could not compile `diesel_derives` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name diesel_derives --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="32-column-tables"' --cfg 'feature="default"' --cfg 'feature="r2d2"' --cfg 'feature="sqlite"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=ae362f598645ad32 -C extra-filename=-5f4862fbacb69cb8 --out-dir /opt/rustwide/target/debug/build/diesel_derives/5f4862fbacb69cb8/out -L dependency=/opt/rustwide/target/debug/build/darling/488c55c76d3f93cc/out -L dependency=/opt/rustwide/target/debug/build/darling_core/3f110d23dc7ecd30/out -L dependency=/opt/rustwide/target/debug/build/darling_macro/babdbff8bd4dda20/out -L dependency=/opt/rustwide/target/debug/build/diesel_table_macro_syntax/bc4bd49b224dbb8a/out -L dependency=/opt/rustwide/target/debug/build/dsl_auto_type/c9498104d72b50b8/out -L dependency=/opt/rustwide/target/debug/build/either/06ecbe394e9269f6/out -L dependency=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out -L dependency=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out -L dependency=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/d4cb564e807a9cd7/out -L dependency=/opt/rustwide/target/debug/build/quote/aa2c5b8519914b46/out -L dependency=/opt/rustwide/target/debug/build/strsim/9754e702f19a9357/out -L dependency=/opt/rustwide/target/debug/build/syn/ae6c806947fc9697/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern diesel_table_macro_syntax=/opt/rustwide/target/debug/build/diesel_table_macro_syntax/bc4bd49b224dbb8a/out/libdiesel_table_macro_syntax-bc4bd49b224dbb8a.rlib --extern dsl_auto_type=/opt/rustwide/target/debug/build/dsl_auto_type/c9498104d72b50b8/out/libdsl_auto_type-c9498104d72b50b8.rlib --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/d4cb564e807a9cd7/out/libproc_macro2-d4cb564e807a9cd7.rlib --extern quote=/opt/rustwide/target/debug/build/quote/aa2c5b8519914b46/out/libquote-aa2c5b8519914b46.rlib --extern syn=/opt/rustwide/target/debug/build/syn/ae6c806947fc9697/out/libsyn-ae6c806947fc9697.rlib --extern proc_macro --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 `waproto` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name waproto --edition=2024 /opt/rustwide/cargo-home/git/checkouts/whatsapp-rust-6e26428647c827f3/88a0fe0/waproto/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", "generate", "serde-deserialize", "serde-snake-case"))' -C metadata=af3cc27455e87af0 -C extra-filename=-2d66148062da2e12 --out-dir /opt/rustwide/target/debug/build/waproto/2d66148062da2e12/out -L dependency=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out -L dependency=/opt/rustwide/target/debug/build/prost/2ed7b6aa91e159ef/out -L dependency=/opt/rustwide/target/debug/build/prost-derive/32d83d46d8f21222/out -L dependency=/opt/rustwide/target/debug/build/serde/02fad437dadf681f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/c3fb5a998c9471b6/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/0d175b916ca1f2fd/out --extern prost=/opt/rustwide/target/debug/build/prost/2ed7b6aa91e159ef/out/libprost-2ed7b6aa91e159ef.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/02fad437dadf681f/out/libserde-02fad437dadf681f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927", kill_on_drop: false }`
[INFO] [stdout] 261539805b3e3fd98a0cb884519d4fd3f761f24b91fb2f698f827cdafabf9927
