Oct 14 17:25:26.936 INFO testing jakecraige/cstream against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:25:26.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:25:27.425 INFO blam! 37097724bcfcd07ba7e397286b7ccc8aef1f5cd021b6206ecc67226418b6ecc4 Oct 14 17:25:27.428 INFO running `"docker" "start" "-a" "37097724bcfcd07ba7e397286b7ccc8aef1f5cd021b6206ecc67226418b6ecc4"` Oct 14 17:25:28.994 INFO kablam! usermod: no changes Oct 14 17:25:29.431 INFO kablam! Compiling encoding_rs v0.8.9 Oct 14 17:25:29.431 INFO kablam! Compiling tokio-io v0.1.9 Oct 14 17:25:29.436 INFO kablam! Compiling openssl v0.9.24 Oct 14 17:25:29.436 INFO kablam! Compiling syn v0.15.8 Oct 14 17:25:29.436 INFO kablam! Compiling chrono v0.4.6 Oct 14 17:25:29.439 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 14 17:25:29.440 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 14 17:25:34.521 INFO kablam! Compiling tokio-codec v0.1.1 Oct 14 17:25:34.523 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 14 17:25:39.031 INFO kablam! Compiling tokio-fs v0.1.3 Oct 14 17:25:43.075 INFO kablam! Compiling tokio-udp v0.1.2 Oct 14 17:25:43.115 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 14 17:25:43.115 INFO kablam! Compiling tokio-uds v0.2.2 Oct 14 17:25:50.079 INFO kablam! Compiling tokio v0.1.11 Oct 14 17:25:51.195 INFO kablam! Compiling native-tls v0.1.5 Oct 14 17:25:57.943 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 17:26:00.756 INFO kablam! Compiling serde_derive v1.0.79 Oct 14 17:26:05.195 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 17:26:05.195 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 17:26:11.703 INFO kablam! Compiling hyper v0.11.27 Oct 14 17:26:36.398 INFO kablam! Compiling hyper-tls v0.1.4 Oct 14 17:26:38.121 INFO kablam! Compiling reqwest v0.8.8 Oct 14 17:26:48.484 INFO kablam! Compiling stellar-client v0.1.2 Oct 14 17:26:58.788 INFO kablam! Compiling cstream v0.1.0 (/source) Oct 14 17:27:00.813 INFO kablam! warning: unused import: `Adapter` Oct 14 17:27:00.813 INFO kablam! --> src/currency/stellar/adapter.rs:4:15 Oct 14 17:27:00.813 INFO kablam! | Oct 14 17:27:00.813 INFO kablam! 4 | use adapter::{Adapter, Common, Block}; Oct 14 17:27:00.813 INFO kablam! | ^^^^^^^ Oct 14 17:27:00.813 INFO kablam! | Oct 14 17:27:00.813 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:27:00.813 INFO kablam! Oct 14 17:27:00.814 INFO kablam! warning: unused import: `Common` Oct 14 17:27:00.814 INFO kablam! --> src/main.rs:8:24 Oct 14 17:27:00.814 INFO kablam! | Oct 14 17:27:00.814 INFO kablam! 8 | use adapter::{Adapter, Common}; Oct 14 17:27:00.814 INFO kablam! | ^^^^^^ Oct 14 17:27:00.814 INFO kablam! Oct 14 17:27:00.919 INFO kablam! warning: unused variable: `hash` Oct 14 17:27:00.919 INFO kablam! --> src/currency/stellar/adapter.rs:42:29 Oct 14 17:27:00.919 INFO kablam! | Oct 14 17:27:00.919 INFO kablam! 42 | fn block_by_hash(&self, hash: String) -> Block { Oct 14 17:27:00.919 INFO kablam! | ^^^^ help: consider using `_hash` instead Oct 14 17:27:00.919 INFO kablam! | Oct 14 17:27:00.921 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:27:00.921 INFO kablam! Oct 14 17:27:00.926 INFO kablam! warning: method is never used: `block_parent` Oct 14 17:27:00.927 INFO kablam! --> src/currency/stellar/adapter.rs:15:5 Oct 14 17:27:00.927 INFO kablam! | Oct 14 17:27:00.927 INFO kablam! 15 | fn block_parent(&self, from_block: Block) -> Block { Oct 14 17:27:00.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:27:00.927 INFO kablam! | Oct 14 17:27:00.927 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:27:00.927 INFO kablam! Oct 14 17:27:00.927 INFO kablam! warning: function is never used: `hello` Oct 14 17:27:00.927 INFO kablam! --> src/stream/blocks.rs:1:1 Oct 14 17:27:00.927 INFO kablam! | Oct 14 17:27:00.927 INFO kablam! 1 | pub fn hello() -> String { Oct 14 17:27:00.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:27:00.929 INFO kablam! Oct 14 17:27:06.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 37s Oct 14 17:27:06.335 INFO kablam! su: No module specific data is present Oct 14 17:27:08.060 INFO running `"docker" "rm" "-f" "37097724bcfcd07ba7e397286b7ccc8aef1f5cd021b6206ecc67226418b6ecc4"` Oct 14 17:27:08.499 INFO blam! 37097724bcfcd07ba7e397286b7ccc8aef1f5cd021b6206ecc67226418b6ecc4 Oct 14 17:27:08.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:27:09.052 INFO blam! 2d33c78c0d06cdb96d564bc68fdd7805a7749791a370fcaf18725408bac166b2 Oct 14 17:27:09.054 INFO running `"docker" "start" "-a" "2d33c78c0d06cdb96d564bc68fdd7805a7749791a370fcaf18725408bac166b2"` Oct 14 17:27:10.539 INFO kablam! usermod: no changes Oct 14 17:27:10.875 INFO kablam! Compiling cstream v0.1.0 (/source) Oct 14 17:27:12.695 INFO kablam! warning: unused import: `Adapter` Oct 14 17:27:12.695 INFO kablam! --> src/currency/stellar/adapter.rs:4:15 Oct 14 17:27:12.695 INFO kablam! | Oct 14 17:27:12.695 INFO kablam! 4 | use adapter::{Adapter, Common, Block}; Oct 14 17:27:12.695 INFO kablam! | ^^^^^^^ Oct 14 17:27:12.695 INFO kablam! | Oct 14 17:27:12.695 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:27:12.695 INFO kablam! Oct 14 17:27:12.695 INFO kablam! warning: unused import: `Common` Oct 14 17:27:12.695 INFO kablam! --> src/main.rs:8:24 Oct 14 17:27:12.695 INFO kablam! | Oct 14 17:27:12.695 INFO kablam! 8 | use adapter::{Adapter, Common}; Oct 14 17:27:12.695 INFO kablam! | ^^^^^^ Oct 14 17:27:12.695 INFO kablam! Oct 14 17:27:12.795 INFO kablam! warning: unused variable: `hash` Oct 14 17:27:12.795 INFO kablam! --> src/currency/stellar/adapter.rs:42:29 Oct 14 17:27:12.795 INFO kablam! | Oct 14 17:27:12.795 INFO kablam! 42 | fn block_by_hash(&self, hash: String) -> Block { Oct 14 17:27:12.795 INFO kablam! | ^^^^ help: consider using `_hash` instead Oct 14 17:27:12.795 INFO kablam! | Oct 14 17:27:12.799 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:27:12.799 INFO kablam! Oct 14 17:27:12.803 INFO kablam! warning: method is never used: `block_parent` Oct 14 17:27:12.803 INFO kablam! --> src/currency/stellar/adapter.rs:15:5 Oct 14 17:27:12.803 INFO kablam! | Oct 14 17:27:12.803 INFO kablam! 15 | fn block_parent(&self, from_block: Block) -> Block { Oct 14 17:27:12.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:27:12.811 INFO kablam! | Oct 14 17:27:12.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:27:12.811 INFO kablam! Oct 14 17:27:12.811 INFO kablam! warning: function is never used: `hello` Oct 14 17:27:12.811 INFO kablam! --> src/stream/blocks.rs:1:1 Oct 14 17:27:12.811 INFO kablam! | Oct 14 17:27:12.811 INFO kablam! 1 | pub fn hello() -> String { Oct 14 17:27:12.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:27:12.811 INFO kablam! Oct 14 17:27:13.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.97s Oct 14 17:27:13.551 INFO kablam! su: No module specific data is present Oct 14 17:27:14.819 INFO running `"docker" "rm" "-f" "2d33c78c0d06cdb96d564bc68fdd7805a7749791a370fcaf18725408bac166b2"` Oct 14 17:27:15.105 INFO blam! 2d33c78c0d06cdb96d564bc68fdd7805a7749791a370fcaf18725408bac166b2 Oct 14 17:27:15.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:27:15.634 INFO blam! 2227f0c7a255e03fd8eb36b6b33a7a258d4594ae8b7face5a0b32683ecaa579f Oct 14 17:27:15.637 INFO running `"docker" "start" "-a" "2227f0c7a255e03fd8eb36b6b33a7a258d4594ae8b7face5a0b32683ecaa579f"` Oct 14 17:27:17.599 INFO kablam! usermod: no changes Oct 14 17:27:17.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 14 17:27:17.839 INFO kablam! Running /target/debug/deps/cstream-033ad4595372e309 Oct 14 17:27:17.839 INFO blam! Oct 14 17:27:17.839 INFO blam! running 0 tests Oct 14 17:27:17.839 INFO blam! Oct 14 17:27:17.839 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:27:17.839 INFO blam! Oct 14 17:27:17.851 INFO kablam! su: No module specific data is present Oct 14 17:27:18.742 INFO running `"docker" "rm" "-f" "2227f0c7a255e03fd8eb36b6b33a7a258d4594ae8b7face5a0b32683ecaa579f"` Oct 14 17:27:19.086 INFO blam! 2227f0c7a255e03fd8eb36b6b33a7a258d4594ae8b7face5a0b32683ecaa579f