[INFO] cloning repository https://github.com/JasoonS/decode-trace-output-template-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JasoonS/decode-trace-output-template-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJasoonS%2Fdecode-trace-output-template-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJasoonS%2Fdecode-trace-output-template-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ebd06d61eef9ddd77aae8c70c63132b3397caf2
[INFO] checking JasoonS/decode-trace-output-template-example against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for 2025-12-16-next-solver-global
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJasoonS%2Fdecode-trace-output-template-example" "/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/JasoonS/decode-trace-output-template-example
[INFO] finished tweaking git repo https://github.com/JasoonS/decode-trace-output-template-example
[INFO] tweaked toml for git repo https://github.com/JasoonS/decode-trace-output-template-example written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JasoonS/decode-trace-output-template-example on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JasoonS/decode-trace-output-template-example 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1dd1469b7b04893d1020e9241ed69f7758465e7f8ff5d6f6999ac3dba934fa55
[INFO] running `Command { std: "docker" "start" "-a" "1dd1469b7b04893d1020e9241ed69f7758465e7f8ff5d6f6999ac3dba934fa55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1dd1469b7b04893d1020e9241ed69f7758465e7f8ff5d6f6999ac3dba934fa55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dd1469b7b04893d1020e9241ed69f7758465e7f8ff5d6f6999ac3dba934fa55", kill_on_drop: false }`
[INFO] [stdout] 1dd1469b7b04893d1020e9241ed69f7758465e7f8ff5d6f6999ac3dba934fa55
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5658e0326dbf122e640190a5abce5d766da2a696426a864b84701dc6703a3056
[INFO] running `Command { std: "docker" "start" "-a" "5658e0326dbf122e640190a5abce5d766da2a696426a864b84701dc6703a3056", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling target-features v0.1.6
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking array-init-cursor v0.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling polars-utils v0.42.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking planus v0.3.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking raw-cpuid v11.2.0
[INFO] [stderr]    Compiling const-hex v1.14.0
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling polars-arrow v0.42.0
[INFO] [stderr]    Compiling rustls v0.23.20
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking atoi_simd v0.15.6
[INFO] [stderr]     Checking fastrange-rs v0.1.0
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling capnp v0.19.8
[INFO] [stderr]     Checking sbbf-rs v0.2.8
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling polars-compute v0.42.0
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]     Checking winnow v0.6.22
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]     Checking sbbf-rs-safe v0.3.2
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]     Checking webpki-roots v0.26.7
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking streaming-decompression v0.1.2
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling capnpc v0.19.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stderr]    Compiling hypersync-net-types v0.9.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling syn-solidity v0.8.18
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling multiversion-macros v0.7.4
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling bytemuck_derive v1.8.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking ahash v0.8.11
[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/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.217/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=82a32421de1e6a58 -C extra-filename=-9dfe845cec2e880f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-442acad4d4e7f208.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-080cbe92cf917f0e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-95a5154d60de160f.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] running `Command { std: "docker" "inspect" "5658e0326dbf122e640190a5abce5d766da2a696426a864b84701dc6703a3056", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5658e0326dbf122e640190a5abce5d766da2a696426a864b84701dc6703a3056", kill_on_drop: false }`
[INFO] [stdout] 5658e0326dbf122e640190a5abce5d766da2a696426a864b84701dc6703a3056
