Oct 15 10:13:05.641 INFO testing Hrishikesh-Thakkar/Bitcoin_Wallet_Rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:13:05.643 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:13:06.007 INFO blam! b625bd02365f671b8b03a15e0c29fb7de4a6842dd6b01e981d880583218fc3bb Oct 15 10:13:06.010 INFO running `"docker" "start" "-a" "b625bd02365f671b8b03a15e0c29fb7de4a6842dd6b01e981d880583218fc3bb"` Oct 15 10:13:06.926 INFO kablam! usermod: no changes Oct 15 10:13:07.039 INFO kablam! Compiling base58 v0.1.0 Oct 15 10:13:07.047 INFO kablam! Compiling secp256k1 v0.8.2 Oct 15 10:13:07.047 INFO kablam! Compiling serde v0.6.15 Oct 15 10:13:14.685 INFO kablam! Compiling strason v0.3.4 Oct 15 10:13:17.031 INFO kablam! Compiling bitcoin v0.11.0 Oct 15 10:13:24.751 INFO kablam! Compiling hello_world v0.1.0 (/source) Oct 15 10:13:25.919 INFO kablam! warning: unused import: `std::env` Oct 15 10:13:25.920 INFO kablam! --> src/main.rs:7:5 Oct 15 10:13:25.921 INFO kablam! | Oct 15 10:13:25.922 INFO kablam! 7 | use std::env; Oct 15 10:13:25.922 INFO kablam! | ^^^^^^^^ Oct 15 10:13:25.923 INFO kablam! | Oct 15 10:13:25.923 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:13:25.924 INFO kablam! Oct 15 10:13:25.925 INFO kablam! warning: unused import: `std::str` Oct 15 10:13:25.925 INFO kablam! --> src/transaction.rs:6:5 Oct 15 10:13:25.926 INFO kablam! | Oct 15 10:13:25.926 INFO kablam! 6 | use std::str; Oct 15 10:13:25.927 INFO kablam! | ^^^^^^^^ Oct 15 10:13:25.927 INFO kablam! Oct 15 10:13:25.928 INFO kablam! warning: unused import: `std::string::String` Oct 15 10:13:25.928 INFO kablam! --> src/transaction.rs:7:5 Oct 15 10:13:25.929 INFO kablam! | Oct 15 10:13:25.929 INFO kablam! 7 | use std::string::String; Oct 15 10:13:25.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:25.929 INFO kablam! Oct 15 10:13:25.929 INFO kablam! warning: unused import: `bitcoin::util::address::Address` Oct 15 10:13:25.929 INFO kablam! --> src/transaction.rs:8:5 Oct 15 10:13:25.929 INFO kablam! | Oct 15 10:13:25.929 INFO kablam! 8 | use bitcoin::util::address::Address; Oct 15 10:13:25.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:25.929 INFO kablam! Oct 15 10:13:25.929 INFO kablam! warning: unused import: `bitcoin::util::address::Privkey` Oct 15 10:13:25.935 INFO kablam! --> src/transaction.rs:9:5 Oct 15 10:13:25.935 INFO kablam! | Oct 15 10:13:25.935 INFO kablam! 9 | use bitcoin::util::address::Privkey; Oct 15 10:13:25.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:25.935 INFO kablam! Oct 15 10:13:25.935 INFO kablam! warning: unused import: `Hash160` Oct 15 10:13:25.935 INFO kablam! --> src/transaction.rs:14:27 Oct 15 10:13:25.935 INFO kablam! | Oct 15 10:13:25.935 INFO kablam! 14 | use bitcoin::util::hash::{Hash160, Sha256dHash}; Oct 15 10:13:25.935 INFO kablam! | ^^^^^^^ Oct 15 10:13:25.935 INFO kablam! Oct 15 10:13:25.935 INFO kablam! warning: unused import: `ToBase58` Oct 15 10:13:25.935 INFO kablam! --> src/transaction.rs:17:14 Oct 15 10:13:25.935 INFO kablam! | Oct 15 10:13:25.935 INFO kablam! 17 | use base58::{ToBase58, FromBase58}; Oct 15 10:13:25.935 INFO kablam! | ^^^^^^^^ Oct 15 10:13:25.935 INFO kablam! Oct 15 10:13:25.967 INFO kablam! warning: unused variable: `network` Oct 15 10:13:25.968 INFO kablam! --> src/transaction.rs:21:9 Oct 15 10:13:25.969 INFO kablam! | Oct 15 10:13:25.969 INFO kablam! 21 | let network = Network::Bitcoin; Oct 15 10:13:25.969 INFO kablam! | ^^^^^^^ help: consider using `_network` instead Oct 15 10:13:25.969 INFO kablam! | Oct 15 10:13:25.969 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:13:25.969 INFO kablam! Oct 15 10:13:25.969 INFO kablam! warning: unused variable: `sighash` Oct 15 10:13:25.969 INFO kablam! --> src/transaction.rs:26:9 Oct 15 10:13:25.969 INFO kablam! | Oct 15 10:13:25.969 INFO kablam! 26 | let sighash = SigHashType::All; Oct 15 10:13:25.969 INFO kablam! | ^^^^^^^ help: consider using `_sighash` instead Oct 15 10:13:25.969 INFO kablam! Oct 15 10:13:25.969 INFO kablam! warning: unused variable: `s` Oct 15 10:13:25.969 INFO kablam! --> src/transaction.rs:31:9 Oct 15 10:13:25.969 INFO kablam! | Oct 15 10:13:25.969 INFO kablam! 31 | let s = Secp256k1::new(); Oct 15 10:13:25.969 INFO kablam! | ^ help: consider using `_s` instead Oct 15 10:13:25.969 INFO kablam! Oct 15 10:13:25.987 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:25.987 INFO kablam! --> src/transaction.rs:52:9 Oct 15 10:13:25.987 INFO kablam! | Oct 15 10:13:25.987 INFO kablam! 52 | let mut txin = TxIn { Oct 15 10:13:25.987 INFO kablam! | ----^^^^ Oct 15 10:13:25.987 INFO kablam! | | Oct 15 10:13:25.987 INFO kablam! | help: remove this `mut` Oct 15 10:13:25.987 INFO kablam! | Oct 15 10:13:25.987 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:13:25.988 INFO kablam! Oct 15 10:13:25.988 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:25.988 INFO kablam! --> src/transaction.rs:62:9 Oct 15 10:13:25.988 INFO kablam! | Oct 15 10:13:25.988 INFO kablam! 62 | let mut transaction = Transaction { Oct 15 10:13:25.988 INFO kablam! | ----^^^^^^^^^^^ Oct 15 10:13:25.988 INFO kablam! | | Oct 15 10:13:25.989 INFO kablam! | help: remove this `mut` Oct 15 10:13:25.989 INFO kablam! Oct 15 10:13:25.989 INFO kablam! warning: function is never used: `generate_address` Oct 15 10:13:25.989 INFO kablam! --> src/address.rs:14:1 Oct 15 10:13:25.989 INFO kablam! | Oct 15 10:13:25.990 INFO kablam! 14 | pub fn generate_address(nwork: &str) -> (String, String) { Oct 15 10:13:25.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:25.990 INFO kablam! | Oct 15 10:13:25.990 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:13:25.990 INFO kablam! Oct 15 10:13:25.990 INFO kablam! warning: function is never used: `options` Oct 15 10:13:25.991 INFO kablam! --> src/main.rs:11:1 Oct 15 10:13:25.991 INFO kablam! | Oct 15 10:13:25.991 INFO kablam! 11 | fn options() -> i32 { Oct 15 10:13:25.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:25.991 INFO kablam! Oct 15 10:13:27.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.20s Oct 15 10:13:27.163 INFO kablam! su: No module specific data is present Oct 15 10:13:28.489 INFO running `"docker" "rm" "-f" "b625bd02365f671b8b03a15e0c29fb7de4a6842dd6b01e981d880583218fc3bb"` Oct 15 10:13:28.791 INFO blam! b625bd02365f671b8b03a15e0c29fb7de4a6842dd6b01e981d880583218fc3bb Oct 15 10:13:28.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:13:29.257 INFO blam! 1b269199e7a7f5f1cc1d768713e26968e2c10f56bb20f3daddf13ae45b367e26 Oct 15 10:13:29.260 INFO running `"docker" "start" "-a" "1b269199e7a7f5f1cc1d768713e26968e2c10f56bb20f3daddf13ae45b367e26"` Oct 15 10:13:31.134 INFO kablam! usermod: no changes Oct 15 10:13:31.304 INFO kablam! Compiling hello_world v0.1.0 (/source) Oct 15 10:13:32.523 INFO kablam! warning: unused import: `std::env` Oct 15 10:13:32.523 INFO kablam! --> src/main.rs:7:5 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 7 | use std::env; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^^ Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.523 INFO kablam! warning: unused import: `std::str` Oct 15 10:13:32.523 INFO kablam! --> src/transaction.rs:6:5 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 6 | use std::str; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^^ Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.523 INFO kablam! warning: unused import: `std::string::String` Oct 15 10:13:32.523 INFO kablam! --> src/transaction.rs:7:5 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 7 | use std::string::String; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.523 INFO kablam! warning: unused import: `bitcoin::util::address::Address` Oct 15 10:13:32.523 INFO kablam! --> src/transaction.rs:8:5 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 8 | use bitcoin::util::address::Address; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.523 INFO kablam! warning: unused import: `bitcoin::util::address::Privkey` Oct 15 10:13:32.523 INFO kablam! --> src/transaction.rs:9:5 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 9 | use bitcoin::util::address::Privkey; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.523 INFO kablam! warning: unused import: `Hash160` Oct 15 10:13:32.523 INFO kablam! --> src/transaction.rs:14:27 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 14 | use bitcoin::util::hash::{Hash160, Sha256dHash}; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^ Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.523 INFO kablam! warning: unused import: `ToBase58` Oct 15 10:13:32.523 INFO kablam! --> src/transaction.rs:17:14 Oct 15 10:13:32.523 INFO kablam! | Oct 15 10:13:32.523 INFO kablam! 17 | use base58::{ToBase58, FromBase58}; Oct 15 10:13:32.523 INFO kablam! | ^^^^^^^^ Oct 15 10:13:32.523 INFO kablam! Oct 15 10:13:32.579 INFO kablam! warning: unused variable: `network` Oct 15 10:13:32.579 INFO kablam! --> src/transaction.rs:21:9 Oct 15 10:13:32.579 INFO kablam! | Oct 15 10:13:32.579 INFO kablam! 21 | let network = Network::Bitcoin; Oct 15 10:13:32.579 INFO kablam! | ^^^^^^^ help: consider using `_network` instead Oct 15 10:13:32.579 INFO kablam! | Oct 15 10:13:32.579 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:13:32.579 INFO kablam! Oct 15 10:13:32.579 INFO kablam! warning: unused variable: `sighash` Oct 15 10:13:32.579 INFO kablam! --> src/transaction.rs:26:9 Oct 15 10:13:32.579 INFO kablam! | Oct 15 10:13:32.579 INFO kablam! 26 | let sighash = SigHashType::All; Oct 15 10:13:32.579 INFO kablam! | ^^^^^^^ help: consider using `_sighash` instead Oct 15 10:13:32.579 INFO kablam! Oct 15 10:13:32.579 INFO kablam! warning: unused variable: `s` Oct 15 10:13:32.579 INFO kablam! --> src/transaction.rs:31:9 Oct 15 10:13:32.579 INFO kablam! | Oct 15 10:13:32.579 INFO kablam! 31 | let s = Secp256k1::new(); Oct 15 10:13:32.579 INFO kablam! | ^ help: consider using `_s` instead Oct 15 10:13:32.579 INFO kablam! Oct 15 10:13:32.607 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:32.607 INFO kablam! --> src/transaction.rs:52:9 Oct 15 10:13:32.607 INFO kablam! | Oct 15 10:13:32.607 INFO kablam! 52 | let mut txin = TxIn { Oct 15 10:13:32.607 INFO kablam! | ----^^^^ Oct 15 10:13:32.607 INFO kablam! | | Oct 15 10:13:32.607 INFO kablam! | help: remove this `mut` Oct 15 10:13:32.607 INFO kablam! | Oct 15 10:13:32.607 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:13:32.607 INFO kablam! Oct 15 10:13:32.607 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:32.607 INFO kablam! --> src/transaction.rs:62:9 Oct 15 10:13:32.607 INFO kablam! | Oct 15 10:13:32.607 INFO kablam! 62 | let mut transaction = Transaction { Oct 15 10:13:32.607 INFO kablam! | ----^^^^^^^^^^^ Oct 15 10:13:32.607 INFO kablam! | | Oct 15 10:13:32.607 INFO kablam! | help: remove this `mut` Oct 15 10:13:32.607 INFO kablam! Oct 15 10:13:32.607 INFO kablam! warning: function is never used: `generate_address` Oct 15 10:13:32.607 INFO kablam! --> src/address.rs:14:1 Oct 15 10:13:32.607 INFO kablam! | Oct 15 10:13:32.607 INFO kablam! 14 | pub fn generate_address(nwork: &str) -> (String, String) { Oct 15 10:13:32.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:32.607 INFO kablam! | Oct 15 10:13:32.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:13:32.607 INFO kablam! Oct 15 10:13:32.607 INFO kablam! warning: function is never used: `options` Oct 15 10:13:32.607 INFO kablam! --> src/main.rs:11:1 Oct 15 10:13:32.607 INFO kablam! | Oct 15 10:13:32.607 INFO kablam! 11 | fn options() -> i32 { Oct 15 10:13:32.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:32.607 INFO kablam! Oct 15 10:13:33.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 15 10:13:33.215 INFO kablam! su: No module specific data is present Oct 15 10:13:34.019 INFO running `"docker" "rm" "-f" "1b269199e7a7f5f1cc1d768713e26968e2c10f56bb20f3daddf13ae45b367e26"` Oct 15 10:13:34.339 INFO blam! 1b269199e7a7f5f1cc1d768713e26968e2c10f56bb20f3daddf13ae45b367e26 Oct 15 10:13:34.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:13:34.812 INFO blam! 1cd48ba35707d7942a7534dd84925241bb80cee7d61c224853f34768124f8d84 Oct 15 10:13:34.815 INFO running `"docker" "start" "-a" "1cd48ba35707d7942a7534dd84925241bb80cee7d61c224853f34768124f8d84"` Oct 15 10:13:35.976 INFO kablam! usermod: no changes Oct 15 10:13:36.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 10:13:36.046 INFO kablam! Running /target/debug/deps/hello_world-84d19ef1c62ee13f Oct 15 10:13:36.049 INFO blam! Oct 15 10:13:36.049 INFO blam! running 0 tests Oct 15 10:13:36.049 INFO blam! Oct 15 10:13:36.049 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:13:36.049 INFO blam! Oct 15 10:13:36.050 INFO kablam! su: No module specific data is present Oct 15 10:13:36.417 INFO running `"docker" "rm" "-f" "1cd48ba35707d7942a7534dd84925241bb80cee7d61c224853f34768124f8d84"` Oct 15 10:13:36.491 INFO blam! 1cd48ba35707d7942a7534dd84925241bb80cee7d61c224853f34768124f8d84