Oct 12 02:53:03.979 INFO testing coinbaser-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:53:03.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 12 02:53:04.514 INFO blam! 21a696fa746b6b836f69e2e3413a171e03374770c6fbc6af30e2f20b39df1905 Oct 12 02:53:04.516 INFO running `"docker" "start" "-a" "21a696fa746b6b836f69e2e3413a171e03374770c6fbc6af30e2f20b39df1905"` Oct 12 02:53:07.073 INFO kablam! usermod: no changes Oct 12 02:53:07.276 INFO kablam! Compiling cookie v0.1.21 Oct 12 02:53:10.777 INFO kablam! Compiling hyper v0.5.2 Oct 12 02:53:20.272 INFO kablam! Compiling coinbaser v0.1.0 (/source) Oct 12 02:53:23.884 INFO kablam! warning: unused import: `error::Error as _CoinError` Oct 12 02:53:23.884 INFO kablam! --> src/coinbaser.rs:9:5 Oct 12 02:53:23.884 INFO kablam! | Oct 12 02:53:23.884 INFO kablam! 9 | use error::Error as _CoinError; Oct 12 02:53:23.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.884 INFO kablam! | Oct 12 02:53:23.884 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:53:23.884 INFO kablam! Oct 12 02:53:23.991 INFO kablam! warning: enum is never used: `HttpGetError` Oct 12 02:53:23.992 INFO kablam! --> src/coinbaser.rs:14:1 Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! 14 | enum HttpGetError { Oct 12 02:53:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:53:23.992 INFO kablam! Oct 12 02:53:23.992 INFO kablam! warning: function is never used: `http_get` Oct 12 02:53:23.992 INFO kablam! --> src/coinbaser.rs:25:1 Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! 25 | fn http_get(path: &str) -> Result { Oct 12 02:53:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.992 INFO kablam! Oct 12 02:53:23.992 INFO kablam! warning: method is never used: `id` Oct 12 02:53:23.992 INFO kablam! --> src/coinbaser.rs:67:2 Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Oct 12 02:53:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.992 INFO kablam! Oct 12 02:53:23.992 INFO kablam! warning: method is never used: `name` Oct 12 02:53:23.992 INFO kablam! --> src/coinbaser.rs:68:2 Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Oct 12 02:53:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.992 INFO kablam! Oct 12 02:53:23.992 INFO kablam! warning: method is never used: `min_size` Oct 12 02:53:23.992 INFO kablam! --> src/coinbaser.rs:69:2 Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Oct 12 02:53:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.992 INFO kablam! Oct 12 02:53:23.992 INFO kablam! warning: struct is never constructed: `Product` Oct 12 02:53:23.992 INFO kablam! --> src/coinbaser.rs:74:1 Oct 12 02:53:23.992 INFO kablam! | Oct 12 02:53:23.992 INFO kablam! 74 | pub struct Product { Oct 12 02:53:23.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.992 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: method is never used: `id` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:84:2 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: method is never used: `base_currency` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:85:2 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: method is never used: `quote_currency` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:86:2 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: method is never used: `base_min_size` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:87:2 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: method is never used: `base_max_size` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:88:2 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: method is never used: `quote_increment` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:89:2 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:23.993 INFO kablam! warning: struct is never constructed: `Order` Oct 12 02:53:23.993 INFO kablam! --> src/coinbaser.rs:93:1 Oct 12 02:53:23.993 INFO kablam! | Oct 12 02:53:23.993 INFO kablam! 93 | pub struct Order; Oct 12 02:53:23.993 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:23.993 INFO kablam! Oct 12 02:53:24.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.39s Oct 12 02:53:24.513 INFO kablam! su: No module specific data is present Oct 12 02:53:25.393 INFO running `"docker" "rm" "-f" "21a696fa746b6b836f69e2e3413a171e03374770c6fbc6af30e2f20b39df1905"` Oct 12 02:53:25.644 INFO blam! 21a696fa746b6b836f69e2e3413a171e03374770c6fbc6af30e2f20b39df1905 Oct 12 02:53:25.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 12 02:53:26.053 INFO blam! fc83353ddb4d7f0f873dc701cf233638db2a21ca3f671399880667acd22cfa73 Oct 12 02:53:26.061 INFO running `"docker" "start" "-a" "fc83353ddb4d7f0f873dc701cf233638db2a21ca3f671399880667acd22cfa73"` Oct 12 02:53:27.460 INFO kablam! usermod: no changes Oct 12 02:53:27.592 INFO kablam! Compiling coinbaser v0.1.0 (/source) Oct 12 02:53:31.108 INFO kablam! warning: unused import: `error::Error as _CoinError` Oct 12 02:53:31.108 INFO kablam! --> src/coinbaser.rs:9:5 Oct 12 02:53:31.108 INFO kablam! | Oct 12 02:53:31.108 INFO kablam! 9 | use error::Error as _CoinError; Oct 12 02:53:31.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.108 INFO kablam! | Oct 12 02:53:31.110 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:53:31.110 INFO kablam! Oct 12 02:53:31.173 INFO kablam! warning: enum is never used: `HttpGetError` Oct 12 02:53:31.173 INFO kablam! --> src/coinbaser.rs:14:1 Oct 12 02:53:31.173 INFO kablam! | Oct 12 02:53:31.173 INFO kablam! 14 | enum HttpGetError { Oct 12 02:53:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.173 INFO kablam! | Oct 12 02:53:31.173 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:53:31.173 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: function is never used: `http_get` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:25:1 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 25 | fn http_get(path: &str) -> Result { Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `id` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:67:2 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `name` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:68:2 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `min_size` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:69:2 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: struct is never constructed: `Product` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:74:1 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 74 | pub struct Product { Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `id` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:84:2 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `base_currency` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:85:2 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `quote_currency` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:86:2 Oct 12 02:53:31.175 INFO kablam! | Oct 12 02:53:31.175 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Oct 12 02:53:31.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.175 INFO kablam! Oct 12 02:53:31.175 INFO kablam! warning: method is never used: `base_min_size` Oct 12 02:53:31.175 INFO kablam! --> src/coinbaser.rs:87:2 Oct 12 02:53:31.182 INFO kablam! | Oct 12 02:53:31.182 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Oct 12 02:53:31.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.182 INFO kablam! Oct 12 02:53:31.182 INFO kablam! warning: method is never used: `base_max_size` Oct 12 02:53:31.182 INFO kablam! --> src/coinbaser.rs:88:2 Oct 12 02:53:31.182 INFO kablam! | Oct 12 02:53:31.182 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Oct 12 02:53:31.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.182 INFO kablam! Oct 12 02:53:31.182 INFO kablam! warning: method is never used: `quote_increment` Oct 12 02:53:31.182 INFO kablam! --> src/coinbaser.rs:89:2 Oct 12 02:53:31.182 INFO kablam! | Oct 12 02:53:31.182 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Oct 12 02:53:31.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.182 INFO kablam! Oct 12 02:53:31.182 INFO kablam! warning: struct is never constructed: `Order` Oct 12 02:53:31.182 INFO kablam! --> src/coinbaser.rs:93:1 Oct 12 02:53:31.182 INFO kablam! | Oct 12 02:53:31.182 INFO kablam! 93 | pub struct Order; Oct 12 02:53:31.182 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:31.182 INFO kablam! Oct 12 02:53:31.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.35s Oct 12 02:53:31.833 INFO kablam! su: No module specific data is present Oct 12 02:53:32.536 INFO running `"docker" "rm" "-f" "fc83353ddb4d7f0f873dc701cf233638db2a21ca3f671399880667acd22cfa73"` Oct 12 02:53:32.840 INFO blam! fc83353ddb4d7f0f873dc701cf233638db2a21ca3f671399880667acd22cfa73 Oct 12 02:53:32.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 12 02:53:33.233 INFO blam! 261a152ed2c46727b31e9706999cfef41f7ff27ed600d93e4be3bd35cb757d6f Oct 12 02:53:33.235 INFO running `"docker" "start" "-a" "261a152ed2c46727b31e9706999cfef41f7ff27ed600d93e4be3bd35cb757d6f"` Oct 12 02:53:34.396 INFO kablam! usermod: no changes Oct 12 02:53:34.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 12 02:53:34.536 INFO kablam! Running /target/debug/deps/coinbaser-1fe8e1bbdc50619d Oct 12 02:53:34.536 INFO blam! Oct 12 02:53:34.536 INFO blam! running 0 tests Oct 12 02:53:34.536 INFO blam! Oct 12 02:53:34.536 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:53:34.536 INFO blam! Oct 12 02:53:34.539 INFO kablam! su: No module specific data is present Oct 12 02:53:35.589 INFO running `"docker" "rm" "-f" "261a152ed2c46727b31e9706999cfef41f7ff27ed600d93e4be3bd35cb757d6f"` Oct 12 02:53:35.862 INFO blam! 261a152ed2c46727b31e9706999cfef41f7ff27ed600d93e4be3bd35cb757d6f