[INFO] cloning repository https://github.com/mkg20001/acme-distributor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mkg20001/acme-distributor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkg20001%2Facme-distributor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkg20001%2Facme-distributor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7eac957cb63ce581fca58da8c9252aff355d49b9 [INFO] checking mkg20001/acme-distributor against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkg20001%2Facme-distributor" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mkg20001/acme-distributor [INFO] finished tweaking git repo https://github.com/mkg20001/acme-distributor [INFO] tweaked toml for git repo https://github.com/mkg20001/acme-distributor written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mkg20001/acme-distributor on toolchain 011c518242557d21690f7936b5812318dc2fec47 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mkg20001/acme-distributor 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" "+011c518242557d21690f7936b5812318dc2fec47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702 [INFO] running `Command { std: "docker" "start" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702", 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" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702", 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" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking socket2 v0.6.2 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking rustls-pki-types v1.14.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Checking ring v0.17.14 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Checking webpki-roots v1.0.6 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Checking ipnet v2.12.0 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling libsqlite3-sys v0.35.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Compiling diesel_derives v2.3.7 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Checking toml_parser v1.0.9+spec-1.1.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.7 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking toml v0.9.12+spec-1.1.0 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking r2d2 v0.8.10 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Checking iri-string v0.7.10 [INFO] [stderr] Checking downcast-rs v2.0.2 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking clap_builder v4.5.60 [INFO] [stderr] Checking tempfile v3.26.0 [INFO] [stderr] Checking cookie v0.18.1 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking atomic v0.5.3 [INFO] [stderr] Checking os_pipe v1.2.3 [INFO] [stderr] Checking glob-match v0.2.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.3.0 [INFO] [stderr] Checking rcgen v0.13.2 [INFO] [stderr] Compiling devise_core v0.4.2 [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/011c518242557d21690f7936b5812318dc2fec47/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/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=38efe9c620ca8d0f -C extra-filename=-ae6c806947fc9697 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d4cb564e807a9cd7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-aa2c5b8519914b46.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702", kill_on_drop: false }` [INFO] [stdout] 644668fc5891ef4cc14acfcda1fd3f7c1c4de2e3b79da402ac0430ded4244702