[INFO] cloning repository https://github.com/alexrudy/hyperdrive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexrudy/hyperdrive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexrudy%2Fhyperdrive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexrudy%2Fhyperdrive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ebc22dfd0c2f98f4d2484ceffe5496717195c952 [INFO] testing alexrudy/hyperdrive against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexrudy%2Fhyperdrive" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexrudy/hyperdrive on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexrudy/hyperdrive [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/alexrudy/hyperdrive [INFO] tweaked toml for git repo https://github.com/alexrudy/hyperdrive written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/alexrudy/hyperdrive 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" "+beta-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 286a68ae8d145f29b18cc6f6ffaf04270f476b1d01cede2feaa9526f85a78a62 [INFO] running `Command { std: "docker" "start" "-a" "286a68ae8d145f29b18cc6f6ffaf04270f476b1d01cede2feaa9526f85a78a62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "286a68ae8d145f29b18cc6f6ffaf04270f476b1d01cede2feaa9526f85a78a62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "286a68ae8d145f29b18cc6f6ffaf04270f476b1d01cede2feaa9526f85a78a62", kill_on_drop: false }` [INFO] [stdout] 286a68ae8d145f29b18cc6f6ffaf04270f476b1d01cede2feaa9526f85a78a62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 423f7cdc417cb29b6bd20c303a598687849eb03078579c7a8d181d977aab2495 [INFO] running `Command { std: "docker" "start" "-a" "423f7cdc417cb29b6bd20c303a598687849eb03078579c7a8d181d977aab2495", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling thiserror v2.0.6 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling iri-string v0.7.7 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v2.0.6 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling ouroboros_macro v0.18.4 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pin-project v1.1.7 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling ouroboros v0.18.4 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tower v0.5.1 [INFO] [stderr] Compiling tower-http v0.6.2 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling hyper v1.5.1 [INFO] [stderr] Compiling hyperdriver v0.8.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "423f7cdc417cb29b6bd20c303a598687849eb03078579c7a8d181d977aab2495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "423f7cdc417cb29b6bd20c303a598687849eb03078579c7a8d181d977aab2495", kill_on_drop: false }` [INFO] [stdout] 423f7cdc417cb29b6bd20c303a598687849eb03078579c7a8d181d977aab2495 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3412c693291d4eea19e5ba947acd5ef6737a6e9f61dca36740c3efa2024576a4 [INFO] running `Command { std: "docker" "start" "-a" "3412c693291d4eea19e5ba947acd5ef6737a6e9f61dca36740c3efa2024576a4", kill_on_drop: false }` [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tower v0.5.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling hyper v1.5.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling cc v1.2.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling opentelemetry v0.27.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling prost-derive v0.13.3 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling opentelemetry_sdk v0.27.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling rustix v0.38.41 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling prost v0.13.3 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling tower-http v0.6.2 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling fastrand v2.2.0 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.26.7 [INFO] [stderr] Compiling tracing-opentelemetry v0.28.0 [INFO] [stderr] Compiling opentelemetry-semantic-conventions v0.27.0 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling hyperdriver v0.8.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling color-eyre v0.6.3 [INFO] [stderr] Compiling opentelemetry-proto v0.27.0 [INFO] [stderr] Compiling opentelemetry-otlp v0.27.0 [INFO] [stderr] error: could not compile `hyperdriver` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/bin/rustc --crate-name hyperdriver --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe_code --warn=unexpected_cfgs --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(tarpaulin)' --test --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="incoming"' --cfg 'feature="server"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("axum", "client", "default", "docs", "incoming", "mocks", "server", "sni", "stream", "tls", "tls-aws-lc", "tls-ring"))' -C metadata=94efa7c4c9f1debd -C extra-filename=-94efa7c4c9f1debd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-d350a029aac7517f.rlib --extern camino=/opt/rustwide/target/debug/deps/libcamino-3af432c164bd1618.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-7eef26a7053358a2.rlib --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-e1978e183339b04d.rlib --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-155b59cd655dda41.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-f386922e5ef68aff.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-b6865ffda5ebcaac.rlib --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-a6c63aea9c540bc8.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-2968114e53a68459.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-635123ddbe051ccc.rlib --extern opentelemetry=/opt/rustwide/target/debug/deps/libopentelemetry-68c05043d9ec8f8c.rlib --extern opentelemetry_otlp=/opt/rustwide/target/debug/deps/libopentelemetry_otlp-411ff16575cbcbc3.rlib --extern opentelemetry_semantic_conventions=/opt/rustwide/target/debug/deps/libopentelemetry_semantic_conventions-8710d0e2df73d299.rlib --extern opentelemetry_sdk=/opt/rustwide/target/debug/deps/libopentelemetry_sdk-1057b8530aa27753.rlib --extern ouroboros=/opt/rustwide/target/debug/deps/libouroboros-1390252ec6aa3119.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-b9f113c5ddfea138.rlib --extern pem_rfc7468=/opt/rustwide/target/debug/deps/libpem_rfc7468-fae933427a467d23.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-b8a4d762b39ec244.rlib --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-85887cb0d52f18bf.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-0ef270c4de502b0e.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-574a10133ff938a8.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8d7fcef6df55c339.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-94f84f5ebee0effd.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-e4ac8c25eb8da6a9.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-de2a67543d5476cb.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-5f6a49f1eaf58b78.rlib --extern tracing_opentelemetry=/opt/rustwide/target/debug/deps/libtracing_opentelemetry-d266c8f6957607f8.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-c114ac494680ff17.rlib --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-3f8137604a7c34d6.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3412c693291d4eea19e5ba947acd5ef6737a6e9f61dca36740c3efa2024576a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3412c693291d4eea19e5ba947acd5ef6737a6e9f61dca36740c3efa2024576a4", kill_on_drop: false }` [INFO] [stdout] 3412c693291d4eea19e5ba947acd5ef6737a6e9f61dca36740c3efa2024576a4