[INFO] cloning repository https://github.com/Richard1048576/ParallelExecution
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Richard1048576/ParallelExecution" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichard1048576%2FParallelExecution", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichard1048576%2FParallelExecution'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5422d80b4761e915dda19db74e6f04cf58fb67b
[INFO] checking Richard1048576/ParallelExecution against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichard1048576%2FParallelExecution" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Richard1048576/ParallelExecution
[INFO] finished tweaking git repo https://github.com/Richard1048576/ParallelExecution
[INFO] tweaked toml for git repo https://github.com/Richard1048576/ParallelExecution written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Richard1048576/ParallelExecution on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Richard1048576/ParallelExecution 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> bins/fetch/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ pevm.workspace = true
[INFO] [stderr] 21 + [lints]
[INFO] [stderr] 22 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ pevm.workspace = true
[INFO] [stderr] 21 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `pevm-fetch` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48
[INFO] running `Command { std: "docker" "start" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48", 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" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48", 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" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> bins/fetch/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ pevm.workspace = true
[INFO] [stderr] 21 + [lints]
[INFO] [stderr] 22 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ pevm.workspace = true
[INFO] [stderr] 21 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `pevm-fetch` (manifest) generated 1 warning
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling serde_core v1.0.221
[INFO] [stderr]    Compiling serde v1.0.221
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling toml_datetime v0.7.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling const-hex v1.17.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.105
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.105
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling sha3-asm v0.1.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling blst v0.3.16
[INFO] [stderr]    Compiling c-kzg v1.0.3
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking send_wrapper v0.4.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking hashers v1.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking aurora-engine-modexp v1.2.0
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking hash-db v0.15.2
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking plain_hasher v0.2.3
[INFO] [stderr]     Checking microbench v0.5.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[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/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.109/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=0ca5b56b0789b790 -C extra-filename=-65f8112182b31b68 --out-dir /opt/rustwide/target/debug/build/syn/65f8112182b31b68/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/43e32a25692bf44a/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/43e32a25692bf44a/out/libproc_macro2-43e32a25692bf44a.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/01cdf4ac6a2aaf5b/out/libquote-01cdf4ac6a2aaf5b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out/libunicode_ident-9533002ac35f5809.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" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48", kill_on_drop: false }`
[INFO] [stdout] 6f551636365f194563cd89e44ef14e1acc2300f3cddee085782d29f56f6c8d48
