Oct 11 00:16:15.637 INFO testing deuszex/torrentjson-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:16:15.637 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:16:15.637 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:16:16.079 INFO blam! c82bcc8aa02fd91894e01d93e0030852c8b4fbf11b239a887e41fa64388a4fb3 Oct 11 00:16:16.082 INFO running `"docker" "start" "-a" "c82bcc8aa02fd91894e01d93e0030852c8b4fbf11b239a887e41fa64388a4fb3"` Oct 11 00:16:16.588 INFO kablam! usermod: no changes Oct 11 00:16:16.704 INFO kablam! Compiling serde v1.0.20 Oct 11 00:16:16.704 INFO kablam! Compiling hostname v0.1.3 Oct 11 00:16:16.704 INFO kablam! Compiling backtrace v0.3.3 Oct 11 00:16:16.704 INFO kablam! Compiling serde_derive v1.0.20 Oct 11 00:16:18.844 INFO kablam! Compiling error-chain v0.11.0 Oct 11 00:16:20.916 INFO kablam! Compiling bip_bencode v0.4.2 Oct 11 00:16:34.516 INFO kablam! Compiling serde_bytes v0.10.2 Oct 11 00:16:34.516 INFO kablam! Compiling serde_json v1.0.6 Oct 11 00:16:36.090 INFO kablam! Compiling serde_bencode v0.2.0 Oct 11 00:16:40.857 INFO kablam! Compiling bson v0.10.0 Oct 11 00:16:44.803 INFO kablam! Compiling torrentjson-cli v0.1.0 (/source) Oct 11 00:16:46.164 INFO kablam! warning: unused import: `self` Oct 11 00:16:46.164 INFO kablam! --> src/main.rs:11:15 Oct 11 00:16:46.164 INFO kablam! | Oct 11 00:16:46.164 INFO kablam! 11 | use std::io::{self, Read}; Oct 11 00:16:46.164 INFO kablam! | ^^^^ Oct 11 00:16:46.164 INFO kablam! | Oct 11 00:16:46.164 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:16:46.164 INFO kablam! Oct 11 00:16:46.164 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 11 00:16:46.164 INFO kablam! --> src/main.rs:136:10 Oct 11 00:16:46.164 INFO kablam! | Oct 11 00:16:46.164 INFO kablam! 136 | while(i < bf.len()){ Oct 11 00:16:46.164 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:16:46.164 INFO kablam! | Oct 11 00:16:46.164 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:16:46.164 INFO kablam! Oct 11 00:16:46.164 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:16:46.164 INFO kablam! --> src/main.rs:156:8 Oct 11 00:16:46.164 INFO kablam! | Oct 11 00:16:46.164 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 11 00:16:46.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:16:46.164 INFO kablam! Oct 11 00:16:46.736 INFO kablam! warning: variable `start` is assigned to, but never used Oct 11 00:16:46.737 INFO kablam! --> src/main.rs:149:13 Oct 11 00:16:46.737 INFO kablam! | Oct 11 00:16:46.737 INFO kablam! 149 | let mut start : i64 = 0; Oct 11 00:16:46.738 INFO kablam! | ^^^^^ Oct 11 00:16:46.738 INFO kablam! | Oct 11 00:16:46.738 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:16:46.739 INFO kablam! = note: consider using `_start` instead Oct 11 00:16:46.739 INFO kablam! Oct 11 00:16:46.740 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 11 00:16:46.740 INFO kablam! --> src/main.rs:151:13 Oct 11 00:16:46.740 INFO kablam! | Oct 11 00:16:46.741 INFO kablam! 151 | let mut actual_byte = 0; Oct 11 00:16:46.741 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:16:46.741 INFO kablam! | Oct 11 00:16:46.741 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:16:46.742 INFO kablam! Oct 11 00:16:46.742 INFO kablam! warning: value assigned to `start` is never read Oct 11 00:16:46.742 INFO kablam! --> src/main.rs:169:17 Oct 11 00:16:46.743 INFO kablam! | Oct 11 00:16:46.743 INFO kablam! 169 | start = piece_index; Oct 11 00:16:46.743 INFO kablam! | ^^^^^ Oct 11 00:16:46.744 INFO kablam! Oct 11 00:16:46.744 INFO kablam! warning: unused variable: `e` Oct 11 00:16:46.744 INFO kablam! --> src/main.rs:285:16 Oct 11 00:16:46.744 INFO kablam! | Oct 11 00:16:46.745 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 11 00:16:46.745 INFO kablam! | ^ help: consider using `_e` instead Oct 11 00:16:46.745 INFO kablam! Oct 11 00:16:46.912 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:46.912 INFO kablam! --> src/main.rs:284:9 Oct 11 00:16:46.912 INFO kablam! | Oct 11 00:16:46.912 INFO kablam! 284 | let mut file = F::open(&input); Oct 11 00:16:46.912 INFO kablam! | ----^^^^ Oct 11 00:16:46.912 INFO kablam! | | Oct 11 00:16:46.912 INFO kablam! | help: remove this `mut` Oct 11 00:16:46.912 INFO kablam! | Oct 11 00:16:46.912 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:16:46.912 INFO kablam! Oct 11 00:16:46.916 INFO kablam! warning: function is never used: `render_torrent` Oct 11 00:16:46.916 INFO kablam! --> src/main.rs:254:1 Oct 11 00:16:46.916 INFO kablam! | Oct 11 00:16:46.916 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 11 00:16:46.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:16:46.916 INFO kablam! | Oct 11 00:16:46.916 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:16:46.916 INFO kablam! Oct 11 00:16:46.930 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:16:46.931 INFO kablam! --> src/main.rs:289:5 Oct 11 00:16:46.931 INFO kablam! | Oct 11 00:16:46.931 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 11 00:16:46.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:16:46.931 INFO kablam! | Oct 11 00:16:46.931 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:16:46.932 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:16:46.932 INFO kablam! Oct 11 00:16:48.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.32s Oct 11 00:16:48.936 INFO kablam! su: No module specific data is present Oct 11 00:16:50.257 INFO running `"docker" "rm" "-f" "c82bcc8aa02fd91894e01d93e0030852c8b4fbf11b239a887e41fa64388a4fb3"` Oct 11 00:16:50.557 INFO blam! c82bcc8aa02fd91894e01d93e0030852c8b4fbf11b239a887e41fa64388a4fb3 Oct 11 00:16:50.565 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:16:50.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:16:51.077 INFO blam! f86bc124fc1a5af848fee887dd5ad905e923ed2ca37cce814b8b3ef08a80675e Oct 11 00:16:51.079 INFO running `"docker" "start" "-a" "f86bc124fc1a5af848fee887dd5ad905e923ed2ca37cce814b8b3ef08a80675e"` Oct 11 00:16:53.066 INFO kablam! usermod: no changes Oct 11 00:16:53.212 INFO kablam! Compiling torrentjson-cli v0.1.0 (/source) Oct 11 00:16:54.582 INFO kablam! warning: unused import: `self` Oct 11 00:16:54.582 INFO kablam! --> src/main.rs:11:15 Oct 11 00:16:54.582 INFO kablam! | Oct 11 00:16:54.582 INFO kablam! 11 | use std::io::{self, Read}; Oct 11 00:16:54.582 INFO kablam! | ^^^^ Oct 11 00:16:54.582 INFO kablam! | Oct 11 00:16:54.582 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:16:54.582 INFO kablam! Oct 11 00:16:54.582 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 11 00:16:54.582 INFO kablam! --> src/main.rs:136:10 Oct 11 00:16:54.582 INFO kablam! | Oct 11 00:16:54.582 INFO kablam! 136 | while(i < bf.len()){ Oct 11 00:16:54.582 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:16:54.582 INFO kablam! | Oct 11 00:16:54.582 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:16:54.582 INFO kablam! Oct 11 00:16:54.582 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 00:16:54.582 INFO kablam! --> src/main.rs:156:8 Oct 11 00:16:54.582 INFO kablam! | Oct 11 00:16:54.582 INFO kablam! 156 | if (&pieces_bytes%20!=0){return Err(TorrentError::InvalidPiecesLength)}; Oct 11 00:16:54.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:16:54.582 INFO kablam! Oct 11 00:16:55.140 INFO kablam! warning: variable `start` is assigned to, but never used Oct 11 00:16:55.140 INFO kablam! --> src/main.rs:149:13 Oct 11 00:16:55.140 INFO kablam! | Oct 11 00:16:55.140 INFO kablam! 149 | let mut start : i64 = 0; Oct 11 00:16:55.140 INFO kablam! | ^^^^^ Oct 11 00:16:55.140 INFO kablam! | Oct 11 00:16:55.140 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:16:55.140 INFO kablam! = note: consider using `_start` instead Oct 11 00:16:55.140 INFO kablam! Oct 11 00:16:55.140 INFO kablam! warning: value assigned to `actual_byte` is never read Oct 11 00:16:55.140 INFO kablam! --> src/main.rs:151:13 Oct 11 00:16:55.140 INFO kablam! | Oct 11 00:16:55.140 INFO kablam! 151 | let mut actual_byte = 0; Oct 11 00:16:55.140 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:16:55.140 INFO kablam! | Oct 11 00:16:55.140 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:16:55.140 INFO kablam! Oct 11 00:16:55.140 INFO kablam! warning: value assigned to `start` is never read Oct 11 00:16:55.140 INFO kablam! --> src/main.rs:169:17 Oct 11 00:16:55.140 INFO kablam! | Oct 11 00:16:55.140 INFO kablam! 169 | start = piece_index; Oct 11 00:16:55.140 INFO kablam! | ^^^^^ Oct 11 00:16:55.140 INFO kablam! Oct 11 00:16:55.141 INFO kablam! warning: unused variable: `e` Oct 11 00:16:55.141 INFO kablam! --> src/main.rs:285:16 Oct 11 00:16:55.141 INFO kablam! | Oct 11 00:16:55.141 INFO kablam! 285 | if let Err(e) = file{println!("{:?}", " File not found");std::process::exit(666)} Oct 11 00:16:55.141 INFO kablam! | ^ help: consider using `_e` instead Oct 11 00:16:55.141 INFO kablam! Oct 11 00:16:55.314 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:55.314 INFO kablam! --> src/main.rs:284:9 Oct 11 00:16:55.314 INFO kablam! | Oct 11 00:16:55.314 INFO kablam! 284 | let mut file = F::open(&input); Oct 11 00:16:55.314 INFO kablam! | ----^^^^ Oct 11 00:16:55.314 INFO kablam! | | Oct 11 00:16:55.314 INFO kablam! | help: remove this `mut` Oct 11 00:16:55.314 INFO kablam! | Oct 11 00:16:55.316 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:16:55.316 INFO kablam! Oct 11 00:16:55.320 INFO kablam! warning: function is never used: `render_torrent` Oct 11 00:16:55.320 INFO kablam! --> src/main.rs:254:1 Oct 11 00:16:55.320 INFO kablam! | Oct 11 00:16:55.320 INFO kablam! 254 | fn render_torrent(torrent: &Torrent) { Oct 11 00:16:55.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:16:55.320 INFO kablam! | Oct 11 00:16:55.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:16:55.320 INFO kablam! Oct 11 00:16:55.340 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:16:55.340 INFO kablam! --> src/main.rs:289:5 Oct 11 00:16:55.340 INFO kablam! | Oct 11 00:16:55.341 INFO kablam! 289 | readable.read_to_end(&mut contents); Oct 11 00:16:55.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:16:55.341 INFO kablam! | Oct 11 00:16:55.341 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:16:55.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:16:55.341 INFO kablam! Oct 11 00:16:55.820 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 11 00:16:55.824 INFO kablam! su: No module specific data is present Oct 11 00:16:56.759 INFO running `"docker" "rm" "-f" "f86bc124fc1a5af848fee887dd5ad905e923ed2ca37cce814b8b3ef08a80675e"` Oct 11 00:16:57.032 INFO blam! f86bc124fc1a5af848fee887dd5ad905e923ed2ca37cce814b8b3ef08a80675e Oct 11 00:16:57.037 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:16:57.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:16:57.422 INFO blam! d1bfe2696142f047cbe48c921a8411e49c218bb787433ed415d00cb688cd4e82 Oct 11 00:16:57.424 INFO running `"docker" "start" "-a" "d1bfe2696142f047cbe48c921a8411e49c218bb787433ed415d00cb688cd4e82"` Oct 11 00:16:58.348 INFO kablam! usermod: no changes Oct 11 00:16:58.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 00:16:58.473 INFO kablam! Running /target/debug/deps/torrentjson_cli-d779ba6955322de2 Oct 11 00:16:58.478 INFO blam! Oct 11 00:16:58.478 INFO blam! running 0 tests Oct 11 00:16:58.478 INFO blam! Oct 11 00:16:58.478 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:16:58.478 INFO blam! Oct 11 00:16:58.482 INFO kablam! su: No module specific data is present Oct 11 00:16:59.469 INFO running `"docker" "rm" "-f" "d1bfe2696142f047cbe48c921a8411e49c218bb787433ed415d00cb688cd4e82"` Oct 11 00:16:59.793 INFO blam! d1bfe2696142f047cbe48c921a8411e49c218bb787433ed415d00cb688cd4e82