[INFO] cloning repository https://github.com/JakubKoralewski/boring-boring2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JakubKoralewski/boring-boring2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakubKoralewski%2Fboring-boring2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakubKoralewski%2Fboring-boring2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c58ee1fdaa39b7e02c33610aadeecaabdb742b7b [INFO] checking JakubKoralewski/boring-boring2 against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakubKoralewski%2Fboring-boring2" "/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/JakubKoralewski/boring-boring2 [INFO] finished tweaking git repo https://github.com/JakubKoralewski/boring-boring2 [INFO] tweaked toml for git repo https://github.com/JakubKoralewski/boring-boring2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/JakubKoralewski/boring-boring2 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/JakubKoralewski/boring-boring2 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-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9 [INFO] running `Command { std: "docker" "start" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9", 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" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9", 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" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling unicode-ident v1.0.23 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling slog v2.8.2 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling syn v2.0.115 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Checking foreign-types-shared v0.3.1 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking socket2 v0.6.2 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling fslock v0.2.1 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking deranged v0.5.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling procfs v0.17.0 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking procfs-core v0.17.0 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking dtoa v1.0.11 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling prometheus v0.14.0 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Compiling slog-async v2.8.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Checking const-hex v1.17.0 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling trackable_derive v1.0.0 [INFO] [stderr] Compiling prometheus-client-derive-text-encode v0.3.0 [INFO] [stderr] Checking trackable v1.3.0 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking thrift_codec v0.3.2 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking hostname v0.4.2 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking spinning_top v0.3.0 [INFO] [stderr] Checking no-std-compat v0.4.1 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling foundations v5.4.0 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking nonzero_ext v0.3.0 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking term v1.2.1 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking brotli-decompressor v5.0.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking quanta v0.12.6 [INFO] [stderr] Compiling quiche v0.25.0 [INFO] [stderr] Checking arc-swap v1.8.1 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rustls-pki-types v1.14.0 [INFO] [stderr] Checking schnellru v0.2.4 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking intrusive-collections v0.9.7 [INFO] [stderr] Checking webpki-root-certs v1.0.6 [INFO] [stderr] Checking octets v0.3.4 [INFO] [stderr] Checking brotli v8.0.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling getset v0.1.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking foreign-types v0.5.0 [INFO] [stderr] Compiling prost-derive v0.14.3 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling serde_with_macros v3.16.1 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Compiling foundations-macros v5.4.0 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Compiling typed-builder-macro v0.23.2 [INFO] [stderr] Checking opentelemetry v0.31.0 [INFO] [stderr] Compiling snafu-derive v0.8.9 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking serde_with v3.16.1 [INFO] [stderr] Checking prost v0.14.3 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking opentelemetry_sdk v0.31.0 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking snafu v0.8.9 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking erased-serde v0.3.31 [INFO] [stderr] Checking serde_yaml v0.8.26 [INFO] [stderr] Checking triomphe v0.1.15 [INFO] [stderr] Checking ipnetwork v0.20.0 [INFO] [stderr] Compiling neli-proc-macros v0.2.2 [INFO] [stderr] Checking typed-builder v0.23.2 [INFO] [stderr] Compiling boring-sys2 v5.0.0-alpha.13 (https://github.com/JakubKoralewski/boring2.git#c068d71d) [INFO] [stderr] Compiling boring-sys v4.21.2 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking yaml-merge-keys v0.5.1 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Checking prometheus-client v0.18.1 [INFO] [stderr] Checking slog-term v2.9.2 [INFO] [stderr] Checking slog-json v2.6.1 [INFO] [stderr] Checking slog-scope v4.4.1 [INFO] [stderr] Checking slog-stdlog v4.1.1 [INFO] [stderr] Checking governor v0.6.3 [INFO] [stderr] Checking neli v0.7.4 [INFO] [stderr] Checking prometools v0.2.3 [INFO] [stderr] Checking qlog v0.16.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking local-ip-address v0.6.10 [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/e977a0b5ab976a591981e7263bd67a71a4f79308/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=1cddb70ee65f1027 -C extra-filename=-7efbe1828279859e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-08fee9e6f43a4f43.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-2ed4480831f36ecd.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-2bb06cd9d1380cfe.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-dbe9fd47ea23c811.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-61e2785d1ded149f.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-586ca5234f4a8625.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 `qlog` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name qlog --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/qlog-0.16.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cedf6b6556e52c18 -C extra-filename=-f69231e349333bb9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-ef6c7fc1aee50916.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b0d371f7a6088dda.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-af218fc91ffcd96d.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-120c13728872a67f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9", kill_on_drop: false }` [INFO] [stdout] f52820ce504a774458880fe37970aa4417d322829e78d8c3cd4b4c6f01e0cad9