Sep 04 21:12:35.240 INFO checking coinbaser-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 21:12:35.240 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 21:12:35.240 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:12:35.417 INFO blam! f468da02e4088ce0194a795d9510e6bbba1ae36966ce058bccdd217e9e9e8ba2 Sep 04 21:12:35.419 INFO running `"docker" "start" "-a" "f468da02e4088ce0194a795d9510e6bbba1ae36966ce058bccdd217e9e9e8ba2"` Sep 04 21:12:36.048 INFO kablam! Checking coinbaser v0.1.0 (file:///source) Sep 04 21:12:38.183 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 04 21:12:38.183 INFO kablam! --> src/coinbaser.rs:9:5 Sep 04 21:12:38.183 INFO kablam! | Sep 04 21:12:38.183 INFO kablam! 9 | use error::Error as _CoinError; Sep 04 21:12:38.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.183 INFO kablam! | Sep 04 21:12:38.183 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:12:38.183 INFO kablam! Sep 04 21:12:38.280 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 04 21:12:38.281 INFO kablam! --> src/coinbaser.rs:9:5 Sep 04 21:12:38.281 INFO kablam! | Sep 04 21:12:38.281 INFO kablam! 9 | use error::Error as _CoinError; Sep 04 21:12:38.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.281 INFO kablam! | Sep 04 21:12:38.281 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:12:38.281 INFO kablam! Sep 04 21:12:38.294 INFO kablam! warning: enum is never used: `HttpGetError` Sep 04 21:12:38.294 INFO kablam! --> src/coinbaser.rs:14:1 Sep 04 21:12:38.294 INFO kablam! | Sep 04 21:12:38.294 INFO kablam! 14 | enum HttpGetError { Sep 04 21:12:38.294 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.295 INFO kablam! | Sep 04 21:12:38.295 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:12:38.295 INFO kablam! Sep 04 21:12:38.295 INFO kablam! warning: function is never used: `http_get` Sep 04 21:12:38.295 INFO kablam! --> src/coinbaser.rs:25:1 Sep 04 21:12:38.295 INFO kablam! | Sep 04 21:12:38.295 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 04 21:12:38.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.295 INFO kablam! Sep 04 21:12:38.295 INFO kablam! warning: method is never used: `id` Sep 04 21:12:38.295 INFO kablam! --> src/coinbaser.rs:67:2 Sep 04 21:12:38.295 INFO kablam! | Sep 04 21:12:38.295 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 04 21:12:38.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.295 INFO kablam! Sep 04 21:12:38.295 INFO kablam! warning: method is never used: `name` Sep 04 21:12:38.295 INFO kablam! --> src/coinbaser.rs:68:2 Sep 04 21:12:38.295 INFO kablam! | Sep 04 21:12:38.295 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 04 21:12:38.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.295 INFO kablam! Sep 04 21:12:38.296 INFO kablam! warning: method is never used: `min_size` Sep 04 21:12:38.296 INFO kablam! --> src/coinbaser.rs:69:2 Sep 04 21:12:38.296 INFO kablam! | Sep 04 21:12:38.296 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 04 21:12:38.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.296 INFO kablam! Sep 04 21:12:38.296 INFO kablam! warning: struct is never constructed: `Product` Sep 04 21:12:38.296 INFO kablam! --> src/coinbaser.rs:74:1 Sep 04 21:12:38.296 INFO kablam! | Sep 04 21:12:38.296 INFO kablam! 74 | pub struct Product { Sep 04 21:12:38.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.296 INFO kablam! Sep 04 21:12:38.296 INFO kablam! warning: method is never used: `id` Sep 04 21:12:38.296 INFO kablam! --> src/coinbaser.rs:84:2 Sep 04 21:12:38.296 INFO kablam! | Sep 04 21:12:38.296 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 04 21:12:38.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.296 INFO kablam! Sep 04 21:12:38.297 INFO kablam! warning: method is never used: `base_currency` Sep 04 21:12:38.297 INFO kablam! --> src/coinbaser.rs:85:2 Sep 04 21:12:38.297 INFO kablam! | Sep 04 21:12:38.297 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 04 21:12:38.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.297 INFO kablam! Sep 04 21:12:38.297 INFO kablam! warning: method is never used: `quote_currency` Sep 04 21:12:38.297 INFO kablam! --> src/coinbaser.rs:86:2 Sep 04 21:12:38.297 INFO kablam! | Sep 04 21:12:38.297 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 04 21:12:38.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.297 INFO kablam! Sep 04 21:12:38.297 INFO kablam! warning: method is never used: `base_min_size` Sep 04 21:12:38.297 INFO kablam! --> src/coinbaser.rs:87:2 Sep 04 21:12:38.297 INFO kablam! | Sep 04 21:12:38.297 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 04 21:12:38.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.297 INFO kablam! Sep 04 21:12:38.297 INFO kablam! warning: method is never used: `base_max_size` Sep 04 21:12:38.298 INFO kablam! --> src/coinbaser.rs:88:2 Sep 04 21:12:38.298 INFO kablam! | Sep 04 21:12:38.298 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 04 21:12:38.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.298 INFO kablam! Sep 04 21:12:38.298 INFO kablam! warning: method is never used: `quote_increment` Sep 04 21:12:38.298 INFO kablam! --> src/coinbaser.rs:89:2 Sep 04 21:12:38.298 INFO kablam! | Sep 04 21:12:38.298 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 04 21:12:38.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.298 INFO kablam! Sep 04 21:12:38.298 INFO kablam! warning: struct is never constructed: `Order` Sep 04 21:12:38.298 INFO kablam! --> src/coinbaser.rs:93:1 Sep 04 21:12:38.298 INFO kablam! | Sep 04 21:12:38.298 INFO kablam! 93 | pub struct Order; Sep 04 21:12:38.298 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.298 INFO kablam! Sep 04 21:12:38.399 INFO kablam! warning: enum is never used: `HttpGetError` Sep 04 21:12:38.399 INFO kablam! --> src/coinbaser.rs:14:1 Sep 04 21:12:38.399 INFO kablam! | Sep 04 21:12:38.399 INFO kablam! 14 | enum HttpGetError { Sep 04 21:12:38.399 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.399 INFO kablam! | Sep 04 21:12:38.399 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:12:38.399 INFO kablam! Sep 04 21:12:38.399 INFO kablam! warning: function is never used: `http_get` Sep 04 21:12:38.399 INFO kablam! --> src/coinbaser.rs:25:1 Sep 04 21:12:38.399 INFO kablam! | Sep 04 21:12:38.399 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 04 21:12:38.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.399 INFO kablam! Sep 04 21:12:38.399 INFO kablam! warning: method is never used: `id` Sep 04 21:12:38.399 INFO kablam! --> src/coinbaser.rs:67:2 Sep 04 21:12:38.400 INFO kablam! | Sep 04 21:12:38.400 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 04 21:12:38.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.400 INFO kablam! Sep 04 21:12:38.400 INFO kablam! warning: method is never used: `name` Sep 04 21:12:38.400 INFO kablam! --> src/coinbaser.rs:68:2 Sep 04 21:12:38.400 INFO kablam! | Sep 04 21:12:38.400 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 04 21:12:38.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.400 INFO kablam! Sep 04 21:12:38.400 INFO kablam! warning: method is never used: `min_size` Sep 04 21:12:38.400 INFO kablam! --> src/coinbaser.rs:69:2 Sep 04 21:12:38.400 INFO kablam! | Sep 04 21:12:38.400 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 04 21:12:38.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.400 INFO kablam! Sep 04 21:12:38.401 INFO kablam! warning: struct is never constructed: `Product` Sep 04 21:12:38.401 INFO kablam! --> src/coinbaser.rs:74:1 Sep 04 21:12:38.401 INFO kablam! | Sep 04 21:12:38.401 INFO kablam! 74 | pub struct Product { Sep 04 21:12:38.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.401 INFO kablam! Sep 04 21:12:38.401 INFO kablam! warning: method is never used: `id` Sep 04 21:12:38.401 INFO kablam! --> src/coinbaser.rs:84:2 Sep 04 21:12:38.401 INFO kablam! | Sep 04 21:12:38.401 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 04 21:12:38.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.401 INFO kablam! Sep 04 21:12:38.401 INFO kablam! warning: method is never used: `base_currency` Sep 04 21:12:38.401 INFO kablam! --> src/coinbaser.rs:85:2 Sep 04 21:12:38.401 INFO kablam! | Sep 04 21:12:38.401 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 04 21:12:38.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.401 INFO kablam! Sep 04 21:12:38.401 INFO kablam! warning: method is never used: `quote_currency` Sep 04 21:12:38.401 INFO kablam! --> src/coinbaser.rs:86:2 Sep 04 21:12:38.401 INFO kablam! | Sep 04 21:12:38.401 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 04 21:12:38.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.402 INFO kablam! Sep 04 21:12:38.402 INFO kablam! warning: method is never used: `base_min_size` Sep 04 21:12:38.402 INFO kablam! --> src/coinbaser.rs:87:2 Sep 04 21:12:38.402 INFO kablam! | Sep 04 21:12:38.402 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 04 21:12:38.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.402 INFO kablam! Sep 04 21:12:38.402 INFO kablam! warning: method is never used: `base_max_size` Sep 04 21:12:38.402 INFO kablam! --> src/coinbaser.rs:88:2 Sep 04 21:12:38.402 INFO kablam! | Sep 04 21:12:38.402 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 04 21:12:38.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.402 INFO kablam! Sep 04 21:12:38.402 INFO kablam! warning: method is never used: `quote_increment` Sep 04 21:12:38.402 INFO kablam! --> src/coinbaser.rs:89:2 Sep 04 21:12:38.402 INFO kablam! | Sep 04 21:12:38.402 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 04 21:12:38.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.402 INFO kablam! Sep 04 21:12:38.402 INFO kablam! warning: struct is never constructed: `Order` Sep 04 21:12:38.402 INFO kablam! --> src/coinbaser.rs:93:1 Sep 04 21:12:38.403 INFO kablam! | Sep 04 21:12:38.403 INFO kablam! 93 | pub struct Order; Sep 04 21:12:38.403 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:38.403 INFO kablam! Sep 04 21:12:38.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.48s Sep 04 21:12:38.424 INFO kablam! su: No module specific data is present Sep 04 21:12:38.823 INFO running `"docker" "rm" "-f" "f468da02e4088ce0194a795d9510e6bbba1ae36966ce058bccdd217e9e9e8ba2"` Sep 04 21:12:38.927 INFO blam! f468da02e4088ce0194a795d9510e6bbba1ae36966ce058bccdd217e9e9e8ba2