[INFO] cloning repository https://github.com/SSL-ACTX/chronos-db
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SSL-ACTX/chronos-db" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSSL-ACTX%2Fchronos-db", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSSL-ACTX%2Fchronos-db'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73d8cb1acb0c3a23f04f1ec8f958aa85e6265e0f
[INFO] checking SSL-ACTX/chronos-db against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSSL-ACTX%2Fchronos-db" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SSL-ACTX/chronos-db
[INFO] finished tweaking git repo https://github.com/SSL-ACTX/chronos-db
[INFO] tweaked toml for git repo https://github.com/SSL-ACTX/chronos-db written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SSL-ACTX/chronos-db on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SSL-ACTX/chronos-db 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880
[INFO] running `Command { std: "docker" "start" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880", 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" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880", 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" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling rkyv v0.7.46
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking utf8-width v0.1.8
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking byte-unit v5.2.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]    Compiling rkyv_derive v0.7.46
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openraft-macros v0.9.21
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=aed2c79aa38c7405 -C extra-filename=-b0eed38a8d1f4c66 --out-dir /opt/rustwide/target/debug/build/tokio/b0eed38a8d1f4c66/out -C strip=symbols -L dependency=/opt/rustwide/target/debug/build/bytes/3a9f9ce3ddeb3a25/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/3247a8423f51f093/out -L dependency=/opt/rustwide/target/debug/build/errno/59629aa85f04b6e0/out -L dependency=/opt/rustwide/target/debug/build/libc/b05b505b24739c75/out -L dependency=/opt/rustwide/target/debug/build/lock_api/de4ab9a43ddad338/out -L dependency=/opt/rustwide/target/debug/build/mio/fd314050d5328b89/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/f8a0ee1bcc796943/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/6a1c3a5282ba0bb1/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/c9a1f5f029cab230/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/fc6e1d5e73c1bee0/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/033e581cf15b0d65/out -L dependency=/opt/rustwide/target/debug/build/smallvec/59333ee63efe5934/out -L dependency=/opt/rustwide/target/debug/build/socket2/86bbd285993c4923/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/b5f9b98f201122fd/out --extern bytes=/opt/rustwide/target/debug/build/bytes/3a9f9ce3ddeb3a25/out/libbytes-3a9f9ce3ddeb3a25.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/b05b505b24739c75/out/liblibc-b05b505b24739c75.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/fd314050d5328b89/out/libmio-fd314050d5328b89.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/f8a0ee1bcc796943/out/libparking_lot-f8a0ee1bcc796943.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/c9a1f5f029cab230/out/libpin_project_lite-c9a1f5f029cab230.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/033e581cf15b0d65/out/libsignal_hook_registry-033e581cf15b0d65.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/86bbd285993c4923/out/libsocket2-86bbd285993c4923.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/b5f9b98f201122fd/out/libtokio_macros-b5f9b98f201122fd.so --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 `rend` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name rend --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rend-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytecheck"' --cfg 'feature="std"' --cfg 'feature="validation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "std", "validation"))' -C metadata=9a4ff8cc63215006 -C extra-filename=-70b4f1b064b97067 --out-dir /opt/rustwide/target/debug/build/rend/70b4f1b064b97067/out -C strip=symbols -L dependency=/opt/rustwide/target/debug/build/bytecheck/6d33e69fcb30fe1d/out -L dependency=/opt/rustwide/target/debug/build/bytecheck_derive/91dbf0391877984b/out -L dependency=/opt/rustwide/target/debug/build/ptr_meta/352dcefe2b1cb619/out -L dependency=/opt/rustwide/target/debug/build/ptr_meta_derive/d2b6df1f7d89310b/out -L dependency=/opt/rustwide/target/debug/build/simdutf8/064e019e9c43db27/out --extern bytecheck=/opt/rustwide/target/debug/build/bytecheck/6d33e69fcb30fe1d/out/libbytecheck-6d33e69fcb30fe1d.rmeta --cap-lints allow --cap-lints=forbid --cfg has_atomics_64 --cfg has_atomics` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880", kill_on_drop: false }`
[INFO] [stdout] 32b33bbc196054757efb6a1f6404792ef8547475ecdf08aa0246ebe6fe579880
