Nov 16 22:31:37.676 INFO testing kevinw/eth-rust-workshop against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 22:31:37.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 22:31:38.100 INFO [stdout] f7db2d4f9c43f4c5367304705b86ea149f584c22b3ece7090d2f2a336ac50e14 Nov 16 22:31:38.103 INFO running `"docker" "start" "-a" "f7db2d4f9c43f4c5367304705b86ea149f584c22b3ece7090d2f2a336ac50e14"` Nov 16 22:31:39.289 INFO [stderr] usermod: no changes Nov 16 22:31:39.577 INFO [stderr] Compiling serde v1.0.62 Nov 16 22:31:39.578 INFO [stderr] Compiling crunchy v0.1.6 Nov 16 22:31:39.591 INFO [stderr] Compiling heapsize v0.4.2 Nov 16 22:31:39.593 INFO [stderr] Compiling rustc-hex v1.0.0 Nov 16 22:31:39.596 INFO [stderr] Compiling base64 v0.5.2 Nov 16 22:31:39.598 INFO [stderr] Compiling backtrace-sys v0.1.21 Nov 16 22:31:39.600 INFO [stderr] Compiling tokio-timer v0.1.2 Nov 16 22:31:39.604 INFO [stderr] Compiling crossbeam-epoch v0.4.1 Nov 16 22:31:41.769 INFO [stderr] Compiling uint v0.2.1 Nov 16 22:31:41.770 INFO [stderr] Compiling ethereum-types v0.3.2 Nov 16 22:31:41.801 INFO [stderr] Compiling syn v0.14.0 Nov 16 22:31:43.507 INFO [stderr] Compiling hyper v0.10.13 Nov 16 22:31:43.607 INFO [stderr] Compiling crossbeam-deque v0.3.1 Nov 16 22:31:43.997 INFO [stderr] Compiling tiny-keccak v1.4.2 Nov 16 22:31:45.024 INFO [stderr] Compiling fixed-hash v0.2.1 Nov 16 22:31:45.156 INFO [stderr] Compiling tokio-threadpool v0.1.3 Nov 16 22:31:46.178 INFO [stderr] Compiling backtrace v0.3.8 Nov 16 22:31:47.987 INFO [stderr] Compiling error-chain v0.11.0 Nov 16 22:31:50.367 INFO [stderr] Compiling tokio-fs v0.1.0 Nov 16 22:31:53.631 INFO [stderr] Compiling tokio v0.1.6 Nov 16 22:31:58.717 INFO [stderr] Compiling tokio-core v0.1.17 Nov 16 22:32:09.967 INFO [stderr] Compiling serde_derive v1.0.62 Nov 16 22:32:11.783 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 16 22:32:11.783 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 16 22:32:11.784 INFO [stderr] Compiling tokio-uds v0.1.7 Nov 16 22:32:17.192 INFO [stderr] Compiling websocket v0.20.2 Nov 16 22:32:22.979 INFO [stderr] Compiling ethereum-types-serialize v0.2.1 Nov 16 22:32:22.979 INFO [stderr] Compiling serde_json v1.0.18 Nov 16 22:32:24.182 INFO [stderr] Compiling hyper v0.11.27 Nov 16 22:32:25.319 INFO [stderr] Compiling ethbloom v0.5.0 Nov 16 22:33:03.252 INFO [stderr] Compiling jsonrpc-core v8.0.1 Nov 16 22:33:09.649 INFO [stderr] Compiling hyper-tls v0.1.3 Nov 16 22:33:43.329 INFO [stderr] Compiling ethabi v5.1.1 Nov 16 22:33:47.320 INFO [stderr] Compiling web3 v0.3.0 Nov 16 22:34:03.941 INFO [stderr] Compiling ethworkshop v0.1.0 (/source) Nov 16 22:34:06.595 INFO [stderr] warning: unused imports: `thread`, `time` Nov 16 22:34:06.595 INFO [stderr] --> src/main.rs:6:11 Nov 16 22:34:06.595 INFO [stderr] | Nov 16 22:34:06.595 INFO [stderr] 6 | use std::{thread, time}; Nov 16 22:34:06.595 INFO [stderr] | ^^^^^^ ^^^^ Nov 16 22:34:06.595 INFO [stderr] | Nov 16 22:34:06.595 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 22:34:06.595 INFO [stderr] Nov 16 22:34:06.703 INFO [stderr] warning: unused variable: `address_str` Nov 16 22:34:06.703 INFO [stderr] --> src/main.rs:29:13 Nov 16 22:34:06.703 INFO [stderr] | Nov 16 22:34:06.703 INFO [stderr] 29 | let address_str = line.clone(); Nov 16 22:34:06.703 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_address_str` instead Nov 16 22:34:06.703 INFO [stderr] | Nov 16 22:34:06.703 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 22:34:06.703 INFO [stderr] Nov 16 22:34:12.108 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 32s Nov 16 22:34:12.122 INFO [stderr] su: No module specific data is present Nov 16 22:34:12.661 INFO running `"docker" "inspect" "f7db2d4f9c43f4c5367304705b86ea149f584c22b3ece7090d2f2a336ac50e14"` Nov 16 22:34:12.911 INFO running `"docker" "rm" "-f" "f7db2d4f9c43f4c5367304705b86ea149f584c22b3ece7090d2f2a336ac50e14"` Nov 16 22:34:13.291 INFO [stdout] f7db2d4f9c43f4c5367304705b86ea149f584c22b3ece7090d2f2a336ac50e14 Nov 16 22:34:13.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 22:34:13.668 INFO [stdout] 3424e804279456662cf0e423aecdd2adabfa5ef61981a3b952f2596ae02ea088 Nov 16 22:34:13.675 INFO running `"docker" "start" "-a" "3424e804279456662cf0e423aecdd2adabfa5ef61981a3b952f2596ae02ea088"` Nov 16 22:34:14.762 INFO [stderr] usermod: no changes Nov 16 22:34:15.107 INFO [stderr] Compiling ethworkshop v0.1.0 (/source) Nov 16 22:34:17.871 INFO [stderr] warning: unused imports: `thread`, `time` Nov 16 22:34:17.871 INFO [stderr] --> src/main.rs:6:11 Nov 16 22:34:17.871 INFO [stderr] | Nov 16 22:34:17.871 INFO [stderr] 6 | use std::{thread, time}; Nov 16 22:34:17.871 INFO [stderr] | ^^^^^^ ^^^^ Nov 16 22:34:17.871 INFO [stderr] | Nov 16 22:34:17.871 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 22:34:17.871 INFO [stderr] Nov 16 22:34:17.971 INFO [stderr] warning: unused variable: `address_str` Nov 16 22:34:17.971 INFO [stderr] --> src/main.rs:29:13 Nov 16 22:34:17.971 INFO [stderr] | Nov 16 22:34:17.971 INFO [stderr] 29 | let address_str = line.clone(); Nov 16 22:34:17.971 INFO [stderr] | ^^^^^^^^^^^ help: consider using `_address_str` instead Nov 16 22:34:17.971 INFO [stderr] | Nov 16 22:34:17.971 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 22:34:17.971 INFO [stderr] Nov 16 22:34:18.471 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.66s Nov 16 22:34:18.487 INFO [stderr] su: No module specific data is present Nov 16 22:34:19.381 INFO running `"docker" "inspect" "3424e804279456662cf0e423aecdd2adabfa5ef61981a3b952f2596ae02ea088"` Nov 16 22:34:19.649 INFO running `"docker" "rm" "-f" "3424e804279456662cf0e423aecdd2adabfa5ef61981a3b952f2596ae02ea088"` Nov 16 22:34:20.025 INFO [stdout] 3424e804279456662cf0e423aecdd2adabfa5ef61981a3b952f2596ae02ea088 Nov 16 22:34:20.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 22:34:20.396 INFO [stdout] 0095eb17a288c6257b358f5a2767528d392625e949295e8cae210b4173b56704 Nov 16 22:34:20.400 INFO running `"docker" "start" "-a" "0095eb17a288c6257b358f5a2767528d392625e949295e8cae210b4173b56704"` Nov 16 22:34:21.707 INFO [stderr] usermod: no changes Nov 16 22:34:21.999 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s Nov 16 22:34:22.031 INFO [stderr] Running /target/debug/deps/ethworkshop-60722adee98ad77a Nov 16 22:34:22.061 INFO [stdout] Nov 16 22:34:22.061 INFO [stdout] running 0 tests Nov 16 22:34:22.061 INFO [stdout] Nov 16 22:34:22.061 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 22:34:22.061 INFO [stdout] Nov 16 22:34:22.063 INFO [stderr] su: No module specific data is present Nov 16 22:34:22.695 INFO running `"docker" "inspect" "0095eb17a288c6257b358f5a2767528d392625e949295e8cae210b4173b56704"` Nov 16 22:34:23.051 INFO running `"docker" "rm" "-f" "0095eb17a288c6257b358f5a2767528d392625e949295e8cae210b4173b56704"` Nov 16 22:34:23.505 INFO [stdout] 0095eb17a288c6257b358f5a2767528d392625e949295e8cae210b4173b56704