Oct 13 07:33:16.347 INFO checking terminal_thrift-0.3.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:33:16.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:33:16.656 INFO blam! 821ca6b9000968d6026fa8774d8e88454704b2f6cd7c11b462e74462677ab7c2 Oct 13 07:33:16.662 INFO running `"docker" "start" "-a" "821ca6b9000968d6026fa8774d8e88454704b2f6cd7c11b462e74462677ab7c2"` Oct 13 07:33:17.948 INFO kablam! usermod: no changes Oct 13 07:33:17.996 INFO kablam! Checking terminal_thrift v0.3.2 (/source) Oct 13 07:33:19.080 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:33:19.081 INFO kablam! --> src/lib.rs:5:1 Oct 13 07:33:19.081 INFO kablam! | Oct 13 07:33:19.082 INFO kablam! 5 | #[macro_use] Oct 13 07:33:19.082 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:33:19.082 INFO kablam! | Oct 13 07:33:19.082 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:33:19.083 INFO kablam! Oct 13 07:33:19.083 INFO kablam! warning: unused import: `Protocol` Oct 13 07:33:19.084 INFO kablam! --> src/server/threaded.rs:25:16 Oct 13 07:33:19.084 INFO kablam! | Oct 13 07:33:19.084 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 13 07:33:19.084 INFO kablam! | ^^^^^^^^ Oct 13 07:33:19.085 INFO kablam! Oct 13 07:33:19.085 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 07:33:19.085 INFO kablam! --> src/server/threaded.rs:61:18 Oct 13 07:33:19.086 INFO kablam! | Oct 13 07:33:19.086 INFO kablam! 61 | for _ in (0..threads) { Oct 13 07:33:19.086 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:33:19.087 INFO kablam! | Oct 13 07:33:19.087 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:33:19.087 INFO kablam! Oct 13 07:33:19.764 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:19.764 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 13 07:33:19.764 INFO kablam! | Oct 13 07:33:19.764 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 13 07:33:19.764 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:19.764 INFO kablam! | | Oct 13 07:33:19.764 INFO kablam! | help: remove this `mut` Oct 13 07:33:19.764 INFO kablam! | Oct 13 07:33:19.764 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:33:19.764 INFO kablam! Oct 13 07:33:19.764 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:19.764 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 13 07:33:19.764 INFO kablam! | Oct 13 07:33:19.765 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 13 07:33:19.765 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:19.765 INFO kablam! | | Oct 13 07:33:19.765 INFO kablam! | help: remove this `mut` Oct 13 07:33:19.765 INFO kablam! Oct 13 07:33:19.765 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:19.765 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 13 07:33:19.765 INFO kablam! | Oct 13 07:33:19.765 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 13 07:33:19.765 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:19.765 INFO kablam! | | Oct 13 07:33:19.765 INFO kablam! | help: remove this `mut` Oct 13 07:33:19.765 INFO kablam! Oct 13 07:33:19.765 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:19.765 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 13 07:33:19.765 INFO kablam! | Oct 13 07:33:19.765 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 13 07:33:19.765 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:19.765 INFO kablam! | | Oct 13 07:33:19.765 INFO kablam! | help: remove this `mut` Oct 13 07:33:19.765 INFO kablam! Oct 13 07:33:19.772 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:19.772 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 13 07:33:19.772 INFO kablam! | Oct 13 07:33:19.772 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 13 07:33:19.772 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:19.772 INFO kablam! | | Oct 13 07:33:19.772 INFO kablam! | help: remove this `mut` Oct 13 07:33:19.772 INFO kablam! Oct 13 07:33:19.805 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:19.805 INFO kablam! --> src/virt.rs:25:38 Oct 13 07:33:19.805 INFO kablam! | Oct 13 07:33:19.805 INFO kablam! 25 | fn encode<'p, 't, P1, T1>(&self, mut protocol: &'p mut P1, mut transport: &'t mut T1) -> Result<()> Oct 13 07:33:19.805 INFO kablam! | ----^^^^^^^^ Oct 13 07:33:19.805 INFO kablam! | | Oct 13 07:33:19.805 INFO kablam! | help: remove this `mut` Oct 13 07:33:19.805 INFO kablam! Oct 13 07:33:19.972 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 13 07:33:19.972 INFO kablam! --> src/proxy.rs:7:1 Oct 13 07:33:19.972 INFO kablam! | Oct 13 07:33:19.972 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 13 07:33:19.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:33:19.972 INFO kablam! | Oct 13 07:33:19.972 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 07:33:19.972 INFO kablam! Oct 13 07:33:20.092 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:33:20.092 INFO kablam! --> src/lib.rs:5:1 Oct 13 07:33:20.092 INFO kablam! | Oct 13 07:33:20.092 INFO kablam! 5 | #[macro_use] Oct 13 07:33:20.092 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:33:20.092 INFO kablam! | Oct 13 07:33:20.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:33:20.092 INFO kablam! Oct 13 07:33:20.104 INFO kablam! warning: unused import: `Protocol` Oct 13 07:33:20.104 INFO kablam! --> src/server/threaded.rs:25:16 Oct 13 07:33:20.104 INFO kablam! | Oct 13 07:33:20.104 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 13 07:33:20.104 INFO kablam! | ^^^^^^^^ Oct 13 07:33:20.104 INFO kablam! Oct 13 07:33:20.104 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 07:33:20.104 INFO kablam! --> src/server/threaded.rs:61:18 Oct 13 07:33:20.104 INFO kablam! | Oct 13 07:33:20.104 INFO kablam! 61 | for _ in (0..threads) { Oct 13 07:33:20.104 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:33:20.104 INFO kablam! | Oct 13 07:33:20.104 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:33:20.104 INFO kablam! Oct 13 07:33:20.104 INFO kablam! warning: unused import: `mock::*` Oct 13 07:33:20.104 INFO kablam! --> src/test/prim.rs:2:5 Oct 13 07:33:20.104 INFO kablam! | Oct 13 07:33:20.105 INFO kablam! 2 | use mock::*; Oct 13 07:33:20.105 INFO kablam! | ^^^^^^^ Oct 13 07:33:20.105 INFO kablam! Oct 13 07:33:20.105 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 07:33:20.105 INFO kablam! --> src/test/prim.rs:20:24 Oct 13 07:33:20.105 INFO kablam! | Oct 13 07:33:20.105 INFO kablam! 20 | { test_i8_encode, (0..100), Byte, i8 }, Oct 13 07:33:20.105 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 07:33:20.105 INFO kablam! Oct 13 07:33:20.105 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 07:33:20.105 INFO kablam! --> src/test/prim.rs:21:24 Oct 13 07:33:20.105 INFO kablam! | Oct 13 07:33:20.105 INFO kablam! 21 | { test_i16_encode, (0..100), I16, i16 }, Oct 13 07:33:20.105 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 07:33:20.105 INFO kablam! Oct 13 07:33:20.105 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 07:33:20.105 INFO kablam! --> src/test/prim.rs:22:24 Oct 13 07:33:20.105 INFO kablam! | Oct 13 07:33:20.105 INFO kablam! 22 | { test_i32_encode, (0..100), I32, i32 }, Oct 13 07:33:20.105 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 07:33:20.105 INFO kablam! Oct 13 07:33:20.105 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 07:33:20.105 INFO kablam! --> src/test/prim.rs:23:24 Oct 13 07:33:20.105 INFO kablam! | Oct 13 07:33:20.105 INFO kablam! 23 | { test_i64_encode, (0..100), I64, i64 }, Oct 13 07:33:20.105 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 07:33:20.105 INFO kablam! Oct 13 07:33:20.105 INFO kablam! warning: unused import: `mock::*` Oct 13 07:33:20.105 INFO kablam! --> src/test/strukt.rs:2:5 Oct 13 07:33:20.105 INFO kablam! | Oct 13 07:33:20.105 INFO kablam! 2 | use mock::*; Oct 13 07:33:20.105 INFO kablam! | ^^^^^^^ Oct 13 07:33:20.105 INFO kablam! Oct 13 07:33:20.108 INFO kablam! warning: unused import: `mock::*` Oct 13 07:33:20.108 INFO kablam! --> src/test/enom.rs:2:5 Oct 13 07:33:20.108 INFO kablam! | Oct 13 07:33:20.108 INFO kablam! 2 | use mock::*; Oct 13 07:33:20.108 INFO kablam! | ^^^^^^^ Oct 13 07:33:20.108 INFO kablam! Oct 13 07:33:21.084 INFO kablam! warning: unused import: `std::io::Read` Oct 13 07:33:21.084 INFO kablam! --> src/mock/mod.rs:2:5 Oct 13 07:33:21.084 INFO kablam! | Oct 13 07:33:21.084 INFO kablam! 2 | use std::io::Read as IoRead; Oct 13 07:33:21.084 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:33:21.084 INFO kablam! Oct 13 07:33:21.084 INFO kablam! warning: unused import: `std::io::Write` Oct 13 07:33:21.084 INFO kablam! --> src/mock/mod.rs:3:5 Oct 13 07:33:21.084 INFO kablam! | Oct 13 07:33:21.084 INFO kablam! 3 | use std::io::Write as IoWrite; Oct 13 07:33:21.084 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 07:33:21.084 INFO kablam! Oct 13 07:33:21.260 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:21.260 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 13 07:33:21.260 INFO kablam! | Oct 13 07:33:21.260 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 13 07:33:21.260 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:21.260 INFO kablam! | | Oct 13 07:33:21.260 INFO kablam! | help: remove this `mut` Oct 13 07:33:21.260 INFO kablam! | Oct 13 07:33:21.260 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:33:21.260 INFO kablam! Oct 13 07:33:21.260 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:21.260 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 13 07:33:21.260 INFO kablam! | Oct 13 07:33:21.260 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 13 07:33:21.260 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:21.260 INFO kablam! | | Oct 13 07:33:21.260 INFO kablam! | help: remove this `mut` Oct 13 07:33:21.260 INFO kablam! Oct 13 07:33:21.260 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:21.260 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 13 07:33:21.261 INFO kablam! | Oct 13 07:33:21.261 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 13 07:33:21.261 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:21.261 INFO kablam! | | Oct 13 07:33:21.261 INFO kablam! | help: remove this `mut` Oct 13 07:33:21.261 INFO kablam! Oct 13 07:33:21.268 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:21.268 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 13 07:33:21.268 INFO kablam! | Oct 13 07:33:21.268 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 13 07:33:21.268 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:21.268 INFO kablam! | | Oct 13 07:33:21.268 INFO kablam! | help: remove this `mut` Oct 13 07:33:21.268 INFO kablam! Oct 13 07:33:21.268 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:21.268 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 13 07:33:21.268 INFO kablam! | Oct 13 07:33:21.268 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 13 07:33:21.268 INFO kablam! | ----^^^^^^^^^ Oct 13 07:33:21.268 INFO kablam! | | Oct 13 07:33:21.268 INFO kablam! | help: remove this `mut` Oct 13 07:33:21.268 INFO kablam! Oct 13 07:33:21.344 INFO kablam! warning: variable does not need to be mutable Oct 13 07:33:21.344 INFO kablam! --> src/virt.rs:25:38 Oct 13 07:33:21.344 INFO kablam! | Oct 13 07:33:21.344 INFO kablam! 25 | fn encode<'p, 't, P1, T1>(&self, mut protocol: &'p mut P1, mut transport: &'t mut T1) -> Result<()> Oct 13 07:33:21.344 INFO kablam! | ----^^^^^^^^ Oct 13 07:33:21.344 INFO kablam! | | Oct 13 07:33:21.344 INFO kablam! | help: remove this `mut` Oct 13 07:33:21.344 INFO kablam! Oct 13 07:33:21.656 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 13 07:33:21.656 INFO kablam! --> src/proxy.rs:7:1 Oct 13 07:33:21.656 INFO kablam! | Oct 13 07:33:21.656 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 13 07:33:21.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:33:21.656 INFO kablam! | Oct 13 07:33:21.656 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 07:33:21.656 INFO kablam! Oct 13 07:33:21.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.78s Oct 13 07:33:21.766 INFO kablam! su: No module specific data is present Oct 13 07:33:22.326 INFO running `"docker" "rm" "-f" "821ca6b9000968d6026fa8774d8e88454704b2f6cd7c11b462e74462677ab7c2"` Oct 13 07:33:22.497 INFO blam! 821ca6b9000968d6026fa8774d8e88454704b2f6cd7c11b462e74462677ab7c2