Sep 20 05:53:28.667 INFO checking bungie-rs-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:53:28.667 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:53:28.667 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:53:28.880 INFO blam! 3e291fbae4a3ee4c4d66a28a91090ec8028bb5c9e61e5908d3ad577a94e3f64e Sep 20 05:53:28.888 INFO running `"docker" "start" "-a" "3e291fbae4a3ee4c4d66a28a91090ec8028bb5c9e61e5908d3ad577a94e3f64e"` Sep 20 05:53:30.222 INFO kablam! usermod: no changes Sep 20 05:53:30.650 INFO kablam! Checking bungie-rs v0.1.0 (/source) Sep 20 05:53:35.654 INFO kablam! warning: struct is never constructed: `DestinyManifest` Sep 20 05:53:35.654 INFO kablam! --> src/models.rs:3:1 Sep 20 05:53:35.654 INFO kablam! | Sep 20 05:53:35.654 INFO kablam! 3 | struct DestinyManifest { Sep 20 05:53:35.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:53:35.654 INFO kablam! | Sep 20 05:53:35.654 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:53:35.654 INFO kablam! Sep 20 05:53:35.654 INFO kablam! warning: struct is never constructed: `GearAssetDataBaseDefinition` Sep 20 05:53:35.654 INFO kablam! --> src/models.rs:12:1 Sep 20 05:53:35.654 INFO kablam! | Sep 20 05:53:35.654 INFO kablam! 12 | struct GearAssetDataBaseDefinition { Sep 20 05:53:35.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:53:35.654 INFO kablam! Sep 20 05:53:35.654 INFO kablam! warning: method is never used: `get_destiny_manifest` Sep 20 05:53:35.654 INFO kablam! --> src/destiny2.rs:8:5 Sep 20 05:53:35.654 INFO kablam! | Sep 20 05:53:35.654 INFO kablam! 8 | fn get_destiny_manifest() { Sep 20 05:53:35.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:53:35.654 INFO kablam! Sep 20 05:53:35.654 INFO kablam! warning: field is never used: `api_key` Sep 20 05:53:35.654 INFO kablam! --> src/lib.rs:10:5 Sep 20 05:53:35.654 INFO kablam! | Sep 20 05:53:35.654 INFO kablam! 10 | api_key: String, Sep 20 05:53:35.654 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 05:53:35.654 INFO kablam! Sep 20 05:53:36.067 INFO kablam! warning: struct is never constructed: `DestinyManifest` Sep 20 05:53:36.074 INFO kablam! --> src/models.rs:3:1 Sep 20 05:53:36.074 INFO kablam! | Sep 20 05:53:36.074 INFO kablam! 3 | struct DestinyManifest { Sep 20 05:53:36.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:53:36.074 INFO kablam! | Sep 20 05:53:36.074 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:53:36.074 INFO kablam! Sep 20 05:53:36.074 INFO kablam! warning: struct is never constructed: `GearAssetDataBaseDefinition` Sep 20 05:53:36.074 INFO kablam! --> src/models.rs:12:1 Sep 20 05:53:36.074 INFO kablam! | Sep 20 05:53:36.074 INFO kablam! 12 | struct GearAssetDataBaseDefinition { Sep 20 05:53:36.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:53:36.074 INFO kablam! Sep 20 05:53:36.074 INFO kablam! warning: method is never used: `get_destiny_manifest` Sep 20 05:53:36.074 INFO kablam! --> src/destiny2.rs:8:5 Sep 20 05:53:36.074 INFO kablam! | Sep 20 05:53:36.074 INFO kablam! 8 | fn get_destiny_manifest() { Sep 20 05:53:36.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:53:36.074 INFO kablam! Sep 20 05:53:36.074 INFO kablam! warning: field is never used: `api_key` Sep 20 05:53:36.074 INFO kablam! --> src/lib.rs:10:5 Sep 20 05:53:36.074 INFO kablam! | Sep 20 05:53:36.074 INFO kablam! 10 | api_key: String, Sep 20 05:53:36.074 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 05:53:36.074 INFO kablam! Sep 20 05:53:36.266 INFO kablam! error: expected one of `::`, `;`, or `as`, found `,` Sep 20 05:53:36.266 INFO kablam! --> examples/main.rs:3:25 Sep 20 05:53:36.266 INFO kablam! | Sep 20 05:53:36.267 INFO kablam! 3 | use bungie::BungieClient, Sep 20 05:53:36.267 INFO kablam! | ^ expected one of `::`, `;`, or `as` here Sep 20 05:53:36.267 INFO kablam! Sep 20 05:53:36.268 INFO kablam! error: aborting due to previous error Sep 20 05:53:36.268 INFO kablam! Sep 20 05:53:36.284 INFO kablam! error: Could not compile `bungie-rs`. Sep 20 05:53:36.284 INFO kablam! Sep 20 05:53:36.284 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:53:36.286 INFO kablam! su: No module specific data is present Sep 20 05:53:37.103 INFO running `"docker" "rm" "-f" "3e291fbae4a3ee4c4d66a28a91090ec8028bb5c9e61e5908d3ad577a94e3f64e"` Sep 20 05:53:37.211 INFO blam! 3e291fbae4a3ee4c4d66a28a91090ec8028bb5c9e61e5908d3ad577a94e3f64e