Oct 12 18:45:38.197 INFO testing wismer/rs_torrent against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:45:38.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 18:45:38.759 INFO blam! 3b60e1c8c366aa76e0cc2971b5ff87856a84af84b9e5ad84ebd5b0959ae0ca1f Oct 12 18:45:38.761 INFO running `"docker" "start" "-a" "3b60e1c8c366aa76e0cc2971b5ff87856a84af84b9e5ad84ebd5b0959ae0ca1f"` Oct 12 18:45:40.044 INFO kablam! usermod: no changes Oct 12 18:45:40.275 INFO kablam! Compiling byteorder v1.2.4 Oct 12 18:45:40.275 INFO kablam! Compiling cc v1.0.17 Oct 12 18:45:40.279 INFO kablam! Compiling slab v0.4.1 Oct 12 18:45:40.279 INFO kablam! Compiling rustc-demangle v0.1.8 Oct 12 18:45:40.283 INFO kablam! Compiling lazy_static v1.1.0 Oct 12 18:45:40.283 INFO kablam! Compiling rand v0.4.3 Oct 12 18:45:40.283 INFO kablam! Compiling log v0.4.4 Oct 12 18:45:40.283 INFO kablam! Compiling uuid v0.6.5 Oct 12 18:45:42.274 INFO kablam! Compiling tokio-executor v0.1.3 Oct 12 18:45:43.928 INFO kablam! Compiling mio v0.6.15 Oct 12 18:45:43.929 INFO kablam! Compiling want v0.0.6 Oct 12 18:45:46.091 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 12 18:45:46.091 INFO kablam! Compiling bytes v0.4.9 Oct 12 18:45:46.091 INFO kablam! Compiling tokio-timer v0.2.5 Oct 12 18:45:55.455 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 12 18:45:56.303 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 12 18:45:56.314 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 18:45:57.667 INFO kablam! Compiling http v0.1.10 Oct 12 18:45:58.344 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 12 18:46:01.411 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 12 18:46:01.412 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 18:46:02.283 INFO kablam! Compiling backtrace v0.3.9 Oct 12 18:46:04.783 INFO kablam! Compiling error-chain v0.11.0 Oct 12 18:46:05.060 INFO kablam! Compiling tokio-fs v0.1.3 Oct 12 18:46:06.567 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 18:46:06.567 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 12 18:46:09.187 INFO kablam! Compiling bip_bencode v0.4.4 Oct 12 18:46:09.495 INFO kablam! Compiling tokio v0.1.7 Oct 12 18:46:18.419 INFO kablam! Compiling h2 v0.1.12 Oct 12 18:46:26.167 INFO kablam! Compiling hyper v0.12.8 Oct 12 18:46:32.843 INFO kablam! Compiling rs_bittorrent v0.1.0 (/source) Oct 12 18:46:33.327 INFO kablam! warning: unused variable: `torrent` Oct 12 18:46:33.328 INFO kablam! --> src/main.rs:36:9 Oct 12 18:46:33.328 INFO kablam! | Oct 12 18:46:33.328 INFO kablam! 36 | let torrent = Torrent::new(&torrent_content); Oct 12 18:46:33.329 INFO kablam! | ^^^^^^^ help: consider using `_torrent` instead Oct 12 18:46:33.329 INFO kablam! | Oct 12 18:46:33.329 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:46:33.330 INFO kablam! Oct 12 18:46:33.330 INFO kablam! warning: unused variable: `announce_list` Oct 12 18:46:33.330 INFO kablam! --> src/torrent/torrent.rs:34:13 Oct 12 18:46:33.331 INFO kablam! | Oct 12 18:46:33.331 INFO kablam! 34 | let announce_list = dict.lookup(b"announce-list").unwrap(); Oct 12 18:46:33.331 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_announce_list` instead Oct 12 18:46:33.331 INFO kablam! Oct 12 18:46:33.339 INFO kablam! warning: method is never used: `tracker_query_params` Oct 12 18:46:33.339 INFO kablam! --> src/torrent/torrent.rs:61:5 Oct 12 18:46:33.340 INFO kablam! | Oct 12 18:46:33.340 INFO kablam! 61 | fn tracker_query_params(&self) -> Option { Oct 12 18:46:33.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:33.341 INFO kablam! | Oct 12 18:46:33.341 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:46:33.341 INFO kablam! Oct 12 18:46:33.341 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:46:33.342 INFO kablam! --> src/main.rs:33:5 Oct 12 18:46:33.342 INFO kablam! | Oct 12 18:46:33.342 INFO kablam! 33 | torrent_file.read_to_end(&mut contents); Oct 12 18:46:33.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:33.343 INFO kablam! | Oct 12 18:46:33.343 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:46:33.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:46:33.344 INFO kablam! Oct 12 18:46:38.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.26s Oct 12 18:46:38.333 INFO kablam! su: No module specific data is present Oct 12 18:46:38.577 INFO running `"docker" "rm" "-f" "3b60e1c8c366aa76e0cc2971b5ff87856a84af84b9e5ad84ebd5b0959ae0ca1f"` Oct 12 18:46:38.687 INFO blam! 3b60e1c8c366aa76e0cc2971b5ff87856a84af84b9e5ad84ebd5b0959ae0ca1f Oct 12 18:46:38.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 18:46:38.876 INFO blam! f4b519f6f4c76986f33cc6e5a79166b55ce298614c4e8d4052a105e143074126 Oct 12 18:46:38.880 INFO running `"docker" "start" "-a" "f4b519f6f4c76986f33cc6e5a79166b55ce298614c4e8d4052a105e143074126"` Oct 12 18:46:39.264 INFO kablam! usermod: no changes Oct 12 18:46:39.356 INFO kablam! Compiling rs_bittorrent v0.1.0 (/source) Oct 12 18:46:39.699 INFO kablam! warning: unused variable: `torrent` Oct 12 18:46:39.699 INFO kablam! --> src/main.rs:36:9 Oct 12 18:46:39.699 INFO kablam! | Oct 12 18:46:39.699 INFO kablam! 36 | let torrent = Torrent::new(&torrent_content); Oct 12 18:46:39.699 INFO kablam! | ^^^^^^^ help: consider using `_torrent` instead Oct 12 18:46:39.699 INFO kablam! | Oct 12 18:46:39.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:46:39.699 INFO kablam! Oct 12 18:46:39.699 INFO kablam! warning: unused variable: `announce_list` Oct 12 18:46:39.699 INFO kablam! --> src/torrent/torrent.rs:34:13 Oct 12 18:46:39.699 INFO kablam! | Oct 12 18:46:39.699 INFO kablam! 34 | let announce_list = dict.lookup(b"announce-list").unwrap(); Oct 12 18:46:39.699 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_announce_list` instead Oct 12 18:46:39.699 INFO kablam! Oct 12 18:46:39.701 INFO kablam! warning: method is never used: `tracker_query_params` Oct 12 18:46:39.701 INFO kablam! --> src/torrent/torrent.rs:61:5 Oct 12 18:46:39.701 INFO kablam! | Oct 12 18:46:39.701 INFO kablam! 61 | fn tracker_query_params(&self) -> Option { Oct 12 18:46:39.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:39.701 INFO kablam! | Oct 12 18:46:39.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:46:39.701 INFO kablam! Oct 12 18:46:39.702 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:46:39.702 INFO kablam! --> src/main.rs:33:5 Oct 12 18:46:39.702 INFO kablam! | Oct 12 18:46:39.702 INFO kablam! 33 | torrent_file.read_to_end(&mut contents); Oct 12 18:46:39.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:39.702 INFO kablam! | Oct 12 18:46:39.702 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:46:39.702 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:46:39.702 INFO kablam! Oct 12 18:46:40.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 12 18:46:40.074 INFO kablam! su: No module specific data is present Oct 12 18:46:40.326 INFO running `"docker" "rm" "-f" "f4b519f6f4c76986f33cc6e5a79166b55ce298614c4e8d4052a105e143074126"` Oct 12 18:46:40.387 INFO blam! f4b519f6f4c76986f33cc6e5a79166b55ce298614c4e8d4052a105e143074126 Oct 12 18:46:40.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 18:46:40.573 INFO blam! 0490c3f019872018f1565610c3e007c98eac6ba892322106f73a2393294c1858 Oct 12 18:46:40.576 INFO running `"docker" "start" "-a" "0490c3f019872018f1565610c3e007c98eac6ba892322106f73a2393294c1858"` Oct 12 18:46:41.086 INFO kablam! usermod: no changes Oct 12 18:46:41.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 18:46:41.210 INFO kablam! Running /target/debug/deps/rs_bittorrent-79d8dc07f2ba8586 Oct 12 18:46:41.212 INFO blam! Oct 12 18:46:41.213 INFO blam! running 0 tests Oct 12 18:46:41.213 INFO blam! Oct 12 18:46:41.213 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:46:41.213 INFO blam! Oct 12 18:46:41.216 INFO kablam! su: No module specific data is present Oct 12 18:46:41.671 INFO running `"docker" "rm" "-f" "0490c3f019872018f1565610c3e007c98eac6ba892322106f73a2393294c1858"` Oct 12 18:46:41.911 INFO blam! 0490c3f019872018f1565610c3e007c98eac6ba892322106f73a2393294c1858