Oct 12 02:52:45.331 INFO testing coinbaser-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:52:45.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52:45.771 INFO blam! 387fb4fb5926751ec267dbdd983417d770a882c156fb1f0ae13b5c4f85c79cd2 Oct 12 02:52:45.776 INFO running `"docker" "start" "-a" "387fb4fb5926751ec267dbdd983417d770a882c156fb1f0ae13b5c4f85c79cd2"` Oct 12 02:52:46.860 INFO kablam! usermod: no changes Oct 12 02:52:47.044 INFO kablam! Compiling bitflags v0.3.3 Oct 12 02:52:47.044 INFO kablam! Compiling unicase v0.1.0 Oct 12 02:52:47.044 INFO kablam! Compiling httparse v0.1.6 Oct 12 02:52:47.044 INFO kablam! Compiling openssl-sys v0.6.7 Oct 12 02:52:47.060 INFO kablam! Compiling mime v0.0.11 Oct 12 02:52:47.060 INFO kablam! Compiling url v0.2.38 Oct 12 02:52:53.886 INFO kablam! Compiling openssl v0.6.7 Oct 12 02:52:56.772 INFO kablam! Compiling cookie v0.1.21 Oct 12 02:52:58.288 INFO kablam! Compiling hyper v0.5.2 Oct 12 02:53:06.076 INFO kablam! Compiling coinbaser v0.1.0 (/source) Oct 12 02:53:06.460 INFO kablam! warning: unused import: `error::Error as _CoinError` Oct 12 02:53:06.460 INFO kablam! --> src/coinbaser.rs:9:5 Oct 12 02:53:06.460 INFO kablam! | Oct 12 02:53:06.460 INFO kablam! 9 | use error::Error as _CoinError; Oct 12 02:53:06.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.460 INFO kablam! | Oct 12 02:53:06.460 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:53:06.460 INFO kablam! Oct 12 02:53:06.571 INFO kablam! warning: enum is never used: `HttpGetError` Oct 12 02:53:06.571 INFO kablam! --> src/coinbaser.rs:14:1 Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! 14 | enum HttpGetError { Oct 12 02:53:06.571 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:53:06.571 INFO kablam! Oct 12 02:53:06.571 INFO kablam! warning: function is never used: `http_get` Oct 12 02:53:06.571 INFO kablam! --> src/coinbaser.rs:25:1 Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! 25 | fn http_get(path: &str) -> Result { Oct 12 02:53:06.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.571 INFO kablam! Oct 12 02:53:06.571 INFO kablam! warning: method is never used: `id` Oct 12 02:53:06.571 INFO kablam! --> src/coinbaser.rs:67:2 Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Oct 12 02:53:06.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.571 INFO kablam! Oct 12 02:53:06.571 INFO kablam! warning: method is never used: `name` Oct 12 02:53:06.571 INFO kablam! --> src/coinbaser.rs:68:2 Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Oct 12 02:53:06.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.571 INFO kablam! Oct 12 02:53:06.571 INFO kablam! warning: method is never used: `min_size` Oct 12 02:53:06.571 INFO kablam! --> src/coinbaser.rs:69:2 Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Oct 12 02:53:06.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.571 INFO kablam! Oct 12 02:53:06.571 INFO kablam! warning: struct is never constructed: `Product` Oct 12 02:53:06.571 INFO kablam! --> src/coinbaser.rs:74:1 Oct 12 02:53:06.571 INFO kablam! | Oct 12 02:53:06.571 INFO kablam! 74 | pub struct Product { Oct 12 02:53:06.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.571 INFO kablam! Oct 12 02:53:06.580 INFO kablam! warning: method is never used: `id` Oct 12 02:53:06.580 INFO kablam! --> src/coinbaser.rs:84:2 Oct 12 02:53:06.580 INFO kablam! | Oct 12 02:53:06.580 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Oct 12 02:53:06.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.580 INFO kablam! Oct 12 02:53:06.580 INFO kablam! warning: method is never used: `base_currency` Oct 12 02:53:06.580 INFO kablam! --> src/coinbaser.rs:85:2 Oct 12 02:53:06.580 INFO kablam! | Oct 12 02:53:06.580 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Oct 12 02:53:06.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.580 INFO kablam! Oct 12 02:53:06.580 INFO kablam! warning: method is never used: `quote_currency` Oct 12 02:53:06.580 INFO kablam! --> src/coinbaser.rs:86:2 Oct 12 02:53:06.580 INFO kablam! | Oct 12 02:53:06.580 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Oct 12 02:53:06.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.580 INFO kablam! Oct 12 02:53:06.580 INFO kablam! warning: method is never used: `base_min_size` Oct 12 02:53:06.581 INFO kablam! --> src/coinbaser.rs:87:2 Oct 12 02:53:06.581 INFO kablam! | Oct 12 02:53:06.581 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Oct 12 02:53:06.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.581 INFO kablam! Oct 12 02:53:06.581 INFO kablam! warning: method is never used: `base_max_size` Oct 12 02:53:06.581 INFO kablam! --> src/coinbaser.rs:88:2 Oct 12 02:53:06.581 INFO kablam! | Oct 12 02:53:06.581 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Oct 12 02:53:06.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.581 INFO kablam! Oct 12 02:53:06.581 INFO kablam! warning: method is never used: `quote_increment` Oct 12 02:53:06.581 INFO kablam! --> src/coinbaser.rs:89:2 Oct 12 02:53:06.581 INFO kablam! | Oct 12 02:53:06.581 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Oct 12 02:53:06.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.581 INFO kablam! Oct 12 02:53:06.581 INFO kablam! warning: struct is never constructed: `Order` Oct 12 02:53:06.581 INFO kablam! --> src/coinbaser.rs:93:1 Oct 12 02:53:06.581 INFO kablam! | Oct 12 02:53:06.581 INFO kablam! 93 | pub struct Order; Oct 12 02:53:06.581 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:06.581 INFO kablam! Oct 12 02:53:07.116 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.23s Oct 12 02:53:07.116 INFO kablam! su: No module specific data is present Oct 12 02:53:08.348 INFO running `"docker" "rm" "-f" "387fb4fb5926751ec267dbdd983417d770a882c156fb1f0ae13b5c4f85c79cd2"` Oct 12 02:53:08.736 INFO blam! 387fb4fb5926751ec267dbdd983417d770a882c156fb1f0ae13b5c4f85c79cd2 Oct 12 02:53:08.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.228 INFO blam! b29d4ebc2753a1fc6dfb9f198ac45f6183d01bafccf6293a269702395e1c4664 Oct 12 02:53:09.244 INFO running `"docker" "start" "-a" "b29d4ebc2753a1fc6dfb9f198ac45f6183d01bafccf6293a269702395e1c4664"` Oct 12 02:53:10.616 INFO kablam! usermod: no changes Oct 12 02:53:10.808 INFO kablam! Compiling coinbaser v0.1.0 (/source) Oct 12 02:53:11.324 INFO kablam! warning: unused import: `error::Error as _CoinError` Oct 12 02:53:11.324 INFO kablam! --> src/coinbaser.rs:9:5 Oct 12 02:53:11.324 INFO kablam! | Oct 12 02:53:11.324 INFO kablam! 9 | use error::Error as _CoinError; Oct 12 02:53:11.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.324 INFO kablam! | Oct 12 02:53:11.324 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:53:11.324 INFO kablam! Oct 12 02:53:11.412 INFO kablam! warning: enum is never used: `HttpGetError` Oct 12 02:53:11.412 INFO kablam! --> src/coinbaser.rs:14:1 Oct 12 02:53:11.412 INFO kablam! | Oct 12 02:53:11.412 INFO kablam! 14 | enum HttpGetError { Oct 12 02:53:11.412 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.412 INFO kablam! | Oct 12 02:53:11.412 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:53:11.412 INFO kablam! Oct 12 02:53:11.412 INFO kablam! warning: function is never used: `http_get` Oct 12 02:53:11.412 INFO kablam! --> src/coinbaser.rs:25:1 Oct 12 02:53:11.412 INFO kablam! | Oct 12 02:53:11.412 INFO kablam! 25 | fn http_get(path: &str) -> Result { Oct 12 02:53:11.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.412 INFO kablam! Oct 12 02:53:11.412 INFO kablam! warning: method is never used: `id` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:67:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 67 | pub fn id(&self) -> &str { &self.id } Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: method is never used: `name` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:68:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 68 | pub fn name(&self) -> &str { &self.name } Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: method is never used: `min_size` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:69:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 69 | pub fn min_size(&self) -> f64 { self.min_size } Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: struct is never constructed: `Product` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:74:1 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 74 | pub struct Product { Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: method is never used: `id` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:84:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 84 | pub fn id(&self) -> (&Currency, &Currency) { (&self.id.0, &self.id.1) } Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: method is never used: `base_currency` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:85:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 85 | pub fn base_currency(&self) -> &Currency { &self.base_currency } Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: method is never used: `quote_currency` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:86:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 86 | pub fn quote_currency(&self) -> &Currency { &self.quote_currency } Oct 12 02:53:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.413 INFO kablam! Oct 12 02:53:11.413 INFO kablam! warning: method is never used: `base_min_size` Oct 12 02:53:11.413 INFO kablam! --> src/coinbaser.rs:87:2 Oct 12 02:53:11.413 INFO kablam! | Oct 12 02:53:11.413 INFO kablam! 87 | pub fn base_min_size(&self) -> f64 { self.base_min_size } Oct 12 02:53:11.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.420 INFO kablam! Oct 12 02:53:11.420 INFO kablam! warning: method is never used: `base_max_size` Oct 12 02:53:11.420 INFO kablam! --> src/coinbaser.rs:88:2 Oct 12 02:53:11.420 INFO kablam! | Oct 12 02:53:11.420 INFO kablam! 88 | pub fn base_max_size(&self) -> f64 { self.base_max_size } Oct 12 02:53:11.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.420 INFO kablam! Oct 12 02:53:11.420 INFO kablam! warning: method is never used: `quote_increment` Oct 12 02:53:11.420 INFO kablam! --> src/coinbaser.rs:89:2 Oct 12 02:53:11.420 INFO kablam! | Oct 12 02:53:11.420 INFO kablam! 89 | pub fn quote_increment(&self) -> f64 { self.quote_increment } Oct 12 02:53:11.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.420 INFO kablam! Oct 12 02:53:11.420 INFO kablam! warning: struct is never constructed: `Order` Oct 12 02:53:11.420 INFO kablam! --> src/coinbaser.rs:93:1 Oct 12 02:53:11.420 INFO kablam! | Oct 12 02:53:11.420 INFO kablam! 93 | pub struct Order; Oct 12 02:53:11.420 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:53:11.420 INFO kablam! Oct 12 02:53:11.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 12 02:53:11.964 INFO kablam! su: No module specific data is present Oct 12 02:53:13.161 INFO running `"docker" "rm" "-f" "b29d4ebc2753a1fc6dfb9f198ac45f6183d01bafccf6293a269702395e1c4664"` Oct 12 02:53:13.456 INFO blam! b29d4ebc2753a1fc6dfb9f198ac45f6183d01bafccf6293a269702395e1c4664 Oct 12 02:53:13.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:13.921 INFO blam! d15df60c76f05fd90a014075c279bdc0cb58383cc4900c6275fcd957f5e3eb85 Oct 12 02:53:13.923 INFO running `"docker" "start" "-a" "d15df60c76f05fd90a014075c279bdc0cb58383cc4900c6275fcd957f5e3eb85"` Oct 12 02:53:15.668 INFO kablam! usermod: no changes Oct 12 02:53:15.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 12 02:53:15.812 INFO kablam! Running /target/debug/deps/coinbaser-0b6ba652bf5a2d3b Oct 12 02:53:15.812 INFO blam! Oct 12 02:53:15.812 INFO blam! running 0 tests Oct 12 02:53:15.812 INFO blam! Oct 12 02:53:15.812 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:53:15.812 INFO blam! Oct 12 02:53:15.814 INFO kablam! su: No module specific data is present Oct 12 02:53:16.592 INFO running `"docker" "rm" "-f" "d15df60c76f05fd90a014075c279bdc0cb58383cc4900c6275fcd957f5e3eb85"` Oct 12 02:53:16.892 INFO blam! d15df60c76f05fd90a014075c279bdc0cb58383cc4900c6275fcd957f5e3eb85