Sep 06 09:17:07.739 INFO checking bungie-rs-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 09:17:07.739 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 09:17:07.739 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:17:08.009 INFO blam! 5d7ef1ca1cb857ac048c2817fc496fc4f9e3ee2cbc74ed1417c944054941b1b9 Sep 06 09:17:08.013 INFO running `"docker" "start" "-a" "5d7ef1ca1cb857ac048c2817fc496fc4f9e3ee2cbc74ed1417c944054941b1b9"` Sep 06 09:17:09.089 INFO kablam! usermod: no changes Sep 06 09:17:09.542 INFO kablam! Checking bungie-rs v0.1.0 (file:///source) Sep 06 09:17:14.954 INFO kablam! warning: struct is never constructed: `DestinyManifest` Sep 06 09:17:14.954 INFO kablam! --> src/models.rs:3:1 Sep 06 09:17:14.954 INFO kablam! | Sep 06 09:17:14.954 INFO kablam! 3 | struct DestinyManifest { Sep 06 09:17:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:17:14.954 INFO kablam! | Sep 06 09:17:14.954 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:17:14.954 INFO kablam! Sep 06 09:17:14.954 INFO kablam! warning: struct is never constructed: `GearAssetDataBaseDefinition` Sep 06 09:17:14.954 INFO kablam! --> src/models.rs:12:1 Sep 06 09:17:14.954 INFO kablam! | Sep 06 09:17:14.954 INFO kablam! 12 | struct GearAssetDataBaseDefinition { Sep 06 09:17:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:17:14.954 INFO kablam! Sep 06 09:17:14.954 INFO kablam! warning: method is never used: `get_destiny_manifest` Sep 06 09:17:14.954 INFO kablam! --> src/destiny2.rs:8:5 Sep 06 09:17:14.954 INFO kablam! | Sep 06 09:17:14.954 INFO kablam! 8 | fn get_destiny_manifest() { Sep 06 09:17:14.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:17:14.954 INFO kablam! Sep 06 09:17:14.954 INFO kablam! warning: field is never used: `api_key` Sep 06 09:17:14.954 INFO kablam! --> src/lib.rs:10:5 Sep 06 09:17:14.954 INFO kablam! | Sep 06 09:17:14.954 INFO kablam! 10 | api_key: String, Sep 06 09:17:14.954 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 09:17:14.954 INFO kablam! Sep 06 09:17:14.986 INFO kablam! warning: struct is never constructed: `DestinyManifest` Sep 06 09:17:14.986 INFO kablam! --> src/models.rs:3:1 Sep 06 09:17:14.986 INFO kablam! | Sep 06 09:17:14.986 INFO kablam! 3 | struct DestinyManifest { Sep 06 09:17:14.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:17:14.986 INFO kablam! | Sep 06 09:17:14.986 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:17:14.986 INFO kablam! Sep 06 09:17:14.986 INFO kablam! warning: struct is never constructed: `GearAssetDataBaseDefinition` Sep 06 09:17:14.986 INFO kablam! --> src/models.rs:12:1 Sep 06 09:17:14.986 INFO kablam! | Sep 06 09:17:14.986 INFO kablam! 12 | struct GearAssetDataBaseDefinition { Sep 06 09:17:14.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:17:14.986 INFO kablam! Sep 06 09:17:14.986 INFO kablam! warning: method is never used: `get_destiny_manifest` Sep 06 09:17:14.986 INFO kablam! --> src/destiny2.rs:8:5 Sep 06 09:17:14.986 INFO kablam! | Sep 06 09:17:14.986 INFO kablam! 8 | fn get_destiny_manifest() { Sep 06 09:17:14.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:17:14.986 INFO kablam! Sep 06 09:17:14.986 INFO kablam! warning: field is never used: `api_key` Sep 06 09:17:14.986 INFO kablam! --> src/lib.rs:10:5 Sep 06 09:17:14.986 INFO kablam! | Sep 06 09:17:14.986 INFO kablam! 10 | api_key: String, Sep 06 09:17:14.986 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 09:17:14.986 INFO kablam! Sep 06 09:17:15.143 INFO kablam! error: expected one of `::`, `;`, or `as`, found `,` Sep 06 09:17:15.143 INFO kablam! --> examples/main.rs:3:25 Sep 06 09:17:15.143 INFO kablam! | Sep 06 09:17:15.143 INFO kablam! 3 | use bungie::BungieClient, Sep 06 09:17:15.143 INFO kablam! | ^ expected one of `::`, `;`, or `as` here Sep 06 09:17:15.143 INFO kablam! Sep 06 09:17:15.143 INFO kablam! error: aborting due to previous error Sep 06 09:17:15.143 INFO kablam! Sep 06 09:17:15.162 INFO kablam! error: Could not compile `bungie-rs`. Sep 06 09:17:15.162 INFO kablam! Sep 06 09:17:15.162 INFO kablam! To learn more, run the command again with --verbose. Sep 06 09:17:15.178 INFO kablam! su: No module specific data is present Sep 06 09:17:16.491 INFO running `"docker" "rm" "-f" "5d7ef1ca1cb857ac048c2817fc496fc4f9e3ee2cbc74ed1417c944054941b1b9"` Sep 06 09:17:16.612 INFO blam! 5d7ef1ca1cb857ac048c2817fc496fc4f9e3ee2cbc74ed1417c944054941b1b9