Oct 12 19:00:45.643 INFO testing wenma/btget against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:00:45.643 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 19:00:46.101 INFO blam! 19776b77eb59d499699208ecf6e14349f9e68a0e495339a6ea8dca5f879d56de Oct 12 19:00:46.103 INFO running `"docker" "start" "-a" "19776b77eb59d499699208ecf6e14349f9e68a0e495339a6ea8dca5f879d56de"` Oct 12 19:00:48.035 INFO kablam! usermod: no changes Oct 12 19:00:48.214 INFO kablam! Compiling encode_unicode v0.3.1 Oct 12 19:00:48.219 INFO kablam! Compiling lazy_static v1.0.1 Oct 12 19:00:48.231 INFO kablam! Compiling memchr v1.0.2 Oct 12 19:00:48.275 INFO kablam! Compiling term v0.5.1 Oct 12 19:00:48.288 INFO kablam! Compiling clap v2.27.1 Oct 12 19:00:48.288 INFO kablam! Compiling number_prefix v0.2.8 Oct 12 19:00:50.103 INFO kablam! Compiling csv v0.15.0 Oct 12 19:00:55.943 INFO kablam! Compiling prettytable-rs v0.7.0 Oct 12 19:01:25.735 INFO kablam! Compiling btget v0.1.0 (/source) Oct 12 19:01:26.099 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 19:01:26.099 INFO kablam! --> src/trackers.rs:2:5 Oct 12 19:01:26.099 INFO kablam! | Oct 12 19:01:26.099 INFO kablam! 2 | use std::collections::HashMap; Oct 12 19:01:26.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.099 INFO kablam! | Oct 12 19:01:26.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:01:26.101 INFO kablam! Oct 12 19:01:26.101 INFO kablam! warning: unused imports: `hex_to_binary`, `to_url_encode` Oct 12 19:01:26.101 INFO kablam! --> src/main.rs:18:14 Oct 12 19:01:26.101 INFO kablam! | Oct 12 19:01:26.101 INFO kablam! 18 | use encode::{to_url_encode, hex_to_binary, info_hash}; Oct 12 19:01:26.101 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 12 19:01:26.101 INFO kablam! Oct 12 19:01:26.304 INFO kablam! warning: method is never used: `get_trackers` Oct 12 19:01:26.305 INFO kablam! --> src/parser.rs:76:5 Oct 12 19:01:26.305 INFO kablam! | Oct 12 19:01:26.305 INFO kablam! 76 | fn get_trackers(&self) -> Vec { Oct 12 19:01:26.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.306 INFO kablam! | Oct 12 19:01:26.306 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:01:26.307 INFO kablam! Oct 12 19:01:26.307 INFO kablam! warning: method is never used: `get_field` Oct 12 19:01:26.307 INFO kablam! --> src/parser.rs:96:5 Oct 12 19:01:26.307 INFO kablam! | Oct 12 19:01:26.308 INFO kablam! 96 | fn get_field(&self, field: String) -> Value { Oct 12 19:01:26.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.308 INFO kablam! Oct 12 19:01:26.308 INFO kablam! warning: method is never used: `get_list` Oct 12 19:01:26.309 INFO kablam! --> src/parser.rs:125:5 Oct 12 19:01:26.309 INFO kablam! | Oct 12 19:01:26.309 INFO kablam! 125 | fn get_list(&self) -> Vec { Oct 12 19:01:26.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.309 INFO kablam! Oct 12 19:01:26.310 INFO kablam! warning: function is never used: `utf8_to_binary` Oct 12 19:01:26.310 INFO kablam! --> src/encode.rs:22:1 Oct 12 19:01:26.310 INFO kablam! | Oct 12 19:01:26.311 INFO kablam! 22 | pub fn utf8_to_binary(u: String) -> Vec { Oct 12 19:01:26.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.311 INFO kablam! Oct 12 19:01:26.311 INFO kablam! warning: function is never used: `to_url_encode` Oct 12 19:01:26.311 INFO kablam! --> src/encode.rs:34:1 Oct 12 19:01:26.312 INFO kablam! | Oct 12 19:01:26.312 INFO kablam! 34 | pub fn to_url_encode(slice: &[u8]) -> String { Oct 12 19:01:26.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.312 INFO kablam! Oct 12 19:01:26.312 INFO kablam! warning: struct is never constructed: `TrackerParams` Oct 12 19:01:26.313 INFO kablam! --> src/trackers.rs:6:1 Oct 12 19:01:26.313 INFO kablam! | Oct 12 19:01:26.313 INFO kablam! 6 | struct TrackerParams { Oct 12 19:01:26.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.314 INFO kablam! Oct 12 19:01:26.314 INFO kablam! warning: struct is never constructed: `TrackerRequest` Oct 12 19:01:26.314 INFO kablam! --> src/trackers.rs:17:1 Oct 12 19:01:26.314 INFO kablam! | Oct 12 19:01:26.319 INFO kablam! 17 | struct TrackerRequest { Oct 12 19:01:26.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.319 INFO kablam! Oct 12 19:01:26.320 INFO kablam! warning: method is never used: `new` Oct 12 19:01:26.320 INFO kablam! --> src/trackers.rs:23:2 Oct 12 19:01:26.320 INFO kablam! | Oct 12 19:01:26.320 INFO kablam! 23 | fn new(announce: String, params: TrackerParams) -> Self { Oct 12 19:01:26.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.321 INFO kablam! Oct 12 19:01:26.321 INFO kablam! warning: method is never used: `do_request` Oct 12 19:01:26.322 INFO kablam! --> src/trackers.rs:30:2 Oct 12 19:01:26.322 INFO kablam! | Oct 12 19:01:26.322 INFO kablam! 30 | fn do_request(&self) { Oct 12 19:01:26.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.323 INFO kablam! Oct 12 19:01:26.323 INFO kablam! warning: struct is never constructed: `TrackerResponse` Oct 12 19:01:26.323 INFO kablam! --> src/trackers.rs:38:1 Oct 12 19:01:26.324 INFO kablam! | Oct 12 19:01:26.324 INFO kablam! 38 | struct TrackerResponse { Oct 12 19:01:26.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:26.325 INFO kablam! Oct 12 19:01:28.854 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.80s Oct 12 19:01:28.859 INFO kablam! su: No module specific data is present Oct 12 19:01:29.985 INFO running `"docker" "rm" "-f" "19776b77eb59d499699208ecf6e14349f9e68a0e495339a6ea8dca5f879d56de"` Oct 12 19:01:30.263 INFO blam! 19776b77eb59d499699208ecf6e14349f9e68a0e495339a6ea8dca5f879d56de Oct 12 19:01:30.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 19:01:30.691 INFO blam! 93bf1a0ed8b9a7e40fe21c0f2a39e13d08808d6658c305761e6d2976d48e7f7e Oct 12 19:01:30.697 INFO running `"docker" "start" "-a" "93bf1a0ed8b9a7e40fe21c0f2a39e13d08808d6658c305761e6d2976d48e7f7e"` Oct 12 19:01:32.027 INFO kablam! usermod: no changes Oct 12 19:01:32.139 INFO kablam! Compiling btget v0.1.0 (/source) Oct 12 19:01:32.542 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 19:01:32.542 INFO kablam! --> src/trackers.rs:2:5 Oct 12 19:01:32.542 INFO kablam! | Oct 12 19:01:32.542 INFO kablam! 2 | use std::collections::HashMap; Oct 12 19:01:32.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.542 INFO kablam! | Oct 12 19:01:32.542 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:01:32.543 INFO kablam! Oct 12 19:01:32.543 INFO kablam! warning: unused imports: `hex_to_binary`, `to_url_encode` Oct 12 19:01:32.543 INFO kablam! --> src/main.rs:18:14 Oct 12 19:01:32.543 INFO kablam! | Oct 12 19:01:32.543 INFO kablam! 18 | use encode::{to_url_encode, hex_to_binary, info_hash}; Oct 12 19:01:32.543 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 12 19:01:32.543 INFO kablam! Oct 12 19:01:32.788 INFO kablam! warning: method is never used: `get_trackers` Oct 12 19:01:32.789 INFO kablam! --> src/parser.rs:76:5 Oct 12 19:01:32.789 INFO kablam! | Oct 12 19:01:32.789 INFO kablam! 76 | fn get_trackers(&self) -> Vec { Oct 12 19:01:32.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.790 INFO kablam! | Oct 12 19:01:32.790 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:01:32.790 INFO kablam! Oct 12 19:01:32.791 INFO kablam! warning: method is never used: `get_field` Oct 12 19:01:32.791 INFO kablam! --> src/parser.rs:96:5 Oct 12 19:01:32.791 INFO kablam! | Oct 12 19:01:32.791 INFO kablam! 96 | fn get_field(&self, field: String) -> Value { Oct 12 19:01:32.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.792 INFO kablam! Oct 12 19:01:32.792 INFO kablam! warning: method is never used: `get_list` Oct 12 19:01:32.792 INFO kablam! --> src/parser.rs:125:5 Oct 12 19:01:32.793 INFO kablam! | Oct 12 19:01:32.793 INFO kablam! 125 | fn get_list(&self) -> Vec { Oct 12 19:01:32.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.794 INFO kablam! Oct 12 19:01:32.794 INFO kablam! warning: function is never used: `utf8_to_binary` Oct 12 19:01:32.794 INFO kablam! --> src/encode.rs:22:1 Oct 12 19:01:32.794 INFO kablam! | Oct 12 19:01:32.795 INFO kablam! 22 | pub fn utf8_to_binary(u: String) -> Vec { Oct 12 19:01:32.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.795 INFO kablam! Oct 12 19:01:32.795 INFO kablam! warning: function is never used: `to_url_encode` Oct 12 19:01:32.796 INFO kablam! --> src/encode.rs:34:1 Oct 12 19:01:32.796 INFO kablam! | Oct 12 19:01:32.796 INFO kablam! 34 | pub fn to_url_encode(slice: &[u8]) -> String { Oct 12 19:01:32.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.797 INFO kablam! Oct 12 19:01:32.797 INFO kablam! warning: struct is never constructed: `TrackerParams` Oct 12 19:01:32.797 INFO kablam! --> src/trackers.rs:6:1 Oct 12 19:01:32.797 INFO kablam! | Oct 12 19:01:32.798 INFO kablam! 6 | struct TrackerParams { Oct 12 19:01:32.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.798 INFO kablam! Oct 12 19:01:32.798 INFO kablam! warning: struct is never constructed: `TrackerRequest` Oct 12 19:01:32.798 INFO kablam! --> src/trackers.rs:17:1 Oct 12 19:01:32.799 INFO kablam! | Oct 12 19:01:32.799 INFO kablam! 17 | struct TrackerRequest { Oct 12 19:01:32.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.799 INFO kablam! Oct 12 19:01:32.800 INFO kablam! warning: method is never used: `new` Oct 12 19:01:32.800 INFO kablam! --> src/trackers.rs:23:2 Oct 12 19:01:32.800 INFO kablam! | Oct 12 19:01:32.801 INFO kablam! 23 | fn new(announce: String, params: TrackerParams) -> Self { Oct 12 19:01:32.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.801 INFO kablam! Oct 12 19:01:32.801 INFO kablam! warning: method is never used: `do_request` Oct 12 19:01:32.802 INFO kablam! --> src/trackers.rs:30:2 Oct 12 19:01:32.802 INFO kablam! | Oct 12 19:01:32.802 INFO kablam! 30 | fn do_request(&self) { Oct 12 19:01:32.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.807 INFO kablam! Oct 12 19:01:32.807 INFO kablam! warning: struct is never constructed: `TrackerResponse` Oct 12 19:01:32.807 INFO kablam! --> src/trackers.rs:38:1 Oct 12 19:01:32.808 INFO kablam! | Oct 12 19:01:32.808 INFO kablam! 38 | struct TrackerResponse { Oct 12 19:01:32.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:01:32.808 INFO kablam! Oct 12 19:01:33.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 12 19:01:33.560 INFO kablam! su: No module specific data is present Oct 12 19:01:34.914 INFO running `"docker" "rm" "-f" "93bf1a0ed8b9a7e40fe21c0f2a39e13d08808d6658c305761e6d2976d48e7f7e"` Oct 12 19:01:35.119 INFO blam! 93bf1a0ed8b9a7e40fe21c0f2a39e13d08808d6658c305761e6d2976d48e7f7e Oct 12 19:01:35.121 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 19:01:35.626 INFO blam! 5e64f0e446412ddfe0cdec2ecf7ea564fcdf085e1640404aba15802f42ff28ca Oct 12 19:01:35.628 INFO running `"docker" "start" "-a" "5e64f0e446412ddfe0cdec2ecf7ea564fcdf085e1640404aba15802f42ff28ca"` Oct 12 19:01:37.355 INFO kablam! usermod: no changes Oct 12 19:01:37.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 12 19:01:37.491 INFO kablam! Running /target/debug/deps/btget-af1fcae52e79b64b Oct 12 19:01:37.495 INFO blam! Oct 12 19:01:37.495 INFO blam! running 0 tests Oct 12 19:01:37.495 INFO blam! Oct 12 19:01:37.495 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:01:37.495 INFO blam! Oct 12 19:01:37.495 INFO kablam! su: No module specific data is present Oct 12 19:01:38.268 INFO running `"docker" "rm" "-f" "5e64f0e446412ddfe0cdec2ecf7ea564fcdf085e1640404aba15802f42ff28ca"` Oct 12 19:01:38.563 INFO blam! 5e64f0e446412ddfe0cdec2ecf7ea564fcdf085e1640404aba15802f42ff28ca