Sep 04 21:12:35.503 INFO checking coinbaser-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:12:35.503 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:12:35.503 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.702 INFO blam! 5a4e745ffcecf395bb710c39470811d043013fd17c52520c7a364ed9a800e7ee Sep 04 21:12:35.704 INFO running `"docker" "start" "-a" "5a4e745ffcecf395bb710c39470811d043013fd17c52520c7a364ed9a800e7ee"` Sep 04 21:12:36.374 INFO kablam! Checking unicase v0.1.0 Sep 04 21:12:36.374 INFO kablam! Checking httparse v0.1.6 Sep 04 21:12:36.376 INFO kablam! Checking mime v0.0.11 Sep 04 21:12:36.377 INFO kablam! Checking cookie v0.1.21 Sep 04 21:12:38.367 INFO kablam! Checking hyper v0.5.2 Sep 04 21:12:42.816 INFO kablam! Checking coinbaser v0.1.0 (file:///source) Sep 04 21:12:45.387 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 04 21:12:45.387 INFO kablam! --> src/coinbaser.rs:9:5 Sep 04 21:12:45.388 INFO kablam! | Sep 04 21:12:45.388 INFO kablam! 9 | use error::Error as _CoinError; Sep 04 21:12:45.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.388 INFO kablam! | Sep 04 21:12:45.388 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:12:45.388 INFO kablam! Sep 04 21:12:45.563 INFO kablam! warning: enum is never used: `HttpGetError` Sep 04 21:12:45.564 INFO kablam! --> src/coinbaser.rs:14:1 Sep 04 21:12:45.564 INFO kablam! | Sep 04 21:12:45.564 INFO kablam! 14 | enum HttpGetError { Sep 04 21:12:45.564 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.564 INFO kablam! | Sep 04 21:12:45.565 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:12:45.565 INFO kablam! Sep 04 21:12:45.565 INFO kablam! warning: function is never used: `http_get` Sep 04 21:12:45.565 INFO kablam! --> src/coinbaser.rs:25:1 Sep 04 21:12:45.566 INFO kablam! | Sep 04 21:12:45.566 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 04 21:12:45.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.566 INFO kablam! Sep 04 21:12:45.567 INFO kablam! warning: method is never used: `id` Sep 04 21:12:45.567 INFO kablam! --> src/coinbaser.rs:67:2 Sep 04 21:12:45.567 INFO kablam! | Sep 04 21:12:45.567 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 04 21:12:45.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.567 INFO kablam! Sep 04 21:12:45.568 INFO kablam! warning: method is never used: `name` Sep 04 21:12:45.568 INFO kablam! --> src/coinbaser.rs:68:2 Sep 04 21:12:45.568 INFO kablam! | Sep 04 21:12:45.568 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 04 21:12:45.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.568 INFO kablam! Sep 04 21:12:45.569 INFO kablam! warning: method is never used: `min_size` Sep 04 21:12:45.569 INFO kablam! --> src/coinbaser.rs:69:2 Sep 04 21:12:45.569 INFO kablam! | Sep 04 21:12:45.569 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 04 21:12:45.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.569 INFO kablam! Sep 04 21:12:45.570 INFO kablam! warning: struct is never constructed: `Product` Sep 04 21:12:45.570 INFO kablam! --> src/coinbaser.rs:74:1 Sep 04 21:12:45.570 INFO kablam! | Sep 04 21:12:45.570 INFO kablam! 74 | pub struct Product { Sep 04 21:12:45.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.570 INFO kablam! Sep 04 21:12:45.571 INFO kablam! warning: method is never used: `id` Sep 04 21:12:45.571 INFO kablam! --> src/coinbaser.rs:84:2 Sep 04 21:12:45.571 INFO kablam! | Sep 04 21:12:45.571 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 04 21:12:45.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.572 INFO kablam! Sep 04 21:12:45.572 INFO kablam! warning: method is never used: `base_currency` Sep 04 21:12:45.572 INFO kablam! --> src/coinbaser.rs:85:2 Sep 04 21:12:45.572 INFO kablam! | Sep 04 21:12:45.572 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 04 21:12:45.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.573 INFO kablam! Sep 04 21:12:45.573 INFO kablam! warning: method is never used: `quote_currency` Sep 04 21:12:45.573 INFO kablam! --> src/coinbaser.rs:86:2 Sep 04 21:12:45.573 INFO kablam! | Sep 04 21:12:45.573 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 04 21:12:45.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.574 INFO kablam! Sep 04 21:12:45.574 INFO kablam! warning: method is never used: `base_min_size` Sep 04 21:12:45.574 INFO kablam! --> src/coinbaser.rs:87:2 Sep 04 21:12:45.574 INFO kablam! | Sep 04 21:12:45.574 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 04 21:12:45.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.575 INFO kablam! Sep 04 21:12:45.575 INFO kablam! warning: method is never used: `base_max_size` Sep 04 21:12:45.575 INFO kablam! --> src/coinbaser.rs:88:2 Sep 04 21:12:45.575 INFO kablam! | Sep 04 21:12:45.575 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 04 21:12:45.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.576 INFO kablam! Sep 04 21:12:45.576 INFO kablam! warning: method is never used: `quote_increment` Sep 04 21:12:45.576 INFO kablam! --> src/coinbaser.rs:89:2 Sep 04 21:12:45.576 INFO kablam! | Sep 04 21:12:45.577 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 04 21:12:45.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.577 INFO kablam! Sep 04 21:12:45.577 INFO kablam! warning: struct is never constructed: `Order` Sep 04 21:12:45.578 INFO kablam! --> src/coinbaser.rs:93:1 Sep 04 21:12:45.578 INFO kablam! | Sep 04 21:12:45.578 INFO kablam! 93 | pub struct Order; Sep 04 21:12:45.578 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.578 INFO kablam! Sep 04 21:12:45.664 INFO kablam! warning: unused import: `error::Error as _CoinError` Sep 04 21:12:45.664 INFO kablam! --> src/coinbaser.rs:9:5 Sep 04 21:12:45.664 INFO kablam! | Sep 04 21:12:45.664 INFO kablam! 9 | use error::Error as _CoinError; Sep 04 21:12:45.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.664 INFO kablam! | Sep 04 21:12:45.664 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:12:45.664 INFO kablam! Sep 04 21:12:45.778 INFO kablam! warning: enum is never used: `HttpGetError` Sep 04 21:12:45.778 INFO kablam! --> src/coinbaser.rs:14:1 Sep 04 21:12:45.778 INFO kablam! | Sep 04 21:12:45.778 INFO kablam! 14 | enum HttpGetError { Sep 04 21:12:45.778 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.778 INFO kablam! | Sep 04 21:12:45.779 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:12:45.779 INFO kablam! Sep 04 21:12:45.779 INFO kablam! warning: function is never used: `http_get` Sep 04 21:12:45.779 INFO kablam! --> src/coinbaser.rs:25:1 Sep 04 21:12:45.779 INFO kablam! | Sep 04 21:12:45.779 INFO kablam! 25 | fn http_get(path: &str) -> Result { Sep 04 21:12:45.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.779 INFO kablam! Sep 04 21:12:45.779 INFO kablam! warning: method is never used: `id` Sep 04 21:12:45.779 INFO kablam! --> src/coinbaser.rs:67:2 Sep 04 21:12:45.779 INFO kablam! | Sep 04 21:12:45.779 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Sep 04 21:12:45.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.779 INFO kablam! Sep 04 21:12:45.779 INFO kablam! warning: method is never used: `name` Sep 04 21:12:45.779 INFO kablam! --> src/coinbaser.rs:68:2 Sep 04 21:12:45.779 INFO kablam! | Sep 04 21:12:45.779 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Sep 04 21:12:45.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.779 INFO kablam! Sep 04 21:12:45.779 INFO kablam! warning: method is never used: `min_size` Sep 04 21:12:45.779 INFO kablam! --> src/coinbaser.rs:69:2 Sep 04 21:12:45.779 INFO kablam! | Sep 04 21:12:45.779 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Sep 04 21:12:45.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.779 INFO kablam! Sep 04 21:12:45.780 INFO kablam! warning: struct is never constructed: `Product` Sep 04 21:12:45.780 INFO kablam! --> src/coinbaser.rs:74:1 Sep 04 21:12:45.780 INFO kablam! | Sep 04 21:12:45.780 INFO kablam! 74 | pub struct Product { Sep 04 21:12:45.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.780 INFO kablam! Sep 04 21:12:45.780 INFO kablam! warning: method is never used: `id` Sep 04 21:12:45.780 INFO kablam! --> src/coinbaser.rs:84:2 Sep 04 21:12:45.780 INFO kablam! | Sep 04 21:12:45.780 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Sep 04 21:12:45.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.780 INFO kablam! Sep 04 21:12:45.780 INFO kablam! warning: method is never used: `base_currency` Sep 04 21:12:45.780 INFO kablam! --> src/coinbaser.rs:85:2 Sep 04 21:12:45.780 INFO kablam! | Sep 04 21:12:45.780 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Sep 04 21:12:45.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.780 INFO kablam! Sep 04 21:12:45.780 INFO kablam! warning: method is never used: `quote_currency` Sep 04 21:12:45.780 INFO kablam! --> src/coinbaser.rs:86:2 Sep 04 21:12:45.780 INFO kablam! | Sep 04 21:12:45.780 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Sep 04 21:12:45.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.780 INFO kablam! Sep 04 21:12:45.780 INFO kablam! warning: method is never used: `base_min_size` Sep 04 21:12:45.780 INFO kablam! --> src/coinbaser.rs:87:2 Sep 04 21:12:45.780 INFO kablam! | Sep 04 21:12:45.780 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Sep 04 21:12:45.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.780 INFO kablam! Sep 04 21:12:45.780 INFO kablam! warning: method is never used: `base_max_size` Sep 04 21:12:45.781 INFO kablam! --> src/coinbaser.rs:88:2 Sep 04 21:12:45.781 INFO kablam! | Sep 04 21:12:45.781 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Sep 04 21:12:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.781 INFO kablam! Sep 04 21:12:45.781 INFO kablam! warning: method is never used: `quote_increment` Sep 04 21:12:45.781 INFO kablam! --> src/coinbaser.rs:89:2 Sep 04 21:12:45.781 INFO kablam! | Sep 04 21:12:45.781 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Sep 04 21:12:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.781 INFO kablam! Sep 04 21:12:45.781 INFO kablam! warning: struct is never constructed: `Order` Sep 04 21:12:45.781 INFO kablam! --> src/coinbaser.rs:93:1 Sep 04 21:12:45.781 INFO kablam! | Sep 04 21:12:45.781 INFO kablam! 93 | pub struct Order; Sep 04 21:12:45.781 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 21:12:45.781 INFO kablam! Sep 04 21:12:45.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.55s Sep 04 21:12:45.812 INFO kablam! su: No module specific data is present Sep 04 21:12:46.275 INFO running `"docker" "rm" "-f" "5a4e745ffcecf395bb710c39470811d043013fd17c52520c7a364ed9a800e7ee"` Sep 04 21:12:46.411 INFO blam! 5a4e745ffcecf395bb710c39470811d043013fd17c52520c7a364ed9a800e7ee