Oct 13 03:17:56.059 INFO testing raiker/goblins against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:17:56.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 03:17:56.549 INFO blam! 21fc658d7281c3b32dfe103472fea2e8d01a6c4225bfbdfc4920a9932a1a65d6 Oct 13 03:17:56.551 INFO running `"docker" "start" "-a" "21fc658d7281c3b32dfe103472fea2e8d01a6c4225bfbdfc4920a9932a1a65d6"` Oct 13 03:17:58.682 INFO kablam! usermod: no changes Oct 13 03:17:58.987 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 13 03:17:58.988 INFO kablam! Compiling serde v1.0.17 Oct 13 03:17:58.991 INFO kablam! Compiling iovec v0.1.1 Oct 13 03:17:58.991 INFO kablam! Compiling memchr v1.0.2 Oct 13 03:17:58.991 INFO kablam! Compiling time v0.1.38 Oct 13 03:17:58.991 INFO kablam! Compiling net2 v0.2.31 Oct 13 03:17:58.991 INFO kablam! Compiling utf-8 v0.7.1 Oct 13 03:17:58.991 INFO kablam! Compiling bit-set v0.4.0 Oct 13 03:18:01.843 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 13 03:18:01.843 INFO kablam! Compiling aho-corasick v0.6.3 Oct 13 03:18:01.867 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 13 03:18:02.123 INFO kablam! Compiling html5ever v0.18.0 Oct 13 03:18:10.623 INFO kablam! Compiling serde_derive_internals v0.16.0 Oct 13 03:18:10.623 INFO kablam! Compiling bytes v0.4.5 Oct 13 03:18:10.759 INFO kablam! Compiling tendril v0.3.1 Oct 13 03:18:10.783 INFO kablam! Compiling mio v0.6.11 Oct 13 03:18:10.983 INFO kablam! Compiling regex v0.2.2 Oct 13 03:18:18.895 INFO kablam! Compiling mime v0.3.5 Oct 13 03:18:18.952 INFO kablam! Compiling string_cache v0.6.2 Oct 13 03:18:19.270 INFO kablam! Compiling tokio-io v0.1.3 Oct 13 03:18:25.244 INFO kablam! Compiling serde_derive v1.0.17 Oct 13 03:18:25.491 INFO kablam! Compiling tokio-core v0.1.10 Oct 13 03:18:33.800 INFO kablam! Compiling markup5ever v0.3.2 Oct 13 03:18:34.048 INFO kablam! Compiling tokio-proto v0.1.1 Oct 13 03:18:37.499 INFO kablam! Compiling serde_json v1.0.5 Oct 13 03:18:40.983 INFO kablam! Compiling hyper v0.11.6 Oct 13 03:18:56.851 INFO kablam! Compiling select v0.4.2 Oct 13 03:19:02.791 INFO kablam! Compiling goblins v0.1.0 (/source) Oct 13 03:19:04.247 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 03:19:04.247 INFO kablam! --> src/main.rs:11:5 Oct 13 03:19:04.247 INFO kablam! | Oct 13 03:19:04.247 INFO kablam! 11 | use std::io::prelude::*; Oct 13 03:19:04.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:19:04.247 INFO kablam! | Oct 13 03:19:04.247 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:19:04.247 INFO kablam! Oct 13 03:19:04.247 INFO kablam! warning: unused imports: `Read`, `Write`, `self` Oct 13 03:19:04.247 INFO kablam! --> src/main.rs:12:15 Oct 13 03:19:04.247 INFO kablam! | Oct 13 03:19:04.247 INFO kablam! 12 | use std::io::{self, Write, Read, BufReader}; Oct 13 03:19:04.247 INFO kablam! | ^^^^ ^^^^^ ^^^^ Oct 13 03:19:04.247 INFO kablam! Oct 13 03:19:04.396 INFO kablam! warning: unused import: `Stream` Oct 13 03:19:04.396 INFO kablam! --> src/main.rs:14:23 Oct 13 03:19:04.396 INFO kablam! | Oct 13 03:19:04.396 INFO kablam! 14 | use futures::{Future, Stream}; Oct 13 03:19:04.396 INFO kablam! | ^^^^^^ Oct 13 03:19:04.396 INFO kablam! Oct 13 03:19:04.455 INFO kablam! warning: function is never used: `make_request` Oct 13 03:19:04.455 INFO kablam! --> src/main.rs:220:1 Oct 13 03:19:04.455 INFO kablam! | Oct 13 03:19:04.455 INFO kablam! 220 | fn make_request() -> Result<(), hyper::Error> { Oct 13 03:19:04.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:19:04.455 INFO kablam! | Oct 13 03:19:04.455 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:19:04.455 INFO kablam! Oct 13 03:19:08.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 13 03:19:08.259 INFO kablam! su: No module specific data is present Oct 13 03:19:08.965 INFO running `"docker" "rm" "-f" "21fc658d7281c3b32dfe103472fea2e8d01a6c4225bfbdfc4920a9932a1a65d6"` Oct 13 03:19:09.214 INFO blam! 21fc658d7281c3b32dfe103472fea2e8d01a6c4225bfbdfc4920a9932a1a65d6 Oct 13 03:19:09.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 03:19:09.769 INFO blam! d3163d40fc3c7cdd923547e07c19f82a8198f2f91ed42b62b242cd98ca4af6ac Oct 13 03:19:09.772 INFO running `"docker" "start" "-a" "d3163d40fc3c7cdd923547e07c19f82a8198f2f91ed42b62b242cd98ca4af6ac"` Oct 13 03:19:11.213 INFO kablam! usermod: no changes Oct 13 03:19:11.427 INFO kablam! Compiling goblins v0.1.0 (/source) Oct 13 03:19:12.751 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 03:19:12.751 INFO kablam! --> src/main.rs:11:5 Oct 13 03:19:12.751 INFO kablam! | Oct 13 03:19:12.751 INFO kablam! 11 | use std::io::prelude::*; Oct 13 03:19:12.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:19:12.751 INFO kablam! | Oct 13 03:19:12.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:19:12.751 INFO kablam! Oct 13 03:19:12.751 INFO kablam! warning: unused imports: `Read`, `Write`, `self` Oct 13 03:19:12.751 INFO kablam! --> src/main.rs:12:15 Oct 13 03:19:12.751 INFO kablam! | Oct 13 03:19:12.751 INFO kablam! 12 | use std::io::{self, Write, Read, BufReader}; Oct 13 03:19:12.751 INFO kablam! | ^^^^ ^^^^^ ^^^^ Oct 13 03:19:12.751 INFO kablam! Oct 13 03:19:12.907 INFO kablam! warning: unused import: `Stream` Oct 13 03:19:12.907 INFO kablam! --> src/main.rs:14:23 Oct 13 03:19:12.907 INFO kablam! | Oct 13 03:19:12.907 INFO kablam! 14 | use futures::{Future, Stream}; Oct 13 03:19:12.907 INFO kablam! | ^^^^^^ Oct 13 03:19:12.907 INFO kablam! Oct 13 03:19:12.963 INFO kablam! warning: function is never used: `make_request` Oct 13 03:19:12.963 INFO kablam! --> src/main.rs:220:1 Oct 13 03:19:12.963 INFO kablam! | Oct 13 03:19:12.963 INFO kablam! 220 | fn make_request() -> Result<(), hyper::Error> { Oct 13 03:19:12.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:19:12.963 INFO kablam! | Oct 13 03:19:12.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:19:12.963 INFO kablam! Oct 13 03:19:13.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Oct 13 03:19:13.694 INFO kablam! su: No module specific data is present Oct 13 03:19:14.607 INFO running `"docker" "rm" "-f" "d3163d40fc3c7cdd923547e07c19f82a8198f2f91ed42b62b242cd98ca4af6ac"` Oct 13 03:19:14.919 INFO blam! d3163d40fc3c7cdd923547e07c19f82a8198f2f91ed42b62b242cd98ca4af6ac Oct 13 03:19:14.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 03:19:15.291 INFO blam! 10875839407deb6b6e3a962f94ee89673c6701743dc33b769e1a0c650427389e Oct 13 03:19:15.307 INFO running `"docker" "start" "-a" "10875839407deb6b6e3a962f94ee89673c6701743dc33b769e1a0c650427389e"` Oct 13 03:19:16.566 INFO kablam! usermod: no changes Oct 13 03:19:16.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 13 03:19:16.814 INFO kablam! Running /target/debug/deps/goblins-b7056e29de22e75c Oct 13 03:19:16.819 INFO kablam! su: No module specific data is present Oct 13 03:19:16.819 INFO blam! Oct 13 03:19:16.819 INFO blam! running 0 tests Oct 13 03:19:16.819 INFO blam! Oct 13 03:19:16.819 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:19:16.819 INFO blam! Oct 13 03:19:17.488 INFO running `"docker" "rm" "-f" "10875839407deb6b6e3a962f94ee89673c6701743dc33b769e1a0c650427389e"` Oct 13 03:19:17.882 INFO blam! 10875839407deb6b6e3a962f94ee89673c6701743dc33b769e1a0c650427389e