[INFO] cloning repository https://github.com/emulette/cellrune
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emulette/cellrune" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femulette%2Fcellrune", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femulette%2Fcellrune'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4a6dc249a4478fcd0646f56f89b88a5f05bea16d
[INFO] checking emulette/cellrune against 47574b82ff3fe9b0a45ff65a4fe189e295ecb748 for pr-160780
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femulette%2Fcellrune" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/emulette/cellrune
[INFO] finished tweaking git repo https://github.com/emulette/cellrune
[INFO] tweaked toml for git repo https://github.com/emulette/cellrune written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/emulette/cellrune on toolchain 47574b82ff3fe9b0a45ff65a4fe189e295ecb748
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/emulette/cellrune 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" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57
[INFO] running `Command { std: "docker" "start" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57", 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" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57" "/opt/rustwide/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57", 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" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57" "/opt/rustwide/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling io-lifetimes v3.0.1
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling io-extras v0.19.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling cap-primitives v4.0.2
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling cap-std v4.0.2
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking debug_unsafe v0.1.4
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking fast-float2 v0.2.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]     Checking system_alloc_stats v0.2.0
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]     Checking atoi_simd v0.18.1
[INFO] [stderr]     Checking codepage v0.1.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking zip v8.6.0
[INFO] [stderr]    Compiling pyo3-build-config v0.29.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling rmcp v3.1.2
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling napi-build v2.4.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling napi v3.12.1
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling cellrune-node v0.1.19 (/opt/rustwide/workdir/bindings/node)
[INFO] [stderr]     Checking napi-sys v3.3.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking ctor v1.0.10
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling pyo3-ffi v0.29.2
[INFO] [stderr]    Compiling pyo3 v0.29.2
[INFO] [stderr]    Compiling cellrune-python v0.1.19 (/opt/rustwide/workdir/bindings/python)
[INFO] [stderr]    Compiling pcre2-sys v0.2.10
[INFO] [stderr]     Checking pcre2 v0.2.11
[INFO] [stderr]     Checking rustix-linux-procfs v0.1.1
[INFO] [stderr]     Checking fs-set-times v0.20.3
[INFO] [stderr]     Checking cellrune v0.1.19 (/opt/rustwide/workdir/crates/cellrune)
[INFO] [stderr]    Compiling darling_core v0.24.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.29.2
[INFO] [stderr]    Compiling napi-derive-backend v6.1.2
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.24.0
[INFO] [stderr]    Compiling darling v0.24.0
[INFO] [stderr]    Compiling rmcp-macros v3.1.2
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking calamine v0.36.0
[INFO] [stderr]    Compiling napi-derive v3.6.3
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u64>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]   --> crates/cellrune/src/calculation/session/transaction/report.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 18 -         .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout] 18 +         .try_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u64>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]   --> crates/cellrune/src/calculation/session/transaction/report.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 18 -         .fetch_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout] 18 +         .try_update(Ordering::Relaxed, Ordering::Relaxed, |current| {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pyo3-macros v0.29.2
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr] error: could not compile `cellrune` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/47574b82ff3fe9b0a45ff65a4fe189e295ecb748/bin/rustc --crate-name cellrune --edition=2024 crates/cellrune/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --forbid=unsafe_code '--deny=clippy::unimplemented' '--deny=clippy::todo' '--deny=clippy::dbg_macro' --test --cfg 'feature="__internal-transaction-bench"' --cfg 'feature="capability-fs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-transaction-bench", "capability-fs"))' -C metadata=69a1fb716e3e9a9b -C extra-filename=-212ee9265b54be29 --out-dir /opt/rustwide/target/debug/build/cellrune/212ee9265b54be29/out -L dependency=/opt/rustwide/target/debug/build/ambient-authority/adbf2b509d5cc6b9/out -L dependency=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/e34735ea93936741/out -L dependency=/opt/rustwide/target/debug/build/bumpalo/f8a63efd1a130c76/out -L dependency=/opt/rustwide/target/debug/build/cap-primitives/976418d64a4c9afc/out -L dependency=/opt/rustwide/target/debug/build/cap-std/c0d5384106c47bfd/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/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/0acd39d0e1dca719/out -L dependency=/opt/rustwide/target/debug/build/digest/511ceb1e4f567ac3/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/3b2b76cce053d7de/out -L dependency=/opt/rustwide/target/debug/build/fs-set-times/d98e018f67d71d06/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/1ff293044ac6a4a8/out -L dependency=/opt/rustwide/target/debug/build/hybrid-array/7cfa1f9790ebe4ef/out -L dependency=/opt/rustwide/target/debug/build/indexmap/5cd8f496451fc958/out -L dependency=/opt/rustwide/target/debug/build/io-extras/2fc79e7266a80a5d/out -L dependency=/opt/rustwide/target/debug/build/io-lifetimes/364ba171a2fa736d/out -L dependency=/opt/rustwide/target/debug/build/io-lifetimes/d18c74cfb4e9cc57/out -L dependency=/opt/rustwide/target/debug/build/ipnet/e2136f81a6e9242d/out -L dependency=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out -L dependency=/opt/rustwide/target/debug/build/libm/4c1ab48c3cb9cde3/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/1f734e6100806aec/out -L dependency=/opt/rustwide/target/debug/build/log/88d33b7e65e7d5e3/out -L dependency=/opt/rustwide/target/debug/build/maybe-owned/1232a7dcb98fbb45/out -L dependency=/opt/rustwide/target/debug/build/memchr/b924193483665774/out -L dependency=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out -L dependency=/opt/rustwide/target/debug/build/pcre2/4e85da99ea5bb73a/out -L dependency=/opt/rustwide/target/debug/build/pcre2-sys/9a9fee02be2d9b42/out -L dependency=/opt/rustwide/target/debug/build/quick-xml/331652499e97281d/out -L dependency=/opt/rustwide/target/debug/build/rustix/89a9f38119ae8367/out -L dependency=/opt/rustwide/target/debug/build/rustix-linux-procfs/89881975ee319556/out -L dependency=/opt/rustwide/target/debug/build/sha2/2ba2e77d1165715f/out -L dependency=/opt/rustwide/target/debug/build/simd-adler32/d970643b098456aa/out -L dependency=/opt/rustwide/target/debug/build/typed-path/406e1f689165aba1/out -L dependency=/opt/rustwide/target/debug/build/typenum/24aab6a4200ddd27/out -L dependency=/opt/rustwide/target/debug/build/zip/3f588be705eb198b/out -L dependency=/opt/rustwide/target/debug/build/zlib-rs/574a48a87163829b/out -L dependency=/opt/rustwide/target/debug/build/zopfli/c320db17694a0021/out --extern cap_std=/opt/rustwide/target/debug/build/cap-std/c0d5384106c47bfd/out/libcap_std-c0d5384106c47bfd.rmeta --extern libm=/opt/rustwide/target/debug/build/libm/4c1ab48c3cb9cde3/out/liblibm-4c1ab48c3cb9cde3.rmeta --extern pcre2=/opt/rustwide/target/debug/build/pcre2/4e85da99ea5bb73a/out/libpcre2-4e85da99ea5bb73a.rmeta --extern pcre2_sys=/opt/rustwide/target/debug/build/pcre2-sys/9a9fee02be2d9b42/out/libpcre2_sys-9a9fee02be2d9b42.rmeta --extern quick_xml=/opt/rustwide/target/debug/build/quick-xml/331652499e97281d/out/libquick_xml-331652499e97281d.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/2ba2e77d1165715f/out/libsha2-2ba2e77d1165715f.rmeta --extern zip=/opt/rustwide/target/debug/build/zip/3f588be705eb198b/out/libzip-3f588be705eb198b.rmeta --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57", kill_on_drop: false }`
[INFO] [stdout] 229661a371d44189550670a01bf04e246dcd666dff9232a992a92c098c65db57
