[INFO] cloning repository https://github.com/sommerfelddev/sentrum
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sommerfelddev/sentrum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsommerfelddev%2Fsentrum", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsommerfelddev%2Fsentrum'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 02598018317943f3b23f7c7804c3d30b059a2949
[INFO] checking sommerfelddev/sentrum against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsommerfelddev%2Fsentrum" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sommerfelddev/sentrum
[INFO] finished tweaking git repo https://github.com/sommerfelddev/sentrum
[INFO] tweaked toml for git repo https://github.com/sommerfelddev/sentrum written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sommerfelddev/sentrum on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sommerfelddev/sentrum 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53bf56a44778c379196f179346240cb7c5c70cf535d1198fd038a5818e8103f3
[INFO] running `Command { std: "docker" "start" "-a" "53bf56a44778c379196f179346240cb7c5c70cf535d1198fd038a5818e8103f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53bf56a44778c379196f179346240cb7c5c70cf535d1198fd038a5818e8103f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53bf56a44778c379196f179346240cb7c5c70cf535d1198fd038a5818e8103f3", kill_on_drop: false }`
[INFO] [stdout] 53bf56a44778c379196f179346240cb7c5c70cf535d1198fd038a5818e8103f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 584977df861b3bcbb7859c98b488228113f0a38bb1593475e6da161c49100adf
[INFO] running `Command { std: "docker" "start" "-a" "584977df861b3bcbb7859c98b488228113f0a38bb1593475e6da161c49100adf", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking rustls-pki-types v1.4.1
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling rustls v0.21.11
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking base64 v0.22.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking fastrand v2.0.2
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]     Checking hex-conservative v0.1.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]    Compiling bitcoin v0.31.2
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking event-listener-strategy v0.5.1
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking bech32 v0.10.0-beta
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling enumflags2_derive v0.7.9
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling erasable v1.2.1
[INFO] [stderr]    Compiling bitcoin v0.30.2
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]     Checking negentropy v0.3.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking async-channel v2.2.1
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking endi v1.1.0
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking winnow v0.6.6
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.198/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=9690366b6c09a67e -C extra-filename=-21e3d946d7025a74 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-6472f4773e203b7a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-0423f73f5cb1f3b9.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-fd843d22f8ab1b99.rlib --extern proc_macro --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/6713fa75964eb229409a9c6f6f5c418423e313ff/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=99b18378aea06e19 -C extra-filename=-82a1ddd6dc680a2f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-6472f4773e203b7a.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-0423f73f5cb1f3b9.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-7986c9c81f301a2d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "584977df861b3bcbb7859c98b488228113f0a38bb1593475e6da161c49100adf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "584977df861b3bcbb7859c98b488228113f0a38bb1593475e6da161c49100adf", kill_on_drop: false }`
[INFO] [stdout] 584977df861b3bcbb7859c98b488228113f0a38bb1593475e6da161c49100adf
