[INFO] cloning repository https://github.com/Hardonian/hardonia-compliance-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hardonian/hardonia-compliance-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHardonian%2Fhardonia-compliance-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHardonian%2Fhardonia-compliance-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cfdce0ce221e1732db066ee7129d64c74f39905f
[INFO] checking Hardonian/hardonia-compliance-agent against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHardonian%2Fhardonia-compliance-agent" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Hardonian/hardonia-compliance-agent
[INFO] finished tweaking git repo https://github.com/Hardonian/hardonia-compliance-agent
[INFO] tweaked toml for git repo https://github.com/Hardonian/hardonia-compliance-agent written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hardonian/hardonia-compliance-agent on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Hardonian/hardonia-compliance-agent 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658
[INFO] running `Command { std: "docker" "start" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658", 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" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658", 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" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]     Checking ron v0.7.1
[INFO] [stderr]     Checking uncased v0.9.10
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling deluxe-core v0.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling if_chain v1.0.3
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]     Checking config v0.13.4
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking as-any v0.3.2
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-retry v0.3.2
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking async-convert v1.0.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling metrics-macros v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking fragile v2.1.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking docker_credential v1.4.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr] error: could not compile `hickory-proto` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name hickory_proto --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-io"' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=5d68ab9cbee4fb68 -C extra-filename=-eef2ce6541a4fa81 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-5e6c8dc165503e7e.so --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-190c9021fd162845.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-947fad52a17671b1.rmeta --extern enum_as_inner=/opt/rustwide/target/debug/deps/libenum_as_inner-7ffce13b62b46d89.so --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-6351650e09691772.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-8551f65ba49d7852.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-86c19ce55e37004a.rmeta --extern idna=/opt/rustwide/target/debug/deps/libidna-5423d9887c7104e7.rmeta --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-e2136f81a6e9242d.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-c6a56d1cc303988e.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-4439d85480a3b593.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-06222b11579db239.rmeta --extern tinyvec=/opt/rustwide/target/debug/deps/libtinyvec-5702823d1ce52f92.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c5ee5f11caa723ca.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-d6a5d7d5f713c921.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-95a8b2188137c844.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 `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.11/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a3e5e7d6b1ad128d -C extra-filename=-ad84fdbac3b7a759 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658", kill_on_drop: false }`
[INFO] [stdout] 0567f8fa0d60ae02ce60182218d9f7ffba599645ee0cfb7d411e12815f269658
