Sep 05 00:04:42.370 INFO checking coinbaser-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:04:42.370 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:04:42.370 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:04:42.566 INFO blam! 44c970b29e6a34c9629290d0e0b92069f297c496e2ea8eae10c8f97968bbdc43 Sep 05 00:04:42.568 INFO running `"docker" "start" "-a" "44c970b29e6a34c9629290d0e0b92069f297c496e2ea8eae10c8f97968bbdc43"` Sep 05 00:04:43.238 INFO kablam! Checking unicase v0.1.0 Sep 05 00:04:43.238 INFO kablam! Checking httparse v0.1.6 Sep 05 00:04:43.238 INFO kablam! Checking mime v0.0.11 Sep 05 00:04:43.244 INFO kablam! Checking cookie v0.1.21 Sep 05 00:04:45.179 INFO kablam! Checking hyper v0.5.2 Sep 05 00:04:48.966 INFO kablam! Checking coinbaser v0.1.0 (file:///source) Sep 05 00:04:51.207 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 05 00:04:51.207 INFO kablam! --> src/coinbaser.rs:9:5 Sep 05 00:04:51.207 INFO kablam! | Sep 05 00:04:51.207 INFO kablam! 9 | use error::Error as _CoinError; Sep 05 00:04:51.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.207 INFO kablam! | Sep 05 00:04:51.207 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:04:51.207 INFO kablam! Sep 05 00:04:51.358 INFO kablam! warning: enum is never used: `HttpGetError` Sep 05 00:04:51.358 INFO kablam! --> src/coinbaser.rs:14:1 Sep 05 00:04:51.358 INFO kablam! | Sep 05 00:04:51.358 INFO kablam! 14 | enum HttpGetError { Sep 05 00:04:51.358 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.358 INFO kablam! | Sep 05 00:04:51.358 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:04:51.358 INFO kablam! Sep 05 00:04:51.358 INFO kablam! warning: function is never used: `http_get` Sep 05 00:04:51.358 INFO kablam! --> src/coinbaser.rs:25:1 Sep 05 00:04:51.358 INFO kablam! | Sep 05 00:04:51.358 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 05 00:04:51.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.358 INFO kablam! Sep 05 00:04:51.359 INFO kablam! warning: method is never used: `id` Sep 05 00:04:51.359 INFO kablam! --> src/coinbaser.rs:67:2 Sep 05 00:04:51.359 INFO kablam! | Sep 05 00:04:51.359 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 05 00:04:51.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.359 INFO kablam! Sep 05 00:04:51.359 INFO kablam! warning: method is never used: `name` Sep 05 00:04:51.359 INFO kablam! --> src/coinbaser.rs:68:2 Sep 05 00:04:51.359 INFO kablam! | Sep 05 00:04:51.359 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 05 00:04:51.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.359 INFO kablam! Sep 05 00:04:51.359 INFO kablam! warning: method is never used: `min_size` Sep 05 00:04:51.359 INFO kablam! --> src/coinbaser.rs:69:2 Sep 05 00:04:51.359 INFO kablam! | Sep 05 00:04:51.359 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 05 00:04:51.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.359 INFO kablam! Sep 05 00:04:51.359 INFO kablam! warning: struct is never constructed: `Product` Sep 05 00:04:51.359 INFO kablam! --> src/coinbaser.rs:74:1 Sep 05 00:04:51.359 INFO kablam! | Sep 05 00:04:51.359 INFO kablam! 74 | pub struct Product { Sep 05 00:04:51.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.360 INFO kablam! Sep 05 00:04:51.360 INFO kablam! warning: method is never used: `id` Sep 05 00:04:51.360 INFO kablam! --> src/coinbaser.rs:84:2 Sep 05 00:04:51.360 INFO kablam! | Sep 05 00:04:51.360 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 05 00:04:51.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.360 INFO kablam! Sep 05 00:04:51.360 INFO kablam! warning: method is never used: `base_currency` Sep 05 00:04:51.360 INFO kablam! --> src/coinbaser.rs:85:2 Sep 05 00:04:51.360 INFO kablam! | Sep 05 00:04:51.360 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 05 00:04:51.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.360 INFO kablam! Sep 05 00:04:51.360 INFO kablam! warning: method is never used: `quote_currency` Sep 05 00:04:51.360 INFO kablam! --> src/coinbaser.rs:86:2 Sep 05 00:04:51.360 INFO kablam! | Sep 05 00:04:51.360 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 05 00:04:51.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.360 INFO kablam! Sep 05 00:04:51.360 INFO kablam! warning: method is never used: `base_min_size` Sep 05 00:04:51.360 INFO kablam! --> src/coinbaser.rs:87:2 Sep 05 00:04:51.360 INFO kablam! | Sep 05 00:04:51.360 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 05 00:04:51.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.360 INFO kablam! Sep 05 00:04:51.361 INFO kablam! warning: method is never used: `base_max_size` Sep 05 00:04:51.361 INFO kablam! --> src/coinbaser.rs:88:2 Sep 05 00:04:51.361 INFO kablam! | Sep 05 00:04:51.361 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 05 00:04:51.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.361 INFO kablam! Sep 05 00:04:51.361 INFO kablam! warning: method is never used: `quote_increment` Sep 05 00:04:51.361 INFO kablam! --> src/coinbaser.rs:89:2 Sep 05 00:04:51.361 INFO kablam! | Sep 05 00:04:51.361 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 05 00:04:51.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.361 INFO kablam! Sep 05 00:04:51.361 INFO kablam! warning: struct is never constructed: `Order` Sep 05 00:04:51.361 INFO kablam! --> src/coinbaser.rs:93:1 Sep 05 00:04:51.361 INFO kablam! | Sep 05 00:04:51.361 INFO kablam! 93 | pub struct Order; Sep 05 00:04:51.361 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.361 INFO kablam! Sep 05 00:04:51.573 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 05 00:04:51.573 INFO kablam! --> src/coinbaser.rs:9:5 Sep 05 00:04:51.573 INFO kablam! | Sep 05 00:04:51.573 INFO kablam! 9 | use error::Error as _CoinError; Sep 05 00:04:51.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.573 INFO kablam! | Sep 05 00:04:51.573 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:04:51.573 INFO kablam! Sep 05 00:04:51.679 INFO kablam! warning: enum is never used: `HttpGetError` Sep 05 00:04:51.679 INFO kablam! --> src/coinbaser.rs:14:1 Sep 05 00:04:51.679 INFO kablam! | Sep 05 00:04:51.679 INFO kablam! 14 | enum HttpGetError { Sep 05 00:04:51.679 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.679 INFO kablam! | Sep 05 00:04:51.679 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:04:51.679 INFO kablam! Sep 05 00:04:51.679 INFO kablam! warning: function is never used: `http_get` Sep 05 00:04:51.679 INFO kablam! --> src/coinbaser.rs:25:1 Sep 05 00:04:51.679 INFO kablam! | Sep 05 00:04:51.679 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 05 00:04:51.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.679 INFO kablam! Sep 05 00:04:51.680 INFO kablam! warning: method is never used: `id` Sep 05 00:04:51.680 INFO kablam! --> src/coinbaser.rs:67:2 Sep 05 00:04:51.680 INFO kablam! | Sep 05 00:04:51.680 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 05 00:04:51.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.680 INFO kablam! Sep 05 00:04:51.680 INFO kablam! warning: method is never used: `name` Sep 05 00:04:51.680 INFO kablam! --> src/coinbaser.rs:68:2 Sep 05 00:04:51.680 INFO kablam! | Sep 05 00:04:51.681 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 05 00:04:51.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.681 INFO kablam! Sep 05 00:04:51.681 INFO kablam! warning: method is never used: `min_size` Sep 05 00:04:51.681 INFO kablam! --> src/coinbaser.rs:69:2 Sep 05 00:04:51.681 INFO kablam! | Sep 05 00:04:51.681 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 05 00:04:51.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.681 INFO kablam! Sep 05 00:04:51.681 INFO kablam! warning: struct is never constructed: `Product` Sep 05 00:04:51.681 INFO kablam! --> src/coinbaser.rs:74:1 Sep 05 00:04:51.681 INFO kablam! | Sep 05 00:04:51.681 INFO kablam! 74 | pub struct Product { Sep 05 00:04:51.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.681 INFO kablam! Sep 05 00:04:51.681 INFO kablam! warning: method is never used: `id` Sep 05 00:04:51.681 INFO kablam! --> src/coinbaser.rs:84:2 Sep 05 00:04:51.681 INFO kablam! | Sep 05 00:04:51.681 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 05 00:04:51.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.681 INFO kablam! Sep 05 00:04:51.681 INFO kablam! warning: method is never used: `base_currency` Sep 05 00:04:51.681 INFO kablam! --> src/coinbaser.rs:85:2 Sep 05 00:04:51.682 INFO kablam! | Sep 05 00:04:51.682 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 05 00:04:51.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.682 INFO kablam! Sep 05 00:04:51.682 INFO kablam! warning: method is never used: `quote_currency` Sep 05 00:04:51.682 INFO kablam! --> src/coinbaser.rs:86:2 Sep 05 00:04:51.682 INFO kablam! | Sep 05 00:04:51.682 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 05 00:04:51.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.682 INFO kablam! Sep 05 00:04:51.682 INFO kablam! warning: method is never used: `base_min_size` Sep 05 00:04:51.682 INFO kablam! --> src/coinbaser.rs:87:2 Sep 05 00:04:51.682 INFO kablam! | Sep 05 00:04:51.682 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 05 00:04:51.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.684 INFO kablam! Sep 05 00:04:51.684 INFO kablam! warning: method is never used: `base_max_size` Sep 05 00:04:51.684 INFO kablam! --> src/coinbaser.rs:88:2 Sep 05 00:04:51.684 INFO kablam! | Sep 05 00:04:51.684 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 05 00:04:51.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.684 INFO kablam! Sep 05 00:04:51.684 INFO kablam! warning: method is never used: `quote_increment` Sep 05 00:04:51.684 INFO kablam! --> src/coinbaser.rs:89:2 Sep 05 00:04:51.684 INFO kablam! | Sep 05 00:04:51.684 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 05 00:04:51.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.684 INFO kablam! Sep 05 00:04:51.684 INFO kablam! warning: struct is never constructed: `Order` Sep 05 00:04:51.684 INFO kablam! --> src/coinbaser.rs:93:1 Sep 05 00:04:51.684 INFO kablam! | Sep 05 00:04:51.684 INFO kablam! 93 | pub struct Order; Sep 05 00:04:51.684 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 00:04:51.684 INFO kablam! Sep 05 00:04:51.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.54s Sep 05 00:04:51.702 INFO kablam! su: No module specific data is present Sep 05 00:04:52.218 INFO running `"docker" "rm" "-f" "44c970b29e6a34c9629290d0e0b92069f297c496e2ea8eae10c8f97968bbdc43"` Sep 05 00:04:52.331 INFO blam! 44c970b29e6a34c9629290d0e0b92069f297c496e2ea8eae10c8f97968bbdc43