Oct 15 07:09:38.537 INFO testing RyanMcG/edfp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:09:38.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:09:38.983 INFO blam! c2020d27757c60d69816ee679a69fc80842c93e4bdee5f39ca15e592f11b8556 Oct 15 07:09:38.989 INFO running `"docker" "start" "-a" "c2020d27757c60d69816ee679a69fc80842c93e4bdee5f39ca15e592f11b8556"` Oct 15 07:09:40.522 INFO kablam! usermod: no changes Oct 15 07:09:40.603 INFO kablam! Compiling tempfile v2.1.5 Oct 15 07:09:41.755 INFO kablam! Compiling edfp v0.1.0 (/source) Oct 15 07:09:42.287 INFO kablam! warning: unused variable: `empty_string` Oct 15 07:09:42.287 INFO kablam! --> src/main.rs:64:9 Oct 15 07:09:42.287 INFO kablam! | Oct 15 07:09:42.287 INFO kablam! 64 | let empty_string = String::new(); Oct 15 07:09:42.287 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_empty_string` instead Oct 15 07:09:42.287 INFO kablam! | Oct 15 07:09:42.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:09:42.287 INFO kablam! Oct 15 07:09:42.287 INFO kablam! warning: unused variable: `new_path` Oct 15 07:09:42.287 INFO kablam! --> src/main.rs:96:33 Oct 15 07:09:42.287 INFO kablam! | Oct 15 07:09:42.287 INFO kablam! 96 | Operation::Rename { ref new_path } => true, Oct 15 07:09:42.287 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_path: _` Oct 15 07:09:42.287 INFO kablam! Oct 15 07:09:42.312 INFO kablam! warning: variable does not need to be mutable Oct 15 07:09:42.312 INFO kablam! --> src/main.rs:119:50 Oct 15 07:09:42.312 INFO kablam! | Oct 15 07:09:42.312 INFO kablam! 119 | fn edfp(mut input: I, mut output: O) { Oct 15 07:09:42.312 INFO kablam! | ----^^^^^^ Oct 15 07:09:42.312 INFO kablam! | | Oct 15 07:09:42.312 INFO kablam! | help: remove this `mut` Oct 15 07:09:42.312 INFO kablam! | Oct 15 07:09:42.312 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:09:42.312 INFO kablam! Oct 15 07:09:42.312 INFO kablam! warning: variable does not need to be mutable Oct 15 07:09:42.312 INFO kablam! --> src/main.rs:157:9 Oct 15 07:09:42.312 INFO kablam! | Oct 15 07:09:42.312 INFO kablam! 157 | let mut output = io::stdout(); Oct 15 07:09:42.312 INFO kablam! | ----^^^^^^ Oct 15 07:09:42.312 INFO kablam! | | Oct 15 07:09:42.312 INFO kablam! | help: remove this `mut` Oct 15 07:09:42.312 INFO kablam! Oct 15 07:09:43.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.92s Oct 15 07:09:43.471 INFO kablam! su: No module specific data is present Oct 15 07:09:44.004 INFO running `"docker" "rm" "-f" "c2020d27757c60d69816ee679a69fc80842c93e4bdee5f39ca15e592f11b8556"` Oct 15 07:09:44.327 INFO blam! c2020d27757c60d69816ee679a69fc80842c93e4bdee5f39ca15e592f11b8556 Oct 15 07:09:44.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:09:44.789 INFO blam! b95d452a703073d52345a7daf3e8125ad8dfa8d39af54705bf23d5e15ddda647 Oct 15 07:09:44.792 INFO running `"docker" "start" "-a" "b95d452a703073d52345a7daf3e8125ad8dfa8d39af54705bf23d5e15ddda647"` Oct 15 07:09:45.730 INFO kablam! usermod: no changes Oct 15 07:09:45.843 INFO kablam! Compiling edfp v0.1.0 (/source) Oct 15 07:09:46.439 INFO kablam! warning: unused variable: `empty_string` Oct 15 07:09:46.439 INFO kablam! --> src/main.rs:64:9 Oct 15 07:09:46.439 INFO kablam! | Oct 15 07:09:46.439 INFO kablam! 64 | let empty_string = String::new(); Oct 15 07:09:46.439 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_empty_string` instead Oct 15 07:09:46.439 INFO kablam! | Oct 15 07:09:46.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:09:46.439 INFO kablam! Oct 15 07:09:46.439 INFO kablam! warning: unused variable: `new_path` Oct 15 07:09:46.439 INFO kablam! --> src/main.rs:96:33 Oct 15 07:09:46.439 INFO kablam! | Oct 15 07:09:46.439 INFO kablam! 96 | Operation::Rename { ref new_path } => true, Oct 15 07:09:46.439 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_path: _` Oct 15 07:09:46.439 INFO kablam! Oct 15 07:09:46.467 INFO kablam! warning: variable does not need to be mutable Oct 15 07:09:46.467 INFO kablam! --> src/main.rs:119:50 Oct 15 07:09:46.467 INFO kablam! | Oct 15 07:09:46.467 INFO kablam! 119 | fn edfp(mut input: I, mut output: O) { Oct 15 07:09:46.467 INFO kablam! | ----^^^^^^ Oct 15 07:09:46.467 INFO kablam! | | Oct 15 07:09:46.467 INFO kablam! | help: remove this `mut` Oct 15 07:09:46.467 INFO kablam! | Oct 15 07:09:46.467 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:09:46.467 INFO kablam! Oct 15 07:09:46.467 INFO kablam! warning: variable does not need to be mutable Oct 15 07:09:46.467 INFO kablam! --> src/main.rs:157:9 Oct 15 07:09:46.467 INFO kablam! | Oct 15 07:09:46.467 INFO kablam! 157 | let mut output = io::stdout(); Oct 15 07:09:46.467 INFO kablam! | ----^^^^^^ Oct 15 07:09:46.467 INFO kablam! | | Oct 15 07:09:46.467 INFO kablam! | help: remove this `mut` Oct 15 07:09:46.467 INFO kablam! Oct 15 07:09:47.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 15 07:09:47.159 INFO kablam! su: No module specific data is present Oct 15 07:09:47.943 INFO running `"docker" "rm" "-f" "b95d452a703073d52345a7daf3e8125ad8dfa8d39af54705bf23d5e15ddda647"` Oct 15 07:09:48.207 INFO blam! b95d452a703073d52345a7daf3e8125ad8dfa8d39af54705bf23d5e15ddda647 Oct 15 07:09:48.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:09:48.707 INFO blam! e489dade0d9c6b6ecfb422bc799f83d13dfd04697a3c441f2bd313e22be58f13 Oct 15 07:09:48.709 INFO running `"docker" "start" "-a" "e489dade0d9c6b6ecfb422bc799f83d13dfd04697a3c441f2bd313e22be58f13"` Oct 15 07:09:49.796 INFO kablam! usermod: no changes Oct 15 07:09:49.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 07:09:49.877 INFO kablam! Running /target/debug/deps/edfp-445f88c910c31156 Oct 15 07:09:49.877 INFO blam! Oct 15 07:09:49.877 INFO blam! running 0 tests Oct 15 07:09:49.877 INFO blam! Oct 15 07:09:49.877 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:09:49.877 INFO blam! Oct 15 07:09:49.879 INFO kablam! su: No module specific data is present Oct 15 07:09:50.419 INFO running `"docker" "rm" "-f" "e489dade0d9c6b6ecfb422bc799f83d13dfd04697a3c441f2bd313e22be58f13"` Oct 15 07:09:50.751 INFO blam! e489dade0d9c6b6ecfb422bc799f83d13dfd04697a3c441f2bd313e22be58f13