[INFO] cloning repository https://github.com/pavesini/stacks-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pavesini/stacks-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavesini%2Fstacks-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavesini%2Fstacks-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7dc2d27b652600d85398a7dbeed8954d50ad2ac4
[INFO] testing pavesini/stacks-rs against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavesini%2Fstacks-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pavesini/stacks-rs
[INFO] finished tweaking git repo https://github.com/pavesini/stacks-rs
[INFO] tweaked toml for git repo https://github.com/pavesini/stacks-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pavesini/stacks-rs on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pavesini/stacks-rs 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 98733ae4017e860257a228c793ef4af4246fe85384dbff68df946e8c4c69070e
[INFO] running `Command { std: "docker" "start" "-a" "98733ae4017e860257a228c793ef4af4246fe85384dbff68df946e8c4c69070e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98733ae4017e860257a228c793ef4af4246fe85384dbff68df946e8c4c69070e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98733ae4017e860257a228c793ef4af4246fe85384dbff68df946e8c4c69070e", kill_on_drop: false }`
[INFO] [stdout] 98733ae4017e860257a228c793ef4af4246fe85384dbff68df946e8c4c69070e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 052c6c6bf22b733f6ed1bc13eca30f3096b7a034c66ffe9979f441ab227d2fa0
[INFO] running `Command { std: "docker" "start" "-a" "052c6c6bf22b733f6ed1bc13eca30f3096b7a034c66ffe9979f441ab227d2fa0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling hex-conservative v0.1.2
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bitcoin_hashes v0.13.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]    Compiling secp256k1-sys v0.6.1
[INFO] [stderr]    Compiling toolchain_find v0.4.0
[INFO] [stderr]    Compiling slog-term v2.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling primitive-types v0.12.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling polynomial v0.2.6
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling curve25519-dalek v2.0.0
[INFO] [stderr]    Compiling secp256k1 v0.24.3
[INFO] [stderr]    Compiling bip39 v2.1.0
[INFO] [stderr]    Compiling ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling slog-json v2.6.1
[INFO] [stderr]    Compiling rusqlite v0.28.0
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling rustfmt-wrapper v0.2.1
[INFO] [stderr]    Compiling p256k1 v7.2.0
[INFO] [stderr]    Compiling wsts v8.1.0
[INFO] [stderr]    Compiling stacks-common v0.0.3
[INFO] [stderr]    Compiling stacks-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/transactions/tx.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let addr =
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `chain_id` and `version_number` are never used
[INFO] [stdout]   --> src/network/mod.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl NetworkKind {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] 9  |     fn chain_id(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn version_number(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_mainnet` is never used
[INFO] [stdout]   --> src/network/mod.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Network {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 33 |     fn is_mainnet(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/network/mod.rs:46:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl AddressVersion {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 46 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_address_hash_mode` is never used
[INFO] [stdout]   --> src/transactions/authorization.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl SingleSigHashMode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 12 |     fn to_address_hash_mode(&self) -> AddressHashMode {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl TransactionVersion {
[INFO] [stdout]    | ----------------------- method in this implementation
[INFO] [stdout] 11 |     fn value(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl PostConditionMode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 45 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | impl AnchorMode {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 60 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl PubKeyEncoding {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 75 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 09s
[INFO] running `Command { std: "docker" "inspect" "052c6c6bf22b733f6ed1bc13eca30f3096b7a034c66ffe9979f441ab227d2fa0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "052c6c6bf22b733f6ed1bc13eca30f3096b7a034c66ffe9979f441ab227d2fa0", kill_on_drop: false }`
[INFO] [stdout] 052c6c6bf22b733f6ed1bc13eca30f3096b7a034c66ffe9979f441ab227d2fa0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4893ed12891e0ca9981954ef1b68f51a6f50ad5276ca60c6274c81cc1b6c420b
[INFO] running `Command { std: "docker" "start" "-a" "4893ed12891e0ca9981954ef1b68f51a6f50ad5276ca60c6274c81cc1b6c420b", kill_on_drop: false }`
[INFO] [stderr]    Compiling stacks-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/transactions/tx.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let addr =
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `chain_id` and `version_number` are never used
[INFO] [stdout]   --> src/network/mod.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl NetworkKind {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] 9  |     fn chain_id(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn version_number(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_mainnet` is never used
[INFO] [stdout]   --> src/network/mod.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Network {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 33 |     fn is_mainnet(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/network/mod.rs:46:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl AddressVersion {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 46 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_address_hash_mode` is never used
[INFO] [stdout]   --> src/transactions/authorization.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl SingleSigHashMode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 12 |     fn to_address_hash_mode(&self) -> AddressHashMode {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl TransactionVersion {
[INFO] [stdout]    | ----------------------- method in this implementation
[INFO] [stdout] 11 |     fn value(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl PostConditionMode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 45 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | impl AnchorMode {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 60 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl PubKeyEncoding {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 75 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/transactions/tx.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     let addr =
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `chain_id` and `version_number` are never used
[INFO] [stdout]   --> src/network/mod.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl NetworkKind {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] 9  |     fn chain_id(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn version_number(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/network/mod.rs:46:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl AddressVersion {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 46 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_address_hash_mode` is never used
[INFO] [stdout]   --> src/transactions/authorization.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl SingleSigHashMode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 12 |     fn to_address_hash_mode(&self) -> AddressHashMode {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl TransactionVersion {
[INFO] [stdout]    | ----------------------- method in this implementation
[INFO] [stdout] 11 |     fn value(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl PostConditionMode {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 45 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 59 | impl AnchorMode {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 60 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `value` is never used
[INFO] [stdout]   --> src/transactions/constants.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl PubKeyEncoding {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 75 |     fn value(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.69s
[INFO] running `Command { std: "docker" "inspect" "4893ed12891e0ca9981954ef1b68f51a6f50ad5276ca60c6274c81cc1b6c420b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4893ed12891e0ca9981954ef1b68f51a6f50ad5276ca60c6274c81cc1b6c420b", kill_on_drop: false }`
[INFO] [stdout] 4893ed12891e0ca9981954ef1b68f51a6f50ad5276ca60c6274c81cc1b6c420b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] af6856efede90acca9401f356be657a0565fae0e22892cc3229971f67b64e453
[INFO] running `Command { std: "docker" "start" "-a" "af6856efede90acca9401f356be657a0565fae0e22892cc3229971f67b64e453", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]    --> src/transactions/tx.rs:126:9
[INFO] [stderr]     |
[INFO] [stderr] 126 |     let addr =
[INFO] [stderr]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `chain_id` and `version_number` are never used
[INFO] [stderr]   --> src/network/mod.rs:9:8
[INFO] [stderr]    |
[INFO] [stderr] 8  | impl NetworkKind {
[INFO] [stderr]    | ---------------- methods in this implementation
[INFO] [stderr] 9  |     fn chain_id(&self) -> u32 {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 |     fn version_number(&self) -> u8 {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_mainnet` is never used
[INFO] [stderr]   --> src/network/mod.rs:33:8
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl Network {
[INFO] [stderr]    | ------------ method in this implementation
[INFO] [stderr] 33 |     fn is_mainnet(&self) -> bool {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `value` is never used
[INFO] [stderr]   --> src/network/mod.rs:46:8
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl AddressVersion {
[INFO] [stderr]    | ------------------- method in this implementation
[INFO] [stderr] 46 |     fn value(&self) -> u8 {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_address_hash_mode` is never used
[INFO] [stderr]   --> src/transactions/authorization.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | impl SingleSigHashMode {
[INFO] [stderr]    | ---------------------- method in this implementation
[INFO] [stderr] 12 |     fn to_address_hash_mode(&self) -> AddressHashMode {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `value` is never used
[INFO] [stderr]   --> src/transactions/constants.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl TransactionVersion {
[INFO] [stderr]    | ----------------------- method in this implementation
[INFO] [stderr] 11 |     fn value(&self) -> u32 {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `value` is never used
[INFO] [stderr]   --> src/transactions/constants.rs:45:8
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl PostConditionMode {
[INFO] [stderr]    | ---------------------- method in this implementation
[INFO] [stderr] 45 |     fn value(&self) -> u8 {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `value` is never used
[INFO] [stderr]   --> src/transactions/constants.rs:60:8
[INFO] [stderr]    |
[INFO] [stderr] 59 | impl AnchorMode {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] 60 |     fn value(&self) -> u8 {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `value` is never used
[INFO] [stderr]   --> src/transactions/constants.rs:75:8
[INFO] [stderr]    |
[INFO] [stderr] 74 | impl PubKeyEncoding {
[INFO] [stderr]    | ------------------- method in this implementation
[INFO] [stderr] 75 |     fn value(&self) -> u8 {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `stacks-rs` (lib) generated 9 warnings
[INFO] [stderr] warning: `stacks-rs` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stacks_rs-d12b818bbf3554f9)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test crypto::encryption::tests::test_aes128_cbc_deccrypt ... ok
[INFO] [stdout] test crypto::encryption::tests::test_aes128_cbc_encrypt ... ok
[INFO] [stdout] test crypto::hash::tests::test_sha256 ... ok
[INFO] [stdout] test crypto::hmac::tests::test_hmac ... ok
[INFO] [stdout] test transactions::tx::tests::payload_token_transfer_deserialize ... ok
[INFO] [stdout] test transactions::tx::tests::build_usingned_single_sig_tx ... ok
[INFO] [stdout] test network::tests::is_mainnet ... ok
[INFO] [stdout] test transactions::tx::tests::payload_token_transfer_deserialize_empty_memo ... ok
[INFO] [stdout] test transactions::tx::tests::payload_token_transfer_serialize_invalid_address ... ok
[INFO] [stdout] test wallet::bip39::tests::test_generate_mnemonic256 ... ok
[INFO] [stdout] test transactions::tx::tests::payload_token_transfer_serialize_memo_too_long ... ok
[INFO] [stdout] test wallet::bip39::tests::test_generate_mnemonic128 ... ok
[INFO] [stdout] test crypto::hash::tests::test_sha512 ... ok
[INFO] [stdout] test transactions::tx::tests::payload_token_transfer_serialize ... ok
[INFO] [stdout] test transactions::tx::tests::payload_token_transfer_serialize_empty_memo ... ok
[INFO] [stdout] test wallet::lockable_mnemonic::tests::test_encrypt_decrypt_mnemonic ... ok
[INFO] [stderr]    Doc-tests stacks_rs
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/crypto/encryption.rs - crypto::encryption::cbc_encrypt (line 12) ... ok
[INFO] [stdout] test src/crypto/hash.rs - crypto::hash::compute_hash (line 10) ... ok
[INFO] [stdout] test src/crypto/hmac.rs - crypto::hmac::compute_hmac (line 37) ... ok
[INFO] [stdout] test src/crypto/hash.rs - crypto::hash::compute_hash (line 19) ... ok
[INFO] [stdout] test src/crypto/encryption.rs - crypto::encryption::cbc_decrypt (line 34) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "af6856efede90acca9401f356be657a0565fae0e22892cc3229971f67b64e453", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af6856efede90acca9401f356be657a0565fae0e22892cc3229971f67b64e453", kill_on_drop: false }`
[INFO] [stdout] af6856efede90acca9401f356be657a0565fae0e22892cc3229971f67b64e453
