Oct 12 18:45:43.440 INFO testing wismer/rs_torrent against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:45:43.440 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 12 18:45:43.932 INFO blam! 6f6479a0cc953d76935a3ec5fd7a7a041eb996e9841950bb92c77612d1817f44 Oct 12 18:45:43.933 INFO running `"docker" "start" "-a" "6f6479a0cc953d76935a3ec5fd7a7a041eb996e9841950bb92c77612d1817f44"` Oct 12 18:45:46.583 INFO kablam! usermod: no changes Oct 12 18:45:46.842 INFO kablam! Compiling string v0.1.1 Oct 12 18:45:46.843 INFO kablam! Compiling log v0.4.4 Oct 12 18:45:46.843 INFO kablam! Compiling uuid v0.6.5 Oct 12 18:45:46.844 INFO kablam! Compiling rand v0.4.3 Oct 12 18:45:46.851 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 12 18:45:46.851 INFO kablam! Compiling tokio-executor v0.1.3 Oct 12 18:45:46.852 INFO kablam! Compiling bytes v0.4.9 Oct 12 18:45:46.852 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 12 18:45:51.500 INFO kablam! Compiling mio v0.6.15 Oct 12 18:45:51.502 INFO kablam! Compiling want v0.0.6 Oct 12 18:45:51.504 INFO kablam! Compiling tokio-timer v0.2.5 Oct 12 18:45:54.531 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 12 18:45:55.811 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 18:45:55.812 INFO kablam! Compiling http v0.1.10 Oct 12 18:45:58.023 INFO kablam! Compiling backtrace v0.3.9 Oct 12 18:46:00.635 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 12 18:46:01.743 INFO kablam! Compiling error-chain v0.11.0 Oct 12 18:46:04.139 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 18:46:04.259 INFO kablam! Compiling bip_bencode v0.4.4 Oct 12 18:46:04.555 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 12 18:46:09.603 INFO kablam! Compiling tokio-udp v0.1.1 Oct 12 18:46:09.707 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 12 18:46:11.723 INFO kablam! Compiling tokio-fs v0.1.3 Oct 12 18:46:14.311 INFO kablam! Compiling tokio v0.1.7 Oct 12 18:46:20.391 INFO kablam! Compiling h2 v0.1.12 Oct 12 18:46:27.563 INFO kablam! Compiling hyper v0.12.8 Oct 12 18:46:34.093 INFO kablam! Compiling rs_bittorrent v0.1.0 (/source) Oct 12 18:46:34.507 INFO kablam! warning: unused variable: `torrent` Oct 12 18:46:34.507 INFO kablam! --> src/main.rs:36:9 Oct 12 18:46:34.507 INFO kablam! | Oct 12 18:46:34.507 INFO kablam! 36 | let torrent = Torrent::new(&torrent_content); Oct 12 18:46:34.507 INFO kablam! | ^^^^^^^ help: consider using `_torrent` instead Oct 12 18:46:34.507 INFO kablam! | Oct 12 18:46:34.507 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:46:34.507 INFO kablam! Oct 12 18:46:34.507 INFO kablam! warning: unused variable: `announce_list` Oct 12 18:46:34.507 INFO kablam! --> src/torrent/torrent.rs:34:13 Oct 12 18:46:34.507 INFO kablam! | Oct 12 18:46:34.507 INFO kablam! 34 | let announce_list = dict.lookup(b"announce-list").unwrap(); Oct 12 18:46:34.507 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_announce_list` instead Oct 12 18:46:34.507 INFO kablam! Oct 12 18:46:34.523 INFO kablam! warning: method is never used: `tracker_query_params` Oct 12 18:46:34.523 INFO kablam! --> src/torrent/torrent.rs:61:5 Oct 12 18:46:34.523 INFO kablam! | Oct 12 18:46:34.523 INFO kablam! 61 | fn tracker_query_params(&self) -> Option { Oct 12 18:46:34.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:34.523 INFO kablam! | Oct 12 18:46:34.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:46:34.523 INFO kablam! Oct 12 18:46:34.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:46:34.523 INFO kablam! --> src/main.rs:33:5 Oct 12 18:46:34.523 INFO kablam! | Oct 12 18:46:34.523 INFO kablam! 33 | torrent_file.read_to_end(&mut contents); Oct 12 18:46:34.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:34.523 INFO kablam! | Oct 12 18:46:34.523 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:46:34.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:46:34.523 INFO kablam! Oct 12 18:46:39.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.65s Oct 12 18:46:39.275 INFO kablam! su: No module specific data is present Oct 12 18:46:39.528 INFO running `"docker" "rm" "-f" "6f6479a0cc953d76935a3ec5fd7a7a041eb996e9841950bb92c77612d1817f44"` Oct 12 18:46:39.673 INFO blam! 6f6479a0cc953d76935a3ec5fd7a7a041eb996e9841950bb92c77612d1817f44 Oct 12 18:46:39.674 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 12 18:46:39.864 INFO blam! 12968a75dc1412852167494682739902f8b8edb423c40224da755a60c5c10188 Oct 12 18:46:39.864 INFO running `"docker" "start" "-a" "12968a75dc1412852167494682739902f8b8edb423c40224da755a60c5c10188"` Oct 12 18:46:40.268 INFO kablam! usermod: no changes Oct 12 18:46:40.377 INFO kablam! Compiling rs_bittorrent v0.1.0 (/source) Oct 12 18:46:40.740 INFO kablam! warning: unused variable: `torrent` Oct 12 18:46:40.741 INFO kablam! --> src/main.rs:36:9 Oct 12 18:46:40.741 INFO kablam! | Oct 12 18:46:40.741 INFO kablam! 36 | let torrent = Torrent::new(&torrent_content); Oct 12 18:46:40.741 INFO kablam! | ^^^^^^^ help: consider using `_torrent` instead Oct 12 18:46:40.741 INFO kablam! | Oct 12 18:46:40.741 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:46:40.741 INFO kablam! Oct 12 18:46:40.741 INFO kablam! warning: unused variable: `announce_list` Oct 12 18:46:40.741 INFO kablam! --> src/torrent/torrent.rs:34:13 Oct 12 18:46:40.741 INFO kablam! | Oct 12 18:46:40.741 INFO kablam! 34 | let announce_list = dict.lookup(b"announce-list").unwrap(); Oct 12 18:46:40.741 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_announce_list` instead Oct 12 18:46:40.741 INFO kablam! Oct 12 18:46:40.755 INFO kablam! warning: method is never used: `tracker_query_params` Oct 12 18:46:40.755 INFO kablam! --> src/torrent/torrent.rs:61:5 Oct 12 18:46:40.755 INFO kablam! | Oct 12 18:46:40.755 INFO kablam! 61 | fn tracker_query_params(&self) -> Option { Oct 12 18:46:40.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:40.755 INFO kablam! | Oct 12 18:46:40.755 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:46:40.755 INFO kablam! Oct 12 18:46:40.756 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:46:40.756 INFO kablam! --> src/main.rs:33:5 Oct 12 18:46:40.756 INFO kablam! | Oct 12 18:46:40.756 INFO kablam! 33 | torrent_file.read_to_end(&mut contents); Oct 12 18:46:40.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:46:40.756 INFO kablam! | Oct 12 18:46:40.756 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:46:40.756 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:46:40.756 INFO kablam! Oct 12 18:46:41.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 12 18:46:41.145 INFO kablam! su: No module specific data is present Oct 12 18:46:41.503 INFO running `"docker" "rm" "-f" "12968a75dc1412852167494682739902f8b8edb423c40224da755a60c5c10188"` Oct 12 18:46:41.769 INFO blam! 12968a75dc1412852167494682739902f8b8edb423c40224da755a60c5c10188 Oct 12 18:46:41.779 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 12 18:46:42.203 INFO blam! c3539fc17ebaa5e56347a311b5e07a4c9a453cbdfe4ef57f2dd0329f0499f64d Oct 12 18:46:42.207 INFO running `"docker" "start" "-a" "c3539fc17ebaa5e56347a311b5e07a4c9a453cbdfe4ef57f2dd0329f0499f64d"` Oct 12 18:46:43.591 INFO kablam! usermod: no changes Oct 12 18:46:43.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 12 18:46:43.752 INFO kablam! Running /target/debug/deps/rs_bittorrent-31beefeffe6d9839 Oct 12 18:46:43.763 INFO blam! Oct 12 18:46:43.763 INFO blam! running 0 tests Oct 12 18:46:43.763 INFO blam! Oct 12 18:46:43.763 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:46:43.763 INFO blam! Oct 12 18:46:43.765 INFO kablam! su: No module specific data is present Oct 12 18:46:44.267 INFO running `"docker" "rm" "-f" "c3539fc17ebaa5e56347a311b5e07a4c9a453cbdfe4ef57f2dd0329f0499f64d"` Oct 12 18:46:44.555 INFO blam! c3539fc17ebaa5e56347a311b5e07a4c9a453cbdfe4ef57f2dd0329f0499f64d