Oct 10 21:54:25.193 INFO testing hwchen/mondrian-rest-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:54:25.194 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:54:25.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:54:25.787 INFO blam! 6ea606a31c438f08a3f0080272ef00290906717e733cb7edfaf564749fa9b3da Oct 10 21:54:25.789 INFO running `"docker" "start" "-a" "6ea606a31c438f08a3f0080272ef00290906717e733cb7edfaf564749fa9b3da"` Oct 10 21:54:28.012 INFO kablam! usermod: no changes Oct 10 21:54:28.393 INFO kablam! Compiling openssl-sys v0.9.28 Oct 10 21:54:28.396 INFO kablam! Compiling clap v2.31.2 Oct 10 21:54:28.405 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 10 21:54:28.407 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 21:54:28.412 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 21:54:28.427 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 10 21:54:31.012 INFO kablam! Compiling backtrace v0.3.6 Oct 10 21:54:37.341 INFO kablam! Compiling tokio v0.1.5 Oct 10 21:54:37.425 INFO kablam! Compiling openssl v0.9.24 Oct 10 21:54:37.899 INFO kablam! Compiling failure v0.1.1 Oct 10 21:54:46.244 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 21:54:54.457 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 21:54:56.643 INFO kablam! Compiling structopt v0.1.7 Oct 10 21:54:56.744 INFO kablam! Compiling native-tls v0.1.5 Oct 10 21:54:57.986 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 21:55:00.144 INFO kablam! Compiling hyper v0.11.25 Oct 10 21:55:13.848 INFO kablam! Compiling hyper-tls v0.1.3 Oct 10 21:55:17.847 INFO kablam! Compiling reqwest v0.8.5 Oct 10 21:55:28.405 INFO kablam! Compiling mondrian-rest-cli v0.1.0 (/source) Oct 10 21:55:34.916 INFO kablam! warning: unused import: `self` Oct 10 21:55:34.916 INFO kablam! --> src/api/mod.rs:6:15 Oct 10 21:55:34.916 INFO kablam! | Oct 10 21:55:34.916 INFO kablam! 6 | use reqwest::{self, Url}; Oct 10 21:55:34.916 INFO kablam! | ^^^^ Oct 10 21:55:34.916 INFO kablam! | Oct 10 21:55:34.916 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:55:34.916 INFO kablam! Oct 10 21:55:34.920 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `de` Oct 10 21:55:34.920 INFO kablam! --> src/schema.rs:3:13 Oct 10 21:55:34.921 INFO kablam! | Oct 10 21:55:34.921 INFO kablam! 3 | use serde::{de, Deserialize, Deserializer}; Oct 10 21:55:34.921 INFO kablam! | ^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 21:55:34.921 INFO kablam! Oct 10 21:55:34.921 INFO kablam! warning: unused import: `std::str::FromStr` Oct 10 21:55:34.921 INFO kablam! --> src/schema.rs:6:5 Oct 10 21:55:34.921 INFO kablam! | Oct 10 21:55:34.921 INFO kablam! 6 | use std::str::FromStr; Oct 10 21:55:34.921 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:55:34.921 INFO kablam! Oct 10 21:55:35.683 INFO kablam! warning: unused variable: `cube` Oct 10 21:55:35.684 INFO kablam! --> src/main.rs:83:29 Oct 10 21:55:35.684 INFO kablam! | Oct 10 21:55:35.684 INFO kablam! 83 | if let Some(cube) = cube_name { Oct 10 21:55:35.685 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 10 21:55:35.685 INFO kablam! | Oct 10 21:55:35.685 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:55:35.685 INFO kablam! Oct 10 21:55:35.686 INFO kablam! warning: unused variable: `members` Oct 10 21:55:35.686 INFO kablam! --> src/main.rs:86:33 Oct 10 21:55:35.686 INFO kablam! | Oct 10 21:55:35.687 INFO kablam! 86 | if let Some(members) = members { Oct 10 21:55:35.687 INFO kablam! | ^^^^^^^ help: consider using `_members` instead Oct 10 21:55:35.687 INFO kablam! Oct 10 21:55:35.964 INFO kablam! warning: method is never used: `new` Oct 10 21:55:35.964 INFO kablam! --> src/api/names.rs:115:5 Oct 10 21:55:35.964 INFO kablam! | Oct 10 21:55:35.964 INFO kablam! 115 | pub fn new>(dimension: S, hierarchy: S, level: S) -> Self { Oct 10 21:55:35.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.964 INFO kablam! | Oct 10 21:55:35.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:55:35.964 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `from_vec` Oct 10 21:55:35.965 INFO kablam! --> src/api/names.rs:122:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 122 | pub fn from_vec + Clone>(drilldown: Vec) -> Result Oct 10 21:55:35.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `new` Oct 10 21:55:35.965 INFO kablam! --> src/api/names.rs:148:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 148 | pub fn new>(measure: S) -> Self { Oct 10 21:55:35.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `new` Oct 10 21:55:35.965 INFO kablam! --> src/api/names.rs:180:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 180 | / pub fn new>( Oct 10 21:55:35.965 INFO kablam! 181 | | dimension: S, Oct 10 21:55:35.965 INFO kablam! 182 | | hierarchy: S, Oct 10 21:55:35.965 INFO kablam! 183 | | level: S, Oct 10 21:55:35.965 INFO kablam! ... | Oct 10 21:55:35.965 INFO kablam! 190 | | } Oct 10 21:55:35.965 INFO kablam! 191 | | } Oct 10 21:55:35.965 INFO kablam! | |_____^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `from_vec` Oct 10 21:55:35.965 INFO kablam! --> src/api/names.rs:194:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 194 | pub fn from_vec + Clone>(cut_level: Vec, members: Vec) -> Result Oct 10 21:55:35.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `new` Oct 10 21:55:35.965 INFO kablam! --> src/api/names.rs:294:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 294 | / pub fn new>( Oct 10 21:55:35.965 INFO kablam! 295 | | dimension: S, Oct 10 21:55:35.965 INFO kablam! 296 | | hierarchy: S, Oct 10 21:55:35.965 INFO kablam! 297 | | level: S, Oct 10 21:55:35.965 INFO kablam! ... | Oct 10 21:55:35.965 INFO kablam! 304 | | } Oct 10 21:55:35.965 INFO kablam! 305 | | } Oct 10 21:55:35.965 INFO kablam! | |_____^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `from_vec` Oct 10 21:55:35.965 INFO kablam! --> src/api/names.rs:308:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 308 | pub fn from_vec + Clone>(property: Vec) -> Result Oct 10 21:55:35.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `measure` Oct 10 21:55:35.965 INFO kablam! --> src/api/mod.rs:74:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 74 | pub fn measure(&mut self, measure: Measure) -> &mut Self { Oct 10 21:55:35.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:35.965 INFO kablam! warning: method is never used: `cut` Oct 10 21:55:35.965 INFO kablam! --> src/api/mod.rs:84:5 Oct 10 21:55:35.965 INFO kablam! | Oct 10 21:55:35.965 INFO kablam! 84 | pub fn cut(&mut self, cut: Cut) -> &mut Self { Oct 10 21:55:35.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.965 INFO kablam! Oct 10 21:55:41.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 10 21:55:41.941 INFO kablam! su: No module specific data is present Oct 10 21:55:42.425 INFO running `"docker" "rm" "-f" "6ea606a31c438f08a3f0080272ef00290906717e733cb7edfaf564749fa9b3da"` Oct 10 21:55:42.649 INFO blam! 6ea606a31c438f08a3f0080272ef00290906717e733cb7edfaf564749fa9b3da Oct 10 21:55:42.660 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:55:42.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:55:42.975 INFO blam! 581030ef84dd7d28d25697ceb3e854be21cbdc8c232686e8f8d6a78925a4e50a Oct 10 21:55:42.977 INFO running `"docker" "start" "-a" "581030ef84dd7d28d25697ceb3e854be21cbdc8c232686e8f8d6a78925a4e50a"` Oct 10 21:55:43.616 INFO kablam! usermod: no changes Oct 10 21:55:43.826 INFO kablam! Compiling mondrian-rest-cli v0.1.0 (/source) Oct 10 21:55:50.285 INFO kablam! warning: unused import: `self` Oct 10 21:55:50.285 INFO kablam! --> src/api/mod.rs:6:15 Oct 10 21:55:50.285 INFO kablam! | Oct 10 21:55:50.285 INFO kablam! 6 | use reqwest::{self, Url}; Oct 10 21:55:50.285 INFO kablam! | ^^^^ Oct 10 21:55:50.285 INFO kablam! | Oct 10 21:55:50.285 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:55:50.285 INFO kablam! Oct 10 21:55:50.285 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `de` Oct 10 21:55:50.285 INFO kablam! --> src/schema.rs:3:13 Oct 10 21:55:50.285 INFO kablam! | Oct 10 21:55:50.285 INFO kablam! 3 | use serde::{de, Deserialize, Deserializer}; Oct 10 21:55:50.285 INFO kablam! | ^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 21:55:50.285 INFO kablam! Oct 10 21:55:50.285 INFO kablam! warning: unused import: `std::str::FromStr` Oct 10 21:55:50.285 INFO kablam! --> src/schema.rs:6:5 Oct 10 21:55:50.285 INFO kablam! | Oct 10 21:55:50.285 INFO kablam! 6 | use std::str::FromStr; Oct 10 21:55:50.285 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:55:50.285 INFO kablam! Oct 10 21:55:51.120 INFO kablam! warning: unused variable: `cube` Oct 10 21:55:51.120 INFO kablam! --> src/main.rs:83:29 Oct 10 21:55:51.120 INFO kablam! | Oct 10 21:55:51.120 INFO kablam! 83 | if let Some(cube) = cube_name { Oct 10 21:55:51.120 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 10 21:55:51.120 INFO kablam! | Oct 10 21:55:51.120 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:55:51.120 INFO kablam! Oct 10 21:55:51.120 INFO kablam! warning: unused variable: `members` Oct 10 21:55:51.120 INFO kablam! --> src/main.rs:86:33 Oct 10 21:55:51.120 INFO kablam! | Oct 10 21:55:51.120 INFO kablam! 86 | if let Some(members) = members { Oct 10 21:55:51.120 INFO kablam! | ^^^^^^^ help: consider using `_members` instead Oct 10 21:55:51.120 INFO kablam! Oct 10 21:55:51.468 INFO kablam! warning: method is never used: `new` Oct 10 21:55:51.468 INFO kablam! --> src/api/names.rs:148:5 Oct 10 21:55:51.468 INFO kablam! | Oct 10 21:55:51.468 INFO kablam! 148 | pub fn new>(measure: S) -> Self { Oct 10 21:55:51.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:51.468 INFO kablam! | Oct 10 21:55:51.468 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:55:51.468 INFO kablam! Oct 10 21:55:51.468 INFO kablam! warning: method is never used: `measure` Oct 10 21:55:51.468 INFO kablam! --> src/api/mod.rs:74:5 Oct 10 21:55:51.468 INFO kablam! | Oct 10 21:55:51.468 INFO kablam! 74 | pub fn measure(&mut self, measure: Measure) -> &mut Self { Oct 10 21:55:51.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:51.468 INFO kablam! Oct 10 21:55:51.468 INFO kablam! warning: method is never used: `cut` Oct 10 21:55:51.468 INFO kablam! --> src/api/mod.rs:84:5 Oct 10 21:55:51.468 INFO kablam! | Oct 10 21:55:51.468 INFO kablam! 84 | pub fn cut(&mut self, cut: Cut) -> &mut Self { Oct 10 21:55:51.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:51.472 INFO kablam! Oct 10 21:55:54.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.58s Oct 10 21:55:54.239 INFO kablam! su: No module specific data is present Oct 10 21:55:54.566 INFO running `"docker" "rm" "-f" "581030ef84dd7d28d25697ceb3e854be21cbdc8c232686e8f8d6a78925a4e50a"` Oct 10 21:55:54.673 INFO blam! 581030ef84dd7d28d25697ceb3e854be21cbdc8c232686e8f8d6a78925a4e50a Oct 10 21:55:54.678 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:55:54.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:55:54.880 INFO blam! 7ec501145c5e02667ba5e5fa3f60cbb6f4ecd824c382cc437d3d9260c199a542 Oct 10 21:55:54.880 INFO running `"docker" "start" "-a" "7ec501145c5e02667ba5e5fa3f60cbb6f4ecd824c382cc437d3d9260c199a542"` Oct 10 21:55:55.754 INFO kablam! usermod: no changes Oct 10 21:55:55.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 21:55:55.985 INFO kablam! Running /target/debug/deps/mondrian_rest_cli-36e7de17d589087e Oct 10 21:55:55.989 INFO blam! Oct 10 21:55:55.989 INFO blam! running 9 tests Oct 10 21:55:55.989 INFO blam! test api::names::test::test_display ... ignored Oct 10 21:55:55.990 INFO blam! test api::names::test::test_cut ... ok Oct 10 21:55:55.990 INFO blam! test api::names::test::test_property ... ok Oct 10 21:55:55.990 INFO blam! test api::test::test_add_trailing_slash ... ok Oct 10 21:55:55.991 INFO blam! test api::names::test::test_parse ... ok Oct 10 21:55:55.991 INFO blam! test api::names::test::test_drilldown ... ok Oct 10 21:55:56.005 INFO blam! test api::names::test::test_level_name ... ok Oct 10 21:55:56.104 INFO blam! test api::names::test::test_level_name_bad_2 ... ok Oct 10 21:55:56.104 INFO kablam! su: No module specific data is present Oct 10 21:55:56.105 INFO blam! test api::names::test::test_level_name_bad_1 ... ok Oct 10 21:55:56.105 INFO blam! Oct 10 21:55:56.105 INFO blam! test result: ok. 8 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 10 21:55:56.106 INFO blam! Oct 10 21:55:56.614 INFO running `"docker" "rm" "-f" "7ec501145c5e02667ba5e5fa3f60cbb6f4ecd824c382cc437d3d9260c199a542"` Oct 10 21:55:56.861 INFO blam! 7ec501145c5e02667ba5e5fa3f60cbb6f4ecd824c382cc437d3d9260c199a542