Oct 14 22:55:38.858 INFO testing deuszex/torrentjson-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:55:38.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:55:39.264 INFO blam! 9377fcc91163fe8d1290e93f312e067dc4ee5c0e4116560caa43d1a0cb0c2b01 Oct 14 22:55:39.271 INFO running `"docker" "start" "-a" "9377fcc91163fe8d1290e93f312e067dc4ee5c0e4116560caa43d1a0cb0c2b01"` Oct 14 22:55:41.475 INFO kablam! usermod: no changes Oct 14 22:55:41.664 INFO kablam! Compiling hostname v0.1.3 Oct 14 22:55:41.675 INFO kablam! Compiling serde_json v1.0.6 Oct 14 22:55:41.675 INFO kablam! Compiling serde_bytes v0.10.2 Oct 14 22:55:41.676 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 22:55:41.677 INFO kablam! Compiling chrono v0.4.0 Oct 14 22:55:41.677 INFO kablam! Compiling bip_bencode v0.4.2 Oct 14 22:55:44.052 INFO kablam! Compiling serde_bencode v0.2.0 Oct 14 22:56:02.143 INFO kablam! Compiling bson v0.10.0 Oct 14 22:56:05.123 INFO kablam! Compiling torrentjson-cli v0.1.0 (/source) Oct 14 22:56:05.775 INFO kablam! warning: unused import: `self` Oct 14 22:56:05.775 INFO kablam! --> src/main.rs:11:15 Oct 14 22:56:05.775 INFO kablam! | Oct 14 22:56:05.775 INFO kablam! 11 | use std::io::{self, Read}; Oct 14 22:56:05.775 INFO kablam! | ^^^^ Oct 14 22:56:05.775 INFO kablam! | Oct 14 22:56:05.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:56:05.775 INFO kablam! Oct 14 22:56:05.775 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 14 22:56:05.775 INFO kablam! --> src/main.rs:136:10 Oct 14 22:56:05.775 INFO kablam! | Oct 14 22:56:05.775 INFO kablam! 136 | while(i < bf.len()){ Oct 14 22:56:05.775 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:56:05.775 INFO kablam! | Oct 14 22:56:05.775 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:56:05.775 INFO kablam! Oct 14 22:56:05.775 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:56:05.775 INFO kablam! --> src/main.rs:156:8 Oct 14 22:56:05.775 INFO kablam! | Oct 14 22:56:05.775 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 14 22:56:05.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:56:05.775 INFO kablam! Oct 14 22:56:06.380 INFO kablam! warning: variable `start` is assigned to, but never used Oct 14 22:56:06.380 INFO kablam! --> src/main.rs:149:13 Oct 14 22:56:06.380 INFO kablam! | Oct 14 22:56:06.380 INFO kablam! 149 | let mut start : i64 = 0; Oct 14 22:56:06.380 INFO kablam! | ^^^^^ Oct 14 22:56:06.380 INFO kablam! | Oct 14 22:56:06.380 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:56:06.380 INFO kablam! = note: consider using `_start` instead Oct 14 22:56:06.380 INFO kablam! Oct 14 22:56:06.380 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 14 22:56:06.380 INFO kablam! --> src/main.rs:151:13 Oct 14 22:56:06.380 INFO kablam! | Oct 14 22:56:06.380 INFO kablam! 151 | let mut actual_byte = 0; Oct 14 22:56:06.380 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:56:06.381 INFO kablam! | Oct 14 22:56:06.381 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:56:06.381 INFO kablam! Oct 14 22:56:06.381 INFO kablam! warning: value assigned to `start` is never read Oct 14 22:56:06.381 INFO kablam! --> src/main.rs:169:17 Oct 14 22:56:06.381 INFO kablam! | Oct 14 22:56:06.381 INFO kablam! 169 | start = piece_index; Oct 14 22:56:06.381 INFO kablam! | ^^^^^ Oct 14 22:56:06.381 INFO kablam! Oct 14 22:56:06.381 INFO kablam! warning: unused variable: `e` Oct 14 22:56:06.381 INFO kablam! --> src/main.rs:285:16 Oct 14 22:56:06.381 INFO kablam! | Oct 14 22:56:06.381 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 14 22:56:06.381 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:56:06.381 INFO kablam! Oct 14 22:56:06.571 INFO kablam! warning: variable does not need to be mutable Oct 14 22:56:06.571 INFO kablam! --> src/main.rs:284:9 Oct 14 22:56:06.571 INFO kablam! | Oct 14 22:56:06.571 INFO kablam! 284 | let mut file = F::open(&input); Oct 14 22:56:06.571 INFO kablam! | ----^^^^ Oct 14 22:56:06.571 INFO kablam! | | Oct 14 22:56:06.571 INFO kablam! | help: remove this `mut` Oct 14 22:56:06.571 INFO kablam! | Oct 14 22:56:06.571 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:56:06.573 INFO kablam! Oct 14 22:56:06.577 INFO kablam! warning: function is never used: `render_torrent` Oct 14 22:56:06.577 INFO kablam! --> src/main.rs:254:1 Oct 14 22:56:06.577 INFO kablam! | Oct 14 22:56:06.577 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 14 22:56:06.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:56:06.577 INFO kablam! | Oct 14 22:56:06.579 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:56:06.579 INFO kablam! Oct 14 22:56:06.593 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:56:06.593 INFO kablam! --> src/main.rs:289:5 Oct 14 22:56:06.593 INFO kablam! | Oct 14 22:56:06.593 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 14 22:56:06.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:56:06.593 INFO kablam! | Oct 14 22:56:06.593 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:56:06.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:56:06.595 INFO kablam! Oct 14 22:56:09.253 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.75s Oct 14 22:56:09.277 INFO kablam! su: No module specific data is present Oct 14 22:56:10.354 INFO running `"docker" "rm" "-f" "9377fcc91163fe8d1290e93f312e067dc4ee5c0e4116560caa43d1a0cb0c2b01"` Oct 14 22:56:10.691 INFO blam! 9377fcc91163fe8d1290e93f312e067dc4ee5c0e4116560caa43d1a0cb0c2b01 Oct 14 22:56:10.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:56:11.095 INFO blam! 284a57541b2ebf6b2db85fd40d322a557b6246dda5ebf66bb0ead59ccb8a0dd6 Oct 14 22:56:11.111 INFO running `"docker" "start" "-a" "284a57541b2ebf6b2db85fd40d322a557b6246dda5ebf66bb0ead59ccb8a0dd6"` Oct 14 22:56:12.893 INFO kablam! usermod: no changes Oct 14 22:56:13.093 INFO kablam! Compiling torrentjson-cli v0.1.0 (/source) Oct 14 22:56:13.763 INFO kablam! warning: unused import: `self` Oct 14 22:56:13.763 INFO kablam! --> src/main.rs:11:15 Oct 14 22:56:13.763 INFO kablam! | Oct 14 22:56:13.763 INFO kablam! 11 | use std::io::{self, Read}; Oct 14 22:56:13.763 INFO kablam! | ^^^^ Oct 14 22:56:13.763 INFO kablam! | Oct 14 22:56:13.763 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:56:13.763 INFO kablam! Oct 14 22:56:13.763 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 14 22:56:13.763 INFO kablam! --> src/main.rs:136:10 Oct 14 22:56:13.763 INFO kablam! | Oct 14 22:56:13.763 INFO kablam! 136 | while(i < bf.len()){ Oct 14 22:56:13.763 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:56:13.763 INFO kablam! | Oct 14 22:56:13.763 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:56:13.763 INFO kablam! Oct 14 22:56:13.763 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 22:56:13.763 INFO kablam! --> src/main.rs:156:8 Oct 14 22:56:13.763 INFO kablam! | Oct 14 22:56:13.763 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 14 22:56:13.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:56:13.763 INFO kablam! Oct 14 22:56:14.317 INFO kablam! warning: variable `start` is assigned to, but never used Oct 14 22:56:14.317 INFO kablam! --> src/main.rs:149:13 Oct 14 22:56:14.317 INFO kablam! | Oct 14 22:56:14.317 INFO kablam! 149 | let mut start : i64 = 0; Oct 14 22:56:14.317 INFO kablam! | ^^^^^ Oct 14 22:56:14.317 INFO kablam! | Oct 14 22:56:14.317 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:56:14.317 INFO kablam! = note: consider using `_start` instead Oct 14 22:56:14.317 INFO kablam! Oct 14 22:56:14.319 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 14 22:56:14.320 INFO kablam! --> src/main.rs:151:13 Oct 14 22:56:14.320 INFO kablam! | Oct 14 22:56:14.320 INFO kablam! 151 | let mut actual_byte = 0; Oct 14 22:56:14.320 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:56:14.320 INFO kablam! | Oct 14 22:56:14.320 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:56:14.320 INFO kablam! Oct 14 22:56:14.320 INFO kablam! warning: value assigned to `start` is never read Oct 14 22:56:14.320 INFO kablam! --> src/main.rs:169:17 Oct 14 22:56:14.320 INFO kablam! | Oct 14 22:56:14.320 INFO kablam! 169 | start = piece_index; Oct 14 22:56:14.320 INFO kablam! | ^^^^^ Oct 14 22:56:14.320 INFO kablam! Oct 14 22:56:14.320 INFO kablam! warning: unused variable: `e` Oct 14 22:56:14.320 INFO kablam! --> src/main.rs:285:16 Oct 14 22:56:14.320 INFO kablam! | Oct 14 22:56:14.320 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 14 22:56:14.320 INFO kablam! | ^ help: consider using `_e` instead Oct 14 22:56:14.320 INFO kablam! Oct 14 22:56:14.507 INFO kablam! warning: variable does not need to be mutable Oct 14 22:56:14.507 INFO kablam! --> src/main.rs:284:9 Oct 14 22:56:14.507 INFO kablam! | Oct 14 22:56:14.507 INFO kablam! 284 | let mut file = F::open(&input); Oct 14 22:56:14.507 INFO kablam! | ----^^^^ Oct 14 22:56:14.507 INFO kablam! | | Oct 14 22:56:14.507 INFO kablam! | help: remove this `mut` Oct 14 22:56:14.507 INFO kablam! | Oct 14 22:56:14.509 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:56:14.509 INFO kablam! Oct 14 22:56:14.513 INFO kablam! warning: function is never used: `render_torrent` Oct 14 22:56:14.513 INFO kablam! --> src/main.rs:254:1 Oct 14 22:56:14.513 INFO kablam! | Oct 14 22:56:14.513 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 14 22:56:14.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:56:14.513 INFO kablam! | Oct 14 22:56:14.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:56:14.515 INFO kablam! Oct 14 22:56:14.529 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:56:14.530 INFO kablam! --> src/main.rs:289:5 Oct 14 22:56:14.530 INFO kablam! | Oct 14 22:56:14.530 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 14 22:56:14.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:56:14.530 INFO kablam! | Oct 14 22:56:14.530 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:56:14.530 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:56:14.530 INFO kablam! Oct 14 22:56:15.062 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.13s Oct 14 22:56:15.069 INFO kablam! su: No module specific data is present Oct 14 22:56:15.859 INFO running `"docker" "rm" "-f" "284a57541b2ebf6b2db85fd40d322a557b6246dda5ebf66bb0ead59ccb8a0dd6"` Oct 14 22:56:16.283 INFO blam! 284a57541b2ebf6b2db85fd40d322a557b6246dda5ebf66bb0ead59ccb8a0dd6 Oct 14 22:56:16.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:56:16.723 INFO blam! 727d32f1c327cbc9f13711a625d72b21cd131d102df3f4e2531503032c267eec Oct 14 22:56:16.725 INFO running `"docker" "start" "-a" "727d32f1c327cbc9f13711a625d72b21cd131d102df3f4e2531503032c267eec"` Oct 14 22:56:18.317 INFO kablam! usermod: no changes Oct 14 22:56:18.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 22:56:18.514 INFO kablam! Running /target/debug/deps/torrentjson_cli-d779ba6955322de2 Oct 14 22:56:18.525 INFO blam! Oct 14 22:56:18.525 INFO blam! running 0 tests Oct 14 22:56:18.525 INFO blam! Oct 14 22:56:18.525 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:56:18.525 INFO blam! Oct 14 22:56:18.531 INFO kablam! su: No module specific data is present Oct 14 22:56:19.847 INFO running `"docker" "rm" "-f" "727d32f1c327cbc9f13711a625d72b21cd131d102df3f4e2531503032c267eec"` Oct 14 22:56:20.235 INFO blam! 727d32f1c327cbc9f13711a625d72b21cd131d102df3f4e2531503032c267eec