[INFO] cloning repository https://github.com/SatoshiAndKin/web3-proxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SatoshiAndKin/web3-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSatoshiAndKin%2Fweb3-proxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSatoshiAndKin%2Fweb3-proxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c71067c9aa2b469214975765dafc0597cc3948c1
[INFO] checking SatoshiAndKin/web3-proxy against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSatoshiAndKin%2Fweb3-proxy" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/SatoshiAndKin/web3-proxy
[INFO] finished tweaking git repo https://github.com/SatoshiAndKin/web3-proxy
[INFO] tweaked toml for git repo https://github.com/SatoshiAndKin/web3-proxy written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SatoshiAndKin/web3-proxy on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SatoshiAndKin/web3-proxy 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `wait_for_sync` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../wait_for_sync
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `wait-for-sync`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/wait_for_sync.rs
[INFO] [stderr] 1 + src/bin/wait-for-sync.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `web3_proxy_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../web3_proxy_cli
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `web3-proxy-cli`, convert `package.name`
[INFO] [stderr]   --> web3_proxy_cli/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "web3_proxy_cli"
[INFO] [stderr]  2 + name = "web3-proxy-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `web3-proxy-cli`, specify `bin.name`
[INFO] [stderr]   --> web3_proxy_cli/Cargo.toml:32:82
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ test-log = { version ="0.2.21", default-features = false, features = ["trace"] }
[INFO] [stderr] 33 + [[bin]]
[INFO] [stderr] 34 + name = "web3-proxy-cli"
[INFO] [stderr] 35 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `web3_proxy_cli` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891
[INFO] running `Command { std: "docker" "start" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891", 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" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891", 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" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `wait_for_sync` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../wait_for_sync
[INFO] [stderr]   |                          ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `wait-for-sync`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/wait_for_sync.rs
[INFO] [stderr] 1 + src/bin/wait-for-sync.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `web3_proxy_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../web3_proxy_cli
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `web3-proxy-cli`, convert `package.name`
[INFO] [stderr]   --> web3_proxy_cli/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "web3_proxy_cli"
[INFO] [stderr]  2 + name = "web3-proxy-cli"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `web3-proxy-cli`, specify `bin.name`
[INFO] [stderr]   --> web3_proxy_cli/Cargo.toml:32:82
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ test-log = { version ="0.2.21", default-features = false, features = ["trace"] }
[INFO] [stderr] 33 + [[bin]]
[INFO] [stderr] 34 + name = "web3-proxy-cli"
[INFO] [stderr] 35 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `web3_proxy_cli` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking generic-array v0.14.9
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking keccak v0.2.2
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]     Checking sha3 v0.11.0
[INFO] [stderr]    Compiling const-hex v1.19.1
[INFO] [stderr]    Compiling proc-macro-error-attr3 v3.0.1
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling aws-lc-rs v1.18.0
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking data-encoding v2.11.1
[INFO] [stderr]    Compiling portable-atomic v1.15.0
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking phf_shared v0.14.0
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking phf v0.14.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]    Compiling cc v1.4.4
[INFO] [stderr]    Compiling crc32fast v1.5.1
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling sentry-contexts v0.49.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]    Compiling ref-cast v1.0.27
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling sentry v0.49.1
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking uname v0.1.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling argh_shared v0.1.19
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking sonic-simd v0.1.4
[INFO] [stderr]     Checking sonic-number v0.1.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking jiff-core v0.1.0
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking uuid v1.25.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking toml v1.1.4+spec-1.1.0
[INFO] [stderr]     Checking ulid v3.0.0
[INFO] [stderr]     Checking ordered-float v5.5.0
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking nanorand v0.8.0
[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/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.4/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=1607370a27ba1637 -C extra-filename=-ed54b80032307ce6 --out-dir /opt/rustwide/target/debug/build/syn/ed54b80032307ce6/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] running `Command { std: "docker" "inspect" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891", kill_on_drop: false }`
[INFO] [stdout] 2a3b1bbd9e609d78f1d3866dea66d4eb1922778f17ce2e345ac845a11a5c5891
