[INFO] cloning repository https://github.com/Draviener/alphanet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Draviener/alphanet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDraviener%2Falphanet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDraviener%2Falphanet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b4b0f38d8536599c153b7557ca735daabea9921
[INFO] checking Draviener/alphanet against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDraviener%2Falphanet" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Draviener/alphanet
[INFO] finished tweaking git repo https://github.com/Draviener/alphanet
[INFO] tweaked toml for git repo https://github.com/Draviener/alphanet written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Draviener/alphanet on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Draviener/alphanet 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" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23332932a02e9c315e042670696428b96beb031cad7ba9fd62a364aa2b0bc56d
[INFO] running `Command { std: "docker" "start" "-a" "23332932a02e9c315e042670696428b96beb031cad7ba9fd62a364aa2b0bc56d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23332932a02e9c315e042670696428b96beb031cad7ba9fd62a364aa2b0bc56d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23332932a02e9c315e042670696428b96beb031cad7ba9fd62a364aa2b0bc56d", kill_on_drop: false }`
[INFO] [stdout] 23332932a02e9c315e042670696428b96beb031cad7ba9fd62a364aa2b0bc56d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 758729e05b952d81c79f8d57d0180cc4812ff36d7605bf6c036bf7f52ba01d67
[INFO] running `Command { std: "docker" "start" "-a" "758729e05b952d81c79f8d57d0180cc4812ff36d7605bf6c036bf7f52ba01d67", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]     Checking clap_builder v4.5.19
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling cc v1.1.25
[INFO] [stderr]     Checking rustls-pki-types v1.9.0
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustls v0.23.14
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]     Checking lz4_flex v0.11.3
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]     Checking rolling-file v0.2.0
[INFO] [stderr]     Checking sysinfo v0.31.4
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking rustls-native-certs v0.8.0
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking send_wrapper v0.4.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]    Compiling blst v0.3.13
[INFO] [stderr]    Compiling c-kzg v1.0.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling syn-solidity v0.8.5
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.93
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking thin-vec v0.2.13
[INFO] [stderr]     Checking boa_profiler v0.19.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling portable-atomic v1.9.0
[INFO] [stderr]     Checking route-recognizer v0.3.1
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[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/ddcf048784667508cd676fef4667f88ae15628a3/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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 --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="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d6f73cc5e52c8895 -C extra-filename=-a3bdb41a2a486a5d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-233bb14400b88924.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-d52fb0e05eb3922a.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-d14904b1232aa2ec.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/ddcf048784667508cd676fef4667f88ae15628a3/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.79/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 --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=4275f930f94fffa8 -C extra-filename=-e4c50f97abbf01fa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-233bb14400b88924.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-d52fb0e05eb3922a.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-d14904b1232aa2ec.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "758729e05b952d81c79f8d57d0180cc4812ff36d7605bf6c036bf7f52ba01d67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "758729e05b952d81c79f8d57d0180cc4812ff36d7605bf6c036bf7f52ba01d67", kill_on_drop: false }`
[INFO] [stdout] 758729e05b952d81c79f8d57d0180cc4812ff36d7605bf6c036bf7f52ba01d67
