Sep 14 19:06:54.647 INFO checking bluetooth-0.0.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:06:54.647 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:06:54.647 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:06:54.819 INFO blam! bef9416b54ec5a9a7aee2d7ecf80f39385dc39edd6ecce9fcb49565f7e4b27c8 Sep 14 19:06:54.820 INFO running `"docker" "start" "-a" "bef9416b54ec5a9a7aee2d7ecf80f39385dc39edd6ecce9fcb49565f7e4b27c8"` Sep 14 19:06:55.686 INFO kablam! usermod: no changes Sep 14 19:06:55.707 INFO kablam! Checking bluetooth v0.0.1 (file:///source) Sep 14 19:06:55.909 INFO kablam! warning: unused import: `controller::command::Command` Sep 14 19:06:55.909 INFO kablam! --> src/controller/packet.rs:3:5 Sep 14 19:06:55.909 INFO kablam! | Sep 14 19:06:55.909 INFO kablam! 3 | use controller::command::Command; Sep 14 19:06:55.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:06:55.909 INFO kablam! | Sep 14 19:06:55.909 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:06:55.909 INFO kablam! Sep 14 19:06:55.931 INFO kablam! warning: unused variable: `address` Sep 14 19:06:55.931 INFO kablam! --> src/controller/stub.rs:20:13 Sep 14 19:06:55.931 INFO kablam! | Sep 14 19:06:55.931 INFO kablam! 20 | fn send(address: UUID, message: ChannelPDU) -> ChannelPDU { Sep 14 19:06:55.931 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Sep 14 19:06:55.931 INFO kablam! | Sep 14 19:06:55.931 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 19:06:55.931 INFO kablam! Sep 14 19:06:55.931 INFO kablam! warning: field is never used: `id` Sep 14 19:06:55.931 INFO kablam! --> src/controller/response.rs:5:5 Sep 14 19:06:55.931 INFO kablam! | Sep 14 19:06:55.931 INFO kablam! 5 | id: u16 Sep 14 19:06:55.931 INFO kablam! | ^^^^^^^ Sep 14 19:06:55.931 INFO kablam! | Sep 14 19:06:55.931 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 19:06:55.931 INFO kablam! Sep 14 19:06:55.931 INFO kablam! warning: struct is never constructed: `CentralManager` Sep 14 19:06:55.931 INFO kablam! --> src/central/manager.rs:13:1 Sep 14 19:06:55.931 INFO kablam! | Sep 14 19:06:55.931 INFO kablam! 13 | struct CentralManager; Sep 14 19:06:55.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:06:55.931 INFO kablam! Sep 14 19:06:55.941 INFO kablam! warning: variable `serviceUUIDs` should have a snake case name such as `service_uuids` Sep 14 19:06:55.941 INFO kablam! --> src/central/manager.rs:5:13 Sep 14 19:06:55.941 INFO kablam! | Sep 14 19:06:55.941 INFO kablam! 5 | fn scan(serviceUUIDs: Vec) -> Vec; Sep 14 19:06:55.941 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:06:55.941 INFO kablam! | Sep 14 19:06:55.941 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 19:06:55.941 INFO kablam! Sep 14 19:06:56.015 INFO kablam! warning: unused import: `controller::command::Command` Sep 14 19:06:56.015 INFO kablam! --> src/controller/packet.rs:3:5 Sep 14 19:06:56.015 INFO kablam! | Sep 14 19:06:56.015 INFO kablam! 3 | use controller::command::Command; Sep 14 19:06:56.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:06:56.015 INFO kablam! | Sep 14 19:06:56.015 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:06:56.015 INFO kablam! Sep 14 19:06:56.034 INFO kablam! warning: unused variable: `address` Sep 14 19:06:56.034 INFO kablam! --> src/controller/stub.rs:20:13 Sep 14 19:06:56.034 INFO kablam! | Sep 14 19:06:56.034 INFO kablam! 20 | fn send(address: UUID, message: ChannelPDU) -> ChannelPDU { Sep 14 19:06:56.034 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Sep 14 19:06:56.034 INFO kablam! | Sep 14 19:06:56.034 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 19:06:56.034 INFO kablam! Sep 14 19:06:56.055 INFO kablam! warning: field is never used: `id` Sep 14 19:06:56.055 INFO kablam! --> src/controller/response.rs:5:5 Sep 14 19:06:56.055 INFO kablam! | Sep 14 19:06:56.055 INFO kablam! 5 | id: u16 Sep 14 19:06:56.055 INFO kablam! | ^^^^^^^ Sep 14 19:06:56.055 INFO kablam! | Sep 14 19:06:56.055 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 19:06:56.056 INFO kablam! Sep 14 19:06:56.056 INFO kablam! warning: struct is never constructed: `CentralManager` Sep 14 19:06:56.056 INFO kablam! --> src/central/manager.rs:13:1 Sep 14 19:06:56.056 INFO kablam! | Sep 14 19:06:56.056 INFO kablam! 13 | struct CentralManager; Sep 14 19:06:56.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:06:56.056 INFO kablam! Sep 14 19:06:56.056 INFO kablam! warning: variable `serviceUUIDs` should have a snake case name such as `service_uuids` Sep 14 19:06:56.056 INFO kablam! --> src/central/manager.rs:5:13 Sep 14 19:06:56.056 INFO kablam! | Sep 14 19:06:56.056 INFO kablam! 5 | fn scan(serviceUUIDs: Vec) -> Vec; Sep 14 19:06:56.056 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:06:56.056 INFO kablam! | Sep 14 19:06:56.056 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 19:06:56.056 INFO kablam! Sep 14 19:06:56.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Sep 14 19:06:56.344 INFO kablam! su: No module specific data is present Sep 14 19:06:57.206 INFO running `"docker" "rm" "-f" "bef9416b54ec5a9a7aee2d7ecf80f39385dc39edd6ecce9fcb49565f7e4b27c8"` Sep 14 19:06:57.307 INFO blam! bef9416b54ec5a9a7aee2d7ecf80f39385dc39edd6ecce9fcb49565f7e4b27c8