[INFO] fetching crate blockbook 0.2.0...
[INFO] testing blockbook-0.2.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate blockbook 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate blockbook 0.2.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate blockbook 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate blockbook 0.2.0
[INFO] tweaked toml for crates.io crate blockbook 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate blockbook 0.2.0 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_test v1.0.163
[INFO] [stderr]   Downloaded secp256k1 v0.28.0
[INFO] [stderr]   Downloaded bitcoin v0.31.0
[INFO] [stderr]   Downloaded bdk_chain v0.6.0
[INFO] [stderr]   Downloaded bdk v1.0.0-alpha.2
[INFO] [stderr]   Downloaded bitcoin v0.30.2
[INFO] [stderr]   Downloaded secp256k1-sys v0.9.0
[INFO] [stderr]   Downloaded miniscript v10.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9aaed09f20c340d5e54567fcc909c2176d768be98418234949224388f830a83b
[INFO] running `Command { std: "docker" "start" "-a" "9aaed09f20c340d5e54567fcc909c2176d768be98418234949224388f830a83b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9aaed09f20c340d5e54567fcc909c2176d768be98418234949224388f830a83b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9aaed09f20c340d5e54567fcc909c2176d768be98418234949224388f830a83b", kill_on_drop: false }`
[INFO] [stdout] 9aaed09f20c340d5e54567fcc909c2176d768be98418234949224388f830a83b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76c8cab292905f2e5984b7b8b95fa4991a30744fe06517880e30956cf4d66dc2
[INFO] running `Command { std: "docker" "start" "-a" "76c8cab292905f2e5984b7b8b95fa4991a30744fe06517880e30956cf4d66dc2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling rustls v0.21.6
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling erased-serde v0.3.25
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling secp256k1-sys v0.9.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling bitcoin v0.31.0
[INFO] [stderr]    Compiling webpki-roots v0.25.2
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling rustls-webpki v0.101.4
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling h2 v0.3.18
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling bitcoin_hashes v0.13.0
[INFO] [stderr]    Compiling secp256k1 v0.28.0
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-rustls v0.24.0
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]    Compiling blockbook v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.39s
[INFO] running `Command { std: "docker" "inspect" "76c8cab292905f2e5984b7b8b95fa4991a30744fe06517880e30956cf4d66dc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76c8cab292905f2e5984b7b8b95fa4991a30744fe06517880e30956cf4d66dc2", kill_on_drop: false }`
[INFO] [stdout] 76c8cab292905f2e5984b7b8b95fa4991a30744fe06517880e30956cf4d66dc2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a0d4bf4dd78dadcc48331a660550581336b4c405948c599a192c54f12e2d598
[INFO] running `Command { std: "docker" "start" "-a" "5a0d4bf4dd78dadcc48331a660550581336b4c405948c599a192c54f12e2d598", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_test v1.0.163
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling h2 v0.3.18
[INFO] [stderr]    Compiling tokio-test v0.4.2
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-rustls v0.24.0
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]    Compiling blockbook v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.57s
[INFO] running `Command { std: "docker" "inspect" "5a0d4bf4dd78dadcc48331a660550581336b4c405948c599a192c54f12e2d598", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a0d4bf4dd78dadcc48331a660550581336b4c405948c599a192c54f12e2d598", kill_on_drop: false }`
[INFO] [stdout] 5a0d4bf4dd78dadcc48331a660550581336b4c405948c599a192c54f12e2d598
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f6838ff38d5f8a37d345fd890cc4f60f51274806657b7356f9a6f56c6707356
[INFO] running `Command { std: "docker" "start" "-a" "6f6838ff38d5f8a37d345fd890cc4f60f51274806657b7356f9a6f56c6707356", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/blockbook-d742d2d0f4a99e2c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::serde_amounts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-919e24f1ef4e68e9)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test test_address_info ... ignored
[INFO] [stdout] test test_address_info_block_and_pagesize_filter_combination ... ignored
[INFO] [stdout] test test_address_info_correct_variant_full ... ignored
[INFO] [stdout] test test_address_info_correct_variant_light ... ignored
[INFO] [stdout] test test_address_info_specific_blocks ... ignored
[INFO] [stdout] test test_address_info_specific_blocks_basic ... ignored
[INFO] [stdout] test test_address_info_specific_blocks_details ... ignored
[INFO] [stdout] test test_address_info_specific_blocks_details_light ... ignored
[INFO] [stdout] test test_address_info_specific_no_args ... ignored
[INFO] [stdout] test test_address_info_specific_page ... ignored
[INFO] [stdout] test test_available_currencies ... ignored
[INFO] [stdout] test test_balance_history ... ignored
[INFO] [stdout] test test_block_by_hash ... ignored
[INFO] [stdout] test test_block_by_height_with_opreturn_output ... ignored
[INFO] [stdout] test test_block_hash ... ignored
[INFO] [stdout] test test_block_hash_ws ... ignored
[INFO] [stdout] test test_current_fiat_rates ... ignored
[INFO] [stdout] test test_current_tickers ... ignored
[INFO] [stdout] test test_current_tickers_list ... ignored
[INFO] [stdout] test test_estimate_fee ... ignored
[INFO] [stdout] test test_estimate_tx_fee ... ignored
[INFO] [stdout] test test_fiat_rates_for_timestamps ... ignored
[INFO] [stdout] test test_info_ws ... ignored
[INFO] [stdout] test test_lock_time ... ignored
[INFO] [stdout] test test_sequence ... ignored
[INFO] [stdout] test test_status ... ignored
[INFO] [stdout] test test_ticker ... ignored
[INFO] [stdout] test test_tickers ... ignored
[INFO] [stdout] test test_tickers_list ... ignored
[INFO] [stdout] test test_tx ... ignored
[INFO] [stdout] test test_tx_specific ... ignored
[INFO] [stdout] test test_tx_specific_pre_segwit ... ignored
[INFO] [stdout] test test_utxos_from_address ... ignored
[INFO] [stdout] test test_utxos_from_address_ws ... ignored
[INFO] [stdout] test test_utxos_from_xpub ... ignored
[INFO] [stdout] test test_xpub_info_basic_no_tokens ... ignored
[INFO] [stdout] test test_xpub_info_basic_tokens ... ignored
[INFO] [stdout] test test_xpub_info_empty ... ignored
[INFO] [stdout] test test_xpub_info_entire_txs ... ignored
[INFO] [stdout] test test_xpub_info_specific ... ignored
[INFO] [stdout] test test_xpub_info_txids ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 41 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests blockbook
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 17) ... ignored
[INFO] [stdout] test src/lib.rs - websocket (line 84) ... ignored
[INFO] [stdout] test src/lib.rs - Client::broadcast_transaction (line 510) - compile ... ok
[INFO] [stdout] test src/lib.rs - websocket (line 108) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6f6838ff38d5f8a37d345fd890cc4f60f51274806657b7356f9a6f56c6707356", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f6838ff38d5f8a37d345fd890cc4f60f51274806657b7356f9a6f56c6707356", kill_on_drop: false }`
[INFO] [stdout] 6f6838ff38d5f8a37d345fd890cc4f60f51274806657b7356f9a6f56c6707356
