[INFO] cloning repository https://github.com/prosody-events/prosody-py
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prosody-events/prosody-py" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprosody-events%2Fprosody-py", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprosody-events%2Fprosody-py'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d79b559a970ce205dc4c13f18c469aff3b8fa1eb
[INFO] checking prosody-events/prosody-py against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprosody-events%2Fprosody-py" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/prosody-events/prosody-py
[INFO] finished tweaking git repo https://github.com/prosody-events/prosody-py
[INFO] tweaked toml for git repo https://github.com/prosody-events/prosody-py written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prosody-events/prosody-py on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prosody-events/prosody-py 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b
[INFO] running `Command { std: "docker" "start" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b", 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" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b", 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" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling pyo3-build-config v0.29.2
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking twox-hash v2.1.3
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling pyo3-ffi v0.29.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling bstr v1.13.1
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling snap v1.1.2
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rdkafka-sys v4.10.0+2.12.1
[INFO] [stderr]     Checking uuid v1.24.1
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling pyo3 v0.29.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.29.2
[INFO] [stderr]    Compiling proc-macro-error-attr3 v3.1.0
[INFO] [stderr]     Checking xxhash-rust v0.8.18
[INFO] [stderr]     Checking compare v0.0.6
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking bit-set v0.9.1
[INFO] [stderr]     Checking const-hex v1.19.1
[INFO] [stderr]    Compiling prost-types v0.14.4
[INFO] [stderr]     Checking sfa v1.0.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking interval-heap v0.0.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking netlink-packet-core v0.8.2
[INFO] [stderr]     Checking crossbeam-skiplist v0.1.3
[INFO] [stderr]    Compiling darling_core v0.24.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking globset v0.4.20
[INFO] [stderr]    Compiling proc-macro-error3 v3.1.0
[INFO] [stderr]     Checking quick_cache v0.6.24
[INFO] [stderr]     Checking lz4_flex v0.14.0
[INFO] [stderr]     Checking lz4_flex v0.13.1
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]     Checking trilean v1.1.0
[INFO] [stderr]     Checking saa v5.6.0
[INFO] [stderr]     Checking byteview v0.10.2
[INFO] [stderr]    Compiling portable-atomic v1.15.0
[INFO] [stderr]     Checking varint-rs v2.2.1
[INFO] [stderr]    Compiling netdev v0.46.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking gcollections v1.6.0
[INFO] [stderr]     Checking sdd v4.8.8
[INFO] [stderr]     Checking lsm-tree v3.1.9
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking rust-embed-utils v8.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling prost-build v0.14.4
[INFO] [stderr]     Checking netlink-packet-route v0.31.0
[INFO] [stderr]     Checking rand_pcg v0.9.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking netlink-sys v0.8.8
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerovec-derive v0.11.4
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking zerovec v0.11.7
[INFO] [stderr]    Compiling tonic-prost-build v0.14.6
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.4.2
[INFO] [stderr] error: could not compile `darling_core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name darling_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.24.0/src/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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=0b30818952dfb27f -C extra-filename=-e02ba478b55321ca --out-dir /opt/rustwide/target/debug/build/darling_core/e02ba478b55321ca/out -L dependency=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/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/strsim/9754e702f19a9357/out -L dependency=/opt/rustwide/target/debug/build/syn/e86c0eeba6df9443/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern ident_case=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out/libident_case-ecc112105bc5215b.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 strsim=/opt/rustwide/target/debug/build/strsim/9754e702f19a9357/out/libstrsim-9754e702f19a9357.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/e86c0eeba6df9443/out/libsyn-e86c0eeba6df9443.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 `pyo3-macros-backend` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name pyo3_macros_backend --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-backend-0.29.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async", "experimental-inspect"))' -C metadata=908810ef03ea710d -C extra-filename=-e2c68f4d77663691 --out-dir /opt/rustwide/target/debug/build/pyo3-macros-backend/e2c68f4d77663691/out -L dependency=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/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/syn/cf9a9978d9be874a/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern heck=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out/libheck-8e1f98ffb0a497ae.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 syn=/opt/rustwide/target/debug/build/syn/cf9a9978d9be874a/out/libsyn-cf9a9978d9be874a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b", kill_on_drop: false }`
[INFO] [stdout] 2c4e0680cb190978b0f4058693e3951c578f751ec9bf19e480c0fc8993885e6b
