[INFO] cloning repository https://github.com/Memorithm/Replikans
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Memorithm/Replikans" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMemorithm%2FReplikans", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMemorithm%2FReplikans'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1d35810ad6b0c4a3d3fe974c0d3e971d1aa26d8
[INFO] checking Memorithm/Replikans against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMemorithm%2FReplikans" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Memorithm/Replikans
[INFO] finished tweaking git repo https://github.com/Memorithm/Replikans
[INFO] tweaked toml for git repo https://github.com/Memorithm/Replikans written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Memorithm/Replikans on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Memorithm/Replikans 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/Memorithm/scirust`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded matrixmultiply v0.3.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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] be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8
[INFO] running `Command { std: "docker" "start" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8", 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" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8", 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" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking replikan-core v0.1.0 (/opt/rustwide/workdir/crates/replikan-core)
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling find-msvc-tools v0.1.12
[INFO] [stderr]     Checking smallvec v1.16.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling rustls v0.23.44
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking ipnet v2.12.2
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]    Compiling matrixmultiply v0.3.11
[INFO] [stderr]     Checking replikan-economics v0.1.0 (/opt/rustwide/workdir/crates/replikan-economics)
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling cc v1.4.5
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]     Checking scirust-special v0.1.0 (https://github.com/Memorithm/scirust?rev=8f597e2edbe281b01cfa30a99b1a25d57c32fb70#8f597e2e)
[INFO] [stderr]     Checking replikan-opportunities v0.1.0 (/opt/rustwide/workdir/crates/replikan-opportunities)
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking replikan-survival v0.1.0 (/opt/rustwide/workdir/crates/replikan-survival)
[INFO] [stderr]     Checking scirust-autodiff v0.1.0 (https://github.com/Memorithm/scirust?rev=8f597e2edbe281b01cfa30a99b1a25d57c32fb70#8f597e2e)
[INFO] [stderr]     Checking scirust-simd v0.1.0 (https://github.com/Memorithm/scirust?rev=8f597e2edbe281b01cfa30a99b1a25d57c32fb70#8f597e2e)
[INFO] [stderr]     Checking replikan-mining v0.1.0 (/opt/rustwide/workdir/crates/replikan-mining)
[INFO] [stderr]     Checking scirust-stats v0.1.0 (https://github.com/Memorithm/scirust?rev=8f597e2edbe281b01cfa30a99b1a25d57c32fb70#8f597e2e)
[INFO] [stderr]     Checking replikan-control v0.1.0 (/opt/rustwide/workdir/crates/replikan-control)
[INFO] [stderr]     Checking replikan-ledger v0.1.0 (/opt/rustwide/workdir/crates/replikan-ledger)
[INFO] [stderr]     Checking replikan-mining-market v0.1.0 (/opt/rustwide/workdir/crates/replikan-mining-market)
[INFO] [stderr]     Checking scirust-units v0.1.0 (https://github.com/Memorithm/scirust?rev=8f597e2edbe281b01cfa30a99b1a25d57c32fb70#8f597e2e)
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking replikan-replication v0.1.0 (/opt/rustwide/workdir/crates/replikan-replication)
[INFO] [stderr]     Checking replikan-decision-ledger v0.1.0 (/opt/rustwide/workdir/crates/replikan-decision-ledger)
[INFO] [stderr]     Checking replikan-resource v0.1.0 (/opt/rustwide/workdir/crates/replikan-resource)
[INFO] [stderr]     Checking replikan-execution-lease v0.1.0 (/opt/rustwide/workdir/crates/replikan-execution-lease)
[INFO] [stderr]     Checking replikan-cli v0.1.0 (/opt/rustwide/workdir/crates/replikan-cli)
[INFO] [stderr]     Checking replikan-orchestrator v0.1.0 (/opt/rustwide/workdir/crates/replikan-orchestrator)
[INFO] [stderr]     Checking replikan-wallet v0.1.0 (/opt/rustwide/workdir/crates/replikan-wallet)
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking thiserror v2.0.20
[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/ed77b7b8699e342c2dc842c83cb5fe4025252ee8/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.119/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --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="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --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=197bcc89ecb20593 -C extra-filename=-cf9a9978d9be874a --out-dir /opt/rustwide/target/debug/build/syn/cf9a9978d9be874a/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused dependency `replikan-decision-ledger`
[INFO] [stderr]   --> crates/replikan-cli/Cargo.toml:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | replikan-decision-ledger = { path = "../replikan-decision-ledger" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `replikan-decision-ledger`
[INFO] [stderr] warning: `replikan-cli` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "inspect" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8", kill_on_drop: false }`
[INFO] [stdout] be36735ef1fbc8224c00f0ada06a27289eb9379f4870c2182074a7e9e80431e8
