Oct 14 18:35:02.832 INFO testing hwchen/mondrian-rest-cli against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:35:02.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/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 14 18:35:03.307 INFO blam! 35c38b146d6ae85523b3538985cf76d3b01af451b39793a99f5894040db7cc22 Oct 14 18:35:03.311 INFO running `"docker" "start" "-a" "35c38b146d6ae85523b3538985cf76d3b01af451b39793a99f5894040db7cc22"` Oct 14 18:35:04.955 INFO kablam! usermod: no changes Oct 14 18:35:05.387 INFO kablam! Compiling cc v1.0.12 Oct 14 18:35:05.387 INFO kablam! Compiling bitflags v1.0.2 Oct 14 18:35:05.387 INFO kablam! Compiling atty v0.2.9 Oct 14 18:35:05.403 INFO kablam! Compiling base64 v0.9.1 Oct 14 18:35:05.405 INFO kablam! Compiling serde_json v1.0.16 Oct 14 18:35:05.431 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 14 18:35:05.431 INFO kablam! Compiling libflate v0.1.14 Oct 14 18:35:06.555 INFO kablam! Compiling clap v2.31.2 Oct 14 18:35:09.915 INFO kablam! Compiling hyper v0.11.25 Oct 14 18:35:17.929 INFO kablam! Compiling openssl-sys v0.9.28 Oct 14 18:35:18.019 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 18:35:25.460 INFO kablam! Compiling openssl v0.9.24 Oct 14 18:35:57.199 INFO kablam! Compiling structopt v0.1.7 Oct 14 18:35:58.267 INFO kablam! Compiling native-tls v0.1.5 Oct 14 18:35:58.487 INFO kablam! Compiling backtrace v0.3.6 Oct 14 18:35:59.534 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 18:36:00.243 INFO kablam! Compiling failure v0.1.1 Oct 14 18:36:00.891 INFO kablam! Compiling hyper-tls v0.1.3 Oct 14 18:36:02.624 INFO kablam! Compiling reqwest v0.8.5 Oct 14 18:36:11.777 INFO kablam! Compiling mondrian-rest-cli v0.1.0 (/source) Oct 14 18:36:13.700 INFO kablam! warning: unused import: `self` Oct 14 18:36:13.700 INFO kablam! --> src/api/mod.rs:6:15 Oct 14 18:36:13.700 INFO kablam! | Oct 14 18:36:13.700 INFO kablam! 6 | use reqwest::{self, Url}; Oct 14 18:36:13.700 INFO kablam! | ^^^^ Oct 14 18:36:13.700 INFO kablam! | Oct 14 18:36:13.700 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:36:13.700 INFO kablam! Oct 14 18:36:13.701 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `de` Oct 14 18:36:13.701 INFO kablam! --> src/schema.rs:3:13 Oct 14 18:36:13.701 INFO kablam! | Oct 14 18:36:13.701 INFO kablam! 3 | use serde::{de, Deserialize, Deserializer}; Oct 14 18:36:13.701 INFO kablam! | ^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 18:36:13.701 INFO kablam! Oct 14 18:36:13.701 INFO kablam! warning: unused import: `std::str::FromStr` Oct 14 18:36:13.701 INFO kablam! --> src/schema.rs:6:5 Oct 14 18:36:13.701 INFO kablam! | Oct 14 18:36:13.701 INFO kablam! 6 | use std::str::FromStr; Oct 14 18:36:13.701 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:36:13.701 INFO kablam! Oct 14 18:36:14.443 INFO kablam! warning: unused variable: `cube` Oct 14 18:36:14.443 INFO kablam! --> src/main.rs:83:29 Oct 14 18:36:14.443 INFO kablam! | Oct 14 18:36:14.443 INFO kablam! 83 | if let Some(cube) = cube_name { Oct 14 18:36:14.443 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 14 18:36:14.443 INFO kablam! | Oct 14 18:36:14.443 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:14.443 INFO kablam! Oct 14 18:36:14.443 INFO kablam! warning: unused variable: `members` Oct 14 18:36:14.443 INFO kablam! --> src/main.rs:86:33 Oct 14 18:36:14.443 INFO kablam! | Oct 14 18:36:14.443 INFO kablam! 86 | if let Some(members) = members { Oct 14 18:36:14.443 INFO kablam! | ^^^^^^^ help: consider using `_members` instead Oct 14 18:36:14.443 INFO kablam! Oct 14 18:36:14.779 INFO kablam! warning: method is never used: `new` Oct 14 18:36:14.779 INFO kablam! --> src/api/names.rs:115:5 Oct 14 18:36:14.779 INFO kablam! | Oct 14 18:36:14.779 INFO kablam! 115 | pub fn new>(dimension: S, hierarchy: S, level: S) -> Self { Oct 14 18:36:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.779 INFO kablam! | Oct 14 18:36:14.779 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:14.779 INFO kablam! Oct 14 18:36:14.779 INFO kablam! warning: method is never used: `from_vec` Oct 14 18:36:14.779 INFO kablam! --> src/api/names.rs:122:5 Oct 14 18:36:14.779 INFO kablam! | Oct 14 18:36:14.779 INFO kablam! 122 | pub fn from_vec + Clone>(drilldown: Vec) -> Result Oct 14 18:36:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.779 INFO kablam! Oct 14 18:36:14.779 INFO kablam! warning: method is never used: `new` Oct 14 18:36:14.779 INFO kablam! --> src/api/names.rs:148:5 Oct 14 18:36:14.779 INFO kablam! | Oct 14 18:36:14.779 INFO kablam! 148 | pub fn new>(measure: S) -> Self { Oct 14 18:36:14.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.779 INFO kablam! Oct 14 18:36:14.779 INFO kablam! warning: method is never used: `new` Oct 14 18:36:14.779 INFO kablam! --> src/api/names.rs:180:5 Oct 14 18:36:14.779 INFO kablam! | Oct 14 18:36:14.779 INFO kablam! 180 | / pub fn new>( Oct 14 18:36:14.779 INFO kablam! 181 | | dimension: S, Oct 14 18:36:14.779 INFO kablam! 182 | | hierarchy: S, Oct 14 18:36:14.779 INFO kablam! 183 | | level: S, Oct 14 18:36:14.779 INFO kablam! ... | Oct 14 18:36:14.779 INFO kablam! 190 | | } Oct 14 18:36:14.779 INFO kablam! 191 | | } Oct 14 18:36:14.779 INFO kablam! | |_____^ Oct 14 18:36:14.779 INFO kablam! Oct 14 18:36:14.779 INFO kablam! warning: method is never used: `from_vec` Oct 14 18:36:14.783 INFO kablam! --> src/api/names.rs:194:5 Oct 14 18:36:14.783 INFO kablam! | Oct 14 18:36:14.783 INFO kablam! 194 | pub fn from_vec + Clone>(cut_level: Vec, members: Vec) -> Result Oct 14 18:36:14.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.784 INFO kablam! Oct 14 18:36:14.784 INFO kablam! warning: method is never used: `new` Oct 14 18:36:14.784 INFO kablam! --> src/api/names.rs:294:5 Oct 14 18:36:14.784 INFO kablam! | Oct 14 18:36:14.785 INFO kablam! 294 | / pub fn new>( Oct 14 18:36:14.785 INFO kablam! 295 | | dimension: S, Oct 14 18:36:14.785 INFO kablam! 296 | | hierarchy: S, Oct 14 18:36:14.785 INFO kablam! 297 | | level: S, Oct 14 18:36:14.785 INFO kablam! ... | Oct 14 18:36:14.785 INFO kablam! 304 | | } Oct 14 18:36:14.786 INFO kablam! 305 | | } Oct 14 18:36:14.786 INFO kablam! | |_____^ Oct 14 18:36:14.786 INFO kablam! Oct 14 18:36:14.786 INFO kablam! warning: method is never used: `from_vec` Oct 14 18:36:14.786 INFO kablam! --> src/api/names.rs:308:5 Oct 14 18:36:14.787 INFO kablam! | Oct 14 18:36:14.787 INFO kablam! 308 | pub fn from_vec + Clone>(property: Vec) -> Result Oct 14 18:36:14.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.787 INFO kablam! Oct 14 18:36:14.787 INFO kablam! warning: method is never used: `measure` Oct 14 18:36:14.788 INFO kablam! --> src/api/mod.rs:74:5 Oct 14 18:36:14.788 INFO kablam! | Oct 14 18:36:14.788 INFO kablam! 74 | pub fn measure(&mut self, measure: Measure) -> &mut Self { Oct 14 18:36:14.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.788 INFO kablam! Oct 14 18:36:14.789 INFO kablam! warning: method is never used: `cut` Oct 14 18:36:14.789 INFO kablam! --> src/api/mod.rs:84:5 Oct 14 18:36:14.789 INFO kablam! | Oct 14 18:36:14.789 INFO kablam! 84 | pub fn cut(&mut self, cut: Cut) -> &mut Self { Oct 14 18:36:14.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:14.790 INFO kablam! Oct 14 18:36:21.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 14 18:36:21.325 INFO kablam! su: No module specific data is present Oct 14 18:36:21.857 INFO running `"docker" "rm" "-f" "35c38b146d6ae85523b3538985cf76d3b01af451b39793a99f5894040db7cc22"` Oct 14 18:36:22.083 INFO blam! 35c38b146d6ae85523b3538985cf76d3b01af451b39793a99f5894040db7cc22 Oct 14 18:36:22.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/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 14 18:36:22.459 INFO blam! 56f605e4e8825c1ea3c03132dbe5b3dd9aa1eda26a959c3116fa275986337654 Oct 14 18:36:22.471 INFO running `"docker" "start" "-a" "56f605e4e8825c1ea3c03132dbe5b3dd9aa1eda26a959c3116fa275986337654"` Oct 14 18:36:23.280 INFO kablam! usermod: no changes Oct 14 18:36:23.522 INFO kablam! Compiling mondrian-rest-cli v0.1.0 (/source) Oct 14 18:36:25.483 INFO kablam! warning: unused import: `self` Oct 14 18:36:25.483 INFO kablam! --> src/api/mod.rs:6:15 Oct 14 18:36:25.484 INFO kablam! | Oct 14 18:36:25.484 INFO kablam! 6 | use reqwest::{self, Url}; Oct 14 18:36:25.484 INFO kablam! | ^^^^ Oct 14 18:36:25.484 INFO kablam! | Oct 14 18:36:25.485 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:36:25.485 INFO kablam! Oct 14 18:36:25.485 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `de` Oct 14 18:36:25.485 INFO kablam! --> src/schema.rs:3:13 Oct 14 18:36:25.486 INFO kablam! | Oct 14 18:36:25.486 INFO kablam! 3 | use serde::{de, Deserialize, Deserializer}; Oct 14 18:36:25.486 INFO kablam! | ^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 18:36:25.486 INFO kablam! Oct 14 18:36:25.486 INFO kablam! warning: unused import: `std::str::FromStr` Oct 14 18:36:25.487 INFO kablam! --> src/schema.rs:6:5 Oct 14 18:36:25.487 INFO kablam! | Oct 14 18:36:25.487 INFO kablam! 6 | use std::str::FromStr; Oct 14 18:36:25.487 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 18:36:25.488 INFO kablam! Oct 14 18:36:26.272 INFO kablam! warning: unused variable: `cube` Oct 14 18:36:26.272 INFO kablam! --> src/main.rs:83:29 Oct 14 18:36:26.272 INFO kablam! | Oct 14 18:36:26.272 INFO kablam! 83 | if let Some(cube) = cube_name { Oct 14 18:36:26.272 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 14 18:36:26.272 INFO kablam! | Oct 14 18:36:26.272 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:36:26.272 INFO kablam! Oct 14 18:36:26.272 INFO kablam! warning: unused variable: `members` Oct 14 18:36:26.272 INFO kablam! --> src/main.rs:86:33 Oct 14 18:36:26.272 INFO kablam! | Oct 14 18:36:26.272 INFO kablam! 86 | if let Some(members) = members { Oct 14 18:36:26.273 INFO kablam! | ^^^^^^^ help: consider using `_members` instead Oct 14 18:36:26.274 INFO kablam! Oct 14 18:36:26.619 INFO kablam! warning: method is never used: `new` Oct 14 18:36:26.619 INFO kablam! --> src/api/names.rs:148:5 Oct 14 18:36:26.619 INFO kablam! | Oct 14 18:36:26.619 INFO kablam! 148 | pub fn new>(measure: S) -> Self { Oct 14 18:36:26.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:26.619 INFO kablam! | Oct 14 18:36:26.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:36:26.619 INFO kablam! Oct 14 18:36:26.619 INFO kablam! warning: method is never used: `measure` Oct 14 18:36:26.619 INFO kablam! --> src/api/mod.rs:74:5 Oct 14 18:36:26.619 INFO kablam! | Oct 14 18:36:26.619 INFO kablam! 74 | pub fn measure(&mut self, measure: Measure) -> &mut Self { Oct 14 18:36:26.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:26.619 INFO kablam! Oct 14 18:36:26.619 INFO kablam! warning: method is never used: `cut` Oct 14 18:36:26.619 INFO kablam! --> src/api/mod.rs:84:5 Oct 14 18:36:26.619 INFO kablam! | Oct 14 18:36:26.619 INFO kablam! 84 | pub fn cut(&mut self, cut: Cut) -> &mut Self { Oct 14 18:36:26.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:36:26.619 INFO kablam! Oct 14 18:36:29.794 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.48s Oct 14 18:36:29.807 INFO kablam! su: No module specific data is present Oct 14 18:36:31.524 INFO running `"docker" "rm" "-f" "56f605e4e8825c1ea3c03132dbe5b3dd9aa1eda26a959c3116fa275986337654"` Oct 14 18:36:31.832 INFO blam! 56f605e4e8825c1ea3c03132dbe5b3dd9aa1eda26a959c3116fa275986337654 Oct 14 18:36:31.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/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 14 18:36:32.327 INFO blam! 207a38eeec746532f7f5acce29fa45f0e39b676faba1b9bb42ee02ff99f90a89 Oct 14 18:36:32.340 INFO running `"docker" "start" "-a" "207a38eeec746532f7f5acce29fa45f0e39b676faba1b9bb42ee02ff99f90a89"` Oct 14 18:36:33.582 INFO kablam! usermod: no changes Oct 14 18:36:33.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 14 18:36:33.879 INFO kablam! Running /target/debug/deps/mondrian_rest_cli-703b4741c00c6a93 Oct 14 18:36:33.882 INFO blam! Oct 14 18:36:33.882 INFO blam! running 9 tests Oct 14 18:36:33.882 INFO blam! test api::names::test::test_display ... ignored Oct 14 18:36:33.882 INFO blam! test api::names::test::test_level_name ... ok Oct 14 18:36:33.882 INFO blam! test api::names::test::test_property ... ok Oct 14 18:36:33.883 INFO blam! test api::names::test::test_drilldown ... ok Oct 14 18:36:33.891 INFO blam! test api::names::test::test_cut ... ok Oct 14 18:36:33.903 INFO blam! test api::names::test::test_parse ... ok Oct 14 18:36:33.903 INFO blam! test api::test::test_add_trailing_slash ... ok Oct 14 18:36:33.988 INFO blam! test api::names::test::test_level_name_bad_2 ... ok Oct 14 18:36:33.988 INFO blam! test api::names::test::test_level_name_bad_1 ... ok Oct 14 18:36:33.988 INFO blam! Oct 14 18:36:33.988 INFO blam! test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 14 18:36:33.988 INFO blam! Oct 14 18:36:33.992 INFO kablam! su: No module specific data is present Oct 14 18:36:35.012 INFO running `"docker" "rm" "-f" "207a38eeec746532f7f5acce29fa45f0e39b676faba1b9bb42ee02ff99f90a89"` Oct 14 18:36:35.286 INFO blam! 207a38eeec746532f7f5acce29fa45f0e39b676faba1b9bb42ee02ff99f90a89