Oct 15 08:36:41.239 INFO testing Mimoja/rust_ms_login against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:36:41.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 08:36:41.523 INFO blam! 3c74fc9c734ba7d156dc86e447f087a0cb5fc936ae5d040b90ea64ba4820a05b Oct 15 08:36:41.532 INFO running `"docker" "start" "-a" "3c74fc9c734ba7d156dc86e447f087a0cb5fc936ae5d040b90ea64ba4820a05b"` Oct 15 08:36:42.279 INFO kablam! usermod: no changes Oct 15 08:36:42.375 INFO kablam! Compiling serde_json v1.0.11 Oct 15 08:36:46.188 INFO kablam! Compiling login-service v0.1.0 (/source) Oct 15 08:36:47.035 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 08:36:47.035 INFO kablam! --> src/main.rs:12:12 Oct 15 08:36:47.035 INFO kablam! | Oct 15 08:36:47.035 INFO kablam! 12 | use rand::{OsRng, Rng}; Oct 15 08:36:47.035 INFO kablam! | ^^^^^ ^^^ Oct 15 08:36:47.035 INFO kablam! | Oct 15 08:36:47.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:47.035 INFO kablam! Oct 15 08:36:47.035 INFO kablam! warning: unused import: `crypto::scrypt` Oct 15 08:36:47.035 INFO kablam! --> src/main.rs:13:5 Oct 15 08:36:47.035 INFO kablam! | Oct 15 08:36:47.035 INFO kablam! 13 | use crypto::scrypt; Oct 15 08:36:47.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:47.035 INFO kablam! Oct 15 08:36:47.035 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:47.035 INFO kablam! --> src/main.rs:83:7 Oct 15 08:36:47.035 INFO kablam! | Oct 15 08:36:47.035 INFO kablam! 83 | if(equal){ Oct 15 08:36:47.035 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 08:36:47.035 INFO kablam! | Oct 15 08:36:47.035 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:36:47.035 INFO kablam! Oct 15 08:36:47.035 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:47.035 INFO kablam! --> src/main.rs:85:11 Oct 15 08:36:47.035 INFO kablam! | Oct 15 08:36:47.035 INFO kablam! 85 | if(user.hash_settings != hash_default_params){ Oct 15 08:36:47.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:36:47.035 INFO kablam! Oct 15 08:36:47.215 INFO kablam! warning: value assigned to `user` is never read Oct 15 08:36:47.216 INFO kablam! --> src/main.rs:87:13 Oct 15 08:36:47.216 INFO kablam! | Oct 15 08:36:47.216 INFO kablam! 87 | user = create_user(login, hash_default_params); Oct 15 08:36:47.216 INFO kablam! | ^^^^ Oct 15 08:36:47.216 INFO kablam! | Oct 15 08:36:47.216 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:36:47.216 INFO kablam! Oct 15 08:36:47.275 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:47.276 INFO kablam! --> src/main.rs:56:9 Oct 15 08:36:47.276 INFO kablam! | Oct 15 08:36:47.276 INFO kablam! 56 | let mut result = scrypt_simple(&login.password, ¶ms.to_scrypt()).unwrap(); Oct 15 08:36:47.277 INFO kablam! | ----^^^^^^ Oct 15 08:36:47.277 INFO kablam! | | Oct 15 08:36:47.277 INFO kablam! | help: remove this `mut` Oct 15 08:36:47.277 INFO kablam! | Oct 15 08:36:47.278 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:47.278 INFO kablam! Oct 15 08:36:47.283 INFO kablam! warning: function `printDuration` should have a snake case name such as `print_duration` Oct 15 08:36:47.283 INFO kablam! --> src/main.rs:47:1 Oct 15 08:36:47.284 INFO kablam! | Oct 15 08:36:47.284 INFO kablam! 47 | / fn printDuration(elapsed: Duration){ Oct 15 08:36:47.284 INFO kablam! 48 | | let nanos = elapsed.subsec_nanos() as u64; Oct 15 08:36:47.285 INFO kablam! 49 | | let ms = (1000*1000*1000 * elapsed.as_secs() + nanos)/(1000 * 1000); Oct 15 08:36:47.285 INFO kablam! 50 | | println!("Took {} ms", ms); Oct 15 08:36:47.285 INFO kablam! 51 | | } Oct 15 08:36:47.285 INFO kablam! | |_^ Oct 15 08:36:47.286 INFO kablam! | Oct 15 08:36:47.286 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:47.286 INFO kablam! Oct 15 08:36:47.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.53s Oct 15 08:36:47.831 INFO kablam! su: No module specific data is present Oct 15 08:36:48.134 INFO running `"docker" "rm" "-f" "3c74fc9c734ba7d156dc86e447f087a0cb5fc936ae5d040b90ea64ba4820a05b"` Oct 15 08:36:48.271 INFO blam! 3c74fc9c734ba7d156dc86e447f087a0cb5fc936ae5d040b90ea64ba4820a05b Oct 15 08:36:48.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 08:36:48.498 INFO blam! 8a529e34c1607297e2d30a06833004a1e5cd6544a2a6c837d97b1f2e1dedaa79 Oct 15 08:36:48.500 INFO running `"docker" "start" "-a" "8a529e34c1607297e2d30a06833004a1e5cd6544a2a6c837d97b1f2e1dedaa79"` Oct 15 08:36:49.493 INFO kablam! usermod: no changes Oct 15 08:36:49.577 INFO kablam! Compiling login-service v0.1.0 (/source) Oct 15 08:36:50.372 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 08:36:50.372 INFO kablam! --> src/main.rs:12:12 Oct 15 08:36:50.372 INFO kablam! | Oct 15 08:36:50.373 INFO kablam! 12 | use rand::{OsRng, Rng}; Oct 15 08:36:50.373 INFO kablam! | ^^^^^ ^^^ Oct 15 08:36:50.373 INFO kablam! | Oct 15 08:36:50.374 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:50.374 INFO kablam! Oct 15 08:36:50.374 INFO kablam! warning: unused import: `crypto::scrypt` Oct 15 08:36:50.375 INFO kablam! --> src/main.rs:13:5 Oct 15 08:36:50.375 INFO kablam! | Oct 15 08:36:50.375 INFO kablam! 13 | use crypto::scrypt; Oct 15 08:36:50.376 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:50.376 INFO kablam! Oct 15 08:36:50.376 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:50.377 INFO kablam! --> src/main.rs:83:7 Oct 15 08:36:50.377 INFO kablam! | Oct 15 08:36:50.377 INFO kablam! 83 | if(equal){ Oct 15 08:36:50.377 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 08:36:50.378 INFO kablam! | Oct 15 08:36:50.378 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:36:50.378 INFO kablam! Oct 15 08:36:50.379 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:50.379 INFO kablam! --> src/main.rs:85:11 Oct 15 08:36:50.379 INFO kablam! | Oct 15 08:36:50.380 INFO kablam! 85 | if(user.hash_settings != hash_default_params){ Oct 15 08:36:50.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:36:50.380 INFO kablam! Oct 15 08:36:50.544 INFO kablam! warning: value assigned to `user` is never read Oct 15 08:36:50.544 INFO kablam! --> src/main.rs:87:13 Oct 15 08:36:50.544 INFO kablam! | Oct 15 08:36:50.545 INFO kablam! 87 | user = create_user(login, hash_default_params); Oct 15 08:36:50.545 INFO kablam! | ^^^^ Oct 15 08:36:50.545 INFO kablam! | Oct 15 08:36:50.545 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:36:50.546 INFO kablam! Oct 15 08:36:50.623 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:50.623 INFO kablam! --> src/main.rs:56:9 Oct 15 08:36:50.624 INFO kablam! | Oct 15 08:36:50.624 INFO kablam! 56 | let mut result = scrypt_simple(&login.password, ¶ms.to_scrypt()).unwrap(); Oct 15 08:36:50.624 INFO kablam! | ----^^^^^^ Oct 15 08:36:50.624 INFO kablam! | | Oct 15 08:36:50.625 INFO kablam! | help: remove this `mut` Oct 15 08:36:50.625 INFO kablam! | Oct 15 08:36:50.625 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:50.626 INFO kablam! Oct 15 08:36:50.631 INFO kablam! warning: function `printDuration` should have a snake case name such as `print_duration` Oct 15 08:36:50.631 INFO kablam! --> src/main.rs:47:1 Oct 15 08:36:50.631 INFO kablam! | Oct 15 08:36:50.635 INFO kablam! 47 | / fn printDuration(elapsed: Duration){ Oct 15 08:36:50.635 INFO kablam! 48 | | let nanos = elapsed.subsec_nanos() as u64; Oct 15 08:36:50.635 INFO kablam! 49 | | let ms = (1000*1000*1000 * elapsed.as_secs() + nanos)/(1000 * 1000); Oct 15 08:36:50.635 INFO kablam! 50 | | println!("Took {} ms", ms); Oct 15 08:36:50.635 INFO kablam! 51 | | } Oct 15 08:36:50.635 INFO kablam! | |_^ Oct 15 08:36:50.635 INFO kablam! | Oct 15 08:36:50.635 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:50.636 INFO kablam! Oct 15 08:36:51.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 15 08:36:51.163 INFO kablam! su: No module specific data is present Oct 15 08:36:51.552 INFO running `"docker" "rm" "-f" "8a529e34c1607297e2d30a06833004a1e5cd6544a2a6c837d97b1f2e1dedaa79"` Oct 15 08:36:51.627 INFO blam! 8a529e34c1607297e2d30a06833004a1e5cd6544a2a6c837d97b1f2e1dedaa79 Oct 15 08:36:51.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 08:36:51.806 INFO blam! bbd8f623a493cf642dda5fa167e4cb404a925f81c2859567f24259bc4b962d08 Oct 15 08:36:51.808 INFO running `"docker" "start" "-a" "bbd8f623a493cf642dda5fa167e4cb404a925f81c2859567f24259bc4b962d08"` Oct 15 08:36:52.209 INFO kablam! usermod: no changes Oct 15 08:36:52.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 08:36:52.257 INFO kablam! Running /target/debug/deps/login_service-7f815410d5bc0796 Oct 15 08:36:52.263 INFO kablam! su: No module specific data is present Oct 15 08:36:52.263 INFO blam! Oct 15 08:36:52.263 INFO blam! running 0 tests Oct 15 08:36:52.263 INFO blam! Oct 15 08:36:52.263 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:36:52.263 INFO blam! Oct 15 08:36:52.529 INFO running `"docker" "rm" "-f" "bbd8f623a493cf642dda5fa167e4cb404a925f81c2859567f24259bc4b962d08"` Oct 15 08:36:52.650 INFO blam! bbd8f623a493cf642dda5fa167e4cb404a925f81c2859567f24259bc4b962d08