Oct 13 08:39:00.539 INFO checking shapeshift-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 08:39:00.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 08:39:00.909 INFO blam! 7fccd5d0bb2df53ab7026c1dfaffe3d00892c44232a2401700fcec409fabbe06 Oct 13 08:39:00.920 INFO running `"docker" "start" "-a" "7fccd5d0bb2df53ab7026c1dfaffe3d00892c44232a2401700fcec409fabbe06"` Oct 13 08:39:01.444 INFO kablam! usermod: no changes Oct 13 08:39:01.569 INFO kablam! Checking shapeshift v0.1.0 (/source) Oct 13 08:39:04.209 INFO kablam! warning: structure field `incomingCoin` should have a snake case name such as `incoming_coin` Oct 13 08:39:04.209 INFO kablam! --> src/lib.rs:43:5 Oct 13 08:39:04.209 INFO kablam! | Oct 13 08:39:04.209 INFO kablam! 43 | pub incomingCoin: Option, //[amount deposited], Oct 13 08:39:04.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.209 INFO kablam! | Oct 13 08:39:04.209 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 08:39:04.209 INFO kablam! Oct 13 08:39:04.209 INFO kablam! warning: structure field `incomingType` should have a snake case name such as `incoming_type` Oct 13 08:39:04.209 INFO kablam! --> src/lib.rs:44:5 Oct 13 08:39:04.209 INFO kablam! | Oct 13 08:39:04.209 INFO kablam! 44 | pub incomingType: Option, //[coin type of deposit], Oct 13 08:39:04.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.209 INFO kablam! Oct 13 08:39:04.209 INFO kablam! warning: structure field `outgoingCoin` should have a snake case name such as `outgoing_coin` Oct 13 08:39:04.209 INFO kablam! --> src/lib.rs:45:5 Oct 13 08:39:04.209 INFO kablam! | Oct 13 08:39:04.209 INFO kablam! 45 | pub outgoingCoin: Option, //[amount sent to withdrawal address], Oct 13 08:39:04.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.209 INFO kablam! Oct 13 08:39:04.209 INFO kablam! warning: structure field `outgoingType` should have a snake case name such as `outgoing_type` Oct 13 08:39:04.209 INFO kablam! --> src/lib.rs:46:5 Oct 13 08:39:04.209 INFO kablam! | Oct 13 08:39:04.209 INFO kablam! 46 | pub outgoingType: Option, //[coin type of withdrawal], Oct 13 08:39:04.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.209 INFO kablam! Oct 13 08:39:04.335 INFO kablam! warning: structure field `incomingCoin` should have a snake case name such as `incoming_coin` Oct 13 08:39:04.335 INFO kablam! --> src/lib.rs:43:5 Oct 13 08:39:04.335 INFO kablam! | Oct 13 08:39:04.335 INFO kablam! 43 | pub incomingCoin: Option, //[amount deposited], Oct 13 08:39:04.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.335 INFO kablam! | Oct 13 08:39:04.335 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 08:39:04.335 INFO kablam! Oct 13 08:39:04.335 INFO kablam! warning: structure field `incomingType` should have a snake case name such as `incoming_type` Oct 13 08:39:04.335 INFO kablam! --> src/lib.rs:44:5 Oct 13 08:39:04.335 INFO kablam! | Oct 13 08:39:04.335 INFO kablam! 44 | pub incomingType: Option, //[coin type of deposit], Oct 13 08:39:04.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.335 INFO kablam! Oct 13 08:39:04.335 INFO kablam! warning: structure field `outgoingCoin` should have a snake case name such as `outgoing_coin` Oct 13 08:39:04.335 INFO kablam! --> src/lib.rs:45:5 Oct 13 08:39:04.335 INFO kablam! | Oct 13 08:39:04.335 INFO kablam! 45 | pub outgoingCoin: Option, //[amount sent to withdrawal address], Oct 13 08:39:04.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.335 INFO kablam! Oct 13 08:39:04.335 INFO kablam! warning: structure field `outgoingType` should have a snake case name such as `outgoing_type` Oct 13 08:39:04.335 INFO kablam! --> src/lib.rs:46:5 Oct 13 08:39:04.335 INFO kablam! | Oct 13 08:39:04.335 INFO kablam! 46 | pub outgoingType: Option, //[coin type of withdrawal], Oct 13 08:39:04.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:39:04.335 INFO kablam! Oct 13 08:39:04.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 13 08:39:04.361 INFO kablam! su: No module specific data is present Oct 13 08:39:04.710 INFO running `"docker" "rm" "-f" "7fccd5d0bb2df53ab7026c1dfaffe3d00892c44232a2401700fcec409fabbe06"` Oct 13 08:39:04.800 INFO blam! 7fccd5d0bb2df53ab7026c1dfaffe3d00892c44232a2401700fcec409fabbe06