Oct 13 04:33:15.641 INFO testing pajlada/pajbot2-points against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:33:15.643 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 04:33:16.165 INFO blam! 625e437e13fc66e7489bdcbee5008e89aedc5d60af604f79b24c8eb6cddecc20 Oct 13 04:33:16.167 INFO running `"docker" "start" "-a" "625e437e13fc66e7489bdcbee5008e89aedc5d60af604f79b24c8eb6cddecc20"` Oct 13 04:33:17.595 INFO kablam! usermod: no changes Oct 13 04:33:17.757 INFO kablam! Compiling syn v0.14.5 Oct 13 04:33:17.757 INFO kablam! Compiling bincode v1.0.1 Oct 13 04:33:17.758 INFO kablam! Compiling ctrlc v3.1.1 Oct 13 04:33:28.498 INFO kablam! Compiling serde_derive v1.0.70 Oct 13 04:33:43.416 INFO kablam! Compiling pajbot2-points v0.1.0 (/source) Oct 13 04:33:44.303 INFO kablam! warning: unused variable: `user_id` Oct 13 04:33:44.303 INFO kablam! --> src/points.rs:107:29 Oct 13 04:33:44.303 INFO kablam! | Oct 13 04:33:44.303 INFO kablam! 107 | fn remove_points(&self, user_id: String, points: u64) -> u64 { Oct 13 04:33:44.303 INFO kablam! | ^^^^^^^ help: consider using `_user_id` instead Oct 13 04:33:44.303 INFO kablam! | Oct 13 04:33:44.303 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:33:44.303 INFO kablam! Oct 13 04:33:44.303 INFO kablam! warning: unused variable: `points` Oct 13 04:33:44.303 INFO kablam! --> src/points.rs:107:46 Oct 13 04:33:44.303 INFO kablam! | Oct 13 04:33:44.303 INFO kablam! 107 | fn remove_points(&self, user_id: String, points: u64) -> u64 { Oct 13 04:33:44.303 INFO kablam! | ^^^^^^ help: consider using `_points` instead Oct 13 04:33:44.303 INFO kablam! Oct 13 04:33:44.303 INFO kablam! warning: unused variable: `rank` Oct 13 04:33:44.303 INFO kablam! --> src/points.rs:155:34 Oct 13 04:33:44.304 INFO kablam! | Oct 13 04:33:44.304 INFO kablam! 155 | Some(rank) => { Oct 13 04:33:44.304 INFO kablam! | ^^^^ help: consider using `_rank` instead Oct 13 04:33:44.304 INFO kablam! Oct 13 04:33:44.304 INFO kablam! warning: unused variable: `c` Oct 13 04:33:44.304 INFO kablam! --> src/points.rs:166:26 Oct 13 04:33:44.304 INFO kablam! | Oct 13 04:33:44.304 INFO kablam! 166 | Edit(c) => { Oct 13 04:33:44.304 INFO kablam! | ^ help: consider using `_c` instead Oct 13 04:33:44.304 INFO kablam! Oct 13 04:33:44.304 INFO kablam! warning: unused variable: `c` Oct 13 04:33:44.304 INFO kablam! --> src/points.rs:194:26 Oct 13 04:33:44.304 INFO kablam! | Oct 13 04:33:44.304 INFO kablam! 194 | Rank(c) => { Oct 13 04:33:44.304 INFO kablam! | ^ help: consider using `_c` instead Oct 13 04:33:44.304 INFO kablam! Oct 13 04:33:44.304 INFO kablam! warning: unused variable: `sender` Oct 13 04:33:44.304 INFO kablam! --> src/points.rs:231:26 Oct 13 04:33:44.304 INFO kablam! | Oct 13 04:33:44.304 INFO kablam! 231 | Quit(sender) => { Oct 13 04:33:44.304 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 13 04:33:44.304 INFO kablam! Oct 13 04:33:44.403 INFO kablam! warning: variable does not need to be mutable Oct 13 04:33:44.403 INFO kablam! --> src/points.rs:92:13 Oct 13 04:33:44.403 INFO kablam! | Oct 13 04:33:44.403 INFO kablam! 92 | let mut res = self.ranks.get_mut(*user_rank as usize); Oct 13 04:33:44.403 INFO kablam! | ----^^^ Oct 13 04:33:44.403 INFO kablam! | | Oct 13 04:33:44.403 INFO kablam! | help: remove this `mut` Oct 13 04:33:44.403 INFO kablam! | Oct 13 04:33:44.403 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:33:44.403 INFO kablam! Oct 13 04:33:44.415 INFO kablam! warning: method is never used: `save` Oct 13 04:33:44.415 INFO kablam! --> src/points.rs:65:5 Oct 13 04:33:44.415 INFO kablam! | Oct 13 04:33:44.415 INFO kablam! 65 | pub fn save(&self) -> io::Result<()> { Oct 13 04:33:44.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:33:44.415 INFO kablam! | Oct 13 04:33:44.415 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:33:44.415 INFO kablam! Oct 13 04:33:48.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.52s Oct 13 04:33:48.167 INFO kablam! su: No module specific data is present Oct 13 04:33:48.994 INFO running `"docker" "rm" "-f" "625e437e13fc66e7489bdcbee5008e89aedc5d60af604f79b24c8eb6cddecc20"` Oct 13 04:33:49.375 INFO blam! 625e437e13fc66e7489bdcbee5008e89aedc5d60af604f79b24c8eb6cddecc20 Oct 13 04:33:49.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 04:33:49.881 INFO blam! 2c7e3a1e30b1c2050d8696c47575c64f6a5fc1f66ca987a8962e789e806ebc4e Oct 13 04:33:49.883 INFO running `"docker" "start" "-a" "2c7e3a1e30b1c2050d8696c47575c64f6a5fc1f66ca987a8962e789e806ebc4e"` Oct 13 04:33:52.142 INFO kablam! usermod: no changes Oct 13 04:33:52.316 INFO kablam! Compiling pajbot2-points v0.1.0 (/source) Oct 13 04:33:53.112 INFO kablam! warning: unused variable: `user_id` Oct 13 04:33:53.112 INFO kablam! --> src/points.rs:107:29 Oct 13 04:33:53.112 INFO kablam! | Oct 13 04:33:53.112 INFO kablam! 107 | fn remove_points(&self, user_id: String, points: u64) -> u64 { Oct 13 04:33:53.112 INFO kablam! | ^^^^^^^ help: consider using `_user_id` instead Oct 13 04:33:53.112 INFO kablam! | Oct 13 04:33:53.112 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:33:53.112 INFO kablam! Oct 13 04:33:53.112 INFO kablam! warning: unused variable: `points` Oct 13 04:33:53.112 INFO kablam! --> src/points.rs:107:46 Oct 13 04:33:53.112 INFO kablam! | Oct 13 04:33:53.112 INFO kablam! 107 | fn remove_points(&self, user_id: String, points: u64) -> u64 { Oct 13 04:33:53.112 INFO kablam! | ^^^^^^ help: consider using `_points` instead Oct 13 04:33:53.112 INFO kablam! Oct 13 04:33:53.114 INFO kablam! warning: unused variable: `rank` Oct 13 04:33:53.114 INFO kablam! --> src/points.rs:155:34 Oct 13 04:33:53.114 INFO kablam! | Oct 13 04:33:53.114 INFO kablam! 155 | Some(rank) => { Oct 13 04:33:53.114 INFO kablam! | ^^^^ help: consider using `_rank` instead Oct 13 04:33:53.114 INFO kablam! Oct 13 04:33:53.114 INFO kablam! warning: unused variable: `c` Oct 13 04:33:53.114 INFO kablam! --> src/points.rs:166:26 Oct 13 04:33:53.114 INFO kablam! | Oct 13 04:33:53.114 INFO kablam! 166 | Edit(c) => { Oct 13 04:33:53.114 INFO kablam! | ^ help: consider using `_c` instead Oct 13 04:33:53.114 INFO kablam! Oct 13 04:33:53.114 INFO kablam! warning: unused variable: `c` Oct 13 04:33:53.114 INFO kablam! --> src/points.rs:194:26 Oct 13 04:33:53.114 INFO kablam! | Oct 13 04:33:53.114 INFO kablam! 194 | Rank(c) => { Oct 13 04:33:53.114 INFO kablam! | ^ help: consider using `_c` instead Oct 13 04:33:53.114 INFO kablam! Oct 13 04:33:53.114 INFO kablam! warning: unused variable: `sender` Oct 13 04:33:53.114 INFO kablam! --> src/points.rs:231:26 Oct 13 04:33:53.114 INFO kablam! | Oct 13 04:33:53.114 INFO kablam! 231 | Quit(sender) => { Oct 13 04:33:53.114 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 13 04:33:53.114 INFO kablam! Oct 13 04:33:53.207 INFO kablam! warning: variable does not need to be mutable Oct 13 04:33:53.207 INFO kablam! --> src/points.rs:92:13 Oct 13 04:33:53.207 INFO kablam! | Oct 13 04:33:53.207 INFO kablam! 92 | let mut res = self.ranks.get_mut(*user_rank as usize); Oct 13 04:33:53.207 INFO kablam! | ----^^^ Oct 13 04:33:53.207 INFO kablam! | | Oct 13 04:33:53.207 INFO kablam! | help: remove this `mut` Oct 13 04:33:53.207 INFO kablam! | Oct 13 04:33:53.207 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:33:53.207 INFO kablam! Oct 13 04:33:53.215 INFO kablam! warning: method is never used: `save` Oct 13 04:33:53.215 INFO kablam! --> src/points.rs:65:5 Oct 13 04:33:53.215 INFO kablam! | Oct 13 04:33:53.215 INFO kablam! 65 | pub fn save(&self) -> io::Result<()> { Oct 13 04:33:53.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:33:53.215 INFO kablam! | Oct 13 04:33:53.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:33:53.215 INFO kablam! Oct 13 04:33:53.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.56s Oct 13 04:33:53.739 INFO kablam! su: No module specific data is present Oct 13 04:33:54.767 INFO running `"docker" "rm" "-f" "2c7e3a1e30b1c2050d8696c47575c64f6a5fc1f66ca987a8962e789e806ebc4e"` Oct 13 04:33:55.204 INFO blam! 2c7e3a1e30b1c2050d8696c47575c64f6a5fc1f66ca987a8962e789e806ebc4e Oct 13 04:33:55.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 04:33:55.675 INFO blam! ca5cd47b43f20ddd1005cee0f9c824a7f009c86de28d3e7734902ff96e5f7765 Oct 13 04:33:55.683 INFO running `"docker" "start" "-a" "ca5cd47b43f20ddd1005cee0f9c824a7f009c86de28d3e7734902ff96e5f7765"` Oct 13 04:33:57.354 INFO kablam! usermod: no changes Oct 13 04:33:57.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 04:33:57.456 INFO kablam! Running /target/debug/deps/pajbot2_points-ceeb33ab8a8a35f4 Oct 13 04:33:57.460 INFO blam! Oct 13 04:33:57.460 INFO blam! running 0 tests Oct 13 04:33:57.460 INFO blam! Oct 13 04:33:57.460 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:33:57.460 INFO blam! Oct 13 04:33:57.462 INFO kablam! su: No module specific data is present Oct 13 04:33:58.781 INFO running `"docker" "rm" "-f" "ca5cd47b43f20ddd1005cee0f9c824a7f009c86de28d3e7734902ff96e5f7765"` Oct 13 04:33:59.015 INFO blam! ca5cd47b43f20ddd1005cee0f9c824a7f009c86de28d3e7734902ff96e5f7765