Oct 14 18:55:59.514 INFO testing henryroyal/cli-fractional-knapsack against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:55:59.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:55:59.895 INFO blam! 39199663d674c9a6fb50c9c4afd34bfc8aa736098f9479022dc7bb638e2ce991 Oct 14 18:55:59.896 INFO running `"docker" "start" "-a" "39199663d674c9a6fb50c9c4afd34bfc8aa736098f9479022dc7bb638e2ce991"` Oct 14 18:56:00.587 INFO kablam! usermod: no changes Oct 14 18:56:00.619 INFO kablam! Compiling fractional_knapsack v0.1.0 (/source) Oct 14 18:56:00.875 INFO kablam! warning: unused variable: `ix` Oct 14 18:56:00.875 INFO kablam! --> src/main.rs:67:13 Oct 14 18:56:00.875 INFO kablam! | Oct 14 18:56:00.875 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:00.875 INFO kablam! | ^^ help: consider using `_ix` instead Oct 14 18:56:00.875 INFO kablam! | Oct 14 18:56:00.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:56:00.875 INFO kablam! Oct 14 18:56:00.875 INFO kablam! warning: unused variable: `remaining_weight` Oct 14 18:56:00.875 INFO kablam! --> src/main.rs:86:13 Oct 14 18:56:00.875 INFO kablam! | Oct 14 18:56:00.875 INFO kablam! 86 | let remaining_weight = max_weight - weight; Oct 14 18:56:00.875 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_remaining_weight` instead Oct 14 18:56:00.875 INFO kablam! Oct 14 18:56:00.875 INFO kablam! warning: unused variable: `remaining_count` Oct 14 18:56:00.875 INFO kablam! --> src/main.rs:87:13 Oct 14 18:56:00.875 INFO kablam! | Oct 14 18:56:00.875 INFO kablam! 87 | let remaining_count = max_count - count; Oct 14 18:56:00.875 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_remaining_count` instead Oct 14 18:56:00.875 INFO kablam! Oct 14 18:56:00.875 INFO kablam! warning: unused variable: `other` Oct 14 18:56:00.875 INFO kablam! --> src/main.rs:29:18 Oct 14 18:56:00.875 INFO kablam! | Oct 14 18:56:00.875 INFO kablam! 29 | fn eq(&self, other: &Item) -> bool { Oct 14 18:56:00.875 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 18:56:00.875 INFO kablam! Oct 14 18:56:00.879 INFO kablam! warning: variable does not need to be mutable Oct 14 18:56:00.879 INFO kablam! --> src/main.rs:67:9 Oct 14 18:56:00.879 INFO kablam! | Oct 14 18:56:00.879 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:00.879 INFO kablam! | ----^^ Oct 14 18:56:00.879 INFO kablam! | | Oct 14 18:56:00.879 INFO kablam! | help: remove this `mut` Oct 14 18:56:00.879 INFO kablam! | Oct 14 18:56:00.879 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:56:00.879 INFO kablam! Oct 14 18:56:00.881 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 14 18:56:00.881 INFO kablam! --> src/main.rs:66:9 Oct 14 18:56:00.881 INFO kablam! | Oct 14 18:56:00.881 INFO kablam! 66 | let DEBUG = false; Oct 14 18:56:00.881 INFO kablam! | ^^^^^ Oct 14 18:56:00.881 INFO kablam! | Oct 14 18:56:00.881 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:56:00.881 INFO kablam! Oct 14 18:56:00.886 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:56:00.886 INFO kablam! --> src/main.rs:123:5 Oct 14 18:56:00.886 INFO kablam! | Oct 14 18:56:00.886 INFO kablam! 123 | std::io::stdin().read_line(&mut stdin); Oct 14 18:56:00.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:00.886 INFO kablam! | Oct 14 18:56:00.886 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:56:00.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:56:00.886 INFO kablam! Oct 14 18:56:00.887 INFO kablam! warning: unused return value of `std::str::::replace` which must be used Oct 14 18:56:00.888 INFO kablam! --> src/main.rs:124:5 Oct 14 18:56:00.888 INFO kablam! | Oct 14 18:56:00.888 INFO kablam! 124 | stdin.replace("\n", ""); Oct 14 18:56:00.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:00.888 INFO kablam! | Oct 14 18:56:00.888 INFO kablam! = note: this returns the replaced string as a new allocation, without modifying the original Oct 14 18:56:00.888 INFO kablam! Oct 14 18:56:01.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 14 18:56:01.543 INFO kablam! su: No module specific data is present Oct 14 18:56:02.005 INFO running `"docker" "rm" "-f" "39199663d674c9a6fb50c9c4afd34bfc8aa736098f9479022dc7bb638e2ce991"` Oct 14 18:56:02.069 INFO blam! 39199663d674c9a6fb50c9c4afd34bfc8aa736098f9479022dc7bb638e2ce991 Oct 14 18:56:02.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.371 INFO blam! ceb74b778610e41adc5deeb98121d9dbd5668169e5565d22b3368979ae7c8a49 Oct 14 18:56:02.375 INFO running `"docker" "start" "-a" "ceb74b778610e41adc5deeb98121d9dbd5668169e5565d22b3368979ae7c8a49"` Oct 14 18:56:02.907 INFO kablam! usermod: no changes Oct 14 18:56:02.924 INFO kablam! Compiling fractional_knapsack v0.1.0 (/source) Oct 14 18:56:03.235 INFO kablam! warning: unused variable: `ix` Oct 14 18:56:03.235 INFO kablam! --> src/main.rs:67:13 Oct 14 18:56:03.235 INFO kablam! | Oct 14 18:56:03.235 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:03.235 INFO kablam! | ^^ help: consider using `_ix` instead Oct 14 18:56:03.235 INFO kablam! | Oct 14 18:56:03.235 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:56:03.235 INFO kablam! Oct 14 18:56:03.236 INFO kablam! warning: unused variable: `remaining_weight` Oct 14 18:56:03.236 INFO kablam! --> src/main.rs:86:13 Oct 14 18:56:03.236 INFO kablam! | Oct 14 18:56:03.236 INFO kablam! 86 | let remaining_weight = max_weight - weight; Oct 14 18:56:03.236 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_remaining_weight` instead Oct 14 18:56:03.236 INFO kablam! Oct 14 18:56:03.236 INFO kablam! warning: unused variable: `remaining_count` Oct 14 18:56:03.236 INFO kablam! --> src/main.rs:87:13 Oct 14 18:56:03.236 INFO kablam! | Oct 14 18:56:03.236 INFO kablam! 87 | let remaining_count = max_count - count; Oct 14 18:56:03.236 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_remaining_count` instead Oct 14 18:56:03.236 INFO kablam! Oct 14 18:56:03.236 INFO kablam! warning: unused variable: `other` Oct 14 18:56:03.236 INFO kablam! --> src/main.rs:29:18 Oct 14 18:56:03.236 INFO kablam! | Oct 14 18:56:03.236 INFO kablam! 29 | fn eq(&self, other: &Item) -> bool { Oct 14 18:56:03.236 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 14 18:56:03.236 INFO kablam! Oct 14 18:56:03.244 INFO kablam! warning: variable does not need to be mutable Oct 14 18:56:03.244 INFO kablam! --> src/main.rs:67:9 Oct 14 18:56:03.244 INFO kablam! | Oct 14 18:56:03.244 INFO kablam! 67 | let mut ix: usize = 0; Oct 14 18:56:03.244 INFO kablam! | ----^^ Oct 14 18:56:03.244 INFO kablam! | | Oct 14 18:56:03.244 INFO kablam! | help: remove this `mut` Oct 14 18:56:03.244 INFO kablam! | Oct 14 18:56:03.244 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:56:03.244 INFO kablam! Oct 14 18:56:03.247 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 14 18:56:03.247 INFO kablam! --> src/main.rs:66:9 Oct 14 18:56:03.247 INFO kablam! | Oct 14 18:56:03.247 INFO kablam! 66 | let DEBUG = false; Oct 14 18:56:03.247 INFO kablam! | ^^^^^ Oct 14 18:56:03.247 INFO kablam! | Oct 14 18:56:03.247 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:56:03.247 INFO kablam! Oct 14 18:56:03.255 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:56:03.255 INFO kablam! --> src/main.rs:123:5 Oct 14 18:56:03.255 INFO kablam! | Oct 14 18:56:03.255 INFO kablam! 123 | std::io::stdin().read_line(&mut stdin); Oct 14 18:56:03.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:03.255 INFO kablam! | Oct 14 18:56:03.255 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:56:03.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:56:03.255 INFO kablam! Oct 14 18:56:03.259 INFO kablam! warning: unused return value of `std::str::::replace` which must be used Oct 14 18:56:03.259 INFO kablam! --> src/main.rs:124:5 Oct 14 18:56:03.259 INFO kablam! | Oct 14 18:56:03.259 INFO kablam! 124 | stdin.replace("\n", ""); Oct 14 18:56:03.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:56:03.259 INFO kablam! | Oct 14 18:56:03.259 INFO kablam! = note: this returns the replaced string as a new allocation, without modifying the original Oct 14 18:56:03.259 INFO kablam! Oct 14 18:56:03.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 14 18:56:03.635 INFO kablam! su: No module specific data is present Oct 14 18:56:03.939 INFO running `"docker" "rm" "-f" "ceb74b778610e41adc5deeb98121d9dbd5668169e5565d22b3368979ae7c8a49"` Oct 14 18:56:04.157 INFO blam! ceb74b778610e41adc5deeb98121d9dbd5668169e5565d22b3368979ae7c8a49 Oct 14 18:56:04.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:04.526 INFO blam! 23c64c31519d84a691402a6de1c4a55f5fa13677b785981b8a273dfcc8631a1a Oct 14 18:56:04.531 INFO running `"docker" "start" "-a" "23c64c31519d84a691402a6de1c4a55f5fa13677b785981b8a273dfcc8631a1a"` Oct 14 18:56:05.464 INFO kablam! usermod: no changes Oct 14 18:56:05.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 18:56:05.527 INFO kablam! Running /target/debug/deps/fractional_knapsack-0dae30a35cf2fb72 Oct 14 18:56:05.527 INFO kablam! su: No module specific data is present Oct 14 18:56:05.527 INFO blam! Oct 14 18:56:05.527 INFO blam! running 0 tests Oct 14 18:56:05.527 INFO blam! Oct 14 18:56:05.527 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:56:05.527 INFO blam! Oct 14 18:56:05.967 INFO running `"docker" "rm" "-f" "23c64c31519d84a691402a6de1c4a55f5fa13677b785981b8a273dfcc8631a1a"` Oct 14 18:56:06.096 INFO blam! 23c64c31519d84a691402a6de1c4a55f5fa13677b785981b8a273dfcc8631a1a