[INFO] cloning repository https://github.com/jontze/rust-graphql-microservice-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jontze/rust-graphql-microservice-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjontze%2Frust-graphql-microservice-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjontze%2Frust-graphql-microservice-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 820a7e15c3d2f33f5cc90cbc595a3d3bd106d3a6 [INFO] testing jontze/rust-graphql-microservice-template against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjontze%2Frust-graphql-microservice-template" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jontze/rust-graphql-microservice-template [INFO] finished tweaking git repo https://github.com/jontze/rust-graphql-microservice-template [INFO] tweaked toml for git repo https://github.com/jontze/rust-graphql-microservice-template written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jontze/rust-graphql-microservice-template on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jontze/rust-graphql-microservice-template 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efd0a1c3400d168befe649278fe8b52b6599203502d72023636b6f85dc4a3283 [INFO] running `Command { std: "docker" "start" "-a" "efd0a1c3400d168befe649278fe8b52b6599203502d72023636b6f85dc4a3283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efd0a1c3400d168befe649278fe8b52b6599203502d72023636b6f85dc4a3283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efd0a1c3400d168befe649278fe8b52b6599203502d72023636b6f85dc4a3283", kill_on_drop: false }` [INFO] [stdout] efd0a1c3400d168befe649278fe8b52b6599203502d72023636b6f85dc4a3283 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33b4344d93d1657b30a175934cb348842f8818e742e03de67231dcbe2166d98b [INFO] running `Command { std: "docker" "start" "-a" "33b4344d93d1657b30a175934cb348842f8818e742e03de67231dcbe2166d98b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling value-bag v1.7.0 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling equivalent v1.0.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling cc v1.0.76 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling polling v2.4.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-io v1.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling async-channel v1.7.1 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling syn v2.0.95 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.6 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling ring v0.17.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc-catalog v2.1.0 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling crc v3.0.0 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling net2 v0.2.38 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling async-global-executor v2.3.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling async-std v1.12.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling dotenvy v0.15.6 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling bytestring v1.2.0 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling derive_utils v0.11.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling env_filter v0.1.0 [INFO] [stderr] Compiling rustls v0.23.20 [INFO] [stderr] Compiling tempfile v3.15.0 [INFO] [stderr] Compiling anstream v0.6.11 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling enum-as-inner v0.3.4 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling futures-enum v0.1.17 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.9 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling juniper_codegen v0.15.9 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] error: could not compile `brotli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-3.3.4/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 -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "packed_simd_2", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=fa6d84a9ea80d951 -C extra-filename=-13c11e44ccada786 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-549d39e6ef2a209a.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-f268028bfe206070.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-04802f00f4061519.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 `serde_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=cfeed7e9699172c2 -C extra-filename=-1a7b65f3a915e4ca --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-9303629e7b8cb759.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-d05d7dbf70d2d334.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bb166010adf1886b.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "33b4344d93d1657b30a175934cb348842f8818e742e03de67231dcbe2166d98b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b4344d93d1657b30a175934cb348842f8818e742e03de67231dcbe2166d98b", kill_on_drop: false }` [INFO] [stdout] 33b4344d93d1657b30a175934cb348842f8818e742e03de67231dcbe2166d98b