Oct 15 10:13:05.928 INFO testing Hrishikesh-Thakkar/Bitcoin_Wallet_Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:13:05.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.207 INFO blam! e26835f331cf51cdd4495cde585770c3ac6a0c51008a242635817d52fe3c3c93 Oct 15 10:13:06.223 INFO running `"docker" "start" "-a" "e26835f331cf51cdd4495cde585770c3ac6a0c51008a242635817d52fe3c3c93"` Oct 15 10:13:07.474 INFO kablam! usermod: no changes Oct 15 10:13:07.609 INFO kablam! Compiling secp256k1 v0.8.2 Oct 15 10:13:07.609 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 10:13:07.609 INFO kablam! Compiling serde v0.6.15 Oct 15 10:13:16.479 INFO kablam! Compiling strason v0.3.4 Oct 15 10:13:22.453 INFO kablam! Compiling bitcoin v0.11.0 Oct 15 10:13:29.831 INFO kablam! Compiling hello_world v0.1.0 (/source) Oct 15 10:13:31.199 INFO kablam! warning: unused import: `std::env` Oct 15 10:13:31.199 INFO kablam! --> src/main.rs:7:5 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 7 | use std::env; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^^ Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.199 INFO kablam! warning: unused import: `std::str` Oct 15 10:13:31.199 INFO kablam! --> src/transaction.rs:6:5 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 6 | use std::str; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^^ Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.199 INFO kablam! warning: unused import: `std::string::String` Oct 15 10:13:31.199 INFO kablam! --> src/transaction.rs:7:5 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 7 | use std::string::String; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.199 INFO kablam! warning: unused import: `bitcoin::util::address::Address` Oct 15 10:13:31.199 INFO kablam! --> src/transaction.rs:8:5 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 8 | use bitcoin::util::address::Address; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.199 INFO kablam! warning: unused import: `bitcoin::util::address::Privkey` Oct 15 10:13:31.199 INFO kablam! --> src/transaction.rs:9:5 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 9 | use bitcoin::util::address::Privkey; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.199 INFO kablam! warning: unused import: `Hash160` Oct 15 10:13:31.199 INFO kablam! --> src/transaction.rs:14:27 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 14 | use bitcoin::util::hash::{Hash160, Sha256dHash}; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^ Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.199 INFO kablam! warning: unused import: `ToBase58` Oct 15 10:13:31.199 INFO kablam! --> src/transaction.rs:17:14 Oct 15 10:13:31.199 INFO kablam! | Oct 15 10:13:31.199 INFO kablam! 17 | use base58::{ToBase58, FromBase58}; Oct 15 10:13:31.199 INFO kablam! | ^^^^^^^^ Oct 15 10:13:31.199 INFO kablam! Oct 15 10:13:31.241 INFO kablam! warning: unused variable: `network` Oct 15 10:13:31.241 INFO kablam! --> src/transaction.rs:21:9 Oct 15 10:13:31.241 INFO kablam! | Oct 15 10:13:31.241 INFO kablam! 21 | let network = Network::Bitcoin; Oct 15 10:13:31.241 INFO kablam! | ^^^^^^^ help: consider using `_network` instead Oct 15 10:13:31.241 INFO kablam! | Oct 15 10:13:31.242 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:13:31.243 INFO kablam! Oct 15 10:13:31.243 INFO kablam! warning: unused variable: `sighash` Oct 15 10:13:31.243 INFO kablam! --> src/transaction.rs:26:9 Oct 15 10:13:31.243 INFO kablam! | Oct 15 10:13:31.243 INFO kablam! 26 | let sighash = SigHashType::All; Oct 15 10:13:31.243 INFO kablam! | ^^^^^^^ help: consider using `_sighash` instead Oct 15 10:13:31.243 INFO kablam! Oct 15 10:13:31.243 INFO kablam! warning: unused variable: `s` Oct 15 10:13:31.243 INFO kablam! --> src/transaction.rs:31:9 Oct 15 10:13:31.243 INFO kablam! | Oct 15 10:13:31.243 INFO kablam! 31 | let s = Secp256k1::new(); Oct 15 10:13:31.243 INFO kablam! | ^ help: consider using `_s` instead Oct 15 10:13:31.243 INFO kablam! Oct 15 10:13:31.262 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:31.262 INFO kablam! --> src/transaction.rs:52:9 Oct 15 10:13:31.262 INFO kablam! | Oct 15 10:13:31.262 INFO kablam! 52 | let mut txin = TxIn { Oct 15 10:13:31.264 INFO kablam! | ----^^^^ Oct 15 10:13:31.264 INFO kablam! | | Oct 15 10:13:31.264 INFO kablam! | help: remove this `mut` Oct 15 10:13:31.264 INFO kablam! | Oct 15 10:13:31.264 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:13:31.264 INFO kablam! Oct 15 10:13:31.264 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:31.264 INFO kablam! --> src/transaction.rs:62:9 Oct 15 10:13:31.264 INFO kablam! | Oct 15 10:13:31.264 INFO kablam! 62 | let mut transaction = Transaction { Oct 15 10:13:31.264 INFO kablam! | ----^^^^^^^^^^^ Oct 15 10:13:31.264 INFO kablam! | | Oct 15 10:13:31.264 INFO kablam! | help: remove this `mut` Oct 15 10:13:31.264 INFO kablam! Oct 15 10:13:31.264 INFO kablam! warning: function is never used: `generate_address` Oct 15 10:13:31.264 INFO kablam! --> src/address.rs:14:1 Oct 15 10:13:31.264 INFO kablam! | Oct 15 10:13:31.264 INFO kablam! 14 | pub fn generate_address(nwork: &str) -> (String, String) { Oct 15 10:13:31.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:31.264 INFO kablam! | Oct 15 10:13:31.264 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:13:31.264 INFO kablam! Oct 15 10:13:31.264 INFO kablam! warning: function is never used: `options` Oct 15 10:13:31.264 INFO kablam! --> src/main.rs:11:1 Oct 15 10:13:31.264 INFO kablam! | Oct 15 10:13:31.264 INFO kablam! 11 | fn options() -> i32 { Oct 15 10:13:31.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:31.264 INFO kablam! Oct 15 10:13:32.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.80s Oct 15 10:13:32.299 INFO kablam! su: No module specific data is present Oct 15 10:13:32.992 INFO running `"docker" "rm" "-f" "e26835f331cf51cdd4495cde585770c3ac6a0c51008a242635817d52fe3c3c93"` Oct 15 10:13:33.372 INFO blam! e26835f331cf51cdd4495cde585770c3ac6a0c51008a242635817d52fe3c3c93 Oct 15 10:13:33.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:33.776 INFO blam! 25c90c7aa9b71ecf2343b5b103344bed421794a83e5f5b5678e9ad0c0d5612c2 Oct 15 10:13:33.779 INFO running `"docker" "start" "-a" "25c90c7aa9b71ecf2343b5b103344bed421794a83e5f5b5678e9ad0c0d5612c2"` Oct 15 10:13:34.926 INFO kablam! usermod: no changes Oct 15 10:13:35.027 INFO kablam! Compiling hello_world v0.1.0 (/source) Oct 15 10:13:36.168 INFO kablam! warning: unused import: `std::env` Oct 15 10:13:36.168 INFO kablam! --> src/main.rs:7:5 Oct 15 10:13:36.169 INFO kablam! | Oct 15 10:13:36.169 INFO kablam! 7 | use std::env; Oct 15 10:13:36.169 INFO kablam! | ^^^^^^^^ Oct 15 10:13:36.170 INFO kablam! | Oct 15 10:13:36.170 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:13:36.170 INFO kablam! Oct 15 10:13:36.171 INFO kablam! warning: unused import: `std::str` Oct 15 10:13:36.172 INFO kablam! --> src/transaction.rs:6:5 Oct 15 10:13:36.172 INFO kablam! | Oct 15 10:13:36.172 INFO kablam! 6 | use std::str; Oct 15 10:13:36.173 INFO kablam! | ^^^^^^^^ Oct 15 10:13:36.173 INFO kablam! Oct 15 10:13:36.173 INFO kablam! warning: unused import: `std::string::String` Oct 15 10:13:36.174 INFO kablam! --> src/transaction.rs:7:5 Oct 15 10:13:36.174 INFO kablam! | Oct 15 10:13:36.175 INFO kablam! 7 | use std::string::String; Oct 15 10:13:36.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:36.175 INFO kablam! Oct 15 10:13:36.175 INFO kablam! warning: unused import: `bitcoin::util::address::Address` Oct 15 10:13:36.176 INFO kablam! --> src/transaction.rs:8:5 Oct 15 10:13:36.176 INFO kablam! | Oct 15 10:13:36.176 INFO kablam! 8 | use bitcoin::util::address::Address; Oct 15 10:13:36.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:36.177 INFO kablam! Oct 15 10:13:36.177 INFO kablam! warning: unused import: `bitcoin::util::address::Privkey` Oct 15 10:13:36.178 INFO kablam! --> src/transaction.rs:9:5 Oct 15 10:13:36.178 INFO kablam! | Oct 15 10:13:36.178 INFO kablam! 9 | use bitcoin::util::address::Privkey; Oct 15 10:13:36.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:36.179 INFO kablam! Oct 15 10:13:36.179 INFO kablam! warning: unused import: `Hash160` Oct 15 10:13:36.180 INFO kablam! --> src/transaction.rs:14:27 Oct 15 10:13:36.180 INFO kablam! | Oct 15 10:13:36.180 INFO kablam! 14 | use bitcoin::util::hash::{Hash160, Sha256dHash}; Oct 15 10:13:36.181 INFO kablam! | ^^^^^^^ Oct 15 10:13:36.181 INFO kablam! Oct 15 10:13:36.181 INFO kablam! warning: unused import: `ToBase58` Oct 15 10:13:36.182 INFO kablam! --> src/transaction.rs:17:14 Oct 15 10:13:36.182 INFO kablam! | Oct 15 10:13:36.182 INFO kablam! 17 | use base58::{ToBase58, FromBase58}; Oct 15 10:13:36.183 INFO kablam! | ^^^^^^^^ Oct 15 10:13:36.183 INFO kablam! Oct 15 10:13:36.227 INFO kablam! warning: unused variable: `network` Oct 15 10:13:36.227 INFO kablam! --> src/transaction.rs:21:9 Oct 15 10:13:36.227 INFO kablam! | Oct 15 10:13:36.227 INFO kablam! 21 | let network = Network::Bitcoin; Oct 15 10:13:36.227 INFO kablam! | ^^^^^^^ help: consider using `_network` instead Oct 15 10:13:36.227 INFO kablam! | Oct 15 10:13:36.227 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:13:36.227 INFO kablam! Oct 15 10:13:36.227 INFO kablam! warning: unused variable: `sighash` Oct 15 10:13:36.227 INFO kablam! --> src/transaction.rs:26:9 Oct 15 10:13:36.227 INFO kablam! | Oct 15 10:13:36.227 INFO kablam! 26 | let sighash = SigHashType::All; Oct 15 10:13:36.227 INFO kablam! | ^^^^^^^ help: consider using `_sighash` instead Oct 15 10:13:36.227 INFO kablam! Oct 15 10:13:36.227 INFO kablam! warning: unused variable: `s` Oct 15 10:13:36.227 INFO kablam! --> src/transaction.rs:31:9 Oct 15 10:13:36.227 INFO kablam! | Oct 15 10:13:36.227 INFO kablam! 31 | let s = Secp256k1::new(); Oct 15 10:13:36.227 INFO kablam! | ^ help: consider using `_s` instead Oct 15 10:13:36.227 INFO kablam! Oct 15 10:13:36.247 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:36.247 INFO kablam! --> src/transaction.rs:52:9 Oct 15 10:13:36.247 INFO kablam! | Oct 15 10:13:36.247 INFO kablam! 52 | let mut txin = TxIn { Oct 15 10:13:36.247 INFO kablam! | ----^^^^ Oct 15 10:13:36.247 INFO kablam! | | Oct 15 10:13:36.247 INFO kablam! | help: remove this `mut` Oct 15 10:13:36.247 INFO kablam! | Oct 15 10:13:36.247 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:13:36.247 INFO kablam! Oct 15 10:13:36.247 INFO kablam! warning: variable does not need to be mutable Oct 15 10:13:36.247 INFO kablam! --> src/transaction.rs:62:9 Oct 15 10:13:36.247 INFO kablam! | Oct 15 10:13:36.247 INFO kablam! 62 | let mut transaction = Transaction { Oct 15 10:13:36.247 INFO kablam! | ----^^^^^^^^^^^ Oct 15 10:13:36.247 INFO kablam! | | Oct 15 10:13:36.247 INFO kablam! | help: remove this `mut` Oct 15 10:13:36.247 INFO kablam! Oct 15 10:13:36.247 INFO kablam! warning: function is never used: `generate_address` Oct 15 10:13:36.247 INFO kablam! --> src/address.rs:14:1 Oct 15 10:13:36.247 INFO kablam! | Oct 15 10:13:36.247 INFO kablam! 14 | pub fn generate_address(nwork: &str) -> (String, String) { Oct 15 10:13:36.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:36.247 INFO kablam! | Oct 15 10:13:36.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:13:36.247 INFO kablam! Oct 15 10:13:36.247 INFO kablam! warning: function is never used: `options` Oct 15 10:13:36.247 INFO kablam! --> src/main.rs:11:1 Oct 15 10:13:36.247 INFO kablam! | Oct 15 10:13:36.247 INFO kablam! 11 | fn options() -> i32 { Oct 15 10:13:36.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:36.247 INFO kablam! Oct 15 10:13:36.630 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 15 10:13:36.636 INFO kablam! su: No module specific data is present Oct 15 10:13:36.919 INFO running `"docker" "rm" "-f" "25c90c7aa9b71ecf2343b5b103344bed421794a83e5f5b5678e9ad0c0d5612c2"` Oct 15 10:13:37.046 INFO blam! 25c90c7aa9b71ecf2343b5b103344bed421794a83e5f5b5678e9ad0c0d5612c2 Oct 15 10:13:37.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:37.262 INFO blam! fe8ca666a5c6cefe21389afc5e3154ea0ec6697097f75821bb56b82280de6ce4 Oct 15 10:13:37.265 INFO running `"docker" "start" "-a" "fe8ca666a5c6cefe21389afc5e3154ea0ec6697097f75821bb56b82280de6ce4"` Oct 15 10:13:38.083 INFO kablam! usermod: no changes Oct 15 10:13:38.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 10:13:38.169 INFO kablam! Running /target/debug/deps/hello_world-01a9fd79e3f7249d Oct 15 10:13:38.173 INFO blam! Oct 15 10:13:38.173 INFO blam! running 0 tests Oct 15 10:13:38.173 INFO blam! Oct 15 10:13:38.173 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:13:38.173 INFO blam! Oct 15 10:13:38.174 INFO kablam! su: No module specific data is present Oct 15 10:13:38.539 INFO running `"docker" "rm" "-f" "fe8ca666a5c6cefe21389afc5e3154ea0ec6697097f75821bb56b82280de6ce4"` Oct 15 10:13:38.834 INFO blam! fe8ca666a5c6cefe21389afc5e3154ea0ec6697097f75821bb56b82280de6ce4