Oct 14 22:55:05.908 INFO testing deuszex/torrentjson-cli against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:55:05.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 22:55:06.395 INFO blam! f3eec4d0c3abbaee4ab23acf36cb91c9ddc3cf2c1a113b7d8da2f873cd7b975d Oct 14 22:55:06.403 INFO running `"docker" "start" "-a" "f3eec4d0c3abbaee4ab23acf36cb91c9ddc3cf2c1a113b7d8da2f873cd7b975d"` Oct 14 22:55:08.090 INFO kablam! usermod: no changes Oct 14 22:55:08.252 INFO kablam! Compiling hostname v0.1.3 Oct 14 22:55:08.258 INFO kablam! Compiling serde_bytes v0.10.2 Oct 14 22:55:08.258 INFO kablam! Compiling serde_json v1.0.6 Oct 14 22:55:08.327 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 22:55:08.333 INFO kablam! Compiling bip_bencode v0.4.2 Oct 14 22:55:10.983 INFO kablam! Compiling serde_bencode v0.2.0 Oct 14 22:55:27.800 INFO kablam! Compiling bson v0.10.0 Oct 14 22:55:31.043 INFO kablam! Compiling torrentjson-cli v0.1.0 (/source) Oct 14 22:55:31.719 INFO kablam! warning: unused import: `self` Oct 14 22:55:31.720 INFO kablam! --> src/main.rs:11:15 Oct 14 22:55:31.720 INFO kablam! | Oct 14 22:55:31.721 INFO kablam! 11 | use std::io::{self, Read}; Oct 14 22:55:31.722 INFO kablam! | ^^^^ Oct 14 22:55:31.722 INFO kablam! | Oct 14 22:55:31.723 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:55:31.723 INFO kablam! Oct 14 22:55:31.731 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 14 22:55:31.732 INFO kablam! --> src/main.rs:136:10 Oct 14 22:55:31.732 INFO kablam! | Oct 14 22:55:31.733 INFO kablam! 136 | while(i < bf.len()){ Oct 14 22:55:31.733 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:55:31.734 INFO kablam! | Oct 14 22:55:31.735 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:55:31.735 INFO kablam! Oct 14 22:55:31.736 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:55:31.736 INFO kablam! --> src/main.rs:156:8 Oct 14 22:55:31.737 INFO kablam! | Oct 14 22:55:31.737 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 14 22:55:31.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:55:31.738 INFO kablam! Oct 14 22:55:32.332 INFO kablam! warning: variable `start` is assigned to, but never used Oct 14 22:55:32.333 INFO kablam! --> src/main.rs:149:13 Oct 14 22:55:32.334 INFO kablam! | Oct 14 22:55:32.334 INFO kablam! 149 | let mut start : i64 = 0; Oct 14 22:55:32.335 INFO kablam! | ^^^^^ Oct 14 22:55:32.336 INFO kablam! | Oct 14 22:55:32.337 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:55:32.337 INFO kablam! = note: consider using `_start` instead Oct 14 22:55:32.338 INFO kablam! Oct 14 22:55:32.338 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 14 22:55:32.339 INFO kablam! --> src/main.rs:151:13 Oct 14 22:55:32.340 INFO kablam! | Oct 14 22:55:32.340 INFO kablam! 151 | let mut actual_byte = 0; Oct 14 22:55:32.341 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:55:32.341 INFO kablam! | Oct 14 22:55:32.342 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:55:32.343 INFO kablam! Oct 14 22:55:32.343 INFO kablam! warning: value assigned to `start` is never read Oct 14 22:55:32.344 INFO kablam! --> src/main.rs:169:17 Oct 14 22:55:32.345 INFO kablam! | Oct 14 22:55:32.345 INFO kablam! 169 | start = piece_index; Oct 14 22:55:32.346 INFO kablam! | ^^^^^ Oct 14 22:55:32.346 INFO kablam! Oct 14 22:55:32.347 INFO kablam! warning: unused variable: `e` Oct 14 22:55:32.348 INFO kablam! --> src/main.rs:285:16 Oct 14 22:55:32.349 INFO kablam! | Oct 14 22:55:32.349 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 14 22:55:32.350 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:55:32.350 INFO kablam! Oct 14 22:55:32.533 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:32.534 INFO kablam! --> src/main.rs:284:9 Oct 14 22:55:32.535 INFO kablam! | Oct 14 22:55:32.535 INFO kablam! 284 | let mut file = F::open(&input); Oct 14 22:55:32.536 INFO kablam! | ----^^^^ Oct 14 22:55:32.536 INFO kablam! | | Oct 14 22:55:32.537 INFO kablam! | help: remove this `mut` Oct 14 22:55:32.538 INFO kablam! | Oct 14 22:55:32.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:55:32.539 INFO kablam! Oct 14 22:55:32.546 INFO kablam! warning: function is never used: `render_torrent` Oct 14 22:55:32.547 INFO kablam! --> src/main.rs:254:1 Oct 14 22:55:32.547 INFO kablam! | Oct 14 22:55:32.548 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 14 22:55:32.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:32.549 INFO kablam! | Oct 14 22:55:32.550 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:55:32.550 INFO kablam! Oct 14 22:55:32.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:55:32.568 INFO kablam! --> src/main.rs:289:5 Oct 14 22:55:32.569 INFO kablam! | Oct 14 22:55:32.570 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 14 22:55:32.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:32.571 INFO kablam! | Oct 14 22:55:32.572 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:55:32.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:55:32.573 INFO kablam! Oct 14 22:55:35.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.17s Oct 14 22:55:35.311 INFO kablam! su: No module specific data is present Oct 14 22:55:37.855 INFO running `"docker" "rm" "-f" "f3eec4d0c3abbaee4ab23acf36cb91c9ddc3cf2c1a113b7d8da2f873cd7b975d"` Oct 14 22:55:38.173 INFO blam! f3eec4d0c3abbaee4ab23acf36cb91c9ddc3cf2c1a113b7d8da2f873cd7b975d Oct 14 22:55:38.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 22:55:38.596 INFO blam! 751e1aa6feea547598bd07206ae9aece901520e3b194ba58edd601c42eb2fda9 Oct 14 22:55:38.619 INFO running `"docker" "start" "-a" "751e1aa6feea547598bd07206ae9aece901520e3b194ba58edd601c42eb2fda9"` Oct 14 22:55:40.380 INFO kablam! usermod: no changes Oct 14 22:55:40.579 INFO kablam! Compiling torrentjson-cli v0.1.0 (/source) Oct 14 22:55:41.303 INFO kablam! warning: unused import: `self` Oct 14 22:55:41.303 INFO kablam! --> src/main.rs:11:15 Oct 14 22:55:41.303 INFO kablam! | Oct 14 22:55:41.303 INFO kablam! 11 | use std::io::{self, Read}; Oct 14 22:55:41.303 INFO kablam! | ^^^^ Oct 14 22:55:41.303 INFO kablam! | Oct 14 22:55:41.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:55:41.303 INFO kablam! Oct 14 22:55:41.303 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 14 22:55:41.303 INFO kablam! --> src/main.rs:136:10 Oct 14 22:55:41.303 INFO kablam! | Oct 14 22:55:41.303 INFO kablam! 136 | while(i < bf.len()){ Oct 14 22:55:41.303 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:55:41.303 INFO kablam! | Oct 14 22:55:41.303 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:55:41.303 INFO kablam! Oct 14 22:55:41.303 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:55:41.303 INFO kablam! --> src/main.rs:156:8 Oct 14 22:55:41.303 INFO kablam! | Oct 14 22:55:41.303 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 14 22:55:41.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:55:41.303 INFO kablam! Oct 14 22:55:41.933 INFO kablam! warning: variable `start` is assigned to, but never used Oct 14 22:55:41.933 INFO kablam! --> src/main.rs:149:13 Oct 14 22:55:41.933 INFO kablam! | Oct 14 22:55:41.933 INFO kablam! 149 | let mut start : i64 = 0; Oct 14 22:55:41.933 INFO kablam! | ^^^^^ Oct 14 22:55:41.933 INFO kablam! | Oct 14 22:55:41.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:55:41.935 INFO kablam! = note: consider using `_start` instead Oct 14 22:55:41.935 INFO kablam! Oct 14 22:55:41.935 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 14 22:55:41.935 INFO kablam! --> src/main.rs:151:13 Oct 14 22:55:41.935 INFO kablam! | Oct 14 22:55:41.935 INFO kablam! 151 | let mut actual_byte = 0; Oct 14 22:55:41.935 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:55:41.935 INFO kablam! | Oct 14 22:55:41.935 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:55:41.935 INFO kablam! Oct 14 22:55:41.935 INFO kablam! warning: value assigned to `start` is never read Oct 14 22:55:41.935 INFO kablam! --> src/main.rs:169:17 Oct 14 22:55:41.935 INFO kablam! | Oct 14 22:55:41.935 INFO kablam! 169 | start = piece_index; Oct 14 22:55:41.935 INFO kablam! | ^^^^^ Oct 14 22:55:41.935 INFO kablam! Oct 14 22:55:41.935 INFO kablam! warning: unused variable: `e` Oct 14 22:55:41.935 INFO kablam! --> src/main.rs:285:16 Oct 14 22:55:41.935 INFO kablam! | Oct 14 22:55:41.935 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 14 22:55:41.935 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:55:41.935 INFO kablam! Oct 14 22:55:42.103 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:42.103 INFO kablam! --> src/main.rs:284:9 Oct 14 22:55:42.103 INFO kablam! | Oct 14 22:55:42.103 INFO kablam! 284 | let mut file = F::open(&input); Oct 14 22:55:42.103 INFO kablam! | ----^^^^ Oct 14 22:55:42.103 INFO kablam! | | Oct 14 22:55:42.103 INFO kablam! | help: remove this `mut` Oct 14 22:55:42.103 INFO kablam! | Oct 14 22:55:42.103 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:55:42.103 INFO kablam! Oct 14 22:55:42.109 INFO kablam! warning: function is never used: `render_torrent` Oct 14 22:55:42.109 INFO kablam! --> src/main.rs:254:1 Oct 14 22:55:42.109 INFO kablam! | Oct 14 22:55:42.109 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 14 22:55:42.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:42.110 INFO kablam! | Oct 14 22:55:42.110 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:55:42.110 INFO kablam! Oct 14 22:55:42.125 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:55:42.126 INFO kablam! --> src/main.rs:289:5 Oct 14 22:55:42.126 INFO kablam! | Oct 14 22:55:42.126 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 14 22:55:42.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:42.127 INFO kablam! | Oct 14 22:55:42.127 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:55:42.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:55:42.127 INFO kablam! Oct 14 22:55:42.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 14 22:55:42.751 INFO kablam! su: No module specific data is present Oct 14 22:55:43.700 INFO running `"docker" "rm" "-f" "751e1aa6feea547598bd07206ae9aece901520e3b194ba58edd601c42eb2fda9"` Oct 14 22:55:43.991 INFO blam! 751e1aa6feea547598bd07206ae9aece901520e3b194ba58edd601c42eb2fda9 Oct 14 22:55:44.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 22:55:44.442 INFO blam! 7fa8b76c1aa245e6f0cc2dfca2b2b2d885be3d7106d2370c73f7376f6a1ddfb7 Oct 14 22:55:44.455 INFO running `"docker" "start" "-a" "7fa8b76c1aa245e6f0cc2dfca2b2b2d885be3d7106d2370c73f7376f6a1ddfb7"` Oct 14 22:55:46.675 INFO kablam! usermod: no changes Oct 14 22:55:46.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 22:55:46.878 INFO kablam! Running /target/debug/deps/torrentjson_cli-845eaa041a88c000 Oct 14 22:55:46.880 INFO blam! Oct 14 22:55:46.880 INFO blam! running 0 tests Oct 14 22:55:46.880 INFO blam! Oct 14 22:55:46.880 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:55:46.880 INFO blam! Oct 14 22:55:46.882 INFO kablam! su: No module specific data is present Oct 14 22:55:48.229 INFO running `"docker" "rm" "-f" "7fa8b76c1aa245e6f0cc2dfca2b2b2d885be3d7106d2370c73f7376f6a1ddfb7"` Oct 14 22:55:48.603 INFO blam! 7fa8b76c1aa245e6f0cc2dfca2b2b2d885be3d7106d2370c73f7376f6a1ddfb7