Oct 14 15:14:24.761 INFO testing kevinw/eth-rust-workshop against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:14:24.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 15:14:25.120 INFO blam! b240b94e5fb292f345197dd993ae1ced08594db8cc452348828edfb4dee0918c Oct 14 15:14:25.122 INFO running `"docker" "start" "-a" "b240b94e5fb292f345197dd993ae1ced08594db8cc452348828edfb4dee0918c"` Oct 14 15:14:26.407 INFO kablam! usermod: no changes Oct 14 15:14:26.695 INFO kablam! Compiling crunchy v0.1.6 Oct 14 15:14:26.695 INFO kablam! Compiling heapsize v0.4.2 Oct 14 15:14:26.696 INFO kablam! Compiling serde v1.0.62 Oct 14 15:14:26.703 INFO kablam! Compiling rustc-hex v1.0.0 Oct 14 15:14:26.703 INFO kablam! Compiling base64 v0.5.2 Oct 14 15:14:26.703 INFO kablam! Compiling backtrace-sys v0.1.21 Oct 14 15:14:26.703 INFO kablam! Compiling tokio-timer v0.1.2 Oct 14 15:14:26.704 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 14 15:14:28.619 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 14 15:14:32.671 INFO kablam! Compiling mio-uds v0.6.6 Oct 14 15:14:32.707 INFO kablam! Compiling parking_lot v0.5.5 Oct 14 15:14:32.725 INFO kablam! Compiling uint v0.2.1 Oct 14 15:14:32.725 INFO kablam! Compiling ethereum-types v0.3.2 Oct 14 15:14:32.823 INFO kablam! Compiling openssl v0.9.24 Oct 14 15:14:32.824 INFO kablam! Compiling openssl-sys v0.9.31 Oct 14 15:14:32.859 INFO kablam! Compiling syn v0.14.0 Oct 14 15:14:35.887 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 14 15:14:35.999 INFO kablam! Compiling hyper v0.10.13 Oct 14 15:14:36.801 INFO kablam! Compiling tiny-keccak v1.4.2 Oct 14 15:14:39.067 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 14 15:14:39.076 INFO kablam! Compiling fixed-hash v0.2.1 Oct 14 15:14:40.239 INFO kablam! Compiling backtrace v0.3.8 Oct 14 15:14:45.000 INFO kablam! Compiling error-chain v0.11.0 Oct 14 15:14:50.435 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 15:14:53.331 INFO kablam! Compiling tokio v0.1.6 Oct 14 15:15:04.908 INFO kablam! Compiling serde_derive v1.0.62 Oct 14 15:15:05.127 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 15:15:19.900 INFO kablam! Compiling native-tls v0.1.5 Oct 14 15:15:20.197 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 15:15:20.197 INFO kablam! Compiling tokio-uds v0.1.7 Oct 14 15:15:22.196 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 15:15:25.091 INFO kablam! Compiling websocket v0.20.2 Oct 14 15:15:28.456 INFO kablam! Compiling hyper v0.11.27 Oct 14 15:15:33.591 INFO kablam! Compiling ethereum-types-serialize v0.2.1 Oct 14 15:15:33.591 INFO kablam! Compiling serde_json v1.0.18 Oct 14 15:15:36.805 INFO kablam! Compiling ethbloom v0.5.0 Oct 14 15:15:55.588 INFO kablam! Compiling jsonrpc-core v8.0.1 Oct 14 15:16:08.957 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 15:16:40.268 INFO kablam! Compiling ethabi v5.1.1 Oct 14 15:16:44.969 INFO kablam! Compiling web3 v0.3.0 Oct 14 15:17:01.665 INFO kablam! Compiling ethworkshop v0.1.0 (/source) Oct 14 15:17:02.847 INFO kablam! warning: unused imports: `thread`, `time` Oct 14 15:17:02.847 INFO kablam! --> src/main.rs:6:11 Oct 14 15:17:02.847 INFO kablam! | Oct 14 15:17:02.847 INFO kablam! 6 | use std::{thread, time}; Oct 14 15:17:02.847 INFO kablam! | ^^^^^^ ^^^^ Oct 14 15:17:02.847 INFO kablam! | Oct 14 15:17:02.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:17:02.847 INFO kablam! Oct 14 15:17:02.941 INFO kablam! warning: unused variable: `address_str` Oct 14 15:17:02.942 INFO kablam! --> src/main.rs:29:13 Oct 14 15:17:02.942 INFO kablam! | Oct 14 15:17:02.942 INFO kablam! 29 | let address_str = line.clone(); Oct 14 15:17:02.942 INFO kablam! | ^^^^^^^^^^^ help: consider using `_address_str` instead Oct 14 15:17:02.942 INFO kablam! | Oct 14 15:17:02.942 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:17:02.942 INFO kablam! Oct 14 15:17:08.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 41s Oct 14 15:17:08.210 INFO kablam! su: No module specific data is present Oct 14 15:17:11.379 INFO running `"docker" "rm" "-f" "b240b94e5fb292f345197dd993ae1ced08594db8cc452348828edfb4dee0918c"` Oct 14 15:17:11.759 INFO blam! b240b94e5fb292f345197dd993ae1ced08594db8cc452348828edfb4dee0918c Oct 14 15:17:11.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 15:17:12.256 INFO blam! fa3478294f2045cff3724a41e0e863871abc15ed6a9067c1ddbb89bdf38c4220 Oct 14 15:17:12.257 INFO running `"docker" "start" "-a" "fa3478294f2045cff3724a41e0e863871abc15ed6a9067c1ddbb89bdf38c4220"` Oct 14 15:17:14.767 INFO kablam! usermod: no changes Oct 14 15:17:15.061 INFO kablam! Compiling ethworkshop v0.1.0 (/source) Oct 14 15:17:16.267 INFO kablam! warning: unused imports: `thread`, `time` Oct 14 15:17:16.268 INFO kablam! --> src/main.rs:6:11 Oct 14 15:17:16.269 INFO kablam! | Oct 14 15:17:16.269 INFO kablam! 6 | use std::{thread, time}; Oct 14 15:17:16.270 INFO kablam! | ^^^^^^ ^^^^ Oct 14 15:17:16.271 INFO kablam! | Oct 14 15:17:16.271 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:17:16.272 INFO kablam! Oct 14 15:17:16.376 INFO kablam! warning: unused variable: `address_str` Oct 14 15:17:16.377 INFO kablam! --> src/main.rs:29:13 Oct 14 15:17:16.377 INFO kablam! | Oct 14 15:17:16.378 INFO kablam! 29 | let address_str = line.clone(); Oct 14 15:17:16.379 INFO kablam! | ^^^^^^^^^^^ help: consider using `_address_str` instead Oct 14 15:17:16.379 INFO kablam! | Oct 14 15:17:16.380 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:17:16.380 INFO kablam! Oct 14 15:17:17.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 14 15:17:17.029 INFO kablam! su: No module specific data is present Oct 14 15:17:18.463 INFO running `"docker" "rm" "-f" "fa3478294f2045cff3724a41e0e863871abc15ed6a9067c1ddbb89bdf38c4220"` Oct 14 15:17:18.771 INFO blam! fa3478294f2045cff3724a41e0e863871abc15ed6a9067c1ddbb89bdf38c4220 Oct 14 15:17:18.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 15:17:19.341 INFO blam! 72a0fbd2e875939dfc3ee368b61982381d8b0fb1f1a198b8a69bfde029d5d1f4 Oct 14 15:17:19.344 INFO running `"docker" "start" "-a" "72a0fbd2e875939dfc3ee368b61982381d8b0fb1f1a198b8a69bfde029d5d1f4"` Oct 14 15:17:21.224 INFO kablam! usermod: no changes Oct 14 15:17:21.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 14 15:17:21.503 INFO kablam! Running /target/debug/deps/ethworkshop-16b5afdeffd61114 Oct 14 15:17:21.505 INFO blam! Oct 14 15:17:21.505 INFO blam! running 0 tests Oct 14 15:17:21.505 INFO blam! Oct 14 15:17:21.505 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:17:21.505 INFO blam! Oct 14 15:17:21.516 INFO kablam! su: No module specific data is present Oct 14 15:17:23.032 INFO running `"docker" "rm" "-f" "72a0fbd2e875939dfc3ee368b61982381d8b0fb1f1a198b8a69bfde029d5d1f4"` Oct 14 15:17:23.343 INFO blam! 72a0fbd2e875939dfc3ee368b61982381d8b0fb1f1a198b8a69bfde029d5d1f4