Oct 14 18:56:00.036 INFO testing henryroyal/cli-fractional-knapsack against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:56:00.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 18:56:00.327 INFO blam! 6a0a75ec60d56599d9d32d95aa190b35107aeb2061b9e304be8ac57958271215 Oct 14 18:56:00.331 INFO running `"docker" "start" "-a" "6a0a75ec60d56599d9d32d95aa190b35107aeb2061b9e304be8ac57958271215"` Oct 14 18:56:00.966 INFO kablam! usermod: no changes Oct 14 18:56:00.989 INFO kablam! Compiling fractional_knapsack v0.1.0 (/source) Oct 14 18:56:01.331 INFO kablam! warning: unused variable: `ix` Oct 14 18:56:01.331 INFO kablam! --> src/main.rs:67:13 Oct 14 18:56:01.331 INFO kablam! | Oct 14 18:56:01.331 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:01.331 INFO kablam! | ^^ help: consider using `_ix` instead Oct 14 18:56:01.331 INFO kablam! | Oct 14 18:56:01.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:56:01.331 INFO kablam! Oct 14 18:56:01.331 INFO kablam! warning: unused variable: `remaining_weight` Oct 14 18:56:01.331 INFO kablam! --> src/main.rs:86:13 Oct 14 18:56:01.331 INFO kablam! | Oct 14 18:56:01.331 INFO kablam! 86 | let remaining_weight = max_weight - weight; Oct 14 18:56:01.331 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_remaining_weight` instead Oct 14 18:56:01.331 INFO kablam! Oct 14 18:56:01.331 INFO kablam! warning: unused variable: `remaining_count` Oct 14 18:56:01.331 INFO kablam! --> src/main.rs:87:13 Oct 14 18:56:01.331 INFO kablam! | Oct 14 18:56:01.331 INFO kablam! 87 | let remaining_count = max_count - count; Oct 14 18:56:01.331 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_remaining_count` instead Oct 14 18:56:01.331 INFO kablam! Oct 14 18:56:01.331 INFO kablam! warning: unused variable: `other` Oct 14 18:56:01.331 INFO kablam! --> src/main.rs:29:18 Oct 14 18:56:01.331 INFO kablam! | Oct 14 18:56:01.331 INFO kablam! 29 | fn eq(&self, other: &Item) -> bool { Oct 14 18:56:01.331 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 18:56:01.331 INFO kablam! Oct 14 18:56:01.343 INFO kablam! warning: variable does not need to be mutable Oct 14 18:56:01.343 INFO kablam! --> src/main.rs:67:9 Oct 14 18:56:01.343 INFO kablam! | Oct 14 18:56:01.343 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:01.343 INFO kablam! | ----^^ Oct 14 18:56:01.343 INFO kablam! | | Oct 14 18:56:01.343 INFO kablam! | help: remove this `mut` Oct 14 18:56:01.343 INFO kablam! | Oct 14 18:56:01.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:56:01.343 INFO kablam! Oct 14 18:56:01.347 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 14 18:56:01.347 INFO kablam! --> src/main.rs:66:9 Oct 14 18:56:01.347 INFO kablam! | Oct 14 18:56:01.347 INFO kablam! 66 | let DEBUG = false; Oct 14 18:56:01.347 INFO kablam! | ^^^^^ Oct 14 18:56:01.347 INFO kablam! | Oct 14 18:56:01.347 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:56:01.347 INFO kablam! Oct 14 18:56:01.363 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:56:01.363 INFO kablam! --> src/main.rs:123:5 Oct 14 18:56:01.363 INFO kablam! | Oct 14 18:56:01.363 INFO kablam! 123 | std::io::stdin().read_line(&mut stdin); Oct 14 18:56:01.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:01.363 INFO kablam! | Oct 14 18:56:01.363 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:56:01.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:56:01.363 INFO kablam! Oct 14 18:56:01.363 INFO kablam! warning: unused return value of `std::str::::replace` which must be used Oct 14 18:56:01.363 INFO kablam! --> src/main.rs:124:5 Oct 14 18:56:01.363 INFO kablam! | Oct 14 18:56:01.363 INFO kablam! 124 | stdin.replace("\n", ""); Oct 14 18:56:01.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:01.363 INFO kablam! | Oct 14 18:56:01.363 INFO kablam! = note: this returns the replaced string as a new allocation, without modifying the original Oct 14 18:56:01.363 INFO kablam! Oct 14 18:56:02.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 18:56:02.099 INFO kablam! su: No module specific data is present Oct 14 18:56:02.419 INFO running `"docker" "rm" "-f" "6a0a75ec60d56599d9d32d95aa190b35107aeb2061b9e304be8ac57958271215"` Oct 14 18:56:02.512 INFO blam! 6a0a75ec60d56599d9d32d95aa190b35107aeb2061b9e304be8ac57958271215 Oct 14 18:56:02.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 18:56:02.812 INFO blam! 17f5f68892890d27b1236e1659f460abb3d4b7341c1f27089a10ef3f1b8b014f Oct 14 18:56:02.814 INFO running `"docker" "start" "-a" "17f5f68892890d27b1236e1659f460abb3d4b7341c1f27089a10ef3f1b8b014f"` Oct 14 18:56:03.331 INFO kablam! usermod: no changes Oct 14 18:56:03.360 INFO kablam! Compiling fractional_knapsack v0.1.0 (/source) Oct 14 18:56:03.635 INFO kablam! warning: unused variable: `ix` Oct 14 18:56:03.635 INFO kablam! --> src/main.rs:67:13 Oct 14 18:56:03.635 INFO kablam! | Oct 14 18:56:03.635 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:03.635 INFO kablam! | ^^ help: consider using `_ix` instead Oct 14 18:56:03.635 INFO kablam! | Oct 14 18:56:03.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:56:03.635 INFO kablam! Oct 14 18:56:03.635 INFO kablam! warning: unused variable: `remaining_weight` Oct 14 18:56:03.635 INFO kablam! --> src/main.rs:86:13 Oct 14 18:56:03.635 INFO kablam! | Oct 14 18:56:03.635 INFO kablam! 86 | let remaining_weight = max_weight - weight; Oct 14 18:56:03.635 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_remaining_weight` instead Oct 14 18:56:03.635 INFO kablam! Oct 14 18:56:03.635 INFO kablam! warning: unused variable: `remaining_count` Oct 14 18:56:03.635 INFO kablam! --> src/main.rs:87:13 Oct 14 18:56:03.635 INFO kablam! | Oct 14 18:56:03.635 INFO kablam! 87 | let remaining_count = max_count - count; Oct 14 18:56:03.635 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_remaining_count` instead Oct 14 18:56:03.635 INFO kablam! Oct 14 18:56:03.639 INFO kablam! warning: unused variable: `other` Oct 14 18:56:03.639 INFO kablam! --> src/main.rs:29:18 Oct 14 18:56:03.639 INFO kablam! | Oct 14 18:56:03.639 INFO kablam! 29 | fn eq(&self, other: &Item) -> bool { Oct 14 18:56:03.639 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 18:56:03.639 INFO kablam! Oct 14 18:56:03.641 INFO kablam! warning: variable does not need to be mutable Oct 14 18:56:03.641 INFO kablam! --> src/main.rs:67:9 Oct 14 18:56:03.641 INFO kablam! | Oct 14 18:56:03.641 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:03.642 INFO kablam! | ----^^ Oct 14 18:56:03.642 INFO kablam! | | Oct 14 18:56:03.642 INFO kablam! | help: remove this `mut` Oct 14 18:56:03.642 INFO kablam! | Oct 14 18:56:03.642 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:56:03.642 INFO kablam! Oct 14 18:56:03.642 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 14 18:56:03.642 INFO kablam! --> src/main.rs:66:9 Oct 14 18:56:03.642 INFO kablam! | Oct 14 18:56:03.642 INFO kablam! 66 | let DEBUG = false; Oct 14 18:56:03.642 INFO kablam! | ^^^^^ Oct 14 18:56:03.642 INFO kablam! | Oct 14 18:56:03.642 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:56:03.642 INFO kablam! Oct 14 18:56:03.651 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:56:03.651 INFO kablam! --> src/main.rs:123:5 Oct 14 18:56:03.651 INFO kablam! | Oct 14 18:56:03.651 INFO kablam! 123 | std::io::stdin().read_line(&mut stdin); Oct 14 18:56:03.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:03.651 INFO kablam! | Oct 14 18:56:03.651 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:56:03.651 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:56:03.651 INFO kablam! Oct 14 18:56:03.651 INFO kablam! warning: unused return value of `std::str::::replace` which must be used Oct 14 18:56:03.651 INFO kablam! --> src/main.rs:124:5 Oct 14 18:56:03.651 INFO kablam! | Oct 14 18:56:03.651 INFO kablam! 124 | stdin.replace("\n", ""); Oct 14 18:56:03.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:03.651 INFO kablam! | Oct 14 18:56:03.651 INFO kablam! = note: this returns the replaced string as a new allocation, without modifying the original Oct 14 18:56:03.651 INFO kablam! Oct 14 18:56:04.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 14 18:56:04.031 INFO kablam! su: No module specific data is present Oct 14 18:56:04.535 INFO running `"docker" "rm" "-f" "17f5f68892890d27b1236e1659f460abb3d4b7341c1f27089a10ef3f1b8b014f"` Oct 14 18:56:04.742 INFO blam! 17f5f68892890d27b1236e1659f460abb3d4b7341c1f27089a10ef3f1b8b014f Oct 14 18:56:04.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 18:56:05.144 INFO blam! 663f76536a7c1c701ea64a20af7a2aef7686361474886250c87107a88da70ffa Oct 14 18:56:05.147 INFO running `"docker" "start" "-a" "663f76536a7c1c701ea64a20af7a2aef7686361474886250c87107a88da70ffa"` Oct 14 18:56:05.995 INFO kablam! usermod: no changes Oct 14 18:56:06.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 18:56:06.033 INFO kablam! Running /target/debug/deps/fractional_knapsack-a83c97a22fbf6a29 Oct 14 18:56:06.040 INFO blam! Oct 14 18:56:06.041 INFO blam! running 0 tests Oct 14 18:56:06.041 INFO blam! Oct 14 18:56:06.041 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:56:06.042 INFO blam! Oct 14 18:56:06.043 INFO kablam! su: No module specific data is present Oct 14 18:56:06.517 INFO running `"docker" "rm" "-f" "663f76536a7c1c701ea64a20af7a2aef7686361474886250c87107a88da70ffa"` Oct 14 18:56:06.711 INFO blam! 663f76536a7c1c701ea64a20af7a2aef7686361474886250c87107a88da70ffa