[INFO] fetching crate qbit-rs 0.5.1...
[INFO] checking qbit-rs-0.5.1 against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] extracting crate qbit-rs 0.5.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate qbit-rs 0.5.1
[INFO] finished tweaking crates.io crate qbit-rs 0.5.1
[INFO] tweaked toml for crates.io crate qbit-rs 0.5.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate qbit-rs 0.5.1 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 crates.io crate qbit-rs 0.5.1 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a8a085eebd5b06b671bf931a5ed7355f30247546ae6068c09449d37e31dd3db8
[INFO] running `Command { std: "docker" "start" "-a" "a8a085eebd5b06b671bf931a5ed7355f30247546ae6068c09449d37e31dd3db8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8a085eebd5b06b671bf931a5ed7355f30247546ae6068c09449d37e31dd3db8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8a085eebd5b06b671bf931a5ed7355f30247546ae6068c09449d37e31dd3db8", kill_on_drop: false }`
[INFO] [stdout] a8a085eebd5b06b671bf931a5ed7355f30247546ae6068c09449d37e31dd3db8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 49f9d46219e543bf9f29536cd124d6307a532e807c5371c9ce3d7255fcba2b7a
[INFO] running `Command { std: "docker" "start" "-a" "49f9d46219e543bf9f29536cd124d6307a532e807c5371c9ce3d7255fcba2b7a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking once_cell v1.20.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling io-uring v0.7.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking compio-buf v0.8.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling compio-driver v0.11.2
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking thin-cell v0.1.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking io_uring_buf_ring v0.2.3
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling compio-fs v0.11.0
[INFO] [stderr]    Compiling compio-quic v0.7.0
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking os_pipe v1.2.3
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking mod_use v0.2.1
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling toml_edit v0.23.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking tokio v1.34.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking compio-log v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling typed-builder-macro v0.18.2
[INFO] [stderr]     Checking quinn-proto v0.11.13
[INFO] [stderr]     Checking synchrony v0.1.4
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking compio-io v0.9.1
[INFO] [stderr]     Checking typed-builder v0.18.2
[INFO] [stderr]    Compiling compio-macros v0.1.2
[INFO] [stderr]     Checking compio-runtime v0.11.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking compio-signal v0.9.0
[INFO] [stderr]     Checking compio-dispatcher v0.10.0
[INFO] [stderr]     Checking compio-net v0.11.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking h3 v0.0.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking compio-process v0.8.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h3-datagram v0.0.2
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_with v2.3.3
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking futures-rustls v0.26.0
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking compio-tls v0.9.0
[INFO] [stderr]     Checking hyper-rustls v0.27.3
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking compio-ws v0.3.0
[INFO] [stderr]     Checking compio v0.18.0
[INFO] [stderr]     Checking qbit-rs v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `qbit-rs` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name qbit_rs --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="builder"' --cfg 'feature="default"' --cfg 'feature="native-tls"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "cyper", "default", "native-tls", "reqwest", "rustls-tls"))' -C metadata=5ececde3ae87b958 -C extra-filename=-0af2fdb7ba13c3c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-cccdc721da232fd0.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-cbb4929d06dfe38d.rmeta --extern compio=/opt/rustwide/target/debug/deps/libcompio-7a0a5d945968f0ff.rmeta --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-6170cc322836e970.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-788a5be6bb071169.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-6964566df258a87f.rmeta --extern mod_use=/opt/rustwide/target/debug/deps/libmod_use-91ada3ed8539a9ff.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-333287188bb818ca.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-66ec83609b225bf2.rmeta --extern serde_value=/opt/rustwide/target/debug/deps/libserde_value-4bc53430a57fd48b.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a958b660ae62906e.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-4feaec6f83692086.so --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-2d697359de4ed9de.rmeta --extern tap=/opt/rustwide/target/debug/deps/libtap-bcf054f919f6d7b6.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-bbfed7609cdec3ef.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-92f175501073919a.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f71b7710d28dfed3.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f54f0b98ee422a92.rmeta --extern typed_builder=/opt/rustwide/target/debug/deps/libtyped_builder-f89b19556556c1e7.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-9fb39a96981c0dc6.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-8cc60589c698b3b3/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `qbit-rs` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name qbit_rs --edition=2021 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="builder"' --cfg 'feature="default"' --cfg 'feature="native-tls"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "cyper", "default", "native-tls", "reqwest", "rustls-tls"))' -C metadata=25b8bc3b5d25fcef -C extra-filename=-61cba7437db423c4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-cccdc721da232fd0.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-cbb4929d06dfe38d.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-788a5be6bb071169.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-6964566df258a87f.rmeta --extern mod_use=/opt/rustwide/target/debug/deps/libmod_use-91ada3ed8539a9ff.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-333287188bb818ca.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-66ec83609b225bf2.rmeta --extern serde_value=/opt/rustwide/target/debug/deps/libserde_value-4bc53430a57fd48b.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a958b660ae62906e.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-4feaec6f83692086.so --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-2d697359de4ed9de.rmeta --extern tap=/opt/rustwide/target/debug/deps/libtap-bcf054f919f6d7b6.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-bbfed7609cdec3ef.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f71b7710d28dfed3.rmeta --extern typed_builder=/opt/rustwide/target/debug/deps/libtyped_builder-f89b19556556c1e7.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-9fb39a96981c0dc6.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-8cc60589c698b3b3/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "49f9d46219e543bf9f29536cd124d6307a532e807c5371c9ce3d7255fcba2b7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49f9d46219e543bf9f29536cd124d6307a532e807c5371c9ce3d7255fcba2b7a", kill_on_drop: false }`
[INFO] [stdout] 49f9d46219e543bf9f29536cd124d6307a532e807c5371c9ce3d7255fcba2b7a
