Oct 14 18:35:03.205 INFO testing hwchen/mondrian-rest-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:35:03.207 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 14 18:35:03.698 INFO blam! 7ccfdb075631ed0dd04e9c42b02962cc10a271df68a921f9267a4aa367dba44a Oct 14 18:35:03.701 INFO running `"docker" "start" "-a" "7ccfdb075631ed0dd04e9c42b02962cc10a271df68a921f9267a4aa367dba44a"` Oct 14 18:35:05.338 INFO kablam! usermod: no changes Oct 14 18:35:05.739 INFO kablam! Compiling cc v1.0.12 Oct 14 18:35:05.751 INFO kablam! Compiling serde v1.0.43 Oct 14 18:35:05.755 INFO kablam! Compiling atty v0.2.9 Oct 14 18:35:05.756 INFO kablam! Compiling net2 v0.2.32 Oct 14 18:35:05.756 INFO kablam! Compiling proc-macro2 v0.3.7 Oct 14 18:35:05.756 INFO kablam! Compiling base64 v0.9.1 Oct 14 18:35:05.757 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 18:35:05.757 INFO kablam! Compiling uuid v0.5.1 Oct 14 18:35:07.579 INFO kablam! Compiling clap v2.31.2 Oct 14 18:35:11.232 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 14 18:35:17.939 INFO kablam! Compiling libflate v0.1.14 Oct 14 18:35:17.940 INFO kablam! Compiling mio v0.6.14 Oct 14 18:35:18.183 INFO kablam! Compiling openssl-sys v0.9.28 Oct 14 18:35:18.184 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 18:35:31.084 INFO kablam! Compiling openssl v0.9.24 Oct 14 18:35:31.515 INFO kablam! Compiling quote v0.5.2 Oct 14 18:35:38.643 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 18:35:38.716 INFO kablam! Compiling syn v0.13.1 Oct 14 18:35:44.504 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 18:35:44.504 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 18:36:01.467 INFO kablam! Compiling tokio v0.1.5 Oct 14 18:36:03.741 INFO kablam! Compiling structopt v0.1.7 Oct 14 18:36:07.539 INFO kablam! Compiling native-tls v0.1.5 Oct 14 18:36:07.615 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 18:36:07.660 INFO kablam! Compiling serde_json v1.0.16 Oct 14 18:36:07.863 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 14 18:36:10.512 INFO kablam! Compiling backtrace v0.3.6 Oct 14 18:36:11.308 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 14 18:36:12.051 INFO kablam! Compiling failure v0.1.1 Oct 14 18:36:14.695 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 18:36:14.695 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 18:36:17.201 INFO kablam! Compiling serde_derive v1.0.43 Oct 14 18:36:19.211 INFO kablam! Compiling hyper v0.11.25 Oct 14 18:36:31.323 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 18:36:32.967 INFO kablam! Compiling reqwest v0.8.5 Oct 14 18:36:41.727 INFO kablam! Compiling mondrian-rest-cli v0.1.0 (/source) Oct 14 18:36:44.091 INFO kablam! warning: unused import: `self` Oct 14 18:36:44.091 INFO kablam! --> src/api/mod.rs:6:15 Oct 14 18:36:44.091 INFO kablam! | Oct 14 18:36:44.091 INFO kablam! 6 | use reqwest::{self, Url}; Oct 14 18:36:44.091 INFO kablam! | ^^^^ Oct 14 18:36:44.091 INFO kablam! | Oct 14 18:36:44.091 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:36:44.091 INFO kablam! Oct 14 18:36:44.091 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `de` Oct 14 18:36:44.091 INFO kablam! --> src/schema.rs:3:13 Oct 14 18:36:44.091 INFO kablam! | Oct 14 18:36:44.091 INFO kablam! 3 | use serde::{de, Deserialize, Deserializer}; Oct 14 18:36:44.091 INFO kablam! | ^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 18:36:44.091 INFO kablam! Oct 14 18:36:44.091 INFO kablam! warning: unused import: `std::str::FromStr` Oct 14 18:36:44.091 INFO kablam! --> src/schema.rs:6:5 Oct 14 18:36:44.091 INFO kablam! | Oct 14 18:36:44.091 INFO kablam! 6 | use std::str::FromStr; Oct 14 18:36:44.091 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:36:44.091 INFO kablam! Oct 14 18:36:44.871 INFO kablam! warning: unused variable: `cube` Oct 14 18:36:44.871 INFO kablam! --> src/main.rs:83:29 Oct 14 18:36:44.871 INFO kablam! | Oct 14 18:36:44.871 INFO kablam! 83 | if let Some(cube) = cube_name { Oct 14 18:36:44.871 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 14 18:36:44.871 INFO kablam! | Oct 14 18:36:44.871 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:44.871 INFO kablam! Oct 14 18:36:44.871 INFO kablam! warning: unused variable: `members` Oct 14 18:36:44.871 INFO kablam! --> src/main.rs:86:33 Oct 14 18:36:44.871 INFO kablam! | Oct 14 18:36:44.871 INFO kablam! 86 | if let Some(members) = members { Oct 14 18:36:44.871 INFO kablam! | ^^^^^^^ help: consider using `_members` instead Oct 14 18:36:44.871 INFO kablam! Oct 14 18:36:45.215 INFO kablam! warning: method is never used: `new` Oct 14 18:36:45.215 INFO kablam! --> src/api/names.rs:115:5 Oct 14 18:36:45.215 INFO kablam! | Oct 14 18:36:45.215 INFO kablam! 115 | pub fn new>(dimension: S, hierarchy: S, level: S) -> Self { Oct 14 18:36:45.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.215 INFO kablam! | Oct 14 18:36:45.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:45.215 INFO kablam! Oct 14 18:36:45.215 INFO kablam! warning: method is never used: `from_vec` Oct 14 18:36:45.215 INFO kablam! --> src/api/names.rs:122:5 Oct 14 18:36:45.215 INFO kablam! | Oct 14 18:36:45.215 INFO kablam! 122 | pub fn from_vec + Clone>(drilldown: Vec) -> Result Oct 14 18:36:45.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.215 INFO kablam! Oct 14 18:36:45.216 INFO kablam! warning: method is never used: `new` Oct 14 18:36:45.216 INFO kablam! --> src/api/names.rs:148:5 Oct 14 18:36:45.216 INFO kablam! | Oct 14 18:36:45.216 INFO kablam! 148 | pub fn new>(measure: S) -> Self { Oct 14 18:36:45.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.217 INFO kablam! Oct 14 18:36:45.217 INFO kablam! warning: method is never used: `new` Oct 14 18:36:45.218 INFO kablam! --> src/api/names.rs:180:5 Oct 14 18:36:45.218 INFO kablam! | Oct 14 18:36:45.218 INFO kablam! 180 | / pub fn new>( Oct 14 18:36:45.218 INFO kablam! 181 | | dimension: S, Oct 14 18:36:45.218 INFO kablam! 182 | | hierarchy: S, Oct 14 18:36:45.219 INFO kablam! 183 | | level: S, Oct 14 18:36:45.219 INFO kablam! ... | Oct 14 18:36:45.219 INFO kablam! 190 | | } Oct 14 18:36:45.219 INFO kablam! 191 | | } Oct 14 18:36:45.219 INFO kablam! | |_____^ Oct 14 18:36:45.219 INFO kablam! Oct 14 18:36:45.219 INFO kablam! warning: method is never used: `from_vec` Oct 14 18:36:45.220 INFO kablam! --> src/api/names.rs:194:5 Oct 14 18:36:45.220 INFO kablam! | Oct 14 18:36:45.220 INFO kablam! 194 | pub fn from_vec + Clone>(cut_level: Vec, members: Vec) -> Result Oct 14 18:36:45.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.220 INFO kablam! Oct 14 18:36:45.231 INFO kablam! warning: method is never used: `new` Oct 14 18:36:45.231 INFO kablam! --> src/api/names.rs:294:5 Oct 14 18:36:45.231 INFO kablam! | Oct 14 18:36:45.231 INFO kablam! 294 | / pub fn new>( Oct 14 18:36:45.232 INFO kablam! 295 | | dimension: S, Oct 14 18:36:45.232 INFO kablam! 296 | | hierarchy: S, Oct 14 18:36:45.232 INFO kablam! 297 | | level: S, Oct 14 18:36:45.232 INFO kablam! ... | Oct 14 18:36:45.232 INFO kablam! 304 | | } Oct 14 18:36:45.232 INFO kablam! 305 | | } Oct 14 18:36:45.233 INFO kablam! | |_____^ Oct 14 18:36:45.233 INFO kablam! Oct 14 18:36:45.233 INFO kablam! warning: method is never used: `from_vec` Oct 14 18:36:45.233 INFO kablam! --> src/api/names.rs:308:5 Oct 14 18:36:45.233 INFO kablam! | Oct 14 18:36:45.233 INFO kablam! 308 | pub fn from_vec + Clone>(property: Vec) -> Result Oct 14 18:36:45.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.234 INFO kablam! Oct 14 18:36:45.234 INFO kablam! warning: method is never used: `measure` Oct 14 18:36:45.234 INFO kablam! --> src/api/mod.rs:74:5 Oct 14 18:36:45.234 INFO kablam! | Oct 14 18:36:45.235 INFO kablam! 74 | pub fn measure(&mut self, measure: Measure) -> &mut Self { Oct 14 18:36:45.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.235 INFO kablam! Oct 14 18:36:45.235 INFO kablam! warning: method is never used: `cut` Oct 14 18:36:45.235 INFO kablam! --> src/api/mod.rs:84:5 Oct 14 18:36:45.235 INFO kablam! | Oct 14 18:36:45.235 INFO kablam! 84 | pub fn cut(&mut self, cut: Cut) -> &mut Self { Oct 14 18:36:45.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:45.236 INFO kablam! Oct 14 18:36:52.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 47s Oct 14 18:36:52.932 INFO kablam! su: No module specific data is present Oct 14 18:36:54.263 INFO running `"docker" "rm" "-f" "7ccfdb075631ed0dd04e9c42b02962cc10a271df68a921f9267a4aa367dba44a"` Oct 14 18:36:54.543 INFO blam! 7ccfdb075631ed0dd04e9c42b02962cc10a271df68a921f9267a4aa367dba44a Oct 14 18:36:54.553 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 14 18:36:54.925 INFO blam! 797b250e9b452a375b02db4c36a968a4951bf708fe337a5f19f8178632215b04 Oct 14 18:36:54.931 INFO running `"docker" "start" "-a" "797b250e9b452a375b02db4c36a968a4951bf708fe337a5f19f8178632215b04"` Oct 14 18:36:55.897 INFO kablam! usermod: no changes Oct 14 18:36:56.175 INFO kablam! Compiling mondrian-rest-cli v0.1.0 (/source) Oct 14 18:36:58.382 INFO kablam! warning: unused import: `self` Oct 14 18:36:58.382 INFO kablam! --> src/api/mod.rs:6:15 Oct 14 18:36:58.383 INFO kablam! | Oct 14 18:36:58.384 INFO kablam! 6 | use reqwest::{self, Url}; Oct 14 18:36:58.384 INFO kablam! | ^^^^ Oct 14 18:36:58.385 INFO kablam! | Oct 14 18:36:58.386 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:36:58.386 INFO kablam! Oct 14 18:36:58.395 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `de` Oct 14 18:36:58.396 INFO kablam! --> src/schema.rs:3:13 Oct 14 18:36:58.396 INFO kablam! | Oct 14 18:36:58.397 INFO kablam! 3 | use serde::{de, Deserialize, Deserializer}; Oct 14 18:36:58.398 INFO kablam! | ^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 18:36:58.398 INFO kablam! Oct 14 18:36:58.399 INFO kablam! warning: unused import: `std::str::FromStr` Oct 14 18:36:58.399 INFO kablam! --> src/schema.rs:6:5 Oct 14 18:36:58.400 INFO kablam! | Oct 14 18:36:58.400 INFO kablam! 6 | use std::str::FromStr; Oct 14 18:36:58.400 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:36:58.402 INFO kablam! Oct 14 18:36:59.155 INFO kablam! warning: unused variable: `cube` Oct 14 18:36:59.155 INFO kablam! --> src/main.rs:83:29 Oct 14 18:36:59.155 INFO kablam! | Oct 14 18:36:59.155 INFO kablam! 83 | if let Some(cube) = cube_name { Oct 14 18:36:59.155 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 14 18:36:59.155 INFO kablam! | Oct 14 18:36:59.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:59.155 INFO kablam! Oct 14 18:36:59.155 INFO kablam! warning: unused variable: `members` Oct 14 18:36:59.155 INFO kablam! --> src/main.rs:86:33 Oct 14 18:36:59.155 INFO kablam! | Oct 14 18:36:59.155 INFO kablam! 86 | if let Some(members) = members { Oct 14 18:36:59.155 INFO kablam! | ^^^^^^^ help: consider using `_members` instead Oct 14 18:36:59.155 INFO kablam! Oct 14 18:36:59.471 INFO kablam! warning: method is never used: `new` Oct 14 18:36:59.471 INFO kablam! --> src/api/names.rs:148:5 Oct 14 18:36:59.471 INFO kablam! | Oct 14 18:36:59.471 INFO kablam! 148 | pub fn new>(measure: S) -> Self { Oct 14 18:36:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:59.471 INFO kablam! | Oct 14 18:36:59.471 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:59.471 INFO kablam! Oct 14 18:36:59.471 INFO kablam! warning: method is never used: `measure` Oct 14 18:36:59.471 INFO kablam! --> src/api/mod.rs:74:5 Oct 14 18:36:59.471 INFO kablam! | Oct 14 18:36:59.471 INFO kablam! 74 | pub fn measure(&mut self, measure: Measure) -> &mut Self { Oct 14 18:36:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:59.471 INFO kablam! Oct 14 18:36:59.471 INFO kablam! warning: method is never used: `cut` Oct 14 18:36:59.471 INFO kablam! --> src/api/mod.rs:84:5 Oct 14 18:36:59.471 INFO kablam! | Oct 14 18:36:59.471 INFO kablam! 84 | pub fn cut(&mut self, cut: Cut) -> &mut Self { Oct 14 18:36:59.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:59.471 INFO kablam! Oct 14 18:37:02.429 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.49s Oct 14 18:37:02.454 INFO kablam! su: No module specific data is present Oct 14 18:37:03.231 INFO running `"docker" "rm" "-f" "797b250e9b452a375b02db4c36a968a4951bf708fe337a5f19f8178632215b04"` Oct 14 18:37:03.543 INFO blam! 797b250e9b452a375b02db4c36a968a4951bf708fe337a5f19f8178632215b04 Oct 14 18:37:03.551 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 14 18:37:03.919 INFO blam! b228bfa9d29aa1e5e4903d5f043944d8ac2e8eab9b7f8d2fac9a8c8b729e4cbb Oct 14 18:37:03.921 INFO running `"docker" "start" "-a" "b228bfa9d29aa1e5e4903d5f043944d8ac2e8eab9b7f8d2fac9a8c8b729e4cbb"` Oct 14 18:37:06.056 INFO kablam! usermod: no changes Oct 14 18:37:06.254 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 18:37:06.279 INFO kablam! Running /target/debug/deps/mondrian_rest_cli-36e7de17d589087e Oct 14 18:37:06.283 INFO blam! Oct 14 18:37:06.283 INFO blam! running 9 tests Oct 14 18:37:06.283 INFO blam! test api::names::test::test_display ... ignored Oct 14 18:37:06.284 INFO blam! test api::names::test::test_level_name ... ok Oct 14 18:37:06.284 INFO blam! test api::names::test::test_drilldown ... ok Oct 14 18:37:06.284 INFO blam! test api::names::test::test_parse ... ok Oct 14 18:37:06.284 INFO blam! test api::names::test::test_property ... ok Oct 14 18:37:06.284 INFO blam! test api::names::test::test_cut ... ok Oct 14 18:37:06.284 INFO blam! test api::test::test_add_trailing_slash ... ok Oct 14 18:37:06.483 INFO blam! test api::names::test::test_level_name_bad_2 ... ok Oct 14 18:37:06.483 INFO blam! test api::names::test::test_level_name_bad_1 ... ok Oct 14 18:37:06.483 INFO blam! Oct 14 18:37:06.483 INFO blam! test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 14 18:37:06.483 INFO blam! Oct 14 18:37:06.484 INFO kablam! su: No module specific data is present Oct 14 18:37:07.411 INFO running `"docker" "rm" "-f" "b228bfa9d29aa1e5e4903d5f043944d8ac2e8eab9b7f8d2fac9a8c8b729e4cbb"` Oct 14 18:37:07.660 INFO blam! b228bfa9d29aa1e5e4903d5f043944d8ac2e8eab9b7f8d2fac9a8c8b729e4cbb