Sep 20 04:21:30.275 INFO checking bluetooth-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:21:30.275 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:21:30.275 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:21:30.548 INFO blam! 29b5876efba90c06cf3c857bb4870c6d8102b2f4d90138d28810793d365942d4 Sep 20 04:21:30.553 INFO running `"docker" "start" "-a" "29b5876efba90c06cf3c857bb4870c6d8102b2f4d90138d28810793d365942d4"` Sep 20 04:21:31.678 INFO kablam! usermod: no changes Sep 20 04:21:31.722 INFO kablam! Checking bluetooth v0.0.1 (/source) Sep 20 04:21:32.007 INFO kablam! warning: unused import: `controller::command::Command` Sep 20 04:21:32.007 INFO kablam! --> src/controller/packet.rs:3:5 Sep 20 04:21:32.007 INFO kablam! | Sep 20 04:21:32.007 INFO kablam! 3 | use controller::command::Command; Sep 20 04:21:32.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:21:32.007 INFO kablam! | Sep 20 04:21:32.007 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:21:32.007 INFO kablam! Sep 20 04:21:32.036 INFO kablam! warning: unused variable: `address` Sep 20 04:21:32.036 INFO kablam! --> src/controller/stub.rs:20:13 Sep 20 04:21:32.036 INFO kablam! | Sep 20 04:21:32.036 INFO kablam! 20 | fn send(address: UUID, message: ChannelPDU) -> ChannelPDU { Sep 20 04:21:32.036 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Sep 20 04:21:32.036 INFO kablam! | Sep 20 04:21:32.036 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 04:21:32.036 INFO kablam! Sep 20 04:21:32.036 INFO kablam! warning: field is never used: `id` Sep 20 04:21:32.036 INFO kablam! --> src/controller/response.rs:5:5 Sep 20 04:21:32.036 INFO kablam! | Sep 20 04:21:32.036 INFO kablam! 5 | id: u16 Sep 20 04:21:32.036 INFO kablam! | ^^^^^^^ Sep 20 04:21:32.036 INFO kablam! | Sep 20 04:21:32.036 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:21:32.036 INFO kablam! Sep 20 04:21:32.036 INFO kablam! warning: struct is never constructed: `CentralManager` Sep 20 04:21:32.036 INFO kablam! --> src/central/manager.rs:13:1 Sep 20 04:21:32.036 INFO kablam! | Sep 20 04:21:32.036 INFO kablam! 13 | struct CentralManager; Sep 20 04:21:32.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:21:32.036 INFO kablam! Sep 20 04:21:32.042 INFO kablam! warning: variable `serviceUUIDs` should have a snake case name such as `service_uuids` Sep 20 04:21:32.042 INFO kablam! --> src/central/manager.rs:5:13 Sep 20 04:21:32.042 INFO kablam! | Sep 20 04:21:32.042 INFO kablam! 5 | fn scan(serviceUUIDs: Vec) -> Vec; Sep 20 04:21:32.042 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:21:32.042 INFO kablam! | Sep 20 04:21:32.043 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 20 04:21:32.043 INFO kablam! Sep 20 04:21:32.105 INFO kablam! warning: unused import: `controller::command::Command` Sep 20 04:21:32.105 INFO kablam! --> src/controller/packet.rs:3:5 Sep 20 04:21:32.105 INFO kablam! | Sep 20 04:21:32.105 INFO kablam! 3 | use controller::command::Command; Sep 20 04:21:32.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:21:32.105 INFO kablam! | Sep 20 04:21:32.105 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:21:32.105 INFO kablam! Sep 20 04:21:32.126 INFO kablam! warning: unused variable: `address` Sep 20 04:21:32.127 INFO kablam! --> src/controller/stub.rs:20:13 Sep 20 04:21:32.127 INFO kablam! | Sep 20 04:21:32.127 INFO kablam! 20 | fn send(address: UUID, message: ChannelPDU) -> ChannelPDU { Sep 20 04:21:32.127 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Sep 20 04:21:32.127 INFO kablam! | Sep 20 04:21:32.127 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 04:21:32.127 INFO kablam! Sep 20 04:21:32.127 INFO kablam! warning: field is never used: `id` Sep 20 04:21:32.127 INFO kablam! --> src/controller/response.rs:5:5 Sep 20 04:21:32.127 INFO kablam! | Sep 20 04:21:32.127 INFO kablam! 5 | id: u16 Sep 20 04:21:32.127 INFO kablam! | ^^^^^^^ Sep 20 04:21:32.127 INFO kablam! | Sep 20 04:21:32.127 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:21:32.127 INFO kablam! Sep 20 04:21:32.127 INFO kablam! warning: struct is never constructed: `CentralManager` Sep 20 04:21:32.127 INFO kablam! --> src/central/manager.rs:13:1 Sep 20 04:21:32.127 INFO kablam! | Sep 20 04:21:32.127 INFO kablam! 13 | struct CentralManager; Sep 20 04:21:32.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:21:32.127 INFO kablam! Sep 20 04:21:32.133 INFO kablam! warning: variable `serviceUUIDs` should have a snake case name such as `service_uuids` Sep 20 04:21:32.133 INFO kablam! --> src/central/manager.rs:5:13 Sep 20 04:21:32.133 INFO kablam! | Sep 20 04:21:32.133 INFO kablam! 5 | fn scan(serviceUUIDs: Vec) -> Vec; Sep 20 04:21:32.133 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:21:32.133 INFO kablam! | Sep 20 04:21:32.133 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 20 04:21:32.133 INFO kablam! Sep 20 04:21:32.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Sep 20 04:21:32.461 INFO kablam! su: No module specific data is present Sep 20 04:21:33.050 INFO running `"docker" "rm" "-f" "29b5876efba90c06cf3c857bb4870c6d8102b2f4d90138d28810793d365942d4"` Sep 20 04:21:33.133 INFO blam! 29b5876efba90c06cf3c857bb4870c6d8102b2f4d90138d28810793d365942d4