Oct 27 05:50:27.884 INFO checking deuszex/torrentjson-cli against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:50:27.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 05:50:28.391 INFO blam! efc117909fd0980b160900e358c16a1ae777d2119cf7b77ebe86c3d302b21548 Oct 27 05:50:28.411 INFO running `"docker" "start" "-a" "efc117909fd0980b160900e358c16a1ae777d2119cf7b77ebe86c3d302b21548"` Oct 27 05:50:29.898 INFO kablam! usermod: no changes Oct 27 05:50:30.043 INFO kablam! Checking serde_json v1.0.6 Oct 27 05:50:30.043 INFO kablam! Checking serde_bencode v0.2.0 Oct 27 05:50:30.044 INFO kablam! Checking rust-crypto v0.2.36 Oct 27 05:50:30.059 INFO kablam! Compiling serde_derive v1.0.20 Oct 27 05:50:30.059 INFO kablam! Checking bip_bencode v0.4.2 Oct 27 05:50:47.959 INFO kablam! Checking bson v0.10.0 Oct 27 05:50:50.381 INFO kablam! Checking torrentjson-cli v0.1.0 (/source) Oct 27 05:50:51.643 INFO kablam! warning: unused import: `self` Oct 27 05:50:51.644 INFO kablam! --> src/main.rs:11:15 Oct 27 05:50:51.644 INFO kablam! | Oct 27 05:50:51.644 INFO kablam! 11 | use std::io::{self, Read}; Oct 27 05:50:51.644 INFO kablam! | ^^^^ Oct 27 05:50:51.644 INFO kablam! | Oct 27 05:50:51.644 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:50:51.644 INFO kablam! Oct 27 05:50:51.644 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 27 05:50:51.644 INFO kablam! --> src/main.rs:136:10 Oct 27 05:50:51.644 INFO kablam! | Oct 27 05:50:51.644 INFO kablam! 136 | while(i < bf.len()){ Oct 27 05:50:51.644 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:50:51.644 INFO kablam! | Oct 27 05:50:51.644 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:50:51.644 INFO kablam! Oct 27 05:50:51.644 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:50:51.644 INFO kablam! --> src/main.rs:156:8 Oct 27 05:50:51.644 INFO kablam! | Oct 27 05:50:51.644 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 27 05:50:51.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:50:51.644 INFO kablam! Oct 27 05:50:51.919 INFO kablam! warning: unused import: `self` Oct 27 05:50:51.920 INFO kablam! --> src/main.rs:11:15 Oct 27 05:50:51.921 INFO kablam! | Oct 27 05:50:51.921 INFO kablam! 11 | use std::io::{self, Read}; Oct 27 05:50:51.922 INFO kablam! | ^^^^ Oct 27 05:50:51.922 INFO kablam! | Oct 27 05:50:51.923 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:50:51.923 INFO kablam! Oct 27 05:50:51.927 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 27 05:50:51.928 INFO kablam! --> src/main.rs:136:10 Oct 27 05:50:51.928 INFO kablam! | Oct 27 05:50:51.930 INFO kablam! 136 | while(i < bf.len()){ Oct 27 05:50:51.930 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:50:51.931 INFO kablam! | Oct 27 05:50:51.932 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:50:51.932 INFO kablam! Oct 27 05:50:51.933 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 05:50:51.934 INFO kablam! --> src/main.rs:156:8 Oct 27 05:50:51.934 INFO kablam! | Oct 27 05:50:51.935 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 27 05:50:51.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:50:51.936 INFO kablam! Oct 27 05:50:52.603 INFO kablam! warning: variable `start` is assigned to, but never used Oct 27 05:50:52.604 INFO kablam! --> src/main.rs:149:13 Oct 27 05:50:52.604 INFO kablam! | Oct 27 05:50:52.604 INFO kablam! 149 | let mut start : i64 = 0; Oct 27 05:50:52.604 INFO kablam! | ^^^^^ Oct 27 05:50:52.604 INFO kablam! | Oct 27 05:50:52.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:50:52.604 INFO kablam! = note: consider using `_start` instead Oct 27 05:50:52.604 INFO kablam! Oct 27 05:50:52.604 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 27 05:50:52.605 INFO kablam! --> src/main.rs:151:13 Oct 27 05:50:52.605 INFO kablam! | Oct 27 05:50:52.605 INFO kablam! 151 | let mut actual_byte = 0; Oct 27 05:50:52.605 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:50:52.605 INFO kablam! | Oct 27 05:50:52.605 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 05:50:52.605 INFO kablam! Oct 27 05:50:52.605 INFO kablam! warning: value assigned to `start` is never read Oct 27 05:50:52.605 INFO kablam! --> src/main.rs:169:17 Oct 27 05:50:52.605 INFO kablam! | Oct 27 05:50:52.606 INFO kablam! 169 | start = piece_index; Oct 27 05:50:52.606 INFO kablam! | ^^^^^ Oct 27 05:50:52.606 INFO kablam! Oct 27 05:50:52.606 INFO kablam! warning: unused variable: `e` Oct 27 05:50:52.606 INFO kablam! --> src/main.rs:285:16 Oct 27 05:50:52.606 INFO kablam! | Oct 27 05:50:52.607 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 27 05:50:52.607 INFO kablam! | ^ help: consider using `_e` instead Oct 27 05:50:52.607 INFO kablam! Oct 27 05:50:53.036 INFO kablam! warning: variable does not need to be mutable Oct 27 05:50:53.036 INFO kablam! --> src/main.rs:284:9 Oct 27 05:50:53.037 INFO kablam! | Oct 27 05:50:53.037 INFO kablam! 284 | let mut file = F::open(&input); Oct 27 05:50:53.037 INFO kablam! | ----^^^^ Oct 27 05:50:53.037 INFO kablam! | | Oct 27 05:50:53.037 INFO kablam! | help: remove this `mut` Oct 27 05:50:53.037 INFO kablam! | Oct 27 05:50:53.037 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:50:53.037 INFO kablam! Oct 27 05:50:53.059 INFO kablam! warning: function is never used: `render_torrent` Oct 27 05:50:53.059 INFO kablam! --> src/main.rs:254:1 Oct 27 05:50:53.059 INFO kablam! | Oct 27 05:50:53.059 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 27 05:50:53.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:53.059 INFO kablam! | Oct 27 05:50:53.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:50:53.059 INFO kablam! Oct 27 05:50:53.075 INFO kablam! warning: variable `start` is assigned to, but never used Oct 27 05:50:53.076 INFO kablam! --> src/main.rs:149:13 Oct 27 05:50:53.076 INFO kablam! | Oct 27 05:50:53.077 INFO kablam! 149 | let mut start : i64 = 0; Oct 27 05:50:53.078 INFO kablam! | ^^^^^ Oct 27 05:50:53.079 INFO kablam! | Oct 27 05:50:53.079 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:50:53.080 INFO kablam! = note: consider using `_start` instead Oct 27 05:50:53.081 INFO kablam! Oct 27 05:50:53.081 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 27 05:50:53.082 INFO kablam! --> src/main.rs:151:13 Oct 27 05:50:53.083 INFO kablam! | Oct 27 05:50:53.083 INFO kablam! 151 | let mut actual_byte = 0; Oct 27 05:50:53.084 INFO kablam! | ^^^^^^^^^^^ Oct 27 05:50:53.085 INFO kablam! | Oct 27 05:50:53.086 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 05:50:53.086 INFO kablam! Oct 27 05:50:53.087 INFO kablam! warning: value assigned to `start` is never read Oct 27 05:50:53.088 INFO kablam! --> src/main.rs:169:17 Oct 27 05:50:53.088 INFO kablam! | Oct 27 05:50:53.089 INFO kablam! 169 | start = piece_index; Oct 27 05:50:53.090 INFO kablam! | ^^^^^ Oct 27 05:50:53.090 INFO kablam! Oct 27 05:50:53.091 INFO kablam! warning: unused variable: `e` Oct 27 05:50:53.092 INFO kablam! --> src/main.rs:285:16 Oct 27 05:50:53.092 INFO kablam! | Oct 27 05:50:53.093 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 27 05:50:53.093 INFO kablam! | ^ help: consider using `_e` instead Oct 27 05:50:53.094 INFO kablam! Oct 27 05:50:53.112 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:50:53.113 INFO kablam! --> src/main.rs:289:5 Oct 27 05:50:53.113 INFO kablam! | Oct 27 05:50:53.114 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 27 05:50:53.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:53.115 INFO kablam! | Oct 27 05:50:53.116 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:50:53.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:50:53.117 INFO kablam! Oct 27 05:50:53.433 INFO kablam! warning: variable does not need to be mutable Oct 27 05:50:53.433 INFO kablam! --> src/main.rs:284:9 Oct 27 05:50:53.434 INFO kablam! | Oct 27 05:50:53.434 INFO kablam! 284 | let mut file = F::open(&input); Oct 27 05:50:53.434 INFO kablam! | ----^^^^ Oct 27 05:50:53.434 INFO kablam! | | Oct 27 05:50:53.434 INFO kablam! | help: remove this `mut` Oct 27 05:50:53.434 INFO kablam! | Oct 27 05:50:53.434 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:50:53.434 INFO kablam! Oct 27 05:50:53.440 INFO kablam! warning: function is never used: `render_torrent` Oct 27 05:50:53.440 INFO kablam! --> src/main.rs:254:1 Oct 27 05:50:53.441 INFO kablam! | Oct 27 05:50:53.441 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 27 05:50:53.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:53.441 INFO kablam! | Oct 27 05:50:53.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:50:53.441 INFO kablam! Oct 27 05:50:53.457 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:50:53.457 INFO kablam! --> src/main.rs:289:5 Oct 27 05:50:53.457 INFO kablam! | Oct 27 05:50:53.457 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 27 05:50:53.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:53.457 INFO kablam! | Oct 27 05:50:53.457 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:50:53.457 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:50:53.457 INFO kablam! Oct 27 05:50:53.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.66s Oct 27 05:50:53.597 INFO kablam! su: No module specific data is present Oct 27 05:50:55.319 INFO running `"docker" "rm" "-f" "efc117909fd0980b160900e358c16a1ae777d2119cf7b77ebe86c3d302b21548"` Oct 27 05:50:55.740 INFO blam! efc117909fd0980b160900e358c16a1ae777d2119cf7b77ebe86c3d302b21548