[INFO] cloning repository https://github.com/iamkushagrash/agx_ecosystem
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iamkushagrash/agx_ecosystem" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamkushagrash%2Fagx_ecosystem", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamkushagrash%2Fagx_ecosystem'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0f7f74620e6b60bde1730d1288904607d3796f14
[INFO] checking iamkushagrash/agx_ecosystem against 14450d27a2d0d3b3cb66037c8111ee3da14ed3c2 for pr-160391
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiamkushagrash%2Fagx_ecosystem" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iamkushagrash/agx_ecosystem
[INFO] finished tweaking git repo https://github.com/iamkushagrash/agx_ecosystem
[INFO] tweaked toml for git repo https://github.com/iamkushagrash/agx_ecosystem written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iamkushagrash/agx_ecosystem on toolchain 14450d27a2d0d3b3cb66037c8111ee3da14ed3c2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iamkushagrash/agx_ecosystem 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" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf
[INFO] running `Command { std: "docker" "start" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf", 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" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf" "/opt/rustwide/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf", 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" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf" "/opt/rustwide/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.127
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling find-msvc-tools v0.1.10
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]    Compiling borsh v1.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling wasm-bindgen v0.2.127
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/14450d27a2d0d3b3cb66037c8111ee3da14ed3c2/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=623a4d9d6c895487 -C extra-filename=-19554ce5f3a2ea29 --out-dir /opt/rustwide/target/debug/build/syn/19554ce5f3a2ea29/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/66baf18af1fdf36f/out -L dependency=/opt/rustwide/target/debug/build/quote/31698eed8d28fe2c/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/66baf18af1fdf36f/out/libproc_macro2-66baf18af1fdf36f.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/31698eed8d28fe2c/out/libquote-31698eed8d28fe2c.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --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" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf", kill_on_drop: false }`
[INFO] [stdout] 7f0fffb87215ea7089e1d6672760c6632f8935ff7e3d26c0e568c81261d3cebf
