Oct 11 05:29:39.280 INFO testing Mimoja/rust_ms_login against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:29:39.280 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:29:39.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:29:39.495 INFO blam! 13926bc052c0f325287dc85fc8df47a9eca0af7b38f4c97ee106e810c86394e0 Oct 11 05:29:39.497 INFO running `"docker" "start" "-a" "13926bc052c0f325287dc85fc8df47a9eca0af7b38f4c97ee106e810c86394e0"` Oct 11 05:29:40.047 INFO kablam! usermod: no changes Oct 11 05:29:40.136 INFO kablam! Compiling serde v1.0.33 Oct 11 05:29:40.136 INFO kablam! Compiling serde_derive_internals v0.21.0 Oct 11 05:29:44.590 INFO kablam! Compiling serde_derive v1.0.33 Oct 11 05:29:52.651 INFO kablam! Compiling serde_json v1.0.11 Oct 11 05:29:55.308 INFO kablam! Compiling login-service v0.1.0 (/source) Oct 11 05:29:55.912 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 11 05:29:55.912 INFO kablam! --> src/main.rs:12:12 Oct 11 05:29:55.912 INFO kablam! | Oct 11 05:29:55.912 INFO kablam! 12 | use rand::{OsRng, Rng}; Oct 11 05:29:55.912 INFO kablam! | ^^^^^ ^^^ Oct 11 05:29:55.912 INFO kablam! | Oct 11 05:29:55.912 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:29:55.912 INFO kablam! Oct 11 05:29:55.912 INFO kablam! warning: unused import: `crypto::scrypt` Oct 11 05:29:55.912 INFO kablam! --> src/main.rs:13:5 Oct 11 05:29:55.912 INFO kablam! | Oct 11 05:29:55.912 INFO kablam! 13 | use crypto::scrypt; Oct 11 05:29:55.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:29:55.912 INFO kablam! Oct 11 05:29:55.912 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:29:55.912 INFO kablam! --> src/main.rs:83:7 Oct 11 05:29:55.912 INFO kablam! | Oct 11 05:29:55.912 INFO kablam! 83 | if(equal){ Oct 11 05:29:55.912 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 11 05:29:55.912 INFO kablam! | Oct 11 05:29:55.912 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:29:55.912 INFO kablam! Oct 11 05:29:55.912 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:29:55.912 INFO kablam! --> src/main.rs:85:11 Oct 11 05:29:55.912 INFO kablam! | Oct 11 05:29:55.912 INFO kablam! 85 | if(user.hash_settings != hash_default_params){ Oct 11 05:29:55.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:29:55.912 INFO kablam! Oct 11 05:29:56.074 INFO kablam! warning: value assigned to `user` is never read Oct 11 05:29:56.074 INFO kablam! --> src/main.rs:87:13 Oct 11 05:29:56.074 INFO kablam! | Oct 11 05:29:56.075 INFO kablam! 87 | user = create_user(login, hash_default_params); Oct 11 05:29:56.075 INFO kablam! | ^^^^ Oct 11 05:29:56.075 INFO kablam! | Oct 11 05:29:56.075 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:29:56.075 INFO kablam! Oct 11 05:29:56.132 INFO kablam! warning: variable does not need to be mutable Oct 11 05:29:56.132 INFO kablam! --> src/main.rs:56:9 Oct 11 05:29:56.132 INFO kablam! | Oct 11 05:29:56.132 INFO kablam! 56 | let mut result = scrypt_simple(&login.password, ¶ms.to_scrypt()).unwrap(); Oct 11 05:29:56.132 INFO kablam! | ----^^^^^^ Oct 11 05:29:56.132 INFO kablam! | | Oct 11 05:29:56.132 INFO kablam! | help: remove this `mut` Oct 11 05:29:56.132 INFO kablam! | Oct 11 05:29:56.132 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:29:56.132 INFO kablam! Oct 11 05:29:56.147 INFO kablam! warning: function `printDuration` should have a snake case name such as `print_duration` Oct 11 05:29:56.147 INFO kablam! --> src/main.rs:47:1 Oct 11 05:29:56.147 INFO kablam! | Oct 11 05:29:56.147 INFO kablam! 47 | / fn printDuration(elapsed: Duration){ Oct 11 05:29:56.147 INFO kablam! 48 | | let nanos = elapsed.subsec_nanos() as u64; Oct 11 05:29:56.147 INFO kablam! 49 | | let ms = (1000*1000*1000 * elapsed.as_secs() + nanos)/(1000 * 1000); Oct 11 05:29:56.147 INFO kablam! 50 | | println!("Took {} ms", ms); Oct 11 05:29:56.147 INFO kablam! 51 | | } Oct 11 05:29:56.147 INFO kablam! | |_^ Oct 11 05:29:56.147 INFO kablam! | Oct 11 05:29:56.147 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 05:29:56.147 INFO kablam! Oct 11 05:29:56.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.64s Oct 11 05:29:56.712 INFO kablam! su: No module specific data is present Oct 11 05:29:57.549 INFO running `"docker" "rm" "-f" "13926bc052c0f325287dc85fc8df47a9eca0af7b38f4c97ee106e810c86394e0"` Oct 11 05:29:57.675 INFO blam! 13926bc052c0f325287dc85fc8df47a9eca0af7b38f4c97ee106e810c86394e0 Oct 11 05:29:57.683 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:29:57.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:29:57.920 INFO blam! 19a1b32a83ff0abb684b64b068e843d779e20be9e47a8b0b9897a131be2002aa Oct 11 05:29:57.921 INFO running `"docker" "start" "-a" "19a1b32a83ff0abb684b64b068e843d779e20be9e47a8b0b9897a131be2002aa"` Oct 11 05:29:58.539 INFO kablam! usermod: no changes Oct 11 05:29:58.592 INFO kablam! Compiling login-service v0.1.0 (/source) Oct 11 05:29:59.144 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 11 05:29:59.144 INFO kablam! --> src/main.rs:12:12 Oct 11 05:29:59.144 INFO kablam! | Oct 11 05:29:59.144 INFO kablam! 12 | use rand::{OsRng, Rng}; Oct 11 05:29:59.144 INFO kablam! | ^^^^^ ^^^ Oct 11 05:29:59.144 INFO kablam! | Oct 11 05:29:59.144 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:29:59.144 INFO kablam! Oct 11 05:29:59.144 INFO kablam! warning: unused import: `crypto::scrypt` Oct 11 05:29:59.144 INFO kablam! --> src/main.rs:13:5 Oct 11 05:29:59.144 INFO kablam! | Oct 11 05:29:59.144 INFO kablam! 13 | use crypto::scrypt; Oct 11 05:29:59.144 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:29:59.144 INFO kablam! Oct 11 05:29:59.148 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:29:59.148 INFO kablam! --> src/main.rs:83:7 Oct 11 05:29:59.148 INFO kablam! | Oct 11 05:29:59.148 INFO kablam! 83 | if(equal){ Oct 11 05:29:59.148 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 11 05:29:59.148 INFO kablam! | Oct 11 05:29:59.148 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:29:59.148 INFO kablam! Oct 11 05:29:59.148 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:29:59.148 INFO kablam! --> src/main.rs:85:11 Oct 11 05:29:59.148 INFO kablam! | Oct 11 05:29:59.148 INFO kablam! 85 | if(user.hash_settings != hash_default_params){ Oct 11 05:29:59.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:29:59.148 INFO kablam! Oct 11 05:29:59.296 INFO kablam! warning: value assigned to `user` is never read Oct 11 05:29:59.296 INFO kablam! --> src/main.rs:87:13 Oct 11 05:29:59.296 INFO kablam! | Oct 11 05:29:59.296 INFO kablam! 87 | user = create_user(login, hash_default_params); Oct 11 05:29:59.296 INFO kablam! | ^^^^ Oct 11 05:29:59.296 INFO kablam! | Oct 11 05:29:59.296 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 05:29:59.296 INFO kablam! Oct 11 05:29:59.360 INFO kablam! warning: variable does not need to be mutable Oct 11 05:29:59.360 INFO kablam! --> src/main.rs:56:9 Oct 11 05:29:59.360 INFO kablam! | Oct 11 05:29:59.360 INFO kablam! 56 | let mut result = scrypt_simple(&login.password, ¶ms.to_scrypt()).unwrap(); Oct 11 05:29:59.360 INFO kablam! | ----^^^^^^ Oct 11 05:29:59.360 INFO kablam! | | Oct 11 05:29:59.360 INFO kablam! | help: remove this `mut` Oct 11 05:29:59.360 INFO kablam! | Oct 11 05:29:59.360 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:29:59.360 INFO kablam! Oct 11 05:29:59.366 INFO kablam! warning: function `printDuration` should have a snake case name such as `print_duration` Oct 11 05:29:59.366 INFO kablam! --> src/main.rs:47:1 Oct 11 05:29:59.366 INFO kablam! | Oct 11 05:29:59.366 INFO kablam! 47 | / fn printDuration(elapsed: Duration){ Oct 11 05:29:59.366 INFO kablam! 48 | | let nanos = elapsed.subsec_nanos() as u64; Oct 11 05:29:59.366 INFO kablam! 49 | | let ms = (1000*1000*1000 * elapsed.as_secs() + nanos)/(1000 * 1000); Oct 11 05:29:59.366 INFO kablam! 50 | | println!("Took {} ms", ms); Oct 11 05:29:59.366 INFO kablam! 51 | | } Oct 11 05:29:59.366 INFO kablam! | |_^ Oct 11 05:29:59.366 INFO kablam! | Oct 11 05:29:59.366 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 05:29:59.366 INFO kablam! Oct 11 05:29:59.706 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 11 05:29:59.710 INFO kablam! su: No module specific data is present Oct 11 05:30:00.185 INFO running `"docker" "rm" "-f" "19a1b32a83ff0abb684b64b068e843d779e20be9e47a8b0b9897a131be2002aa"` Oct 11 05:30:00.293 INFO blam! 19a1b32a83ff0abb684b64b068e843d779e20be9e47a8b0b9897a131be2002aa Oct 11 05:30:00.296 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:30:00.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:30:00.496 INFO blam! 78f153630aa82f21d790c30e9904b967782849f9509e2b7d1c90794fdd2079fc Oct 11 05:30:00.508 INFO running `"docker" "start" "-a" "78f153630aa82f21d790c30e9904b967782849f9509e2b7d1c90794fdd2079fc"` Oct 11 05:30:01.037 INFO kablam! usermod: no changes Oct 11 05:30:01.116 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 05:30:01.128 INFO kablam! Running /target/debug/deps/login_service-fa6e900283ad6be6 Oct 11 05:30:01.130 INFO blam! Oct 11 05:30:01.130 INFO blam! running 0 tests Oct 11 05:30:01.130 INFO blam! Oct 11 05:30:01.130 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:30:01.130 INFO blam! Oct 11 05:30:01.132 INFO kablam! su: No module specific data is present Oct 11 05:30:01.733 INFO running `"docker" "rm" "-f" "78f153630aa82f21d790c30e9904b967782849f9509e2b7d1c90794fdd2079fc"` Oct 11 05:30:01.975 INFO blam! 78f153630aa82f21d790c30e9904b967782849f9509e2b7d1c90794fdd2079fc