Oct 11 03:52:18.564 INFO testing WojciechKarpiel/bloatkill against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:52:18.564 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:52:18.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 03:52:18.998 INFO blam! a42f987f858f66e40b34571ac31228845264d984258986d21bd3371c76fe58c1 Oct 11 03:52:19.000 INFO running `"docker" "start" "-a" "a42f987f858f66e40b34571ac31228845264d984258986d21bd3371c76fe58c1"` Oct 11 03:52:20.311 INFO kablam! usermod: no changes Oct 11 03:52:20.372 INFO kablam! Compiling bloatkill v0.1.0 (/source) Oct 11 03:52:21.084 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:52:21.084 INFO kablam! --> src/main.rs:41:24 Oct 11 03:52:21.084 INFO kablam! | Oct 11 03:52:21.084 INFO kablam! 41 | if (a > memory_consumption_threshold_bytes) { Oct 11 03:52:21.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:52:21.084 INFO kablam! | Oct 11 03:52:21.084 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:52:21.084 INFO kablam! Oct 11 03:52:21.121 INFO kablam! warning: unused variable: `arg` Oct 11 03:52:21.121 INFO kablam! --> src/main.rs:15:14 Oct 11 03:52:21.121 INFO kablam! | Oct 11 03:52:21.121 INFO kablam! 15 | Some(arg) => MEMORY_CONSUMPTION_THRESHOLD_BYTES, Oct 11 03:52:21.121 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 11 03:52:21.121 INFO kablam! | Oct 11 03:52:21.121 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:52:21.121 INFO kablam! Oct 11 03:52:21.121 INFO kablam! warning: unused variable: `r` Oct 11 03:52:21.121 INFO kablam! --> src/main.rs:48:21 Oct 11 03:52:21.121 INFO kablam! | Oct 11 03:52:21.121 INFO kablam! 48 | Err(r) => println!("NOT PID {}", file.path().display()), Oct 11 03:52:21.121 INFO kablam! | ^ help: consider using `_r` instead Oct 11 03:52:21.121 INFO kablam! Oct 11 03:52:21.144 INFO kablam! warning: variable `statmFile` should have a snake case name such as `statm_file` Oct 11 03:52:21.144 INFO kablam! --> src/main.rs:31:25 Oct 11 03:52:21.144 INFO kablam! | Oct 11 03:52:21.144 INFO kablam! 31 | let mut statmFile: std::fs::File = Oct 11 03:52:21.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:52:21.144 INFO kablam! | Oct 11 03:52:21.144 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:52:21.146 INFO kablam! Oct 11 03:52:21.830 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 11 03:52:21.833 INFO kablam! su: No module specific data is present Oct 11 03:52:22.518 INFO running `"docker" "rm" "-f" "a42f987f858f66e40b34571ac31228845264d984258986d21bd3371c76fe58c1"` Oct 11 03:52:22.820 INFO blam! a42f987f858f66e40b34571ac31228845264d984258986d21bd3371c76fe58c1 Oct 11 03:52:22.822 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:52:22.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 03:52:23.256 INFO blam! 696fba12bfcd407e1f71e313283a62903c1e01b542cdd691bac1d772c8120dcd Oct 11 03:52:23.272 INFO running `"docker" "start" "-a" "696fba12bfcd407e1f71e313283a62903c1e01b542cdd691bac1d772c8120dcd"` Oct 11 03:52:24.235 INFO kablam! usermod: no changes Oct 11 03:52:24.284 INFO kablam! Compiling bloatkill v0.1.0 (/source) Oct 11 03:52:25.172 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 03:52:25.172 INFO kablam! --> src/main.rs:41:24 Oct 11 03:52:25.172 INFO kablam! | Oct 11 03:52:25.172 INFO kablam! 41 | if (a > memory_consumption_threshold_bytes) { Oct 11 03:52:25.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 03:52:25.172 INFO kablam! | Oct 11 03:52:25.172 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 03:52:25.172 INFO kablam! Oct 11 03:52:25.209 INFO kablam! warning: unused variable: `arg` Oct 11 03:52:25.209 INFO kablam! --> src/main.rs:15:14 Oct 11 03:52:25.209 INFO kablam! | Oct 11 03:52:25.209 INFO kablam! 15 | Some(arg) => MEMORY_CONSUMPTION_THRESHOLD_BYTES, Oct 11 03:52:25.209 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 11 03:52:25.209 INFO kablam! | Oct 11 03:52:25.209 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:52:25.209 INFO kablam! Oct 11 03:52:25.209 INFO kablam! warning: unused variable: `r` Oct 11 03:52:25.209 INFO kablam! --> src/main.rs:48:21 Oct 11 03:52:25.209 INFO kablam! | Oct 11 03:52:25.209 INFO kablam! 48 | Err(r) => println!("NOT PID {}", file.path().display()), Oct 11 03:52:25.209 INFO kablam! | ^ help: consider using `_r` instead Oct 11 03:52:25.209 INFO kablam! Oct 11 03:52:25.244 INFO kablam! warning: variable `statmFile` should have a snake case name such as `statm_file` Oct 11 03:52:25.244 INFO kablam! --> src/main.rs:31:25 Oct 11 03:52:25.244 INFO kablam! | Oct 11 03:52:25.244 INFO kablam! 31 | let mut statmFile: std::fs::File = Oct 11 03:52:25.244 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:52:25.244 INFO kablam! | Oct 11 03:52:25.244 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:52:25.244 INFO kablam! Oct 11 03:52:25.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 11 03:52:25.676 INFO kablam! su: No module specific data is present Oct 11 03:52:26.366 INFO running `"docker" "rm" "-f" "696fba12bfcd407e1f71e313283a62903c1e01b542cdd691bac1d772c8120dcd"` Oct 11 03:52:26.825 INFO blam! 696fba12bfcd407e1f71e313283a62903c1e01b542cdd691bac1d772c8120dcd Oct 11 03:52:26.835 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:52:26.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 03:52:27.316 INFO blam! e93230f783fa87e0808ecf155fc49174c33a9fc150d634b89cbd116a370ae296 Oct 11 03:52:27.317 INFO running `"docker" "start" "-a" "e93230f783fa87e0808ecf155fc49174c33a9fc150d634b89cbd116a370ae296"` Oct 11 03:52:28.453 INFO kablam! usermod: no changes Oct 11 03:52:28.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:52:28.502 INFO kablam! Running /target/debug/deps/bloatkill-b7e4b8265ed96e25 Oct 11 03:52:28.508 INFO blam! Oct 11 03:52:28.508 INFO blam! running 0 tests Oct 11 03:52:28.508 INFO blam! Oct 11 03:52:28.508 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:52:28.508 INFO blam! Oct 11 03:52:28.517 INFO kablam! su: No module specific data is present Oct 11 03:52:29.100 INFO running `"docker" "rm" "-f" "e93230f783fa87e0808ecf155fc49174c33a9fc150d634b89cbd116a370ae296"` Oct 11 03:52:29.356 INFO blam! e93230f783fa87e0808ecf155fc49174c33a9fc150d634b89cbd116a370ae296