Oct 15 14:26:33.518 INFO testing wagu-0.5.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 14:26:33.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 14:26:33.954 INFO blam! b5a2a4de720bd951c3eea28739c8ea8a10442ce478f1b871444fdf8d11d58fdc Oct 15 14:26:33.955 INFO running `"docker" "start" "-a" "b5a2a4de720bd951c3eea28739c8ea8a10442ce478f1b871444fdf8d11d58fdc"` Oct 15 14:26:35.151 INFO kablam! usermod: no changes Oct 15 14:26:35.397 INFO kablam! Compiling openssl v0.10.13 Oct 15 14:26:35.399 INFO kablam! Compiling base58 v0.1.0 Oct 15 14:26:35.419 INFO kablam! Compiling secp256k1 v0.11.2 Oct 15 14:26:35.428 INFO kablam! Compiling clap v2.27.1 Oct 15 14:26:35.435 INFO kablam! Compiling digest v0.7.6 Oct 15 14:26:36.183 INFO kablam! Compiling ripemd160 v0.7.0 Oct 15 14:26:36.183 INFO kablam! Compiling sha2 v0.7.1 Oct 15 14:27:06.343 INFO kablam! Compiling wagu v0.5.0 (/source) Oct 15 14:27:08.986 INFO kablam! warning: method is never used: `from_wif` Oct 15 14:27:08.987 INFO kablam! --> src/bitcoin/address.rs:93:5 Oct 15 14:27:08.987 INFO kablam! | Oct 15 14:27:08.987 INFO kablam! 93 | pub fn from_wif(wif: &str, address_type: &Type) -> Address { Oct 15 14:27:08.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.987 INFO kablam! | Oct 15 14:27:08.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:27:08.987 INFO kablam! Oct 15 14:27:08.987 INFO kablam! warning: field is never used: `compressed` Oct 15 14:27:08.987 INFO kablam! --> src/bitcoin/builder.rs:7:5 Oct 15 14:27:08.987 INFO kablam! | Oct 15 14:27:08.987 INFO kablam! 7 | compressed: bool, Oct 15 14:27:08.987 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 14:27:08.987 INFO kablam! Oct 15 14:27:08.987 INFO kablam! warning: field is never used: `testnet` Oct 15 14:27:08.987 INFO kablam! --> src/bitcoin/builder.rs:8:5 Oct 15 14:27:08.987 INFO kablam! | Oct 15 14:27:08.987 INFO kablam! 8 | testnet: bool, Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: field is never used: `address_type` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:9:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 9 | address_type: Type, Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `new` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:13:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 13 | pub fn new() -> WalletBuilder { Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `compressed` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:22:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 22 | pub fn compressed(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `testnet` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:28:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 28 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `mainnet` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:34:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 34 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `p2pkh` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:39:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 39 | pub fn p2pkh(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `p2wpkh_p2sh` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:44:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.990 INFO kablam! 44 | pub fn p2wpkh_p2sh(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.990 INFO kablam! Oct 15 14:27:08.990 INFO kablam! warning: method is never used: `build` Oct 15 14:27:08.990 INFO kablam! --> src/bitcoin/builder.rs:50:5 Oct 15 14:27:08.990 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 50 | pub fn build(&self) -> BitcoinWallet { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: variant is never constructed: `Error` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/network.rs:8:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 8 | Error, Oct 15 14:27:08.991 INFO kablam! | ^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `from_secret_key` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/privatekey.rs:73:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 73 | pub fn from_secret_key(secret_key: SecretKey, network: Network) -> PrivateKey { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `from_wif` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/privatekey.rs:108:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 108 | pub fn from_wif(wif: &str) -> Result { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `secret_key` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/privatekey.rs:141:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: function is never used: `to_hex_string` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/utils.rs:6:1 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 6 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `from_private_key` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/wallet.rs:33:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 33 | pub fn from_private_key(private_key: PrivateKey, address_type: &Type) -> BitcoinWallet { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `from_wif` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/wallet.rs:42:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 42 | pub fn from_wif(private_key_wif: &str, address_type: &Type) -> BitcoinWallet { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `network` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/wallet.rs:56:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 56 | pub fn network(&self) -> &Network { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `compressed` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/wallet.rs:60:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 60 | pub fn compressed(&self) -> &bool { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `to_json` Oct 15 14:27:08.991 INFO kablam! --> src/bitcoin/wallet.rs:64:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 64 | pub fn to_json(&self) -> String { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `address` Oct 15 14:27:08.991 INFO kablam! --> src/ethereum/address.rs:37:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 37 | pub fn address(&self) -> &str { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `new` Oct 15 14:27:08.991 INFO kablam! --> src/ethereum/builder.rs:8:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 8 | pub fn new() -> WalletBuilder { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.991 INFO kablam! Oct 15 14:27:08.991 INFO kablam! warning: method is never used: `from_secret_key` Oct 15 14:27:08.991 INFO kablam! --> src/ethereum/keypair.rs:60:5 Oct 15 14:27:08.991 INFO kablam! | Oct 15 14:27:08.991 INFO kablam! 60 | pub fn from_secret_key(secret_key: SecretKey) -> KeyPair { Oct 15 14:27:08.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `from_secret_key_string` Oct 15 14:27:08.992 INFO kablam! --> src/ethereum/keypair.rs:72:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 72 | pub fn from_secret_key_string(secret_key_string: &str) -> SecretKey { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `secret_key` Oct 15 14:27:08.992 INFO kablam! --> src/ethereum/keypair.rs:92:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 92 | pub fn secret_key(&self) -> &SecretKey { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `private_key` Oct 15 14:27:08.992 INFO kablam! --> src/ethereum/keypair.rs:97:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 97 | pub fn private_key(&self) -> &str { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `public_key` Oct 15 14:27:08.992 INFO kablam! --> src/ethereum/keypair.rs:102:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 102 | pub fn public_key(&self) -> &PublicKey { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `from_key_pair` Oct 15 14:27:08.992 INFO kablam! --> src/ethereum/wallet.rs:27:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 27 | pub fn from_key_pair(keypair: KeyPair) -> EthereumWallet { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `to_json` Oct 15 14:27:08.992 INFO kablam! --> src/ethereum/wallet.rs:40:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 40 | pub fn to_json(&self) -> String { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `new` Oct 15 14:27:08.992 INFO kablam! --> src/monero/builder.rs:13:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 13 | pub fn new() -> WalletBuilder { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `testnet` Oct 15 14:27:08.992 INFO kablam! --> src/monero/builder.rs:18:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 18 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `mainnet` Oct 15 14:27:08.992 INFO kablam! --> src/monero/builder.rs:24:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 24 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `build` Oct 15 14:27:08.992 INFO kablam! --> src/monero/builder.rs:30:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 30 | pub fn build(&self) -> MoneroWallet { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `into_bytes` Oct 15 14:27:08.992 INFO kablam! --> src/monero/ed25519/keys.rs:43:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 43 | pub fn into_bytes(self) -> [u8; 32] { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `as_bytes` Oct 15 14:27:08.992 INFO kablam! --> src/monero/ed25519/keys.rs:55:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 55 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `into_bytes` Oct 15 14:27:08.992 INFO kablam! --> src/monero/ed25519/keys.rs:91:5 Oct 15 14:27:08.992 INFO kablam! | Oct 15 14:27:08.992 INFO kablam! 91 | pub fn into_bytes(self) -> [u8; 32] { Oct 15 14:27:08.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.992 INFO kablam! Oct 15 14:27:08.992 INFO kablam! warning: method is never used: `to_bytes` Oct 15 14:27:08.992 INFO kablam! --> src/monero/ed25519/keys.rs:97:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 97 | pub fn to_bytes(&self) -> [u8; 32] { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `as_bytes` Oct 15 14:27:08.993 INFO kablam! --> src/monero/ed25519/keys.rs:103:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 103 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: variant is never constructed: `Error` Oct 15 14:27:08.993 INFO kablam! --> src/monero/network.rs:12:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 12 | Error, Oct 15 14:27:08.993 INFO kablam! | ^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `from_seed` Oct 15 14:27:08.993 INFO kablam! --> src/monero/wallet.rs:62:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 62 | pub fn from_seed(network: &Network, seed: [u8; 32]) -> Result { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `public_spend_key` Oct 15 14:27:08.993 INFO kablam! --> src/monero/wallet.rs:141:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 141 | pub fn public_spend_key(&self) -> &String { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `public_view_key` Oct 15 14:27:08.993 INFO kablam! --> src/monero/wallet.rs:146:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 146 | pub fn public_view_key(&self) -> &String { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `from_wif` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/address.rs:54:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 54 | pub fn from_wif(wif: &str) -> Address { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: field is never used: `compressed` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/builder.rs:7:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 7 | compressed: bool, Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: field is never used: `testnet` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/builder.rs:8:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 8 | testnet: bool, Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `new` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/builder.rs:12:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 12 | pub fn new() -> WalletBuilder { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `compressed` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/builder.rs:20:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 20 | pub fn compressed(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `testnet` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/builder.rs:26:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 26 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.993 INFO kablam! Oct 15 14:27:08.993 INFO kablam! warning: method is never used: `mainnet` Oct 15 14:27:08.993 INFO kablam! --> src/zcash/builder.rs:32:5 Oct 15 14:27:08.993 INFO kablam! | Oct 15 14:27:08.993 INFO kablam! 32 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:08.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.994 INFO kablam! Oct 15 14:27:08.994 INFO kablam! warning: method is never used: `build` Oct 15 14:27:08.994 INFO kablam! --> src/zcash/builder.rs:38:5 Oct 15 14:27:08.994 INFO kablam! | Oct 15 14:27:08.994 INFO kablam! 38 | pub fn build(&self) -> ZcashWallet { Oct 15 14:27:08.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.994 INFO kablam! Oct 15 14:27:08.994 INFO kablam! warning: variant is never constructed: `Error` Oct 15 14:27:08.994 INFO kablam! --> src/zcash/network.rs:8:5 Oct 15 14:27:08.994 INFO kablam! | Oct 15 14:27:08.994 INFO kablam! 8 | Error, Oct 15 14:27:08.994 INFO kablam! | ^^^^^ Oct 15 14:27:08.994 INFO kablam! Oct 15 14:27:08.994 INFO kablam! warning: method is never used: `from_secret_key` Oct 15 14:27:08.994 INFO kablam! --> src/zcash/privatekey.rs:73:5 Oct 15 14:27:08.994 INFO kablam! | Oct 15 14:27:08.994 INFO kablam! 73 | pub fn from_secret_key(secret_key: SecretKey, network: Network) -> PrivateKey { Oct 15 14:27:08.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.994 INFO kablam! Oct 15 14:27:08.994 INFO kablam! warning: method is never used: `from_wif` Oct 15 14:27:08.994 INFO kablam! --> src/zcash/privatekey.rs:108:5 Oct 15 14:27:08.994 INFO kablam! | Oct 15 14:27:08.994 INFO kablam! 108 | pub fn from_wif(wif: &str) -> Result { Oct 15 14:27:08.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.994 INFO kablam! Oct 15 14:27:08.994 INFO kablam! warning: method is never used: `secret_key` Oct 15 14:27:08.994 INFO kablam! --> src/zcash/privatekey.rs:141:5 Oct 15 14:27:08.994 INFO kablam! | Oct 15 14:27:08.994 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 15 14:27:08.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.994 INFO kablam! Oct 15 14:27:08.994 INFO kablam! warning: function is never used: `to_hex_string` Oct 15 14:27:08.994 INFO kablam! --> src/zcash/utils.rs:4:1 Oct 15 14:27:08.994 INFO kablam! | Oct 15 14:27:08.996 INFO kablam! 4 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 15 14:27:08.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.996 INFO kablam! Oct 15 14:27:08.996 INFO kablam! warning: method is never used: `from_private_key` Oct 15 14:27:08.996 INFO kablam! --> src/zcash/wallet.rs:42:5 Oct 15 14:27:08.996 INFO kablam! | Oct 15 14:27:08.996 INFO kablam! 42 | pub fn from_private_key(private_key: PrivateKey) -> ZcashWallet { Oct 15 14:27:08.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.996 INFO kablam! Oct 15 14:27:08.996 INFO kablam! warning: method is never used: `from_wif` Oct 15 14:27:08.996 INFO kablam! --> src/zcash/wallet.rs:51:5 Oct 15 14:27:08.996 INFO kablam! | Oct 15 14:27:08.996 INFO kablam! 51 | pub fn from_wif(private_key_wif: &str) -> ZcashWallet { Oct 15 14:27:08.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.996 INFO kablam! Oct 15 14:27:08.996 INFO kablam! warning: method is never used: `network` Oct 15 14:27:08.996 INFO kablam! --> src/zcash/wallet.rs:65:5 Oct 15 14:27:08.996 INFO kablam! | Oct 15 14:27:08.996 INFO kablam! 65 | pub fn network(&self) -> &Network { Oct 15 14:27:08.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.996 INFO kablam! Oct 15 14:27:08.996 INFO kablam! warning: method is never used: `compressed` Oct 15 14:27:08.996 INFO kablam! --> src/zcash/wallet.rs:69:5 Oct 15 14:27:08.996 INFO kablam! | Oct 15 14:27:08.996 INFO kablam! 69 | pub fn compressed(&self) -> &bool { Oct 15 14:27:08.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.996 INFO kablam! Oct 15 14:27:08.996 INFO kablam! warning: method is never used: `to_json` Oct 15 14:27:08.996 INFO kablam! --> src/zcash/wallet.rs:73:5 Oct 15 14:27:08.996 INFO kablam! | Oct 15 14:27:08.996 INFO kablam! 73 | pub fn to_json(&self) -> String { Oct 15 14:27:08.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:08.997 INFO kablam! Oct 15 14:27:08.997 INFO kablam! warning: variant `P2WPKH_P2SH` should have a camel case name such as `P2wpkhP2sh` Oct 15 14:27:08.997 INFO kablam! --> src/bitcoin/address.rs:21:5 Oct 15 14:27:08.997 INFO kablam! | Oct 15 14:27:08.997 INFO kablam! 21 | P2WPKH_P2SH, Oct 15 14:27:08.997 INFO kablam! | ^^^^^^^^^^^ Oct 15 14:27:08.997 INFO kablam! | Oct 15 14:27:08.997 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 14:27:08.997 INFO kablam! Oct 15 14:27:11.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.47s Oct 15 14:27:11.652 INFO kablam! su: No module specific data is present Oct 15 14:27:12.140 INFO running `"docker" "rm" "-f" "b5a2a4de720bd951c3eea28739c8ea8a10442ce478f1b871444fdf8d11d58fdc"` Oct 15 14:27:12.518 INFO blam! b5a2a4de720bd951c3eea28739c8ea8a10442ce478f1b871444fdf8d11d58fdc Oct 15 14:27:12.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 14:27:12.884 INFO blam! 155967ad90a64d166d0d3ea4347e37f9cac12a99b1514edf07d16b0d490d7ed2 Oct 15 14:27:12.899 INFO running `"docker" "start" "-a" "155967ad90a64d166d0d3ea4347e37f9cac12a99b1514edf07d16b0d490d7ed2"` Oct 15 14:27:14.130 INFO kablam! usermod: no changes Oct 15 14:27:14.263 INFO kablam! Compiling wagu v0.5.0 (/source) Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `mainnet` Oct 15 14:27:16.752 INFO kablam! --> src/bitcoin/builder.rs:34:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 34 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `p2pkh` Oct 15 14:27:16.752 INFO kablam! --> src/bitcoin/builder.rs:39:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 39 | pub fn p2pkh(&mut self) -> &mut WalletBuilder { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `p2wpkh_p2sh` Oct 15 14:27:16.752 INFO kablam! --> src/bitcoin/builder.rs:44:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 44 | pub fn p2wpkh_p2sh(&mut self) -> &mut WalletBuilder { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `secret_key` Oct 15 14:27:16.752 INFO kablam! --> src/bitcoin/privatekey.rs:141:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: function is never used: `to_hex_string` Oct 15 14:27:16.752 INFO kablam! --> src/bitcoin/utils.rs:6:1 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 6 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `to_json` Oct 15 14:27:16.752 INFO kablam! --> src/bitcoin/wallet.rs:64:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 64 | pub fn to_json(&self) -> String { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `new` Oct 15 14:27:16.752 INFO kablam! --> src/ethereum/builder.rs:8:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 8 | pub fn new() -> WalletBuilder { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `secret_key` Oct 15 14:27:16.752 INFO kablam! --> src/ethereum/keypair.rs:92:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 92 | pub fn secret_key(&self) -> &SecretKey { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `private_key` Oct 15 14:27:16.752 INFO kablam! --> src/ethereum/keypair.rs:97:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 97 | pub fn private_key(&self) -> &str { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `public_key` Oct 15 14:27:16.752 INFO kablam! --> src/ethereum/keypair.rs:102:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 102 | pub fn public_key(&self) -> &PublicKey { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `to_json` Oct 15 14:27:16.752 INFO kablam! --> src/ethereum/wallet.rs:40:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 40 | pub fn to_json(&self) -> String { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.752 INFO kablam! warning: method is never used: `new` Oct 15 14:27:16.752 INFO kablam! --> src/monero/builder.rs:13:5 Oct 15 14:27:16.752 INFO kablam! | Oct 15 14:27:16.752 INFO kablam! 13 | pub fn new() -> WalletBuilder { Oct 15 14:27:16.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.752 INFO kablam! Oct 15 14:27:16.753 INFO kablam! warning: method is never used: `testnet` Oct 15 14:27:16.753 INFO kablam! --> src/monero/builder.rs:18:5 Oct 15 14:27:16.753 INFO kablam! | Oct 15 14:27:16.753 INFO kablam! 18 | pub fn testnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:16.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.753 INFO kablam! Oct 15 14:27:16.753 INFO kablam! warning: method is never used: `mainnet` Oct 15 14:27:16.753 INFO kablam! --> src/monero/builder.rs:24:5 Oct 15 14:27:16.753 INFO kablam! | Oct 15 14:27:16.753 INFO kablam! 24 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:16.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.753 INFO kablam! Oct 15 14:27:16.753 INFO kablam! warning: method is never used: `build` Oct 15 14:27:16.753 INFO kablam! --> src/monero/builder.rs:30:5 Oct 15 14:27:16.753 INFO kablam! | Oct 15 14:27:16.753 INFO kablam! 30 | pub fn build(&self) -> MoneroWallet { Oct 15 14:27:16.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.753 INFO kablam! Oct 15 14:27:16.759 INFO kablam! warning: method is never used: `into_bytes` Oct 15 14:27:16.759 INFO kablam! --> src/monero/ed25519/keys.rs:43:5 Oct 15 14:27:16.759 INFO kablam! | Oct 15 14:27:16.759 INFO kablam! 43 | pub fn into_bytes(self) -> [u8; 32] { Oct 15 14:27:16.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.759 INFO kablam! Oct 15 14:27:16.759 INFO kablam! warning: method is never used: `as_bytes` Oct 15 14:27:16.759 INFO kablam! --> src/monero/ed25519/keys.rs:55:5 Oct 15 14:27:16.759 INFO kablam! | Oct 15 14:27:16.759 INFO kablam! 55 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 15 14:27:16.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.759 INFO kablam! Oct 15 14:27:16.759 INFO kablam! warning: method is never used: `into_bytes` Oct 15 14:27:16.759 INFO kablam! --> src/monero/ed25519/keys.rs:91:5 Oct 15 14:27:16.759 INFO kablam! | Oct 15 14:27:16.759 INFO kablam! 91 | pub fn into_bytes(self) -> [u8; 32] { Oct 15 14:27:16.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.759 INFO kablam! Oct 15 14:27:16.759 INFO kablam! warning: method is never used: `to_bytes` Oct 15 14:27:16.759 INFO kablam! --> src/monero/ed25519/keys.rs:97:5 Oct 15 14:27:16.759 INFO kablam! | Oct 15 14:27:16.759 INFO kablam! 97 | pub fn to_bytes(&self) -> [u8; 32] { Oct 15 14:27:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.760 INFO kablam! Oct 15 14:27:16.760 INFO kablam! warning: method is never used: `as_bytes` Oct 15 14:27:16.760 INFO kablam! --> src/monero/ed25519/keys.rs:103:5 Oct 15 14:27:16.760 INFO kablam! | Oct 15 14:27:16.760 INFO kablam! 103 | pub fn as_bytes(&self) -> &[u8; 32] { Oct 15 14:27:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.760 INFO kablam! Oct 15 14:27:16.760 INFO kablam! warning: variant is never constructed: `Error` Oct 15 14:27:16.760 INFO kablam! --> src/monero/network.rs:12:5 Oct 15 14:27:16.760 INFO kablam! | Oct 15 14:27:16.760 INFO kablam! 12 | Error, Oct 15 14:27:16.760 INFO kablam! | ^^^^^ Oct 15 14:27:16.760 INFO kablam! Oct 15 14:27:16.760 INFO kablam! warning: method is never used: `public_spend_key` Oct 15 14:27:16.760 INFO kablam! --> src/monero/wallet.rs:141:5 Oct 15 14:27:16.760 INFO kablam! | Oct 15 14:27:16.760 INFO kablam! 141 | pub fn public_spend_key(&self) -> &String { Oct 15 14:27:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.760 INFO kablam! Oct 15 14:27:16.760 INFO kablam! warning: method is never used: `public_view_key` Oct 15 14:27:16.760 INFO kablam! --> src/monero/wallet.rs:146:5 Oct 15 14:27:16.760 INFO kablam! | Oct 15 14:27:16.760 INFO kablam! 146 | pub fn public_view_key(&self) -> &String { Oct 15 14:27:16.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.761 INFO kablam! Oct 15 14:27:16.761 INFO kablam! warning: method is never used: `mainnet` Oct 15 14:27:16.761 INFO kablam! --> src/zcash/builder.rs:32:5 Oct 15 14:27:16.761 INFO kablam! | Oct 15 14:27:16.761 INFO kablam! 32 | pub fn mainnet(&mut self) -> &mut WalletBuilder { Oct 15 14:27:16.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.761 INFO kablam! Oct 15 14:27:16.761 INFO kablam! warning: method is never used: `secret_key` Oct 15 14:27:16.761 INFO kablam! --> src/zcash/privatekey.rs:141:5 Oct 15 14:27:16.761 INFO kablam! | Oct 15 14:27:16.761 INFO kablam! 141 | pub fn secret_key(&self) -> &SecretKey { Oct 15 14:27:16.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.761 INFO kablam! Oct 15 14:27:16.761 INFO kablam! warning: function is never used: `to_hex_string` Oct 15 14:27:16.761 INFO kablam! --> src/zcash/utils.rs:4:1 Oct 15 14:27:16.761 INFO kablam! | Oct 15 14:27:16.761 INFO kablam! 4 | pub fn to_hex_string(bytes: &[u8]) -> String { Oct 15 14:27:16.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.761 INFO kablam! Oct 15 14:27:16.761 INFO kablam! warning: method is never used: `to_json` Oct 15 14:27:16.761 INFO kablam! --> src/zcash/wallet.rs:73:5 Oct 15 14:27:16.761 INFO kablam! | Oct 15 14:27:16.761 INFO kablam! 73 | pub fn to_json(&self) -> String { Oct 15 14:27:16.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:27:16.761 INFO kablam! Oct 15 14:27:16.762 INFO kablam! warning: variant `P2WPKH_P2SH` should have a camel case name such as `P2wpkhP2sh` Oct 15 14:27:16.762 INFO kablam! --> src/bitcoin/address.rs:21:5 Oct 15 14:27:16.762 INFO kablam! | Oct 15 14:27:16.762 INFO kablam! 21 | P2WPKH_P2SH, Oct 15 14:27:16.762 INFO kablam! | ^^^^^^^^^^^ Oct 15 14:27:16.762 INFO kablam! | Oct 15 14:27:16.762 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 14:27:16.762 INFO kablam! Oct 15 14:27:18.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 15 14:27:18.863 INFO kablam! su: No module specific data is present Oct 15 14:27:19.729 INFO running `"docker" "rm" "-f" "155967ad90a64d166d0d3ea4347e37f9cac12a99b1514edf07d16b0d490d7ed2"` Oct 15 14:27:19.914 INFO blam! 155967ad90a64d166d0d3ea4347e37f9cac12a99b1514edf07d16b0d490d7ed2 Oct 15 14:27:19.918 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 14:27:20.406 INFO blam! 0ca2db45c3b1b30d9d9172b34cc240572c7f09602410ba7f4be120bc5446619b Oct 15 14:27:20.414 INFO running `"docker" "start" "-a" "0ca2db45c3b1b30d9d9172b34cc240572c7f09602410ba7f4be120bc5446619b"` Oct 15 14:27:22.386 INFO kablam! usermod: no changes Oct 15 14:27:22.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 14:27:22.604 INFO kablam! Running /target/debug/deps/wagu-efadf9107017bd09 Oct 15 14:27:22.621 INFO blam! Oct 15 14:27:22.621 INFO blam! running 44 tests Oct 15 14:27:23.075 INFO blam! test bitcoin::address::tests::test_p2wpkh ... ok Oct 15 14:27:23.475 INFO blam! test bitcoin::builder::tests::test_build_compressed_testnet ... ok Oct 15 14:27:23.476 INFO blam! test bitcoin::privatekey::tests::test_mainnet_from_wif ... ok Oct 15 14:27:23.479 INFO blam! test bitcoin::privatekey::tests::test_mainnet_to_wif ... ok Oct 15 14:27:23.560 INFO blam! test bitcoin::address::tests::test_testnet_compressed_p2pkh ... ok Oct 15 14:27:23.560 INFO blam! test bitcoin::builder::tests::test_build_compressed ... ok Oct 15 14:27:23.655 INFO blam! test bitcoin::builder::tests::test_build_uncompressed_mainnet ... ok Oct 15 14:27:23.655 INFO blam! test bitcoin::builder::tests::test_build_testnet ... ok Oct 15 14:27:23.670 INFO blam! test bitcoin::privatekey::tests::test_testnet_from_wif ... ok Oct 15 14:27:23.671 INFO blam! test bitcoin::privatekey::tests::test_testnet_to_wif ... ok Oct 15 14:27:23.710 INFO blam! test bitcoin::privatekey::tests::test_new_compressed_mainnet ... ok Oct 15 14:27:23.991 INFO blam! test bitcoin::privatekey::tests::test_new_compressed_testnet ... ok Oct 15 14:27:24.015 INFO blam! test bitcoin::privatekey::tests::test_new_mainnet ... ok Oct 15 14:27:24.027 INFO blam! test bitcoin::privatekey::tests::test_new_testnet ... ok Oct 15 14:27:24.059 INFO blam! test bitcoin::wallet::tests::test_from_wif_mainnet_compressed ... ok Oct 15 14:27:24.164 INFO blam! test bitcoin::wallet::tests::test_from_wif_mainnet_uncompressed ... ok Oct 15 14:27:24.183 INFO blam! test monero::ed25519::crypto::test_edwards ... ok Oct 15 14:27:24.193 INFO blam! test monero::ed25519::crypto::test_encode_point ... ok Oct 15 14:27:24.287 INFO blam! test monero::ed25519::crypto::test_scalar_mult ... ok Oct 15 14:27:24.287 INFO blam! test monero::ed25519::crypto::test_derive_pubkey ... ok Oct 15 14:27:24.415 INFO blam! test bitcoin::wallet::tests::test_from_wif_testnet_compressed ... ok Oct 15 14:27:24.531 INFO blam! test bitcoin::wallet::tests::test_from_wif_testnet_uncompressed ... ok Oct 15 14:27:24.691 INFO blam! test bitcoin::address::tests::test_testnet_uncompressed_p2pkh ... ok Oct 15 14:27:24.779 INFO blam! test monero::wallet::tests::generate_new_wallet ... ok Oct 15 14:27:24.779 INFO blam! test monero::wallet::tests::test_from_seed ... ok Oct 15 14:27:24.794 INFO blam! test bitcoin::address::tests::test_mainnet_uncompressed_p2pkh ... ok Oct 15 14:27:24.895 INFO blam! test bitcoin::address::tests::test_mainnet_compressed_p2pkh ... ok Oct 15 14:27:24.927 INFO blam! test zcash::privatekey::tests::test_mainnet_from_wif ... ok Oct 15 14:27:24.947 INFO blam! test zcash::privatekey::tests::test_mainnet_to_wif ... ok Oct 15 14:27:25.475 INFO blam! test zcash::privatekey::tests::test_new_compressed_mainnet ... ok Oct 15 14:27:25.675 INFO blam! test zcash::builder::tests::test_build_compressed_testnet ... ok Oct 15 14:27:25.731 INFO blam! test zcash::builder::tests::test_build_compressed ... ok Oct 15 14:27:25.731 INFO blam! test zcash::builder::tests::test_build_uncompressed_mainnet ... ok Oct 15 14:27:25.739 INFO blam! test zcash::privatekey::tests::test_testnet_from_wif ... ok Oct 15 14:27:25.755 INFO blam! test zcash::builder::tests::test_build_testnet ... ok Oct 15 14:27:25.767 INFO blam! test zcash::privatekey::tests::test_testnet_to_wif ... ok Oct 15 14:27:25.916 INFO blam! test zcash::privatekey::tests::test_new_compressed_testnet ... ok Oct 15 14:27:25.979 INFO blam! test zcash::privatekey::tests::test_new_mainnet ... ok Oct 15 14:27:26.041 INFO blam! test zcash::wallet::tests::test_from_wif_mainnet_compressed ... ok Oct 15 14:27:26.139 INFO blam! test zcash::privatekey::tests::test_new_testnet ... ok Oct 15 14:27:26.139 INFO blam! test zcash::address::tests::test_mainnet_uncompressed_private_key_to_address ... ok Oct 15 14:27:26.163 INFO blam! test zcash::wallet::tests::test_from_wif_mainnet_uncompressed ... ok Oct 15 14:27:26.239 INFO blam! test ethereum::wallet::tests::test_import ... ok Oct 15 14:27:26.290 INFO blam! test zcash::address::tests::test_mainnet_compressed_private_key_to_address ... ok Oct 15 14:27:26.290 INFO blam! Oct 15 14:27:26.290 INFO blam! test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:27:26.290 INFO blam! Oct 15 14:27:26.295 INFO kablam! su: No module specific data is present Oct 15 14:27:27.328 INFO running `"docker" "rm" "-f" "0ca2db45c3b1b30d9d9172b34cc240572c7f09602410ba7f4be120bc5446619b"` Oct 15 14:27:27.731 INFO blam! 0ca2db45c3b1b30d9d9172b34cc240572c7f09602410ba7f4be120bc5446619b