Sep 02 17:52:57.941 INFO checking coinbaser-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 17:52:57.941 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 17:52:57.942 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 17:52:58.126 INFO blam! 264f45d68dd94292803caab426a9283e70a2fd9a2ea8e458dd369dd267c7e588 Sep 02 17:52:58.128 INFO running `"docker" "start" "-a" "264f45d68dd94292803caab426a9283e70a2fd9a2ea8e458dd369dd267c7e588"` Sep 02 17:52:58.981 INFO kablam! Checking coinbaser v0.1.0 (file:///source) Sep 02 17:53:01.381 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 02 17:53:01.381 INFO kablam! --> src/coinbaser.rs:9:5 Sep 02 17:53:01.382 INFO kablam! | Sep 02 17:53:01.382 INFO kablam! 9 | use error::Error as _CoinError; Sep 02 17:53:01.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.382 INFO kablam! | Sep 02 17:53:01.382 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 17:53:01.382 INFO kablam! Sep 02 17:53:01.473 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 02 17:53:01.473 INFO kablam! --> src/coinbaser.rs:9:5 Sep 02 17:53:01.473 INFO kablam! | Sep 02 17:53:01.474 INFO kablam! 9 | use error::Error as _CoinError; Sep 02 17:53:01.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.474 INFO kablam! | Sep 02 17:53:01.474 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 17:53:01.474 INFO kablam! Sep 02 17:53:01.599 INFO kablam! warning: enum is never used: `HttpGetError` Sep 02 17:53:01.599 INFO kablam! --> src/coinbaser.rs:14:1 Sep 02 17:53:01.599 INFO kablam! | Sep 02 17:53:01.599 INFO kablam! 14 | enum HttpGetError { Sep 02 17:53:01.599 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.599 INFO kablam! | Sep 02 17:53:01.599 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 17:53:01.599 INFO kablam! Sep 02 17:53:01.600 INFO kablam! warning: function is never used: `http_get` Sep 02 17:53:01.600 INFO kablam! --> src/coinbaser.rs:25:1 Sep 02 17:53:01.600 INFO kablam! | Sep 02 17:53:01.600 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 02 17:53:01.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.600 INFO kablam! Sep 02 17:53:01.600 INFO kablam! warning: method is never used: `id` Sep 02 17:53:01.600 INFO kablam! --> src/coinbaser.rs:67:2 Sep 02 17:53:01.601 INFO kablam! | Sep 02 17:53:01.601 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 02 17:53:01.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.601 INFO kablam! Sep 02 17:53:01.601 INFO kablam! warning: method is never used: `name` Sep 02 17:53:01.601 INFO kablam! --> src/coinbaser.rs:68:2 Sep 02 17:53:01.601 INFO kablam! | Sep 02 17:53:01.601 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 02 17:53:01.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.601 INFO kablam! Sep 02 17:53:01.601 INFO kablam! warning: method is never used: `min_size` Sep 02 17:53:01.601 INFO kablam! --> src/coinbaser.rs:69:2 Sep 02 17:53:01.601 INFO kablam! | Sep 02 17:53:01.601 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 02 17:53:01.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.601 INFO kablam! Sep 02 17:53:01.601 INFO kablam! warning: struct is never constructed: `Product` Sep 02 17:53:01.601 INFO kablam! --> src/coinbaser.rs:74:1 Sep 02 17:53:01.601 INFO kablam! | Sep 02 17:53:01.601 INFO kablam! 74 | pub struct Product { Sep 02 17:53:01.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.601 INFO kablam! Sep 02 17:53:01.601 INFO kablam! warning: method is never used: `id` Sep 02 17:53:01.601 INFO kablam! --> src/coinbaser.rs:84:2 Sep 02 17:53:01.601 INFO kablam! | Sep 02 17:53:01.601 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 02 17:53:01.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.602 INFO kablam! Sep 02 17:53:01.602 INFO kablam! warning: method is never used: `base_currency` Sep 02 17:53:01.602 INFO kablam! --> src/coinbaser.rs:85:2 Sep 02 17:53:01.602 INFO kablam! | Sep 02 17:53:01.602 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 02 17:53:01.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.602 INFO kablam! Sep 02 17:53:01.602 INFO kablam! warning: method is never used: `quote_currency` Sep 02 17:53:01.602 INFO kablam! --> src/coinbaser.rs:86:2 Sep 02 17:53:01.602 INFO kablam! | Sep 02 17:53:01.602 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 02 17:53:01.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.602 INFO kablam! Sep 02 17:53:01.602 INFO kablam! warning: method is never used: `base_min_size` Sep 02 17:53:01.602 INFO kablam! --> src/coinbaser.rs:87:2 Sep 02 17:53:01.602 INFO kablam! | Sep 02 17:53:01.602 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 02 17:53:01.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.602 INFO kablam! Sep 02 17:53:01.602 INFO kablam! warning: method is never used: `base_max_size` Sep 02 17:53:01.602 INFO kablam! --> src/coinbaser.rs:88:2 Sep 02 17:53:01.602 INFO kablam! | Sep 02 17:53:01.602 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 02 17:53:01.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.602 INFO kablam! Sep 02 17:53:01.602 INFO kablam! warning: method is never used: `quote_increment` Sep 02 17:53:01.602 INFO kablam! --> src/coinbaser.rs:89:2 Sep 02 17:53:01.603 INFO kablam! | Sep 02 17:53:01.603 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 02 17:53:01.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.603 INFO kablam! Sep 02 17:53:01.603 INFO kablam! warning: struct is never constructed: `Order` Sep 02 17:53:01.603 INFO kablam! --> src/coinbaser.rs:93:1 Sep 02 17:53:01.603 INFO kablam! | Sep 02 17:53:01.603 INFO kablam! 93 | pub struct Order; Sep 02 17:53:01.603 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.603 INFO kablam! Sep 02 17:53:01.654 INFO kablam! warning: enum is never used: `HttpGetError` Sep 02 17:53:01.654 INFO kablam! --> src/coinbaser.rs:14:1 Sep 02 17:53:01.654 INFO kablam! | Sep 02 17:53:01.654 INFO kablam! 14 | enum HttpGetError { Sep 02 17:53:01.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.654 INFO kablam! | Sep 02 17:53:01.654 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 17:53:01.654 INFO kablam! Sep 02 17:53:01.654 INFO kablam! warning: function is never used: `http_get` Sep 02 17:53:01.654 INFO kablam! --> src/coinbaser.rs:25:1 Sep 02 17:53:01.654 INFO kablam! | Sep 02 17:53:01.654 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 02 17:53:01.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.654 INFO kablam! Sep 02 17:53:01.654 INFO kablam! warning: method is never used: `id` Sep 02 17:53:01.654 INFO kablam! --> src/coinbaser.rs:67:2 Sep 02 17:53:01.655 INFO kablam! | Sep 02 17:53:01.655 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 02 17:53:01.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.655 INFO kablam! Sep 02 17:53:01.655 INFO kablam! warning: method is never used: `name` Sep 02 17:53:01.655 INFO kablam! --> src/coinbaser.rs:68:2 Sep 02 17:53:01.655 INFO kablam! | Sep 02 17:53:01.655 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 02 17:53:01.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.655 INFO kablam! Sep 02 17:53:01.655 INFO kablam! warning: method is never used: `min_size` Sep 02 17:53:01.655 INFO kablam! --> src/coinbaser.rs:69:2 Sep 02 17:53:01.655 INFO kablam! | Sep 02 17:53:01.655 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 02 17:53:01.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.655 INFO kablam! Sep 02 17:53:01.655 INFO kablam! warning: struct is never constructed: `Product` Sep 02 17:53:01.655 INFO kablam! --> src/coinbaser.rs:74:1 Sep 02 17:53:01.655 INFO kablam! | Sep 02 17:53:01.655 INFO kablam! 74 | pub struct Product { Sep 02 17:53:01.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.655 INFO kablam! Sep 02 17:53:01.655 INFO kablam! warning: method is never used: `id` Sep 02 17:53:01.655 INFO kablam! --> src/coinbaser.rs:84:2 Sep 02 17:53:01.655 INFO kablam! | Sep 02 17:53:01.655 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 02 17:53:01.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.655 INFO kablam! Sep 02 17:53:01.656 INFO kablam! warning: method is never used: `base_currency` Sep 02 17:53:01.656 INFO kablam! --> src/coinbaser.rs:85:2 Sep 02 17:53:01.656 INFO kablam! | Sep 02 17:53:01.656 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 02 17:53:01.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.656 INFO kablam! Sep 02 17:53:01.656 INFO kablam! warning: method is never used: `quote_currency` Sep 02 17:53:01.656 INFO kablam! --> src/coinbaser.rs:86:2 Sep 02 17:53:01.656 INFO kablam! | Sep 02 17:53:01.656 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 02 17:53:01.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.656 INFO kablam! Sep 02 17:53:01.656 INFO kablam! warning: method is never used: `base_min_size` Sep 02 17:53:01.656 INFO kablam! --> src/coinbaser.rs:87:2 Sep 02 17:53:01.656 INFO kablam! | Sep 02 17:53:01.656 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 02 17:53:01.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.656 INFO kablam! Sep 02 17:53:01.656 INFO kablam! warning: method is never used: `base_max_size` Sep 02 17:53:01.656 INFO kablam! --> src/coinbaser.rs:88:2 Sep 02 17:53:01.656 INFO kablam! | Sep 02 17:53:01.656 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 02 17:53:01.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.656 INFO kablam! Sep 02 17:53:01.656 INFO kablam! warning: method is never used: `quote_increment` Sep 02 17:53:01.656 INFO kablam! --> src/coinbaser.rs:89:2 Sep 02 17:53:01.656 INFO kablam! | Sep 02 17:53:01.656 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 02 17:53:01.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.656 INFO kablam! Sep 02 17:53:01.657 INFO kablam! warning: struct is never constructed: `Order` Sep 02 17:53:01.657 INFO kablam! --> src/coinbaser.rs:93:1 Sep 02 17:53:01.657 INFO kablam! | Sep 02 17:53:01.657 INFO kablam! 93 | pub struct Order; Sep 02 17:53:01.657 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 17:53:01.657 INFO kablam! Sep 02 17:53:01.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Sep 02 17:53:01.687 INFO kablam! su: No module specific data is present Sep 02 17:53:02.122 INFO running `"docker" "rm" "-f" "264f45d68dd94292803caab426a9283e70a2fd9a2ea8e458dd369dd267c7e588"` Sep 02 17:53:02.238 INFO blam! 264f45d68dd94292803caab426a9283e70a2fd9a2ea8e458dd369dd267c7e588