[INFO] fetching crate cdk-strike 0.6.0... [INFO] testing cdk-strike-0.6.0 against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] extracting crate cdk-strike 0.6.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate cdk-strike 0.6.0 on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cdk-strike 0.6.0 [INFO] finished tweaking crates.io crate cdk-strike 0.6.0 [INFO] tweaked toml for crates.io crate cdk-strike 0.6.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 259 packages to latest compatible versions [INFO] [stderr] Adding axum v0.6.20 (available: v0.7.9) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.8) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustls-native-certs v0.8.1 [INFO] [stderr] Downloaded quinn-udp v0.5.9 [INFO] [stderr] Downloaded strike-rs v0.4.0 [INFO] [stderr] Downloaded security-framework v3.1.0 [INFO] [stderr] Downloaded quinn v0.11.6 [INFO] [stderr] Downloaded tower-http v0.4.4 [INFO] [stderr] Downloaded quinn-proto v0.11.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 934a0a08875f3ac91596e8af2ae03ad4a1cd68324e33cd88f2005800a0f38e55 [INFO] running `Command { std: "docker" "start" "-a" "934a0a08875f3ac91596e8af2ae03ad4a1cd68324e33cd88f2005800a0f38e55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "934a0a08875f3ac91596e8af2ae03ad4a1cd68324e33cd88f2005800a0f38e55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "934a0a08875f3ac91596e8af2ae03ad4a1cd68324e33cd88f2005800a0f38e55", kill_on_drop: false }` [INFO] [stdout] 934a0a08875f3ac91596e8af2ae03ad4a1cd68324e33cd88f2005800a0f38e55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0ae0bd112af54ab51e3146e918c683bcc882993a15f7f48ef13dc0dba9c4b83 [INFO] running `Command { std: "docker" "start" "-a" "f0ae0bd112af54ab51e3146e918c683bcc882993a15f7f48ef13dc0dba9c4b83", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling smallvec v1.13.2 [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_derive v1.0.216 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling bitcoin-io v0.1.3 [INFO] [stderr] Compiling rustls-pki-types v1.10.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling bitcoin-internals v0.3.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling hex-conservative v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling secp256k1-sys v0.10.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling rustls v0.23.20 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling bitcoin v0.32.5 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling miniz_oxide v0.8.2 [INFO] [stderr] Compiling object v0.36.5 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling bech32 v0.11.0 [INFO] [stderr] Compiling pin-project v1.1.7 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling webpki-roots v0.26.7 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling bech32 v0.9.1 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling serde_with_macros v3.11.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling separator v0.4.1 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling hyper v1.5.2 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-socks v0.5.2 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling tungstenite v0.19.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling tokio-rustls v0.26.1 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling tokio-tungstenite v0.19.0 [INFO] [stderr] Compiling hyper-rustls v0.27.4 [INFO] [stderr] Compiling bitcoin_hashes v0.14.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling serde_with v3.11.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling bitcoin-units v0.1.2 [INFO] [stderr] Compiling cbor-diag v0.1.12 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling reqwest v0.12.9 [INFO] [stderr] Compiling base58ck v0.1.0 [INFO] [stderr] Compiling secp256k1 v0.29.1 [INFO] [stderr] Compiling strike-rs v0.4.0 [INFO] [stderr] Compiling lightning-types v0.1.0 [INFO] [stderr] Compiling lightning-invoice v0.32.0 [INFO] [stderr] Compiling cdk v0.6.0 [INFO] [stderr] Compiling cdk-strike v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "f0ae0bd112af54ab51e3146e918c683bcc882993a15f7f48ef13dc0dba9c4b83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0ae0bd112af54ab51e3146e918c683bcc882993a15f7f48ef13dc0dba9c4b83", kill_on_drop: false }` [INFO] [stdout] f0ae0bd112af54ab51e3146e918c683bcc882993a15f7f48ef13dc0dba9c4b83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f53cd1a6488ff69591468fb1ae66723ef131d23539e644d285226fc68108f748 [INFO] running `Command { std: "docker" "start" "-a" "f53cd1a6488ff69591468fb1ae66723ef131d23539e644d285226fc68108f748", kill_on_drop: false }` [INFO] [stderr] Compiling cdk-strike v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.18s [INFO] running `Command { std: "docker" "inspect" "f53cd1a6488ff69591468fb1ae66723ef131d23539e644d285226fc68108f748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f53cd1a6488ff69591468fb1ae66723ef131d23539e644d285226fc68108f748", kill_on_drop: false }` [INFO] [stdout] f53cd1a6488ff69591468fb1ae66723ef131d23539e644d285226fc68108f748 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 223684012a423840b0408a59d49091e2bd927aec5df9ef6b3f6acfd165d99c64 [INFO] running `Command { std: "docker" "start" "-a" "223684012a423840b0408a59d49091e2bd927aec5df9ef6b3f6acfd165d99c64", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cdk_strike-eced068073fbf2d2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cdk_strike [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "223684012a423840b0408a59d49091e2bd927aec5df9ef6b3f6acfd165d99c64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "223684012a423840b0408a59d49091e2bd927aec5df9ef6b3f6acfd165d99c64", kill_on_drop: false }` [INFO] [stdout] 223684012a423840b0408a59d49091e2bd927aec5df9ef6b3f6acfd165d99c64