[INFO] cloning repository https://github.com/NoOverflow/project-hermod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NoOverflow/project-hermod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoOverflow%2Fproject-hermod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoOverflow%2Fproject-hermod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58d7fe2f8c44ed008ab7e842313d67b2df0f58c3
[INFO] checking NoOverflow/project-hermod against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoOverflow%2Fproject-hermod" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NoOverflow/project-hermod
[INFO] finished tweaking git repo https://github.com/NoOverflow/project-hermod
[INFO] tweaked toml for git repo https://github.com/NoOverflow/project-hermod written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NoOverflow/project-hermod 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/NoOverflow/project-hermod 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4
[INFO] running `Command { std: "docker" "start" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4", 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" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4", 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" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking once_cell v1.21.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling time-macros v0.2.20
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling k8s-openapi v0.21.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling time v0.3.39
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking winnow v0.7.4
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking bstr v1.11.3
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking http-range-header v0.3.1
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking unic-ucd-segment v0.9.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=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,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="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=4f0132e124477519 -C extra-filename=-33191cfbb2aa9824 --out-dir /opt/rustwide/target/debug/build/syn/33191cfbb2aa9824/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/fc1fd0f4d59463bc/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/fc1fd0f4d59463bc/out/libproc_macro2-fc1fd0f4d59463bc.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/bc6b090314aa3ed5/out/libquote-bc6b090314aa3ed5.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out/libunicode_ident-b3925cc8f83e9ac1.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] 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-2.0.100/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"' --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=65d1391fee7d585f -C extra-filename=-119b1b1e55f5e164 --out-dir /opt/rustwide/target/debug/build/syn/119b1b1e55f5e164/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/fc1fd0f4d59463bc/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/fc1fd0f4d59463bc/out/libproc_macro2-fc1fd0f4d59463bc.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/bc6b090314aa3ed5/out/libquote-bc6b090314aa3ed5.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4", kill_on_drop: false }`
[INFO] [stdout] 9fc1e29659feb5df46be5b13e0bebfb6fce92548fac4ef57c67fd320bdb468a4
