Oct 16 14:42:44.840 INFO testing coinbaser-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:42:44.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 14:42:45.417 INFO blam! 622d8688e126ebd46d1ab3efa711b2294741fc5ea1d64af0a57c38d45ffbe5e1 Oct 16 14:42:45.420 INFO running `"docker" "start" "-a" "622d8688e126ebd46d1ab3efa711b2294741fc5ea1d64af0a57c38d45ffbe5e1"` Oct 16 14:42:46.958 INFO kablam! usermod: no changes Oct 16 14:42:47.091 INFO kablam! Compiling httparse v0.1.6 Oct 16 14:42:47.091 INFO kablam! Compiling unicase v0.1.0 Oct 16 14:42:47.103 INFO kablam! Compiling mime v0.0.11 Oct 16 14:42:47.103 INFO kablam! Compiling cookie v0.1.21 Oct 16 14:42:52.505 INFO kablam! Compiling hyper v0.5.2 Oct 16 14:43:00.567 INFO kablam! Compiling coinbaser v0.1.0 (/source) Oct 16 14:43:02.895 INFO kablam! warning: unused import: `error::Error as _CoinError` Oct 16 14:43:02.895 INFO kablam! --> src/coinbaser.rs:9:5 Oct 16 14:43:02.895 INFO kablam! | Oct 16 14:43:02.895 INFO kablam! 9 | use error::Error as _CoinError; Oct 16 14:43:02.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.895 INFO kablam! | Oct 16 14:43:02.895 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:43:02.895 INFO kablam! Oct 16 14:43:02.984 INFO kablam! warning: enum is never used: `HttpGetError` Oct 16 14:43:02.984 INFO kablam! --> src/coinbaser.rs:14:1 Oct 16 14:43:02.984 INFO kablam! | Oct 16 14:43:02.984 INFO kablam! 14 | enum HttpGetError { Oct 16 14:43:02.984 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.984 INFO kablam! | Oct 16 14:43:02.984 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:43:02.984 INFO kablam! Oct 16 14:43:02.984 INFO kablam! warning: function is never used: `http_get` Oct 16 14:43:02.984 INFO kablam! --> src/coinbaser.rs:25:1 Oct 16 14:43:02.984 INFO kablam! | Oct 16 14:43:02.984 INFO kablam! 25 | fn http_get(path: &str) -> Result { Oct 16 14:43:02.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.984 INFO kablam! Oct 16 14:43:02.984 INFO kablam! warning: method is never used: `id` Oct 16 14:43:02.984 INFO kablam! --> src/coinbaser.rs:67:2 Oct 16 14:43:02.984 INFO kablam! | Oct 16 14:43:02.984 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Oct 16 14:43:02.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.984 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `name` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:68:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `min_size` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:69:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: struct is never constructed: `Product` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:74:1 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 74 | pub struct Product { Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `id` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:84:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `base_currency` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:85:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `quote_currency` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:86:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `base_min_size` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:87:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `base_max_size` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:88:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: method is never used: `quote_increment` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:89:2 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:02.988 INFO kablam! warning: struct is never constructed: `Order` Oct 16 14:43:02.988 INFO kablam! --> src/coinbaser.rs:93:1 Oct 16 14:43:02.988 INFO kablam! | Oct 16 14:43:02.988 INFO kablam! 93 | pub struct Order; Oct 16 14:43:02.988 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 14:43:02.988 INFO kablam! Oct 16 14:43:03.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.55s Oct 16 14:43:03.539 INFO kablam! su: No module specific data is present Oct 16 14:43:03.981 INFO running `"docker" "rm" "-f" "622d8688e126ebd46d1ab3efa711b2294741fc5ea1d64af0a57c38d45ffbe5e1"` Oct 16 14:43:04.117 INFO blam! 622d8688e126ebd46d1ab3efa711b2294741fc5ea1d64af0a57c38d45ffbe5e1 Oct 16 14:43:04.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 14:43:04.340 INFO blam! 673fc0786250e1ce905d5a54d028ef75d87151cca3c7e923adf2d0a2144ecbac Oct 16 14:43:04.345 INFO running `"docker" "start" "-a" "673fc0786250e1ce905d5a54d028ef75d87151cca3c7e923adf2d0a2144ecbac"` Oct 16 14:43:04.799 INFO kablam! usermod: no changes Oct 16 14:43:04.886 INFO kablam! Compiling coinbaser v0.1.0 (/source) Oct 16 14:43:06.955 INFO kablam! warning: unused import: `error::Error as _CoinError` Oct 16 14:43:06.955 INFO kablam! --> src/coinbaser.rs:9:5 Oct 16 14:43:06.955 INFO kablam! | Oct 16 14:43:06.955 INFO kablam! 9 | use error::Error as _CoinError; Oct 16 14:43:06.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:06.955 INFO kablam! | Oct 16 14:43:06.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:43:06.955 INFO kablam! Oct 16 14:43:07.000 INFO kablam! warning: enum is never used: `HttpGetError` Oct 16 14:43:07.000 INFO kablam! --> src/coinbaser.rs:14:1 Oct 16 14:43:07.000 INFO kablam! | Oct 16 14:43:07.000 INFO kablam! 14 | enum HttpGetError { Oct 16 14:43:07.000 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.000 INFO kablam! | Oct 16 14:43:07.000 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 14:43:07.000 INFO kablam! Oct 16 14:43:07.000 INFO kablam! warning: function is never used: `http_get` Oct 16 14:43:07.000 INFO kablam! --> src/coinbaser.rs:25:1 Oct 16 14:43:07.000 INFO kablam! | Oct 16 14:43:07.000 INFO kablam! 25 | fn http_get(path: &str) -> Result { Oct 16 14:43:07.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.000 INFO kablam! Oct 16 14:43:07.000 INFO kablam! warning: method is never used: `id` Oct 16 14:43:07.000 INFO kablam! --> src/coinbaser.rs:67:2 Oct 16 14:43:07.000 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `name` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:68:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `min_size` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:69:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: struct is never constructed: `Product` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:74:1 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 74 | pub struct Product { Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `id` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:84:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `base_currency` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:85:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `quote_currency` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:86:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `base_min_size` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:87:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `base_max_size` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:88:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: method is never used: `quote_increment` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:89:2 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.001 INFO kablam! warning: struct is never constructed: `Order` Oct 16 14:43:07.001 INFO kablam! --> src/coinbaser.rs:93:1 Oct 16 14:43:07.001 INFO kablam! | Oct 16 14:43:07.001 INFO kablam! 93 | pub struct Order; Oct 16 14:43:07.001 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 14:43:07.001 INFO kablam! Oct 16 14:43:07.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 16 14:43:07.384 INFO kablam! su: No module specific data is present Oct 16 14:43:07.796 INFO running `"docker" "rm" "-f" "673fc0786250e1ce905d5a54d028ef75d87151cca3c7e923adf2d0a2144ecbac"` Oct 16 14:43:08.019 INFO blam! 673fc0786250e1ce905d5a54d028ef75d87151cca3c7e923adf2d0a2144ecbac Oct 16 14:43:08.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 14:43:08.304 INFO blam! c819921145ec1561d5207fd2e19692c358e242ff81961621bf73dcb49687751a Oct 16 14:43:08.309 INFO running `"docker" "start" "-a" "c819921145ec1561d5207fd2e19692c358e242ff81961621bf73dcb49687751a"` Oct 16 14:43:09.359 INFO kablam! usermod: no changes Oct 16 14:43:09.526 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 16 14:43:09.535 INFO kablam! Running /target/debug/deps/coinbaser-1fe8e1bbdc50619d Oct 16 14:43:09.543 INFO blam! Oct 16 14:43:09.543 INFO blam! running 0 tests Oct 16 14:43:09.543 INFO blam! Oct 16 14:43:09.543 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:43:09.543 INFO blam! Oct 16 14:43:09.543 INFO kablam! su: No module specific data is present Oct 16 14:43:10.711 INFO running `"docker" "rm" "-f" "c819921145ec1561d5207fd2e19692c358e242ff81961621bf73dcb49687751a"` Oct 16 14:43:10.891 INFO blam! c819921145ec1561d5207fd2e19692c358e242ff81961621bf73dcb49687751a