Oct 21 18:26:19.538 INFO checking deuszex/torrentjson-cli against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:26:19.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 18:26:20.068 INFO blam! ea3548ce22aae301cfb5e57e4d5af897640d2bd97337ab8fff5fe9276e3ce66e Oct 21 18:26:20.071 INFO running `"docker" "start" "-a" "ea3548ce22aae301cfb5e57e4d5af897640d2bd97337ab8fff5fe9276e3ce66e"` Oct 21 18:26:21.244 INFO kablam! usermod: no changes Oct 21 18:26:21.429 INFO kablam! Checking serde v1.0.20 Oct 21 18:26:21.434 INFO kablam! Checking hostname v0.1.3 Oct 21 18:26:21.434 INFO kablam! Checking base64 v0.7.0 Oct 21 18:26:21.440 INFO kablam! Compiling serde_derive v1.0.20 Oct 21 18:26:21.440 INFO kablam! Checking bip_bencode v0.4.2 Oct 21 18:26:38.514 INFO kablam! Checking serde_json v1.0.6 Oct 21 18:26:38.515 INFO kablam! Checking serde_bytes v0.10.2 Oct 21 18:26:39.988 INFO kablam! Checking serde_bencode v0.2.0 Oct 21 18:26:42.163 INFO kablam! Checking bson v0.10.0 Oct 21 18:26:44.412 INFO kablam! Checking torrentjson-cli v0.1.0 (/source) Oct 21 18:26:45.428 INFO kablam! warning: unused import: `self` Oct 21 18:26:45.428 INFO kablam! --> src/main.rs:11:15 Oct 21 18:26:45.428 INFO kablam! | Oct 21 18:26:45.428 INFO kablam! 11 | use std::io::{self, Read}; Oct 21 18:26:45.428 INFO kablam! | ^^^^ Oct 21 18:26:45.428 INFO kablam! | Oct 21 18:26:45.428 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:26:45.428 INFO kablam! Oct 21 18:26:45.428 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 21 18:26:45.428 INFO kablam! --> src/main.rs:136:10 Oct 21 18:26:45.428 INFO kablam! | Oct 21 18:26:45.428 INFO kablam! 136 | while(i < bf.len()){ Oct 21 18:26:45.428 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:26:45.428 INFO kablam! | Oct 21 18:26:45.428 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:26:45.428 INFO kablam! Oct 21 18:26:45.428 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:26:45.428 INFO kablam! --> src/main.rs:156:8 Oct 21 18:26:45.428 INFO kablam! | Oct 21 18:26:45.428 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 21 18:26:45.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:26:45.428 INFO kablam! Oct 21 18:26:45.917 INFO kablam! warning: unused import: `self` Oct 21 18:26:45.917 INFO kablam! --> src/main.rs:11:15 Oct 21 18:26:45.917 INFO kablam! | Oct 21 18:26:45.918 INFO kablam! 11 | use std::io::{self, Read}; Oct 21 18:26:45.918 INFO kablam! | ^^^^ Oct 21 18:26:45.918 INFO kablam! | Oct 21 18:26:45.919 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:26:45.919 INFO kablam! Oct 21 18:26:45.919 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 21 18:26:45.920 INFO kablam! --> src/main.rs:136:10 Oct 21 18:26:45.920 INFO kablam! | Oct 21 18:26:45.920 INFO kablam! 136 | while(i < bf.len()){ Oct 21 18:26:45.920 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:26:45.921 INFO kablam! | Oct 21 18:26:45.921 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:26:45.921 INFO kablam! Oct 21 18:26:45.924 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:26:45.925 INFO kablam! --> src/main.rs:156:8 Oct 21 18:26:45.925 INFO kablam! | Oct 21 18:26:45.925 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 21 18:26:45.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:26:45.926 INFO kablam! Oct 21 18:26:46.245 INFO kablam! warning: variable `start` is assigned to, but never used Oct 21 18:26:46.246 INFO kablam! --> src/main.rs:149:13 Oct 21 18:26:46.246 INFO kablam! | Oct 21 18:26:46.246 INFO kablam! 149 | let mut start : i64 = 0; Oct 21 18:26:46.247 INFO kablam! | ^^^^^ Oct 21 18:26:46.247 INFO kablam! | Oct 21 18:26:46.247 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:26:46.248 INFO kablam! = note: consider using `_start` instead Oct 21 18:26:46.248 INFO kablam! Oct 21 18:26:46.248 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 21 18:26:46.249 INFO kablam! --> src/main.rs:151:13 Oct 21 18:26:46.249 INFO kablam! | Oct 21 18:26:46.249 INFO kablam! 151 | let mut actual_byte = 0; Oct 21 18:26:46.249 INFO kablam! | ^^^^^^^^^^^ Oct 21 18:26:46.250 INFO kablam! | Oct 21 18:26:46.250 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 18:26:46.250 INFO kablam! Oct 21 18:26:46.251 INFO kablam! warning: value assigned to `start` is never read Oct 21 18:26:46.251 INFO kablam! --> src/main.rs:169:17 Oct 21 18:26:46.251 INFO kablam! | Oct 21 18:26:46.252 INFO kablam! 169 | start = piece_index; Oct 21 18:26:46.252 INFO kablam! | ^^^^^ Oct 21 18:26:46.252 INFO kablam! Oct 21 18:26:46.252 INFO kablam! warning: unused variable: `e` Oct 21 18:26:46.253 INFO kablam! --> src/main.rs:285:16 Oct 21 18:26:46.253 INFO kablam! | Oct 21 18:26:46.253 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 21 18:26:46.254 INFO kablam! | ^ help: consider using `_e` instead Oct 21 18:26:46.254 INFO kablam! Oct 21 18:26:46.656 INFO kablam! warning: variable does not need to be mutable Oct 21 18:26:46.656 INFO kablam! --> src/main.rs:284:9 Oct 21 18:26:46.656 INFO kablam! | Oct 21 18:26:46.656 INFO kablam! 284 | let mut file = F::open(&input); Oct 21 18:26:46.656 INFO kablam! | ----^^^^ Oct 21 18:26:46.656 INFO kablam! | | Oct 21 18:26:46.656 INFO kablam! | help: remove this `mut` Oct 21 18:26:46.656 INFO kablam! | Oct 21 18:26:46.656 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:26:46.656 INFO kablam! Oct 21 18:26:46.673 INFO kablam! warning: function is never used: `render_torrent` Oct 21 18:26:46.673 INFO kablam! --> src/main.rs:254:1 Oct 21 18:26:46.673 INFO kablam! | Oct 21 18:26:46.674 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 21 18:26:46.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:46.674 INFO kablam! | Oct 21 18:26:46.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:26:46.675 INFO kablam! Oct 21 18:26:46.713 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:26:46.713 INFO kablam! --> src/main.rs:289:5 Oct 21 18:26:46.713 INFO kablam! | Oct 21 18:26:46.714 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 21 18:26:46.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:46.714 INFO kablam! | Oct 21 18:26:46.715 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:26:46.715 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:26:46.715 INFO kablam! Oct 21 18:26:46.832 INFO kablam! warning: variable `start` is assigned to, but never used Oct 21 18:26:46.832 INFO kablam! --> src/main.rs:149:13 Oct 21 18:26:46.832 INFO kablam! | Oct 21 18:26:46.832 INFO kablam! 149 | let mut start : i64 = 0; Oct 21 18:26:46.832 INFO kablam! | ^^^^^ Oct 21 18:26:46.832 INFO kablam! | Oct 21 18:26:46.832 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:26:46.832 INFO kablam! = note: consider using `_start` instead Oct 21 18:26:46.832 INFO kablam! Oct 21 18:26:46.832 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 21 18:26:46.832 INFO kablam! --> src/main.rs:151:13 Oct 21 18:26:46.832 INFO kablam! | Oct 21 18:26:46.832 INFO kablam! 151 | let mut actual_byte = 0; Oct 21 18:26:46.832 INFO kablam! | ^^^^^^^^^^^ Oct 21 18:26:46.832 INFO kablam! | Oct 21 18:26:46.832 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 18:26:46.832 INFO kablam! Oct 21 18:26:46.832 INFO kablam! warning: value assigned to `start` is never read Oct 21 18:26:46.832 INFO kablam! --> src/main.rs:169:17 Oct 21 18:26:46.832 INFO kablam! | Oct 21 18:26:46.832 INFO kablam! 169 | start = piece_index; Oct 21 18:26:46.832 INFO kablam! | ^^^^^ Oct 21 18:26:46.832 INFO kablam! Oct 21 18:26:46.832 INFO kablam! warning: unused variable: `e` Oct 21 18:26:46.832 INFO kablam! --> src/main.rs:285:16 Oct 21 18:26:46.832 INFO kablam! | Oct 21 18:26:46.832 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 21 18:26:46.832 INFO kablam! | ^ help: consider using `_e` instead Oct 21 18:26:46.832 INFO kablam! Oct 21 18:26:47.048 INFO kablam! warning: variable does not need to be mutable Oct 21 18:26:47.048 INFO kablam! --> src/main.rs:284:9 Oct 21 18:26:47.048 INFO kablam! | Oct 21 18:26:47.048 INFO kablam! 284 | let mut file = F::open(&input); Oct 21 18:26:47.048 INFO kablam! | ----^^^^ Oct 21 18:26:47.048 INFO kablam! | | Oct 21 18:26:47.048 INFO kablam! | help: remove this `mut` Oct 21 18:26:47.048 INFO kablam! | Oct 21 18:26:47.048 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:26:47.048 INFO kablam! Oct 21 18:26:47.048 INFO kablam! warning: function is never used: `render_torrent` Oct 21 18:26:47.048 INFO kablam! --> src/main.rs:254:1 Oct 21 18:26:47.048 INFO kablam! | Oct 21 18:26:47.048 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 21 18:26:47.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:47.048 INFO kablam! | Oct 21 18:26:47.048 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:26:47.048 INFO kablam! Oct 21 18:26:47.068 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:26:47.068 INFO kablam! --> src/main.rs:289:5 Oct 21 18:26:47.068 INFO kablam! | Oct 21 18:26:47.068 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 21 18:26:47.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:47.068 INFO kablam! | Oct 21 18:26:47.068 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:26:47.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:26:47.068 INFO kablam! Oct 21 18:26:47.086 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.81s Oct 21 18:26:47.092 INFO kablam! su: No module specific data is present Oct 21 18:26:48.308 INFO running `"docker" "rm" "-f" "ea3548ce22aae301cfb5e57e4d5af897640d2bd97337ab8fff5fe9276e3ce66e"` Oct 21 18:26:48.553 INFO blam! ea3548ce22aae301cfb5e57e4d5af897640d2bd97337ab8fff5fe9276e3ce66e