Oct 11 08:43:09.216 INFO testing wagu-0.5.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:43:09.216 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:43:09.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:43:09.496 INFO blam! bd017cf4667888e25d56c9ab243d6beac5d0d6110eba7bbc5d47a7aa29f8360e Oct 11 08:43:09.496 INFO running `"docker" "start" "-a" "bd017cf4667888e25d56c9ab243d6beac5d0d6110eba7bbc5d47a7aa29f8360e"` Oct 11 08:43:10.263 INFO kablam! usermod: no changes Oct 11 08:43:10.393 INFO kablam! Compiling hex-slice v0.1.4 Oct 11 08:43:10.393 INFO kablam! Compiling secp256k1 v0.11.2 Oct 11 08:43:10.402 INFO kablam! Compiling ripemd160 v0.7.0 Oct 11 08:43:10.402 INFO kablam! Compiling sha2 v0.7.1 Oct 11 08:43:14.681 INFO kablam! Compiling wagu v0.5.0 (/source) Oct 11 08:43:16.830 INFO kablam! warning: method is never used: `from_wif` Oct 11 08:43:16.830 INFO kablam! --> src/bitcoin/address.rs:93:5 Oct 11 08:43:16.830 INFO kablam! | Oct 11 08:43:16.830 INFO kablam! 93 | pub fn from_wif(wif: &str, address_type: &Type) -> Address { Oct 11 08:43:16.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.830 INFO kablam! | Oct 11 08:43:16.830 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 08:43:16.830 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: field is never used: `compressed` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:7:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 7 | compressed: bool, Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: field is never used: `testnet` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:8:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 8 | testnet: bool, Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: field is never used: `address_type` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:9:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 9 | address_type: Type, Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: method is never used: `new` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:13:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 13 | pub fn new() -> WalletBuilder { Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: method is never used: `compressed` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:22:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 22 | pub fn compressed(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: method is never used: `testnet` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:28:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 28 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: method is never used: `mainnet` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:34:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 34 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.831 INFO kablam! Oct 11 08:43:16.831 INFO kablam! warning: method is never used: `p2pkh` Oct 11 08:43:16.831 INFO kablam! --> src/bitcoin/builder.rs:39:5 Oct 11 08:43:16.831 INFO kablam! | Oct 11 08:43:16.831 INFO kablam! 39 | pub fn p2pkh(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.832 INFO kablam! Oct 11 08:43:16.832 INFO kablam! warning: method is never used: `p2wpkh_p2sh` Oct 11 08:43:16.832 INFO kablam! --> src/bitcoin/builder.rs:44:5 Oct 11 08:43:16.832 INFO kablam! | Oct 11 08:43:16.832 INFO kablam! 44 | pub fn p2wpkh_p2sh(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.832 INFO kablam! Oct 11 08:43:16.832 INFO kablam! warning: method is never used: `build` Oct 11 08:43:16.832 INFO kablam! --> src/bitcoin/builder.rs:50:5 Oct 11 08:43:16.832 INFO kablam! | Oct 11 08:43:16.832 INFO kablam! 50 | pub fn build(&self) -> BitcoinWallet { Oct 11 08:43:16.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.832 INFO kablam! Oct 11 08:43:16.832 INFO kablam! warning: variant is never constructed: `Error` Oct 11 08:43:16.832 INFO kablam! --> src/bitcoin/network.rs:8:5 Oct 11 08:43:16.832 INFO kablam! | Oct 11 08:43:16.832 INFO kablam! 8 | Error, Oct 11 08:43:16.832 INFO kablam! | ^^^^^ Oct 11 08:43:16.832 INFO kablam! Oct 11 08:43:16.832 INFO kablam! warning: method is never used: `from_secret_key` Oct 11 08:43:16.832 INFO kablam! --> src/bitcoin/privatekey.rs:73:5 Oct 11 08:43:16.832 INFO kablam! | Oct 11 08:43:16.832 INFO kablam! 73 | pub fn from_secret_key(secret_key: SecretKey, network: Network) -> PrivateKey { Oct 11 08:43:16.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.832 INFO kablam! Oct 11 08:43:16.832 INFO kablam! warning: method is never used: `from_wif` Oct 11 08:43:16.832 INFO kablam! --> src/bitcoin/privatekey.rs:108:5 Oct 11 08:43:16.832 INFO kablam! | Oct 11 08:43:16.832 INFO kablam! 108 | pub fn from_wif(wif: &str) -> Result { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `secret_key` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/privatekey.rs:141:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: function is never used: `to_hex_string` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/utils.rs:6:1 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 6 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `from_private_key` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/wallet.rs:33:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 33 | pub fn from_private_key(private_key: PrivateKey, address_type: &Type) -> BitcoinWallet { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `from_wif` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/wallet.rs:42:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 42 | pub fn from_wif(private_key_wif: &str, address_type: &Type) -> BitcoinWallet { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `network` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/wallet.rs:56:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 56 | pub fn network(&self) -> &Network { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `compressed` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/wallet.rs:60:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 60 | pub fn compressed(&self) -> &bool { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `to_json` Oct 11 08:43:16.833 INFO kablam! --> src/bitcoin/wallet.rs:64:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 64 | pub fn to_json(&self) -> String { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `address` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/address.rs:37:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 37 | pub fn address(&self) -> &str { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `new` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/builder.rs:8:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 8 | pub fn new() -> WalletBuilder { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `from_secret_key` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/keypair.rs:60:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 60 | pub fn from_secret_key(secret_key: SecretKey) -> KeyPair { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `from_secret_key_string` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/keypair.rs:72:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 72 | pub fn from_secret_key_string(secret_key_string: &str) -> SecretKey { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `secret_key` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/keypair.rs:92:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 92 | pub fn secret_key(&self) -> &SecretKey { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `private_key` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/keypair.rs:97:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 97 | pub fn private_key(&self) -> &str { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.833 INFO kablam! warning: method is never used: `public_key` Oct 11 08:43:16.833 INFO kablam! --> src/ethereum/keypair.rs:102:5 Oct 11 08:43:16.833 INFO kablam! | Oct 11 08:43:16.833 INFO kablam! 102 | pub fn public_key(&self) -> &PublicKey { Oct 11 08:43:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.833 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `from_key_pair` Oct 11 08:43:16.834 INFO kablam! --> src/ethereum/wallet.rs:27:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 27 | pub fn from_key_pair(keypair: KeyPair) -> EthereumWallet { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `to_json` Oct 11 08:43:16.834 INFO kablam! --> src/ethereum/wallet.rs:40:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 40 | pub fn to_json(&self) -> String { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `new` Oct 11 08:43:16.834 INFO kablam! --> src/monero/builder.rs:13:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 13 | pub fn new() -> WalletBuilder { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `testnet` Oct 11 08:43:16.834 INFO kablam! --> src/monero/builder.rs:18:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 18 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `mainnet` Oct 11 08:43:16.834 INFO kablam! --> src/monero/builder.rs:24:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 24 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `build` Oct 11 08:43:16.834 INFO kablam! --> src/monero/builder.rs:30:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 30 | pub fn build(&self) -> MoneroWallet { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `into_bytes` Oct 11 08:43:16.834 INFO kablam! --> src/monero/ed25519/keys.rs:43:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 43 | pub fn into_bytes(self) -> [u8; 32] { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `as_bytes` Oct 11 08:43:16.834 INFO kablam! --> src/monero/ed25519/keys.rs:55:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 55 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `into_bytes` Oct 11 08:43:16.834 INFO kablam! --> src/monero/ed25519/keys.rs:91:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 91 | pub fn into_bytes(self) -> [u8; 32] { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `to_bytes` Oct 11 08:43:16.834 INFO kablam! --> src/monero/ed25519/keys.rs:97:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 97 | pub fn to_bytes(&self) -> [u8; 32] { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `as_bytes` Oct 11 08:43:16.834 INFO kablam! --> src/monero/ed25519/keys.rs:103:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 103 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: variant is never constructed: `Error` Oct 11 08:43:16.834 INFO kablam! --> src/monero/network.rs:12:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 12 | Error, Oct 11 08:43:16.834 INFO kablam! | ^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `from_seed` Oct 11 08:43:16.834 INFO kablam! --> src/monero/wallet.rs:62:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 62 | pub fn from_seed(network: &Network, seed: [u8; 32]) -> Result { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `public_spend_key` Oct 11 08:43:16.834 INFO kablam! --> src/monero/wallet.rs:141:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.834 INFO kablam! 141 | pub fn public_spend_key(&self) -> &String { Oct 11 08:43:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.834 INFO kablam! Oct 11 08:43:16.834 INFO kablam! warning: method is never used: `public_view_key` Oct 11 08:43:16.834 INFO kablam! --> src/monero/wallet.rs:146:5 Oct 11 08:43:16.834 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 146 | pub fn public_view_key(&self) -> &String { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `from_wif` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/address.rs:54:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 54 | pub fn from_wif(wif: &str) -> Address { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: field is never used: `compressed` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:7:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 7 | compressed: bool, Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: field is never used: `testnet` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:8:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 8 | testnet: bool, Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `new` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:12:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 12 | pub fn new() -> WalletBuilder { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `compressed` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:20:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 20 | pub fn compressed(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `testnet` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:26:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 26 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `mainnet` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:32:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 32 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `build` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/builder.rs:38:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 38 | pub fn build(&self) -> ZcashWallet { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: variant is never constructed: `Error` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/network.rs:8:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 8 | Error, Oct 11 08:43:16.835 INFO kablam! | ^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `from_secret_key` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/privatekey.rs:73:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 73 | pub fn from_secret_key(secret_key: SecretKey, network: Network) -> PrivateKey { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `from_wif` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/privatekey.rs:108:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 108 | pub fn from_wif(wif: &str) -> Result { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `secret_key` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/privatekey.rs:141:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: function is never used: `to_hex_string` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/utils.rs:4:1 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 4 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.835 INFO kablam! warning: method is never used: `from_private_key` Oct 11 08:43:16.835 INFO kablam! --> src/zcash/wallet.rs:42:5 Oct 11 08:43:16.835 INFO kablam! | Oct 11 08:43:16.835 INFO kablam! 42 | pub fn from_private_key(private_key: PrivateKey) -> ZcashWallet { Oct 11 08:43:16.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.835 INFO kablam! Oct 11 08:43:16.836 INFO kablam! warning: method is never used: `from_wif` Oct 11 08:43:16.836 INFO kablam! --> src/zcash/wallet.rs:51:5 Oct 11 08:43:16.836 INFO kablam! | Oct 11 08:43:16.836 INFO kablam! 51 | pub fn from_wif(private_key_wif: &str) -> ZcashWallet { Oct 11 08:43:16.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.836 INFO kablam! Oct 11 08:43:16.836 INFO kablam! warning: method is never used: `network` Oct 11 08:43:16.836 INFO kablam! --> src/zcash/wallet.rs:65:5 Oct 11 08:43:16.836 INFO kablam! | Oct 11 08:43:16.836 INFO kablam! 65 | pub fn network(&self) -> &Network { Oct 11 08:43:16.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.836 INFO kablam! Oct 11 08:43:16.836 INFO kablam! warning: method is never used: `compressed` Oct 11 08:43:16.836 INFO kablam! --> src/zcash/wallet.rs:69:5 Oct 11 08:43:16.836 INFO kablam! | Oct 11 08:43:16.836 INFO kablam! 69 | pub fn compressed(&self) -> &bool { Oct 11 08:43:16.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.836 INFO kablam! Oct 11 08:43:16.836 INFO kablam! warning: method is never used: `to_json` Oct 11 08:43:16.836 INFO kablam! --> src/zcash/wallet.rs:73:5 Oct 11 08:43:16.836 INFO kablam! | Oct 11 08:43:16.836 INFO kablam! 73 | pub fn to_json(&self) -> String { Oct 11 08:43:16.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:16.836 INFO kablam! Oct 11 08:43:16.836 INFO kablam! warning: variant `P2WPKH_P2SH` should have a camel case name such as `P2wpkhP2sh` Oct 11 08:43:16.836 INFO kablam! --> src/bitcoin/address.rs:21:5 Oct 11 08:43:16.836 INFO kablam! | Oct 11 08:43:16.836 INFO kablam! 21 | P2WPKH_P2SH, Oct 11 08:43:16.836 INFO kablam! | ^^^^^^^^^^^ Oct 11 08:43:16.836 INFO kablam! | Oct 11 08:43:16.836 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 08:43:16.836 INFO kablam! Oct 11 08:43:19.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.74s Oct 11 08:43:19.032 INFO kablam! su: No module specific data is present Oct 11 08:43:19.240 INFO running `"docker" "rm" "-f" "bd017cf4667888e25d56c9ab243d6beac5d0d6110eba7bbc5d47a7aa29f8360e"` Oct 11 08:43:19.315 INFO blam! bd017cf4667888e25d56c9ab243d6beac5d0d6110eba7bbc5d47a7aa29f8360e Oct 11 08:43:19.317 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:43:19.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:43:19.521 INFO blam! dd32221b8048a9efe4cb8a1e58cda06fff1c8d12c56eefa70fca1060e212bbe5 Oct 11 08:43:19.522 INFO running `"docker" "start" "-a" "dd32221b8048a9efe4cb8a1e58cda06fff1c8d12c56eefa70fca1060e212bbe5"` Oct 11 08:43:20.008 INFO kablam! usermod: no changes Oct 11 08:43:20.112 INFO kablam! Compiling wagu v0.5.0 (/source) Oct 11 08:43:22.373 INFO kablam! warning: method is never used: `mainnet` Oct 11 08:43:22.374 INFO kablam! --> src/bitcoin/builder.rs:34:5 Oct 11 08:43:22.374 INFO kablam! | Oct 11 08:43:22.377 INFO kablam! 34 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:22.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.377 INFO kablam! | Oct 11 08:43:22.378 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 08:43:22.378 INFO kablam! Oct 11 08:43:22.378 INFO kablam! warning: method is never used: `p2pkh` Oct 11 08:43:22.379 INFO kablam! --> src/bitcoin/builder.rs:39:5 Oct 11 08:43:22.379 INFO kablam! | Oct 11 08:43:22.379 INFO kablam! 39 | pub fn p2pkh(&mut self) -> &mut WalletBuilder { Oct 11 08:43:22.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.380 INFO kablam! Oct 11 08:43:22.384 INFO kablam! warning: method is never used: `p2wpkh_p2sh` Oct 11 08:43:22.385 INFO kablam! --> src/bitcoin/builder.rs:44:5 Oct 11 08:43:22.385 INFO kablam! | Oct 11 08:43:22.385 INFO kablam! 44 | pub fn p2wpkh_p2sh(&mut self) -> &mut WalletBuilder { Oct 11 08:43:22.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.386 INFO kablam! Oct 11 08:43:22.386 INFO kablam! warning: method is never used: `secret_key` Oct 11 08:43:22.386 INFO kablam! --> src/bitcoin/privatekey.rs:141:5 Oct 11 08:43:22.387 INFO kablam! | Oct 11 08:43:22.387 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 11 08:43:22.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.388 INFO kablam! Oct 11 08:43:22.388 INFO kablam! warning: function is never used: `to_hex_string` Oct 11 08:43:22.388 INFO kablam! --> src/bitcoin/utils.rs:6:1 Oct 11 08:43:22.388 INFO kablam! | Oct 11 08:43:22.389 INFO kablam! 6 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 11 08:43:22.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.389 INFO kablam! Oct 11 08:43:22.389 INFO kablam! warning: method is never used: `to_json` Oct 11 08:43:22.390 INFO kablam! --> src/bitcoin/wallet.rs:64:5 Oct 11 08:43:22.390 INFO kablam! | Oct 11 08:43:22.390 INFO kablam! 64 | pub fn to_json(&self) -> String { Oct 11 08:43:22.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.391 INFO kablam! Oct 11 08:43:22.391 INFO kablam! warning: method is never used: `new` Oct 11 08:43:22.392 INFO kablam! --> src/ethereum/builder.rs:8:5 Oct 11 08:43:22.392 INFO kablam! | Oct 11 08:43:22.392 INFO kablam! 8 | pub fn new() -> WalletBuilder { Oct 11 08:43:22.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.393 INFO kablam! Oct 11 08:43:22.393 INFO kablam! warning: method is never used: `secret_key` Oct 11 08:43:22.393 INFO kablam! --> src/ethereum/keypair.rs:92:5 Oct 11 08:43:22.394 INFO kablam! | Oct 11 08:43:22.394 INFO kablam! 92 | pub fn secret_key(&self) -> &SecretKey { Oct 11 08:43:22.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.395 INFO kablam! Oct 11 08:43:22.395 INFO kablam! warning: method is never used: `private_key` Oct 11 08:43:22.395 INFO kablam! --> src/ethereum/keypair.rs:97:5 Oct 11 08:43:22.395 INFO kablam! | Oct 11 08:43:22.396 INFO kablam! 97 | pub fn private_key(&self) -> &str { Oct 11 08:43:22.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.396 INFO kablam! Oct 11 08:43:22.397 INFO kablam! warning: method is never used: `public_key` Oct 11 08:43:22.397 INFO kablam! --> src/ethereum/keypair.rs:102:5 Oct 11 08:43:22.397 INFO kablam! | Oct 11 08:43:22.398 INFO kablam! 102 | pub fn public_key(&self) -> &PublicKey { Oct 11 08:43:22.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.398 INFO kablam! Oct 11 08:43:22.398 INFO kablam! warning: method is never used: `to_json` Oct 11 08:43:22.399 INFO kablam! --> src/ethereum/wallet.rs:40:5 Oct 11 08:43:22.399 INFO kablam! | Oct 11 08:43:22.399 INFO kablam! 40 | pub fn to_json(&self) -> String { Oct 11 08:43:22.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.400 INFO kablam! Oct 11 08:43:22.400 INFO kablam! warning: method is never used: `new` Oct 11 08:43:22.401 INFO kablam! --> src/monero/builder.rs:13:5 Oct 11 08:43:22.401 INFO kablam! | Oct 11 08:43:22.401 INFO kablam! 13 | pub fn new() -> WalletBuilder { Oct 11 08:43:22.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.402 INFO kablam! Oct 11 08:43:22.402 INFO kablam! warning: method is never used: `testnet` Oct 11 08:43:22.402 INFO kablam! --> src/monero/builder.rs:18:5 Oct 11 08:43:22.403 INFO kablam! | Oct 11 08:43:22.403 INFO kablam! 18 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:22.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.404 INFO kablam! Oct 11 08:43:22.404 INFO kablam! warning: method is never used: `mainnet` Oct 11 08:43:22.404 INFO kablam! --> src/monero/builder.rs:24:5 Oct 11 08:43:22.404 INFO kablam! | Oct 11 08:43:22.405 INFO kablam! 24 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:22.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.405 INFO kablam! Oct 11 08:43:22.406 INFO kablam! warning: method is never used: `build` Oct 11 08:43:22.406 INFO kablam! --> src/monero/builder.rs:30:5 Oct 11 08:43:22.406 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 30 | pub fn build(&self) -> MoneroWallet { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `into_bytes` Oct 11 08:43:22.407 INFO kablam! --> src/monero/ed25519/keys.rs:43:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 43 | pub fn into_bytes(self) -> [u8; 32] { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `as_bytes` Oct 11 08:43:22.407 INFO kablam! --> src/monero/ed25519/keys.rs:55:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 55 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `into_bytes` Oct 11 08:43:22.407 INFO kablam! --> src/monero/ed25519/keys.rs:91:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 91 | pub fn into_bytes(self) -> [u8; 32] { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `to_bytes` Oct 11 08:43:22.407 INFO kablam! --> src/monero/ed25519/keys.rs:97:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 97 | pub fn to_bytes(&self) -> [u8; 32] { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `as_bytes` Oct 11 08:43:22.407 INFO kablam! --> src/monero/ed25519/keys.rs:103:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 103 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: variant is never constructed: `Error` Oct 11 08:43:22.407 INFO kablam! --> src/monero/network.rs:12:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 12 | Error, Oct 11 08:43:22.407 INFO kablam! | ^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `public_spend_key` Oct 11 08:43:22.407 INFO kablam! --> src/monero/wallet.rs:141:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 141 | pub fn public_spend_key(&self) -> &String { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `public_view_key` Oct 11 08:43:22.407 INFO kablam! --> src/monero/wallet.rs:146:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 146 | pub fn public_view_key(&self) -> &String { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `mainnet` Oct 11 08:43:22.407 INFO kablam! --> src/zcash/builder.rs:32:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 32 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `secret_key` Oct 11 08:43:22.407 INFO kablam! --> src/zcash/privatekey.rs:141:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: function is never used: `to_hex_string` Oct 11 08:43:22.407 INFO kablam! --> src/zcash/utils.rs:4:1 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 4 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: method is never used: `to_json` Oct 11 08:43:22.407 INFO kablam! --> src/zcash/wallet.rs:73:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 73 | pub fn to_json(&self) -> String { Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:22.407 INFO kablam! warning: variant `P2WPKH_P2SH` should have a camel case name such as `P2wpkhP2sh` Oct 11 08:43:22.407 INFO kablam! --> src/bitcoin/address.rs:21:5 Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! 21 | P2WPKH_P2SH, Oct 11 08:43:22.407 INFO kablam! | ^^^^^^^^^^^ Oct 11 08:43:22.407 INFO kablam! | Oct 11 08:43:22.407 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 08:43:22.407 INFO kablam! Oct 11 08:43:24.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.36s Oct 11 08:43:24.403 INFO kablam! su: No module specific data is present Oct 11 08:43:24.681 INFO running `"docker" "rm" "-f" "dd32221b8048a9efe4cb8a1e58cda06fff1c8d12c56eefa70fca1060e212bbe5"` Oct 11 08:43:24.875 INFO blam! dd32221b8048a9efe4cb8a1e58cda06fff1c8d12c56eefa70fca1060e212bbe5 Oct 11 08:43:24.878 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:43:24.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:43:25.219 INFO blam! 704f3bbce212cd835e112fefa767ed5166d98fff3dadffbb9ece5b933801b879 Oct 11 08:43:25.221 INFO running `"docker" "start" "-a" "704f3bbce212cd835e112fefa767ed5166d98fff3dadffbb9ece5b933801b879"` Oct 11 08:43:25.672 INFO kablam! usermod: no changes Oct 11 08:43:25.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 08:43:25.778 INFO kablam! Running /target/debug/deps/wagu-4a6fdc34ea416031 Oct 11 08:43:25.781 INFO blam! Oct 11 08:43:25.781 INFO blam! running 44 tests Oct 11 08:43:25.910 INFO blam! test bitcoin::address::tests::test_p2wpkh ... ok Oct 11 08:43:26.066 INFO blam! test bitcoin::builder::tests::test_build_uncompressed_mainnet ... ok Oct 11 08:43:26.066 INFO blam! test bitcoin::privatekey::tests::test_mainnet_from_wif ... ok Oct 11 08:43:26.067 INFO blam! test bitcoin::privatekey::tests::test_mainnet_to_wif ... ok Oct 11 08:43:26.128 INFO blam! test bitcoin::privatekey::tests::test_new_compressed_mainnet ... ok Oct 11 08:43:26.192 INFO blam! test bitcoin::privatekey::tests::test_new_compressed_testnet ... ok Oct 11 08:43:26.336 INFO blam! test bitcoin::address::tests::test_mainnet_uncompressed_p2pkh ... ok Oct 11 08:43:26.361 INFO blam! test bitcoin::builder::tests::test_build_compressed ... ok Oct 11 08:43:26.375 INFO blam! test bitcoin::builder::tests::test_build_compressed_testnet ... ok Oct 11 08:43:26.375 INFO blam! test bitcoin::privatekey::tests::test_testnet_from_wif ... ok Oct 11 08:43:26.377 INFO blam! test bitcoin::builder::tests::test_build_testnet ... ok Oct 11 08:43:26.377 INFO blam! test bitcoin::privatekey::tests::test_testnet_to_wif ... ok Oct 11 08:43:26.387 INFO blam! test bitcoin::privatekey::tests::test_new_mainnet ... ok Oct 11 08:43:26.516 INFO blam! test bitcoin::wallet::tests::test_from_wif_mainnet_compressed ... ok Oct 11 08:43:26.519 INFO blam! test bitcoin::wallet::tests::test_from_wif_mainnet_uncompressed ... ok Oct 11 08:43:26.522 INFO blam! test bitcoin::wallet::tests::test_from_wif_testnet_compressed ... ok Oct 11 08:43:26.536 INFO blam! test monero::ed25519::crypto::test_edwards ... ok Oct 11 08:43:26.548 INFO blam! test monero::ed25519::crypto::test_encode_point ... ok Oct 11 08:43:26.548 INFO blam! test bitcoin::privatekey::tests::test_new_testnet ... ok Oct 11 08:43:26.572 INFO blam! test monero::ed25519::crypto::test_derive_pubkey ... ok Oct 11 08:43:26.582 INFO blam! test bitcoin::wallet::tests::test_from_wif_testnet_uncompressed ... ok Oct 11 08:43:26.636 INFO blam! test monero::ed25519::crypto::test_scalar_mult ... ok Oct 11 08:43:26.683 INFO blam! test bitcoin::address::tests::test_mainnet_compressed_p2pkh ... ok Oct 11 08:43:26.716 INFO blam! test monero::wallet::tests::generate_new_wallet ... ok Oct 11 08:43:26.756 INFO blam! test bitcoin::address::tests::test_testnet_uncompressed_p2pkh ... ok Oct 11 08:43:26.756 INFO blam! test bitcoin::address::tests::test_testnet_compressed_p2pkh ... ok Oct 11 08:43:26.766 INFO blam! test monero::wallet::tests::test_from_seed ... ok Oct 11 08:43:26.790 INFO blam! test zcash::privatekey::tests::test_mainnet_from_wif ... ok Oct 11 08:43:26.816 INFO blam! test zcash::privatekey::tests::test_mainnet_to_wif ... ok Oct 11 08:43:26.920 INFO blam! test zcash::builder::tests::test_build_compressed_testnet ... ok Oct 11 08:43:27.046 INFO blam! test zcash::builder::tests::test_build_compressed ... ok Oct 11 08:43:27.053 INFO blam! test zcash::builder::tests::test_build_uncompressed_mainnet ... ok Oct 11 08:43:27.053 INFO blam! test zcash::privatekey::tests::test_new_compressed_mainnet ... ok Oct 11 08:43:27.053 INFO blam! test zcash::privatekey::tests::test_testnet_from_wif ... ok Oct 11 08:43:27.060 INFO blam! test zcash::privatekey::tests::test_new_compressed_testnet ... ok Oct 11 08:43:27.076 INFO blam! test zcash::privatekey::tests::test_testnet_to_wif ... ok Oct 11 08:43:27.156 INFO blam! test zcash::privatekey::tests::test_new_testnet ... ok Oct 11 08:43:27.168 INFO blam! test zcash::wallet::tests::test_from_wif_mainnet_compressed ... ok Oct 11 08:43:27.177 INFO blam! test zcash::builder::tests::test_build_testnet ... ok Oct 11 08:43:27.206 INFO blam! test zcash::privatekey::tests::test_new_mainnet ... ok Oct 11 08:43:27.230 INFO blam! test zcash::wallet::tests::test_from_wif_mainnet_uncompressed ... ok Oct 11 08:43:27.356 INFO blam! test zcash::address::tests::test_mainnet_uncompressed_private_key_to_address ... ok Oct 11 08:43:27.367 INFO blam! test zcash::address::tests::test_mainnet_compressed_private_key_to_address ... ok Oct 11 08:43:27.374 INFO blam! test ethereum::wallet::tests::test_import ... ok Oct 11 08:43:27.374 INFO blam! Oct 11 08:43:27.374 INFO blam! test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:43:27.374 INFO blam! Oct 11 08:43:27.377 INFO kablam! su: No module specific data is present Oct 11 08:43:27.708 INFO running `"docker" "rm" "-f" "704f3bbce212cd835e112fefa767ed5166d98fff3dadffbb9ece5b933801b879"` Oct 11 08:43:27.803 INFO blam! 704f3bbce212cd835e112fefa767ed5166d98fff3dadffbb9ece5b933801b879