Oct 27 05:07:48.066 INFO checking ericsebesta/crustycards against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:07:48.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 05:07:48.463 INFO blam! cef80936581092aa0a5c98165ad1b0c5783f733dac547224dc688e229c39a713 Oct 27 05:07:48.464 INFO running `"docker" "start" "-a" "cef80936581092aa0a5c98165ad1b0c5783f733dac547224dc688e229c39a713"` Oct 27 05:07:49.432 INFO kablam! usermod: no changes Oct 27 05:07:49.523 INFO kablam! Checking crustycards v0.1.0 (/source) Oct 27 05:07:50.507 INFO kablam! warning: unreachable pattern Oct 27 05:07:50.515 INFO kablam! --> src/main.rs:202:17 Oct 27 05:07:50.515 INFO kablam! | Oct 27 05:07:50.516 INFO kablam! 202 | "artist" => { Oct 27 05:07:50.516 INFO kablam! | ^^^^^^^^ Oct 27 05:07:50.516 INFO kablam! | Oct 27 05:07:50.517 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 05:07:50.517 INFO kablam! Oct 27 05:07:50.535 INFO kablam! warning: structure field `playerClass` should have a snake case name such as `player_class` Oct 27 05:07:50.535 INFO kablam! --> src/main.rs:48:5 Oct 27 05:07:50.536 INFO kablam! | Oct 27 05:07:50.536 INFO kablam! 48 | playerClass: ClassEnum, Oct 27 05:07:50.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.537 INFO kablam! | Oct 27 05:07:50.537 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:07:50.537 INFO kablam! Oct 27 05:07:50.538 INFO kablam! warning: structure field `cardClass` should have a snake case name such as `card_class` Oct 27 05:07:50.538 INFO kablam! --> src/main.rs:49:5 Oct 27 05:07:50.538 INFO kablam! | Oct 27 05:07:50.539 INFO kablam! 49 | cardClass: ClassEnum, Oct 27 05:07:50.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.539 INFO kablam! Oct 27 05:07:50.540 INFO kablam! warning: structure field `theType` should have a snake case name such as `the_type` Oct 27 05:07:50.540 INFO kablam! --> src/main.rs:51:5 Oct 27 05:07:50.540 INFO kablam! | Oct 27 05:07:50.541 INFO kablam! 51 | theType: TypeEnum, Oct 27 05:07:50.541 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.541 INFO kablam! Oct 27 05:07:50.542 INFO kablam! warning: structure field `howToEarn` should have a snake case name such as `how_to_earn` Oct 27 05:07:50.542 INFO kablam! --> src/main.rs:57:5 Oct 27 05:07:50.542 INFO kablam! | Oct 27 05:07:50.547 INFO kablam! 57 | howToEarn: String, Oct 27 05:07:50.547 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.547 INFO kablam! Oct 27 05:07:50.547 INFO kablam! warning: structure field `howToEarnGolden` should have a snake case name such as `how_to_earn_golden` Oct 27 05:07:50.548 INFO kablam! --> src/main.rs:58:5 Oct 27 05:07:50.548 INFO kablam! | Oct 27 05:07:50.548 INFO kablam! 58 | howToEarnGolden: String, Oct 27 05:07:50.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.549 INFO kablam! Oct 27 05:07:50.549 INFO kablam! warning: structure field `targetingArrowText` should have a snake case name such as `targeting_arrow_text` Oct 27 05:07:50.550 INFO kablam! --> src/main.rs:59:5 Oct 27 05:07:50.550 INFO kablam! | Oct 27 05:07:50.550 INFO kablam! 59 | targetingArrowText: String, Oct 27 05:07:50.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.555 INFO kablam! Oct 27 05:07:50.555 INFO kablam! warning: structure field `dbfId` should have a snake case name such as `dbf_id` Oct 27 05:07:50.555 INFO kablam! --> src/main.rs:64:5 Oct 27 05:07:50.556 INFO kablam! | Oct 27 05:07:50.556 INFO kablam! 64 | dbfId: i64, Oct 27 05:07:50.556 INFO kablam! | ^^^^^^^^^^ Oct 27 05:07:50.557 INFO kablam! Oct 27 05:07:50.557 INFO kablam! warning: structure field `spellDamage` should have a snake case name such as `spell_damage` Oct 27 05:07:50.557 INFO kablam! --> src/main.rs:67:5 Oct 27 05:07:50.558 INFO kablam! | Oct 27 05:07:50.558 INFO kablam! 67 | spellDamage: i64, Oct 27 05:07:50.558 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:07:50.559 INFO kablam! Oct 27 05:07:50.643 INFO kablam! warning: unreachable pattern Oct 27 05:07:50.644 INFO kablam! --> src/main.rs:202:17 Oct 27 05:07:50.644 INFO kablam! | Oct 27 05:07:50.644 INFO kablam! 202 | "artist" => { Oct 27 05:07:50.644 INFO kablam! | ^^^^^^^^ Oct 27 05:07:50.645 INFO kablam! | Oct 27 05:07:50.645 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 05:07:50.645 INFO kablam! Oct 27 05:07:50.675 INFO kablam! warning: structure field `playerClass` should have a snake case name such as `player_class` Oct 27 05:07:50.675 INFO kablam! --> src/main.rs:48:5 Oct 27 05:07:50.676 INFO kablam! | Oct 27 05:07:50.676 INFO kablam! 48 | playerClass: ClassEnum, Oct 27 05:07:50.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.677 INFO kablam! | Oct 27 05:07:50.677 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:07:50.677 INFO kablam! Oct 27 05:07:50.678 INFO kablam! warning: structure field `cardClass` should have a snake case name such as `card_class` Oct 27 05:07:50.678 INFO kablam! --> src/main.rs:49:5 Oct 27 05:07:50.678 INFO kablam! | Oct 27 05:07:50.679 INFO kablam! 49 | cardClass: ClassEnum, Oct 27 05:07:50.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.679 INFO kablam! Oct 27 05:07:50.680 INFO kablam! warning: structure field `theType` should have a snake case name such as `the_type` Oct 27 05:07:50.680 INFO kablam! --> src/main.rs:51:5 Oct 27 05:07:50.680 INFO kablam! | Oct 27 05:07:50.681 INFO kablam! 51 | theType: TypeEnum, Oct 27 05:07:50.681 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.681 INFO kablam! Oct 27 05:07:50.681 INFO kablam! warning: structure field `howToEarn` should have a snake case name such as `how_to_earn` Oct 27 05:07:50.682 INFO kablam! --> src/main.rs:57:5 Oct 27 05:07:50.682 INFO kablam! | Oct 27 05:07:50.683 INFO kablam! 57 | howToEarn: String, Oct 27 05:07:50.683 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.683 INFO kablam! Oct 27 05:07:50.683 INFO kablam! warning: structure field `howToEarnGolden` should have a snake case name such as `how_to_earn_golden` Oct 27 05:07:50.684 INFO kablam! --> src/main.rs:58:5 Oct 27 05:07:50.684 INFO kablam! | Oct 27 05:07:50.684 INFO kablam! 58 | howToEarnGolden: String, Oct 27 05:07:50.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.685 INFO kablam! Oct 27 05:07:50.685 INFO kablam! warning: structure field `targetingArrowText` should have a snake case name such as `targeting_arrow_text` Oct 27 05:07:50.685 INFO kablam! --> src/main.rs:59:5 Oct 27 05:07:50.686 INFO kablam! | Oct 27 05:07:50.686 INFO kablam! 59 | targetingArrowText: String, Oct 27 05:07:50.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:07:50.686 INFO kablam! Oct 27 05:07:50.687 INFO kablam! warning: structure field `dbfId` should have a snake case name such as `dbf_id` Oct 27 05:07:50.687 INFO kablam! --> src/main.rs:64:5 Oct 27 05:07:50.687 INFO kablam! | Oct 27 05:07:50.688 INFO kablam! 64 | dbfId: i64, Oct 27 05:07:50.688 INFO kablam! | ^^^^^^^^^^ Oct 27 05:07:50.688 INFO kablam! Oct 27 05:07:50.689 INFO kablam! warning: structure field `spellDamage` should have a snake case name such as `spell_damage` Oct 27 05:07:50.689 INFO kablam! --> src/main.rs:67:5 Oct 27 05:07:50.689 INFO kablam! | Oct 27 05:07:50.690 INFO kablam! 67 | spellDamage: i64, Oct 27 05:07:50.690 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:07:50.690 INFO kablam! Oct 27 05:07:50.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 27 05:07:50.707 INFO kablam! su: No module specific data is present Oct 27 05:07:51.759 INFO running `"docker" "rm" "-f" "cef80936581092aa0a5c98165ad1b0c5783f733dac547224dc688e229c39a713"` Oct 27 05:07:51.999 INFO blam! cef80936581092aa0a5c98165ad1b0c5783f733dac547224dc688e229c39a713