Oct 14 11:56:49.964 INFO testing matthiasbeyer/task-rain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:56:49.964 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 11:56:50.300 INFO blam! cec1d6a7cdfc28290ef8927b4ed7cadcf342c7910b18376864105d410ea1bd15 Oct 14 11:56:50.302 INFO running `"docker" "start" "-a" "cec1d6a7cdfc28290ef8927b4ed7cadcf342c7910b18376864105d410ea1bd15"` Oct 14 11:56:51.548 INFO kablam! usermod: no changes Oct 14 11:56:51.733 INFO kablam! Compiling num-traits v0.1.40 Oct 14 11:56:51.733 INFO kablam! Compiling itoa v0.3.3 Oct 14 11:56:51.740 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 14 11:56:51.741 INFO kablam! Compiling time v0.1.38 Oct 14 11:56:51.741 INFO kablam! Compiling term_size v0.3.0 Oct 14 11:56:51.746 INFO kablam! Compiling atty v0.2.2 Oct 14 11:56:51.746 INFO kablam! Compiling termion v1.5.1 Oct 14 11:56:51.746 INFO kablam! Compiling uuid v0.4.0 Oct 14 11:56:52.503 INFO kablam! Compiling itertools v0.6.2 Oct 14 11:56:52.636 INFO kablam! Compiling textwrap v0.8.0 Oct 14 11:56:53.627 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 14 11:56:55.071 INFO kablam! Compiling clap v2.26.1 Oct 14 11:56:57.349 INFO kablam! Compiling num-integer v0.1.35 Oct 14 11:56:57.411 INFO kablam! Compiling serde_json v0.9.10 Oct 14 11:56:58.991 INFO kablam! Compiling num-iter v0.1.34 Oct 14 11:56:59.995 INFO kablam! Compiling serde_derive v0.9.15 Oct 14 11:57:00.367 INFO kablam! Compiling num v0.1.40 Oct 14 11:57:00.769 INFO kablam! Compiling chrono v0.2.25 Oct 14 11:57:19.343 INFO kablam! Compiling task-hookrs v0.3.0 Oct 14 11:57:26.827 INFO kablam! Compiling backtrace v0.3.3 Oct 14 11:57:28.607 INFO kablam! Compiling error-chain v0.11.0 Oct 14 11:57:32.803 INFO kablam! Compiling mowl v1.2.0 Oct 14 11:57:34.840 INFO kablam! Compiling rain v0.3.1 Oct 14 11:57:42.541 INFO kablam! Compiling task-graph v0.1.0 (/source) Oct 14 11:57:43.059 INFO kablam! warning: unused variable: `time` Oct 14 11:57:43.059 INFO kablam! --> src/main.rs:42:10 Oct 14 11:57:43.060 INFO kablam! | Oct 14 11:57:43.060 INFO kablam! 42 | for (time, group) in tasks.into_iter() { Oct 14 11:57:43.060 INFO kablam! | ^^^^ help: consider using `_time` instead Oct 14 11:57:43.060 INFO kablam! | Oct 14 11:57:43.061 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:57:43.061 INFO kablam! Oct 14 11:57:43.067 INFO kablam! warning: variable does not need to be mutable Oct 14 11:57:43.067 INFO kablam! --> src/main.rs:27:17 Oct 14 11:57:43.068 INFO kablam! | Oct 14 11:57:43.068 INFO kablam! 27 | let mut file = File::open(filename).expect("Couldn't open file"); Oct 14 11:57:43.068 INFO kablam! | ----^^^^ Oct 14 11:57:43.068 INFO kablam! | | Oct 14 11:57:43.069 INFO kablam! | help: remove this `mut` Oct 14 11:57:43.069 INFO kablam! | Oct 14 11:57:43.069 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:57:43.070 INFO kablam! Oct 14 11:57:43.070 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:57:43.075 INFO kablam! --> src/main.rs:48:5 Oct 14 11:57:43.075 INFO kablam! | Oct 14 11:57:43.075 INFO kablam! 48 | graph.print(); Oct 14 11:57:43.076 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:57:43.076 INFO kablam! | Oct 14 11:57:43.076 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:57:43.076 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:57:43.077 INFO kablam! Oct 14 11:57:48.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.66s Oct 14 11:57:48.248 INFO kablam! su: No module specific data is present Oct 14 11:57:49.207 INFO running `"docker" "rm" "-f" "cec1d6a7cdfc28290ef8927b4ed7cadcf342c7910b18376864105d410ea1bd15"` Oct 14 11:57:49.521 INFO blam! cec1d6a7cdfc28290ef8927b4ed7cadcf342c7910b18376864105d410ea1bd15 Oct 14 11:57:49.526 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 11:57:49.914 INFO blam! fcce5dbc5c4898f52fbe88abec9e5707228ba64eaa5bfa508548cd361d5126a0 Oct 14 11:57:49.918 INFO running `"docker" "start" "-a" "fcce5dbc5c4898f52fbe88abec9e5707228ba64eaa5bfa508548cd361d5126a0"` Oct 14 11:57:51.659 INFO kablam! usermod: no changes Oct 14 11:57:51.823 INFO kablam! Compiling task-graph v0.1.0 (/source) Oct 14 11:57:52.261 INFO kablam! warning: unused variable: `time` Oct 14 11:57:52.262 INFO kablam! --> src/main.rs:42:10 Oct 14 11:57:52.262 INFO kablam! | Oct 14 11:57:52.263 INFO kablam! 42 | for (time, group) in tasks.into_iter() { Oct 14 11:57:52.263 INFO kablam! | ^^^^ help: consider using `_time` instead Oct 14 11:57:52.264 INFO kablam! | Oct 14 11:57:52.264 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:57:52.265 INFO kablam! Oct 14 11:57:52.270 INFO kablam! warning: variable does not need to be mutable Oct 14 11:57:52.271 INFO kablam! --> src/main.rs:27:17 Oct 14 11:57:52.271 INFO kablam! | Oct 14 11:57:52.272 INFO kablam! 27 | let mut file = File::open(filename).expect("Couldn't open file"); Oct 14 11:57:52.273 INFO kablam! | ----^^^^ Oct 14 11:57:52.273 INFO kablam! | | Oct 14 11:57:52.274 INFO kablam! | help: remove this `mut` Oct 14 11:57:52.274 INFO kablam! | Oct 14 11:57:52.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:57:52.275 INFO kablam! Oct 14 11:57:52.275 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:57:52.276 INFO kablam! --> src/main.rs:48:5 Oct 14 11:57:52.276 INFO kablam! | Oct 14 11:57:52.277 INFO kablam! 48 | graph.print(); Oct 14 11:57:52.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:57:52.278 INFO kablam! | Oct 14 11:57:52.278 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:57:52.279 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:57:52.279 INFO kablam! Oct 14 11:57:52.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 14 11:57:52.894 INFO kablam! su: No module specific data is present Oct 14 11:57:54.159 INFO running `"docker" "rm" "-f" "fcce5dbc5c4898f52fbe88abec9e5707228ba64eaa5bfa508548cd361d5126a0"` Oct 14 11:57:54.447 INFO blam! fcce5dbc5c4898f52fbe88abec9e5707228ba64eaa5bfa508548cd361d5126a0 Oct 14 11:57:54.457 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 11:57:55.023 INFO blam! 9b58197fd44ba06735674ef5c52d5cdc702f94327bec01314a198c02cf3c837d Oct 14 11:57:55.035 INFO running `"docker" "start" "-a" "9b58197fd44ba06735674ef5c52d5cdc702f94327bec01314a198c02cf3c837d"` Oct 14 11:57:56.014 INFO kablam! usermod: no changes Oct 14 11:57:56.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 11:57:56.163 INFO kablam! Running /target/debug/deps/task_graph-b1e9147e6430fba0 Oct 14 11:57:56.165 INFO blam! Oct 14 11:57:56.165 INFO blam! running 0 tests Oct 14 11:57:56.165 INFO blam! Oct 14 11:57:56.165 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:56.165 INFO blam! Oct 14 11:57:56.166 INFO kablam! su: No module specific data is present Oct 14 11:57:56.667 INFO running `"docker" "rm" "-f" "9b58197fd44ba06735674ef5c52d5cdc702f94327bec01314a198c02cf3c837d"` Oct 14 11:57:57.029 INFO blam! 9b58197fd44ba06735674ef5c52d5cdc702f94327bec01314a198c02cf3c837d