Jul 11 21:57:40.394 INFO checking shapeshift-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 21:57:40.394 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:57:40.394 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:57:40.394 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 21:57:40.619 INFO blam! be5ed1d7e9f8e64d3ab3b3987651ac44e7034f8570bbcc60bdd47a75e54948c9 Jul 11 21:57:40.621 INFO running `"docker" "start" "-a" "be5ed1d7e9f8e64d3ab3b3987651ac44e7034f8570bbcc60bdd47a75e54948c9"` Jul 11 21:57:41.724 INFO kablam! Checking shapeshift v0.1.0 (file:///source) Jul 11 21:57:43.894 INFO kablam! warning: structure field `incomingCoin` should have a snake case name such as `incoming_coin` Jul 11 21:57:43.894 INFO kablam! --> src/lib.rs:43:5 Jul 11 21:57:43.894 INFO kablam! | Jul 11 21:57:43.894 INFO kablam! 43 | pub incomingCoin: Option, //[amount deposited], Jul 11 21:57:43.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:43.894 INFO kablam! | Jul 11 21:57:43.894 INFO kablam! = note: #[warn(non_snake_case)] on by default Jul 11 21:57:43.894 INFO kablam! Jul 11 21:57:43.895 INFO kablam! warning: structure field `incomingType` should have a snake case name such as `incoming_type` Jul 11 21:57:43.895 INFO kablam! --> src/lib.rs:44:5 Jul 11 21:57:43.895 INFO kablam! | Jul 11 21:57:43.895 INFO kablam! 44 | pub incomingType: Option, //[coin type of deposit], Jul 11 21:57:43.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:43.895 INFO kablam! Jul 11 21:57:43.895 INFO kablam! warning: structure field `outgoingCoin` should have a snake case name such as `outgoing_coin` Jul 11 21:57:43.895 INFO kablam! --> src/lib.rs:45:5 Jul 11 21:57:43.895 INFO kablam! | Jul 11 21:57:43.895 INFO kablam! 45 | pub outgoingCoin: Option, //[amount sent to withdrawal address], Jul 11 21:57:43.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:43.895 INFO kablam! Jul 11 21:57:43.895 INFO kablam! warning: structure field `outgoingType` should have a snake case name such as `outgoing_type` Jul 11 21:57:43.895 INFO kablam! --> src/lib.rs:46:5 Jul 11 21:57:43.895 INFO kablam! | Jul 11 21:57:43.895 INFO kablam! 46 | pub outgoingType: Option, //[coin type of withdrawal], Jul 11 21:57:43.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:43.895 INFO kablam! Jul 11 21:57:44.104 INFO kablam! warning: structure field `incomingCoin` should have a snake case name such as `incoming_coin` Jul 11 21:57:44.104 INFO kablam! --> src/lib.rs:43:5 Jul 11 21:57:44.104 INFO kablam! | Jul 11 21:57:44.104 INFO kablam! 43 | pub incomingCoin: Option, //[amount deposited], Jul 11 21:57:44.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:44.104 INFO kablam! | Jul 11 21:57:44.104 INFO kablam! = note: #[warn(non_snake_case)] on by default Jul 11 21:57:44.104 INFO kablam! Jul 11 21:57:44.104 INFO kablam! warning: structure field `incomingType` should have a snake case name such as `incoming_type` Jul 11 21:57:44.105 INFO kablam! --> src/lib.rs:44:5 Jul 11 21:57:44.105 INFO kablam! | Jul 11 21:57:44.105 INFO kablam! 44 | pub incomingType: Option, //[coin type of deposit], Jul 11 21:57:44.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:44.105 INFO kablam! Jul 11 21:57:44.105 INFO kablam! warning: structure field `outgoingCoin` should have a snake case name such as `outgoing_coin` Jul 11 21:57:44.105 INFO kablam! --> src/lib.rs:45:5 Jul 11 21:57:44.105 INFO kablam! | Jul 11 21:57:44.105 INFO kablam! 45 | pub outgoingCoin: Option, //[amount sent to withdrawal address], Jul 11 21:57:44.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:44.105 INFO kablam! Jul 11 21:57:44.105 INFO kablam! warning: structure field `outgoingType` should have a snake case name such as `outgoing_type` Jul 11 21:57:44.105 INFO kablam! --> src/lib.rs:46:5 Jul 11 21:57:44.105 INFO kablam! | Jul 11 21:57:44.105 INFO kablam! 46 | pub outgoingType: Option, //[coin type of withdrawal], Jul 11 21:57:44.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 21:57:44.105 INFO kablam! Jul 11 21:57:44.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.61s Jul 11 21:57:44.156 INFO kablam! su: No module specific data is present Jul 11 21:57:44.890 INFO running `"docker" "rm" "-f" "be5ed1d7e9f8e64d3ab3b3987651ac44e7034f8570bbcc60bdd47a75e54948c9"` Jul 11 21:57:45.047 INFO blam! be5ed1d7e9f8e64d3ab3b3987651ac44e7034f8570bbcc60bdd47a75e54948c9