Sep 02 19:34:13.604 INFO checking bluetooth-serial-port-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 19:34:13.604 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 19:34:13.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:34:13.830 INFO blam! b3d41f1c6ab7edf8501fc59ef7322142e864c776e6c28304c351e784f1f8a18f Sep 02 19:34:13.832 INFO running `"docker" "start" "-a" "b3d41f1c6ab7edf8501fc59ef7322142e864c776e6c28304c351e784f1f8a18f"` Sep 02 19:34:14.512 INFO kablam! Checking bluetooth-serial-port v0.3.0 (file:///source) Sep 02 19:34:16.283 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 19:34:16.283 INFO kablam! --> src/bluetooth.rs:179:9 Sep 02 19:34:16.283 INFO kablam! | Sep 02 19:34:16.284 INFO kablam! 179 | use std::ascii::AsciiExt; Sep 02 19:34:16.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.284 INFO kablam! | Sep 02 19:34:16.284 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 19:34:16.284 INFO kablam! Sep 02 19:34:16.711 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 19:34:16.711 INFO kablam! --> src/bluetooth.rs:179:9 Sep 02 19:34:16.711 INFO kablam! | Sep 02 19:34:16.711 INFO kablam! 179 | use std::ascii::AsciiExt; Sep 02 19:34:16.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.711 INFO kablam! | Sep 02 19:34:16.711 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:34:16.712 INFO kablam! Sep 02 19:34:16.827 INFO kablam! warning: type alias is never used: `int8_t` Sep 02 19:34:16.827 INFO kablam! --> src/linux/ffi.rs:3:1 Sep 02 19:34:16.827 INFO kablam! | Sep 02 19:34:16.827 INFO kablam! 3 | pub type int8_t = i8; Sep 02 19:34:16.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.827 INFO kablam! | Sep 02 19:34:16.827 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 19:34:16.827 INFO kablam! Sep 02 19:34:16.827 INFO kablam! warning: type alias is never used: `int16_t` Sep 02 19:34:16.827 INFO kablam! --> src/linux/ffi.rs:4:1 Sep 02 19:34:16.827 INFO kablam! | Sep 02 19:34:16.827 INFO kablam! 4 | pub type int16_t = i16; Sep 02 19:34:16.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.827 INFO kablam! Sep 02 19:34:16.827 INFO kablam! warning: type alias is never used: `int32_t` Sep 02 19:34:16.827 INFO kablam! --> src/linux/ffi.rs:5:1 Sep 02 19:34:16.827 INFO kablam! | Sep 02 19:34:16.827 INFO kablam! 5 | pub type int32_t = i32; Sep 02 19:34:16.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.828 INFO kablam! Sep 02 19:34:16.828 INFO kablam! warning: type alias is never used: `int64_t` Sep 02 19:34:16.828 INFO kablam! --> src/linux/ffi.rs:6:1 Sep 02 19:34:16.828 INFO kablam! | Sep 02 19:34:16.828 INFO kablam! 6 | pub type int64_t = i64; Sep 02 19:34:16.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.828 INFO kablam! Sep 02 19:34:16.828 INFO kablam! warning: type alias is never used: `uint64_t` Sep 02 19:34:16.828 INFO kablam! --> src/linux/ffi.rs:10:1 Sep 02 19:34:16.828 INFO kablam! | Sep 02 19:34:16.828 INFO kablam! 10 | pub type uint64_t = u64; Sep 02 19:34:16.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.828 INFO kablam! Sep 02 19:34:16.980 INFO kablam! warning: type alias is never used: `int8_t` Sep 02 19:34:16.980 INFO kablam! --> src/linux/ffi.rs:3:1 Sep 02 19:34:16.980 INFO kablam! | Sep 02 19:34:16.980 INFO kablam! 3 | pub type int8_t = i8; Sep 02 19:34:16.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.980 INFO kablam! | Sep 02 19:34:16.980 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 19:34:16.980 INFO kablam! Sep 02 19:34:16.980 INFO kablam! warning: type alias is never used: `int16_t` Sep 02 19:34:16.980 INFO kablam! --> src/linux/ffi.rs:4:1 Sep 02 19:34:16.980 INFO kablam! | Sep 02 19:34:16.980 INFO kablam! 4 | pub type int16_t = i16; Sep 02 19:34:16.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.980 INFO kablam! Sep 02 19:34:16.980 INFO kablam! warning: type alias is never used: `int32_t` Sep 02 19:34:16.980 INFO kablam! --> src/linux/ffi.rs:5:1 Sep 02 19:34:16.981 INFO kablam! | Sep 02 19:34:16.981 INFO kablam! 5 | pub type int32_t = i32; Sep 02 19:34:16.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.981 INFO kablam! Sep 02 19:34:16.981 INFO kablam! warning: type alias is never used: `int64_t` Sep 02 19:34:16.981 INFO kablam! --> src/linux/ffi.rs:6:1 Sep 02 19:34:16.981 INFO kablam! | Sep 02 19:34:16.981 INFO kablam! 6 | pub type int64_t = i64; Sep 02 19:34:16.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.981 INFO kablam! Sep 02 19:34:16.981 INFO kablam! warning: type alias is never used: `uint64_t` Sep 02 19:34:16.981 INFO kablam! --> src/linux/ffi.rs:10:1 Sep 02 19:34:16.981 INFO kablam! | Sep 02 19:34:16.981 INFO kablam! 10 | pub type uint64_t = u64; Sep 02 19:34:16.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:34:16.982 INFO kablam! Sep 02 19:34:17.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Sep 02 19:34:17.018 INFO kablam! su: No module specific data is present Sep 02 19:34:17.515 INFO running `"docker" "rm" "-f" "b3d41f1c6ab7edf8501fc59ef7322142e864c776e6c28304c351e784f1f8a18f"` Sep 02 19:34:17.635 INFO blam! b3d41f1c6ab7edf8501fc59ef7322142e864c776e6c28304c351e784f1f8a18f