[INFO] cloning repository https://github.com/fxdv/demiurge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fxdv/demiurge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffxdv%2Fdemiurge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffxdv%2Fdemiurge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c68fe2acaffad7c3db2ed37cb8e2c9d90715bdd
[INFO] testing fxdv/demiurge against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffxdv%2Fdemiurge" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/fxdv/demiurge
[INFO] finished tweaking git repo https://github.com/fxdv/demiurge
[INFO] tweaked toml for git repo https://github.com/fxdv/demiurge written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fxdv/demiurge on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fxdv/demiurge 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a
[INFO] running `Command { std: "docker" "start" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a", 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" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling arrayvec v0.7.8
[INFO] [stderr]    Compiling core-error v0.0.0
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling demiurge-cost v0.1.0 (/opt/rustwide/workdir/crates/demiurge-cost)
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling io-uring v0.7.12
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling demiurge-handoff v0.1.0 (/opt/rustwide/workdir/crates/demiurge-handoff)
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling demiurge-auth v0.1.0 (/opt/rustwide/workdir/crates/demiurge-auth)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling demiurge-state v0.1.0 (/opt/rustwide/workdir/crates/demiurge-state)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling demiurge-control v0.1.0 (/opt/rustwide/workdir/crates/demiurge-control)
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling aya-obj v0.2.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling aya v0.13.1
[INFO] [stderr]    Compiling demiurge-dataplane v0.1.0 (/opt/rustwide/workdir/crates/demiurge-dataplane)
[INFO] [stderr]    Compiling demiurge-router v0.1.0 (/opt/rustwide/workdir/crates/demiurge-router)
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 47.74s
[INFO] running `Command { std: "docker" "inspect" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling demiurge-state v0.1.0 (/opt/rustwide/workdir/crates/demiurge-state)
[INFO] [stderr]    Compiling io-uring v0.7.12
[INFO] [stderr]    Compiling aya v0.13.1
[INFO] [stderr]    Compiling demiurge-auth v0.1.0 (/opt/rustwide/workdir/crates/demiurge-auth)
[INFO] [stderr]    Compiling demiurge-handoff v0.1.0 (/opt/rustwide/workdir/crates/demiurge-handoff)
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling demiurge-dataplane v0.1.0 (/opt/rustwide/workdir/crates/demiurge-dataplane)
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling demiurge-router v0.1.0 (/opt/rustwide/workdir/crates/demiurge-router)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr] error: could not compile `proptest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name proptest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=5befc7da454d4963 -C extra-filename=-08d503b98b08d666 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern bit_set=/opt/rustwide/target/release/deps/libbit_set-3c3609c702e8363b.rmeta --extern bit_vec=/opt/rustwide/target/release/deps/libbit_vec-138b6b4f35e1a7ba.rmeta --extern bitflags=/opt/rustwide/target/release/deps/libbitflags-9aa9f67f674e1af7.rmeta --extern num_traits=/opt/rustwide/target/release/deps/libnum_traits-f6fb5a9b47d608d8.rmeta --extern rand=/opt/rustwide/target/release/deps/librand-84341a251788e564.rmeta --extern rand_chacha=/opt/rustwide/target/release/deps/librand_chacha-47d7eff13f35064b.rmeta --extern rand_xorshift=/opt/rustwide/target/release/deps/librand_xorshift-af4c8862d5e7daf1.rmeta --extern regex_syntax=/opt/rustwide/target/release/deps/libregex_syntax-a4656a3c08e94e1e.rmeta --extern rusty_fork=/opt/rustwide/target/release/deps/librusty_fork-07c7d3cbe72d4f51.rmeta --extern tempfile=/opt/rustwide/target/release/deps/libtempfile-0579a7e86cb28768.rmeta --extern unarray=/opt/rustwide/target/release/deps/libunarray-496e40678f525fea.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `xtask` (bin "xtask")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto=thin --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08a8628c0a445885 -C extra-filename=-58acd86ffd929bb7 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern demiurge_control=/opt/rustwide/target/release/deps/libdemiurge_control-514b508036e2b89d.rlib --extern demiurge_cost=/opt/rustwide/target/release/deps/libdemiurge_cost-d3733f2ff599d684.rlib --extern demiurge_dataplane=/opt/rustwide/target/release/deps/libdemiurge_dataplane-28b93541628b4717.rlib --extern demiurge_handoff=/opt/rustwide/target/release/deps/libdemiurge_handoff-02c637a0395fe030.rlib --extern demiurge_router=/opt/rustwide/target/release/deps/libdemiurge_router-01eba82e37bd2a1b.rlib --extern demiurge_state=/opt/rustwide/target/release/deps/libdemiurge_state-75ebf588f282ae5b.rlib --extern regex=/opt/rustwide/target/release/deps/libregex-cfe8336ddd034e3a.rlib --extern serde=/opt/rustwide/target/release/deps/libserde-4fbec96a44f4553d.rlib --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-6b8dcca0a760fe04.rlib --extern toml=/opt/rustwide/target/release/deps/libtoml-d971d2c1a36ccfce.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/blake3-3e1a05d6936347c3/out -L native=/opt/rustwide/target/release/build/blake3-3e1a05d6936347c3/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `xtask` (bin "xtask" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name xtask --edition=2021 xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto=thin --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2b9aa4597a0acf5 -C extra-filename=-cb65c3d4a7486318 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern demiurge_control=/opt/rustwide/target/release/deps/libdemiurge_control-514b508036e2b89d.rlib --extern demiurge_cost=/opt/rustwide/target/release/deps/libdemiurge_cost-d3733f2ff599d684.rlib --extern demiurge_dataplane=/opt/rustwide/target/release/deps/libdemiurge_dataplane-28b93541628b4717.rlib --extern demiurge_handoff=/opt/rustwide/target/release/deps/libdemiurge_handoff-02c637a0395fe030.rlib --extern demiurge_router=/opt/rustwide/target/release/deps/libdemiurge_router-01eba82e37bd2a1b.rlib --extern demiurge_state=/opt/rustwide/target/release/deps/libdemiurge_state-75ebf588f282ae5b.rlib --extern regex=/opt/rustwide/target/release/deps/libregex-cfe8336ddd034e3a.rlib --extern serde=/opt/rustwide/target/release/deps/libserde-4fbec96a44f4553d.rlib --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-6b8dcca0a760fe04.rlib --extern toml=/opt/rustwide/target/release/deps/libtoml-d971d2c1a36ccfce.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/blake3-3e1a05d6936347c3/out -L native=/opt/rustwide/target/release/build/blake3-3e1a05d6936347c3/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a", kill_on_drop: false }`
[INFO] [stdout] 98425abe8442cb0cc218189f5bd8a8a0c4daaa2251f44dde5cba0e937da0f48a
