Oct 10 22:06:22.055 INFO testing henryroyal/cli-fractional-knapsack against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:06:22.055 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:06:22.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:06:22.462 INFO blam! c1fd46b467f9ec9ce7f1bf38d28df2845c931ddb27ed84384aa1e179b6d93271 Oct 10 22:06:22.464 INFO running `"docker" "start" "-a" "c1fd46b467f9ec9ce7f1bf38d28df2845c931ddb27ed84384aa1e179b6d93271"` Oct 10 22:06:23.747 INFO kablam! usermod: no changes Oct 10 22:06:23.820 INFO kablam! Compiling fractional_knapsack v0.1.0 (/source) Oct 10 22:06:24.478 INFO kablam! warning: unused variable: `ix` Oct 10 22:06:24.478 INFO kablam! --> src/main.rs:67:13 Oct 10 22:06:24.478 INFO kablam! | Oct 10 22:06:24.478 INFO kablam! 67 | let mut ix: usize = 0; Oct 10 22:06:24.478 INFO kablam! | ^^ help: consider using `_ix` instead Oct 10 22:06:24.478 INFO kablam! | Oct 10 22:06:24.478 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:06:24.478 INFO kablam! Oct 10 22:06:24.478 INFO kablam! warning: unused variable: `remaining_weight` Oct 10 22:06:24.478 INFO kablam! --> src/main.rs:86:13 Oct 10 22:06:24.478 INFO kablam! | Oct 10 22:06:24.478 INFO kablam! 86 | let remaining_weight = max_weight - weight; Oct 10 22:06:24.478 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_remaining_weight` instead Oct 10 22:06:24.478 INFO kablam! Oct 10 22:06:24.478 INFO kablam! warning: unused variable: `remaining_count` Oct 10 22:06:24.478 INFO kablam! --> src/main.rs:87:13 Oct 10 22:06:24.478 INFO kablam! | Oct 10 22:06:24.478 INFO kablam! 87 | let remaining_count = max_count - count; Oct 10 22:06:24.478 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_remaining_count` instead Oct 10 22:06:24.478 INFO kablam! Oct 10 22:06:24.478 INFO kablam! warning: unused variable: `other` Oct 10 22:06:24.478 INFO kablam! --> src/main.rs:29:18 Oct 10 22:06:24.478 INFO kablam! | Oct 10 22:06:24.478 INFO kablam! 29 | fn eq(&self, other: &Item) -> bool { Oct 10 22:06:24.478 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 10 22:06:24.478 INFO kablam! Oct 10 22:06:24.484 INFO kablam! warning: variable does not need to be mutable Oct 10 22:06:24.484 INFO kablam! --> src/main.rs:67:9 Oct 10 22:06:24.484 INFO kablam! | Oct 10 22:06:24.484 INFO kablam! 67 | let mut ix: usize = 0; Oct 10 22:06:24.484 INFO kablam! | ----^^ Oct 10 22:06:24.484 INFO kablam! | | Oct 10 22:06:24.484 INFO kablam! | help: remove this `mut` Oct 10 22:06:24.484 INFO kablam! | Oct 10 22:06:24.484 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:06:24.484 INFO kablam! Oct 10 22:06:24.486 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 10 22:06:24.486 INFO kablam! --> src/main.rs:66:9 Oct 10 22:06:24.486 INFO kablam! | Oct 10 22:06:24.486 INFO kablam! 66 | let DEBUG = false; Oct 10 22:06:24.486 INFO kablam! | ^^^^^ Oct 10 22:06:24.486 INFO kablam! | Oct 10 22:06:24.486 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:06:24.486 INFO kablam! Oct 10 22:06:24.494 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:06:24.494 INFO kablam! --> src/main.rs:123:5 Oct 10 22:06:24.494 INFO kablam! | Oct 10 22:06:24.494 INFO kablam! 123 | std::io::stdin().read_line(&mut stdin); Oct 10 22:06:24.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:06:24.494 INFO kablam! | Oct 10 22:06:24.494 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:06:24.494 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:06:24.494 INFO kablam! Oct 10 22:06:24.494 INFO kablam! warning: unused return value of `std::str::::replace` which must be used Oct 10 22:06:24.494 INFO kablam! --> src/main.rs:124:5 Oct 10 22:06:24.494 INFO kablam! | Oct 10 22:06:24.495 INFO kablam! 124 | stdin.replace("\n", ""); Oct 10 22:06:24.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:06:24.495 INFO kablam! | Oct 10 22:06:24.495 INFO kablam! = note: this returns the replaced string as a new allocation, without modifying the original Oct 10 22:06:24.495 INFO kablam! Oct 10 22:06:25.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 10 22:06:25.444 INFO kablam! su: No module specific data is present Oct 10 22:06:26.008 INFO running `"docker" "rm" "-f" "c1fd46b467f9ec9ce7f1bf38d28df2845c931ddb27ed84384aa1e179b6d93271"` Oct 10 22:06:26.278 INFO blam! c1fd46b467f9ec9ce7f1bf38d28df2845c931ddb27ed84384aa1e179b6d93271 Oct 10 22:06:26.282 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:06:26.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:06:26.778 INFO blam! aa59a9d57300e616eaac7e2e8c03a4f74cd2a17d1d563436f9fcc304690a4cc5 Oct 10 22:06:26.779 INFO running `"docker" "start" "-a" "aa59a9d57300e616eaac7e2e8c03a4f74cd2a17d1d563436f9fcc304690a4cc5"` Oct 10 22:06:27.856 INFO kablam! usermod: no changes Oct 10 22:06:27.924 INFO kablam! Compiling fractional_knapsack v0.1.0 (/source) Oct 10 22:06:28.696 INFO kablam! warning: unused variable: `ix` Oct 10 22:06:28.696 INFO kablam! --> src/main.rs:67:13 Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! 67 | let mut ix: usize = 0; Oct 10 22:06:28.696 INFO kablam! | ^^ help: consider using `_ix` instead Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:06:28.696 INFO kablam! Oct 10 22:06:28.696 INFO kablam! warning: unused variable: `remaining_weight` Oct 10 22:06:28.696 INFO kablam! --> src/main.rs:86:13 Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! 86 | let remaining_weight = max_weight - weight; Oct 10 22:06:28.696 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_remaining_weight` instead Oct 10 22:06:28.696 INFO kablam! Oct 10 22:06:28.696 INFO kablam! warning: unused variable: `remaining_count` Oct 10 22:06:28.696 INFO kablam! --> src/main.rs:87:13 Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! 87 | let remaining_count = max_count - count; Oct 10 22:06:28.696 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_remaining_count` instead Oct 10 22:06:28.696 INFO kablam! Oct 10 22:06:28.696 INFO kablam! warning: unused variable: `other` Oct 10 22:06:28.696 INFO kablam! --> src/main.rs:29:18 Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! 29 | fn eq(&self, other: &Item) -> bool { Oct 10 22:06:28.696 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 10 22:06:28.696 INFO kablam! Oct 10 22:06:28.696 INFO kablam! warning: variable does not need to be mutable Oct 10 22:06:28.696 INFO kablam! --> src/main.rs:67:9 Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! 67 | let mut ix: usize = 0; Oct 10 22:06:28.696 INFO kablam! | ----^^ Oct 10 22:06:28.696 INFO kablam! | | Oct 10 22:06:28.696 INFO kablam! | help: remove this `mut` Oct 10 22:06:28.696 INFO kablam! | Oct 10 22:06:28.696 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:06:28.696 INFO kablam! Oct 10 22:06:28.708 INFO kablam! warning: variable `DEBUG` should have a snake case name such as `debug` Oct 10 22:06:28.708 INFO kablam! --> src/main.rs:66:9 Oct 10 22:06:28.708 INFO kablam! | Oct 10 22:06:28.708 INFO kablam! 66 | let DEBUG = false; Oct 10 22:06:28.708 INFO kablam! | ^^^^^ Oct 10 22:06:28.708 INFO kablam! | Oct 10 22:06:28.708 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:06:28.708 INFO kablam! Oct 10 22:06:28.712 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:06:28.712 INFO kablam! --> src/main.rs:123:5 Oct 10 22:06:28.712 INFO kablam! | Oct 10 22:06:28.712 INFO kablam! 123 | std::io::stdin().read_line(&mut stdin); Oct 10 22:06:28.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:06:28.712 INFO kablam! | Oct 10 22:06:28.712 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:06:28.712 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:06:28.712 INFO kablam! Oct 10 22:06:28.712 INFO kablam! warning: unused return value of `std::str::::replace` which must be used Oct 10 22:06:28.712 INFO kablam! --> src/main.rs:124:5 Oct 10 22:06:28.712 INFO kablam! | Oct 10 22:06:28.712 INFO kablam! 124 | stdin.replace("\n", ""); Oct 10 22:06:28.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:06:28.712 INFO kablam! | Oct 10 22:06:28.712 INFO kablam! = note: this returns the replaced string as a new allocation, without modifying the original Oct 10 22:06:28.712 INFO kablam! Oct 10 22:06:29.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 10 22:06:29.156 INFO kablam! su: No module specific data is present Oct 10 22:06:29.760 INFO running `"docker" "rm" "-f" "aa59a9d57300e616eaac7e2e8c03a4f74cd2a17d1d563436f9fcc304690a4cc5"` Oct 10 22:06:29.922 INFO blam! aa59a9d57300e616eaac7e2e8c03a4f74cd2a17d1d563436f9fcc304690a4cc5 Oct 10 22:06:29.924 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:06:29.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:06:30.370 INFO blam! 58bb9966f15c0b5a80b7a609dfebb62f97a6fb4f56322a7b3bae17d0799d7cbe Oct 10 22:06:30.377 INFO running `"docker" "start" "-a" "58bb9966f15c0b5a80b7a609dfebb62f97a6fb4f56322a7b3bae17d0799d7cbe"` Oct 10 22:06:31.400 INFO kablam! usermod: no changes Oct 10 22:06:31.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 22:06:31.447 INFO kablam! Running /target/debug/deps/fractional_knapsack-a83c97a22fbf6a29 Oct 10 22:06:31.457 INFO blam! Oct 10 22:06:31.457 INFO blam! running 0 tests Oct 10 22:06:31.457 INFO blam! Oct 10 22:06:31.457 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:06:31.458 INFO blam! Oct 10 22:06:31.465 INFO kablam! su: No module specific data is present Oct 10 22:06:32.070 INFO running `"docker" "rm" "-f" "58bb9966f15c0b5a80b7a609dfebb62f97a6fb4f56322a7b3bae17d0799d7cbe"` Oct 10 22:06:32.431 INFO blam! 58bb9966f15c0b5a80b7a609dfebb62f97a6fb4f56322a7b3bae17d0799d7cbe