[INFO] fetching crate bip21 0.1.2... [INFO] testing bip21-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate bip21 0.1.2 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate bip21 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bip21 0.1.2 [INFO] finished tweaking crates.io crate bip21 0.1.2 [INFO] tweaked toml for crates.io crate bip21 0.1.2 written to /workspace/builds/worker-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded percent-encoding-rfc3986 v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8fd9ac5cbb76afabf08fd474ca96a73f36fbf8d90f5e7964669dfffa47b5fdb [INFO] running `Command { std: "docker" "start" "-a" "b8fd9ac5cbb76afabf08fd474ca96a73f36fbf8d90f5e7964669dfffa47b5fdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8fd9ac5cbb76afabf08fd474ca96a73f36fbf8d90f5e7964669dfffa47b5fdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8fd9ac5cbb76afabf08fd474ca96a73f36fbf8d90f5e7964669dfffa47b5fdb", kill_on_drop: false }` [INFO] [stdout] b8fd9ac5cbb76afabf08fd474ca96a73f36fbf8d90f5e7964669dfffa47b5fdb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e4b50f79afff2d5bff2c7840a3af4664b0a36fb6d1bc789365aafde456d6f5c [INFO] running `Command { std: "docker" "start" "-a" "9e4b50f79afff2d5bff2c7840a3af4664b0a36fb6d1bc789365aafde456d6f5c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitcoin_hashes v0.10.0 [INFO] [stderr] Compiling bech32 v0.8.1 [INFO] [stderr] Compiling percent-encoding-rfc3986 v0.1.3 [INFO] [stderr] Compiling secp256k1 v0.20.3 [INFO] [stderr] Compiling bitcoin v0.27.1 [INFO] [stderr] Compiling bip21 v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/de.rs:210:40 [INFO] [stdout] | [INFO] [stdout] 210 | PercentDecode { parameter: String, error: percent_encoding_rfc3986::PercentDecodeError, }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `UriErrorInner` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/de.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.70s [INFO] running `Command { std: "docker" "inspect" "9e4b50f79afff2d5bff2c7840a3af4664b0a36fb6d1bc789365aafde456d6f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e4b50f79afff2d5bff2c7840a3af4664b0a36fb6d1bc789365aafde456d6f5c", kill_on_drop: false }` [INFO] [stdout] 9e4b50f79afff2d5bff2c7840a3af4664b0a36fb6d1bc789365aafde456d6f5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f993c88f0c9469ac0ae558e3eb722833f99cafca99d7fa567b2e6581cbb414b [INFO] running `Command { std: "docker" "start" "-a" "6f993c88f0c9469ac0ae558e3eb722833f99cafca99d7fa567b2e6581cbb414b", kill_on_drop: false }` [INFO] [stderr] Compiling bip21 v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/de.rs:210:40 [INFO] [stdout] | [INFO] [stdout] 210 | PercentDecode { parameter: String, error: percent_encoding_rfc3986::PercentDecodeError, }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `UriErrorInner` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/de.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/de.rs:210:40 [INFO] [stdout] | [INFO] [stdout] 210 | PercentDecode { parameter: String, error: percent_encoding_rfc3986::PercentDecodeError, }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `UriErrorInner` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/de.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "6f993c88f0c9469ac0ae558e3eb722833f99cafca99d7fa567b2e6581cbb414b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f993c88f0c9469ac0ae558e3eb722833f99cafca99d7fa567b2e6581cbb414b", kill_on_drop: false }` [INFO] [stdout] 6f993c88f0c9469ac0ae558e3eb722833f99cafca99d7fa567b2e6581cbb414b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 33e8fc6fc41d5a726e2519da23ab92d9d11a532ef15e82106b5bab5d0174311f [INFO] running `Command { std: "docker" "start" "-a" "33e8fc6fc41d5a726e2519da23ab92d9d11a532ef15e82106b5bab5d0174311f", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `error` [INFO] [stderr] --> src/de.rs:210:40 [INFO] [stderr] | [INFO] [stderr] 210 | PercentDecode { parameter: String, error: percent_encoding_rfc3986::PercentDecodeError, }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `UriErrorInner` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/de.rs:203:10 [INFO] [stderr] | [INFO] [stderr] 203 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `bip21` (lib) generated 1 warning [INFO] [stderr] warning: `bip21` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bip21-c1cbc0667e1b577a) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::address_with_name ... ok [INFO] [stdout] test tests::send_sync ... ok [INFO] [stdout] test tests::just_address ... ok [INFO] [stdout] test tests::request_20_point_30_btc_to_luke_dash_jr ... ok [INFO] [stdout] test tests::required_understood ... ok [INFO] [stdout] test tests::required_not_understood ... ok [INFO] [stdout] test tests::request_50_btc_with_message ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests bip21 [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" "33e8fc6fc41d5a726e2519da23ab92d9d11a532ef15e82106b5bab5d0174311f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33e8fc6fc41d5a726e2519da23ab92d9d11a532ef15e82106b5bab5d0174311f", kill_on_drop: false }` [INFO] [stdout] 33e8fc6fc41d5a726e2519da23ab92d9d11a532ef15e82106b5bab5d0174311f