Oct 11 06:36:28.055 INFO testing Geal/grad against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:36:28.055 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:36:28.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 06:36:28.379 INFO blam! c5ade8176773ac2b215251dbcb489911c43ead013f1695a2a3a84f0ae6056518 Oct 11 06:36:28.381 INFO running `"docker" "start" "-a" "c5ade8176773ac2b215251dbcb489911c43ead013f1695a2a3a84f0ae6056518"` Oct 11 06:36:29.628 INFO kablam! usermod: no changes Oct 11 06:36:29.720 INFO kablam! Blocking waiting for file lock on the registry index Oct 11 06:36:30.452 INFO kablam! Compiling nom v4.0.0 Oct 11 06:36:30.465 INFO kablam! Compiling want v0.0.6 Oct 11 06:36:30.465 INFO kablam! Compiling input_buffer v0.2.0 Oct 11 06:36:30.484 INFO kablam! Compiling h2 v0.1.12 Oct 11 06:36:30.484 INFO kablam! Compiling tokio-reactor v0.1.4 Oct 11 06:36:30.484 INFO kablam! Compiling sha-1 v0.7.0 Oct 11 06:36:30.484 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 11 06:36:30.484 INFO kablam! Compiling env_logger v0.5.13 Oct 11 06:36:34.038 INFO kablam! Compiling tungstenite v0.6.0 Oct 11 06:36:38.205 INFO kablam! Compiling pretty_env_logger v0.2.4 Oct 11 06:36:41.232 INFO kablam! Compiling tokio-fs v0.1.3 Oct 11 06:36:42.637 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 11 06:36:42.648 INFO kablam! Compiling tokio-uds v0.2.1 Oct 11 06:36:42.780 INFO kablam! Compiling tokio-udp v0.1.2 Oct 11 06:36:52.475 INFO kablam! Compiling tokio v0.1.8 Oct 11 06:36:57.200 INFO kablam! Compiling hyper v0.12.8 Oct 11 06:37:07.528 INFO kablam! Compiling warp v0.1.2 Oct 11 06:37:16.892 INFO kablam! Compiling grad v0.1.0 (/source) Oct 11 06:37:24.983 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 11 06:37:24.983 INFO kablam! --> src/main.rs:19:18 Oct 11 06:37:24.983 INFO kablam! | Oct 11 06:37:24.984 INFO kablam! 19 | use warp::http::{Response,StatusCode}; Oct 11 06:37:24.984 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 11 06:37:24.984 INFO kablam! | Oct 11 06:37:24.984 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:37:24.985 INFO kablam! Oct 11 06:37:24.985 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 06:37:24.985 INFO kablam! --> src/main.rs:87:29 Oct 11 06:37:24.986 INFO kablam! | Oct 11 06:37:24.986 INFO kablam! 87 | warp::serve(routes).run((server)); Oct 11 06:37:24.986 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 06:37:24.986 INFO kablam! | Oct 11 06:37:24.987 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:37:24.987 INFO kablam! Oct 11 06:37:25.816 INFO kablam! warning: struct is never constructed: `NoneAggregator` Oct 11 06:37:25.816 INFO kablam! --> src/metrics/mod.rs:172:1 Oct 11 06:37:25.816 INFO kablam! | Oct 11 06:37:25.816 INFO kablam! 172 | pub struct NoneAggregator> { Oct 11 06:37:25.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:25.816 INFO kablam! | Oct 11 06:37:25.816 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:37:25.816 INFO kablam! Oct 11 06:37:25.816 INFO kablam! warning: method is never used: `from` Oct 11 06:37:25.816 INFO kablam! --> src/metrics/mod.rs:177:3 Oct 11 06:37:25.816 INFO kablam! | Oct 11 06:37:25.816 INFO kablam! 177 | pub fn from(iterator: T) -> Self { Oct 11 06:37:25.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:25.816 INFO kablam! Oct 11 06:37:25.816 INFO kablam! warning: function is never used: `send_test` Oct 11 06:37:25.816 INFO kablam! --> src/main.rs:90:1 Oct 11 06:37:25.816 INFO kablam! | Oct 11 06:37:25.817 INFO kablam! 90 | fn send_test() -> Result { Oct 11 06:37:25.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:25.817 INFO kablam! Oct 11 06:37:38.593 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 11 06:37:38.613 INFO kablam! su: No module specific data is present Oct 11 06:37:39.437 INFO running `"docker" "rm" "-f" "c5ade8176773ac2b215251dbcb489911c43ead013f1695a2a3a84f0ae6056518"` Oct 11 06:37:39.816 INFO blam! c5ade8176773ac2b215251dbcb489911c43ead013f1695a2a3a84f0ae6056518 Oct 11 06:37:39.820 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:37:39.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 06:37:40.470 INFO blam! b0b6da65fea01cea807bd9be0e7d1dd5af3b79ff070e7d3b500af4f2167dcc8e Oct 11 06:37:40.473 INFO running `"docker" "start" "-a" "b0b6da65fea01cea807bd9be0e7d1dd5af3b79ff070e7d3b500af4f2167dcc8e"` Oct 11 06:37:41.687 INFO kablam! usermod: no changes Oct 11 06:37:42.038 INFO kablam! Compiling grad v0.1.0 (/source) Oct 11 06:37:51.260 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 11 06:37:51.260 INFO kablam! --> src/main.rs:19:18 Oct 11 06:37:51.260 INFO kablam! | Oct 11 06:37:51.260 INFO kablam! 19 | use warp::http::{Response,StatusCode}; Oct 11 06:37:51.260 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 11 06:37:51.260 INFO kablam! | Oct 11 06:37:51.260 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:37:51.260 INFO kablam! Oct 11 06:37:51.260 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 06:37:51.261 INFO kablam! --> src/main.rs:87:29 Oct 11 06:37:51.261 INFO kablam! | Oct 11 06:37:51.261 INFO kablam! 87 | warp::serve(routes).run((server)); Oct 11 06:37:51.261 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 06:37:51.261 INFO kablam! | Oct 11 06:37:51.261 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:37:51.261 INFO kablam! Oct 11 06:37:52.139 INFO kablam! warning: struct is never constructed: `NoneAggregator` Oct 11 06:37:52.139 INFO kablam! --> src/metrics/mod.rs:172:1 Oct 11 06:37:52.139 INFO kablam! | Oct 11 06:37:52.139 INFO kablam! 172 | pub struct NoneAggregator> { Oct 11 06:37:52.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:52.139 INFO kablam! | Oct 11 06:37:52.139 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:37:52.139 INFO kablam! Oct 11 06:37:52.139 INFO kablam! warning: method is never used: `from` Oct 11 06:37:52.139 INFO kablam! --> src/metrics/mod.rs:177:3 Oct 11 06:37:52.139 INFO kablam! | Oct 11 06:37:52.139 INFO kablam! 177 | pub fn from(iterator: T) -> Self { Oct 11 06:37:52.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:52.140 INFO kablam! Oct 11 06:37:52.140 INFO kablam! warning: function is never used: `send_test` Oct 11 06:37:52.140 INFO kablam! --> src/main.rs:90:1 Oct 11 06:37:52.140 INFO kablam! | Oct 11 06:37:52.140 INFO kablam! 90 | fn send_test() -> Result { Oct 11 06:37:52.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:52.140 INFO kablam! Oct 11 06:37:52.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.98s Oct 11 06:37:52.733 INFO kablam! su: No module specific data is present Oct 11 06:37:53.428 INFO running `"docker" "rm" "-f" "b0b6da65fea01cea807bd9be0e7d1dd5af3b79ff070e7d3b500af4f2167dcc8e"` Oct 11 06:37:53.640 INFO blam! b0b6da65fea01cea807bd9be0e7d1dd5af3b79ff070e7d3b500af4f2167dcc8e Oct 11 06:37:53.656 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:37:53.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 06:37:54.032 INFO blam! c2949d4a5dd5d89f12203621fa9ad58398264de737fdb40f0cd1698c25271714 Oct 11 06:37:54.040 INFO running `"docker" "start" "-a" "c2949d4a5dd5d89f12203621fa9ad58398264de737fdb40f0cd1698c25271714"` Oct 11 06:37:55.314 INFO kablam! usermod: no changes Oct 11 06:37:55.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 11 06:37:55.575 INFO kablam! Running /target/debug/deps/grad-6a759eb0a4b07e1e Oct 11 06:37:55.596 INFO blam! Oct 11 06:37:55.596 INFO blam! running 0 tests Oct 11 06:37:55.596 INFO blam! Oct 11 06:37:55.596 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:37:55.596 INFO blam! Oct 11 06:37:55.596 INFO kablam! su: No module specific data is present Oct 11 06:37:56.358 INFO running `"docker" "rm" "-f" "c2949d4a5dd5d89f12203621fa9ad58398264de737fdb40f0cd1698c25271714"` Oct 11 06:37:56.680 INFO blam! c2949d4a5dd5d89f12203621fa9ad58398264de737fdb40f0cd1698c25271714