Sep 01 06:44:20.985 INFO checking shapeshift-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 06:44:20.985 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 06:44:20.985 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:44:21.178 INFO blam! 16fe9f949a1d99bded56fc4beff6728ec9503890d76e1ccdde52719e289421e9 Sep 01 06:44:21.180 INFO running `"docker" "start" "-a" "16fe9f949a1d99bded56fc4beff6728ec9503890d76e1ccdde52719e289421e9"` Sep 01 06:44:22.058 INFO kablam! Checking shapeshift v0.1.0 (file:///source) Sep 01 06:44:24.447 INFO kablam! warning: structure field `incomingCoin` should have a snake case name such as `incoming_coin` Sep 01 06:44:24.447 INFO kablam! --> src/lib.rs:43:5 Sep 01 06:44:24.447 INFO kablam! | Sep 01 06:44:24.447 INFO kablam! 43 | pub incomingCoin: Option, //[amount deposited], Sep 01 06:44:24.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.447 INFO kablam! | Sep 01 06:44:24.447 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 06:44:24.447 INFO kablam! Sep 01 06:44:24.447 INFO kablam! warning: structure field `incomingType` should have a snake case name such as `incoming_type` Sep 01 06:44:24.447 INFO kablam! --> src/lib.rs:44:5 Sep 01 06:44:24.447 INFO kablam! | Sep 01 06:44:24.447 INFO kablam! 44 | pub incomingType: Option, //[coin type of deposit], Sep 01 06:44:24.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.447 INFO kablam! Sep 01 06:44:24.447 INFO kablam! warning: structure field `outgoingCoin` should have a snake case name such as `outgoing_coin` Sep 01 06:44:24.447 INFO kablam! --> src/lib.rs:45:5 Sep 01 06:44:24.447 INFO kablam! | Sep 01 06:44:24.447 INFO kablam! 45 | pub outgoingCoin: Option, //[amount sent to withdrawal address], Sep 01 06:44:24.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.447 INFO kablam! Sep 01 06:44:24.447 INFO kablam! warning: structure field `outgoingType` should have a snake case name such as `outgoing_type` Sep 01 06:44:24.448 INFO kablam! --> src/lib.rs:46:5 Sep 01 06:44:24.448 INFO kablam! | Sep 01 06:44:24.448 INFO kablam! 46 | pub outgoingType: Option, //[coin type of withdrawal], Sep 01 06:44:24.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.448 INFO kablam! Sep 01 06:44:24.587 INFO kablam! warning: structure field `incomingCoin` should have a snake case name such as `incoming_coin` Sep 01 06:44:24.587 INFO kablam! --> src/lib.rs:43:5 Sep 01 06:44:24.587 INFO kablam! | Sep 01 06:44:24.587 INFO kablam! 43 | pub incomingCoin: Option, //[amount deposited], Sep 01 06:44:24.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.587 INFO kablam! | Sep 01 06:44:24.588 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 06:44:24.588 INFO kablam! Sep 01 06:44:24.588 INFO kablam! warning: structure field `incomingType` should have a snake case name such as `incoming_type` Sep 01 06:44:24.588 INFO kablam! --> src/lib.rs:44:5 Sep 01 06:44:24.588 INFO kablam! | Sep 01 06:44:24.588 INFO kablam! 44 | pub incomingType: Option, //[coin type of deposit], Sep 01 06:44:24.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.588 INFO kablam! Sep 01 06:44:24.588 INFO kablam! warning: structure field `outgoingCoin` should have a snake case name such as `outgoing_coin` Sep 01 06:44:24.588 INFO kablam! --> src/lib.rs:45:5 Sep 01 06:44:24.588 INFO kablam! | Sep 01 06:44:24.588 INFO kablam! 45 | pub outgoingCoin: Option, //[amount sent to withdrawal address], Sep 01 06:44:24.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.588 INFO kablam! Sep 01 06:44:24.589 INFO kablam! warning: structure field `outgoingType` should have a snake case name such as `outgoing_type` Sep 01 06:44:24.589 INFO kablam! --> src/lib.rs:46:5 Sep 01 06:44:24.589 INFO kablam! | Sep 01 06:44:24.589 INFO kablam! 46 | pub outgoingType: Option, //[coin type of withdrawal], Sep 01 06:44:24.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:44:24.589 INFO kablam! Sep 01 06:44:24.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.74s Sep 01 06:44:24.628 INFO kablam! su: No module specific data is present Sep 01 06:44:25.246 INFO running `"docker" "rm" "-f" "16fe9f949a1d99bded56fc4beff6728ec9503890d76e1ccdde52719e289421e9"` Sep 01 06:44:25.332 INFO blam! 16fe9f949a1d99bded56fc4beff6728ec9503890d76e1ccdde52719e289421e9