Oct 15 10:41:50.550 INFO testing Geal/grad against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:41:50.550 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 15 10:41:50.993 INFO blam! a9d5dcbbaa873d88884787db78a5f5a76f1edc6e7b08c75efe1f417d4332121f Oct 15 10:41:50.995 INFO running `"docker" "start" "-a" "a9d5dcbbaa873d88884787db78a5f5a76f1edc6e7b08c75efe1f417d4332121f"` Oct 15 10:41:52.691 INFO kablam! usermod: no changes Oct 15 10:41:53.103 INFO kablam! Compiling nom v4.0.0 Oct 15 10:41:53.103 INFO kablam! Compiling mio v0.6.15 Oct 15 10:41:53.103 INFO kablam! Compiling want v0.0.6 Oct 15 10:41:53.132 INFO kablam! Compiling tokio-io v0.1.8 Oct 15 10:41:53.132 INFO kablam! Compiling http v0.1.10 Oct 15 10:41:53.132 INFO kablam! Compiling input_buffer v0.2.0 Oct 15 10:41:53.132 INFO kablam! Compiling serde_json v1.0.26 Oct 15 10:41:53.133 INFO kablam! Compiling parking_lot v0.6.3 Oct 15 10:41:56.836 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 15 10:41:58.195 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 15 10:42:01.663 INFO kablam! Compiling env_logger v0.5.13 Oct 15 10:42:01.759 INFO kablam! Compiling tungstenite v0.6.0 Oct 15 10:42:03.667 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 10:42:14.707 INFO kablam! Compiling tokio-reactor v0.1.4 Oct 15 10:42:14.731 INFO kablam! Compiling mio-uds v0.6.6 Oct 15 10:42:14.731 INFO kablam! Compiling pretty_env_logger v0.2.4 Oct 15 10:42:14.811 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 10:42:23.439 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 15 10:42:23.439 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 10:42:23.439 INFO kablam! Compiling tokio-uds v0.2.1 Oct 15 10:42:28.087 INFO kablam! Compiling h2 v0.1.12 Oct 15 10:42:29.563 INFO kablam! Compiling tokio v0.1.8 Oct 15 10:42:39.887 INFO kablam! Compiling hyper v0.12.8 Oct 15 10:42:49.747 INFO kablam! Compiling warp v0.1.2 Oct 15 10:42:57.071 INFO kablam! Compiling grad v0.1.0 (/source) Oct 15 10:43:01.352 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 15 10:43:01.352 INFO kablam! --> src/main.rs:19:18 Oct 15 10:43:01.352 INFO kablam! | Oct 15 10:43:01.352 INFO kablam! 19 | use warp::http::{Response,StatusCode}; Oct 15 10:43:01.352 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 15 10:43:01.352 INFO kablam! | Oct 15 10:43:01.352 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:43:01.352 INFO kablam! Oct 15 10:43:01.352 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:43:01.353 INFO kablam! --> src/main.rs:87:29 Oct 15 10:43:01.353 INFO kablam! | Oct 15 10:43:01.353 INFO kablam! 87 | warp::serve(routes).run((server)); Oct 15 10:43:01.353 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 10:43:01.353 INFO kablam! | Oct 15 10:43:01.353 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:43:01.353 INFO kablam! Oct 15 10:43:02.347 INFO kablam! warning: struct is never constructed: `NoneAggregator` Oct 15 10:43:02.347 INFO kablam! --> src/metrics/mod.rs:172:1 Oct 15 10:43:02.347 INFO kablam! | Oct 15 10:43:02.347 INFO kablam! 172 | pub struct NoneAggregator> { Oct 15 10:43:02.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:02.347 INFO kablam! | Oct 15 10:43:02.349 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:43:02.349 INFO kablam! Oct 15 10:43:02.349 INFO kablam! warning: method is never used: `from` Oct 15 10:43:02.349 INFO kablam! --> src/metrics/mod.rs:177:3 Oct 15 10:43:02.349 INFO kablam! | Oct 15 10:43:02.349 INFO kablam! 177 | pub fn from(iterator: T) -> Self { Oct 15 10:43:02.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:02.349 INFO kablam! Oct 15 10:43:02.349 INFO kablam! warning: function is never used: `send_test` Oct 15 10:43:02.349 INFO kablam! --> src/main.rs:90:1 Oct 15 10:43:02.349 INFO kablam! | Oct 15 10:43:02.349 INFO kablam! 90 | fn send_test() -> Result { Oct 15 10:43:02.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:02.349 INFO kablam! Oct 15 10:43:16.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 15 10:43:16.127 INFO kablam! su: No module specific data is present Oct 15 10:43:17.269 INFO running `"docker" "rm" "-f" "a9d5dcbbaa873d88884787db78a5f5a76f1edc6e7b08c75efe1f417d4332121f"` Oct 15 10:43:17.565 INFO blam! a9d5dcbbaa873d88884787db78a5f5a76f1edc6e7b08c75efe1f417d4332121f Oct 15 10:43:17.567 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 15 10:43:18.019 INFO blam! f862a5223ec0350ca54e96d1ecde2fe8a948dde58482f2005e5f17902cf8606a Oct 15 10:43:18.027 INFO running `"docker" "start" "-a" "f862a5223ec0350ca54e96d1ecde2fe8a948dde58482f2005e5f17902cf8606a"` Oct 15 10:43:19.414 INFO kablam! usermod: no changes Oct 15 10:43:19.693 INFO kablam! Compiling grad v0.1.0 (/source) Oct 15 10:43:24.015 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 15 10:43:24.015 INFO kablam! --> src/main.rs:19:18 Oct 15 10:43:24.015 INFO kablam! | Oct 15 10:43:24.015 INFO kablam! 19 | use warp::http::{Response,StatusCode}; Oct 15 10:43:24.015 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 15 10:43:24.015 INFO kablam! | Oct 15 10:43:24.015 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:43:24.015 INFO kablam! Oct 15 10:43:24.015 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:43:24.015 INFO kablam! --> src/main.rs:87:29 Oct 15 10:43:24.015 INFO kablam! | Oct 15 10:43:24.015 INFO kablam! 87 | warp::serve(routes).run((server)); Oct 15 10:43:24.015 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 10:43:24.015 INFO kablam! | Oct 15 10:43:24.015 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:43:24.015 INFO kablam! Oct 15 10:43:24.773 INFO kablam! warning: struct is never constructed: `NoneAggregator` Oct 15 10:43:24.773 INFO kablam! --> src/metrics/mod.rs:172:1 Oct 15 10:43:24.773 INFO kablam! | Oct 15 10:43:24.773 INFO kablam! 172 | pub struct NoneAggregator> { Oct 15 10:43:24.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:24.773 INFO kablam! | Oct 15 10:43:24.773 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:43:24.773 INFO kablam! Oct 15 10:43:24.773 INFO kablam! warning: method is never used: `from` Oct 15 10:43:24.773 INFO kablam! --> src/metrics/mod.rs:177:3 Oct 15 10:43:24.774 INFO kablam! | Oct 15 10:43:24.774 INFO kablam! 177 | pub fn from(iterator: T) -> Self { Oct 15 10:43:24.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:24.774 INFO kablam! Oct 15 10:43:24.774 INFO kablam! warning: function is never used: `send_test` Oct 15 10:43:24.774 INFO kablam! --> src/main.rs:90:1 Oct 15 10:43:24.774 INFO kablam! | Oct 15 10:43:24.774 INFO kablam! 90 | fn send_test() -> Result { Oct 15 10:43:24.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:24.774 INFO kablam! Oct 15 10:43:25.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.98s Oct 15 10:43:25.437 INFO kablam! su: No module specific data is present Oct 15 10:43:26.767 INFO running `"docker" "rm" "-f" "f862a5223ec0350ca54e96d1ecde2fe8a948dde58482f2005e5f17902cf8606a"` Oct 15 10:43:27.012 INFO blam! f862a5223ec0350ca54e96d1ecde2fe8a948dde58482f2005e5f17902cf8606a Oct 15 10:43:27.017 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 15 10:43:27.543 INFO blam! 6df4b6e9ef6de9366e6fa67ec9163ca47d832227c3ca38315530dc23e96fbf10 Oct 15 10:43:27.545 INFO running `"docker" "start" "-a" "6df4b6e9ef6de9366e6fa67ec9163ca47d832227c3ca38315530dc23e96fbf10"` Oct 15 10:43:28.923 INFO kablam! usermod: no changes Oct 15 10:43:29.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 10:43:29.131 INFO kablam! Running /target/debug/deps/grad-6a759eb0a4b07e1e Oct 15 10:43:29.133 INFO blam! Oct 15 10:43:29.133 INFO blam! running 0 tests Oct 15 10:43:29.133 INFO blam! Oct 15 10:43:29.133 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:43:29.133 INFO blam! Oct 15 10:43:29.134 INFO kablam! su: No module specific data is present Oct 15 10:43:29.465 INFO running `"docker" "rm" "-f" "6df4b6e9ef6de9366e6fa67ec9163ca47d832227c3ca38315530dc23e96fbf10"` Oct 15 10:43:29.743 INFO blam! 6df4b6e9ef6de9366e6fa67ec9163ca47d832227c3ca38315530dc23e96fbf10