Oct 15 08:36:42.080 INFO testing Mimoja/rust_ms_login against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:36:42.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:42.423 INFO blam! 4255c30d017cb2d49e400762bd3d80ad085874ecf05b4d925b3fbfe5f69e0aa8 Oct 15 08:36:42.425 INFO running `"docker" "start" "-a" "4255c30d017cb2d49e400762bd3d80ad085874ecf05b4d925b3fbfe5f69e0aa8"` Oct 15 08:36:43.118 INFO kablam! usermod: no changes Oct 15 08:36:43.188 INFO kablam! Compiling serde_json v1.0.11 Oct 15 08:36:43.191 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 08:36:51.397 INFO kablam! Compiling login-service v0.1.0 (/source) Oct 15 08:36:51.962 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 08:36:51.962 INFO kablam! --> src/main.rs:12:12 Oct 15 08:36:51.962 INFO kablam! | Oct 15 08:36:51.962 INFO kablam! 12 | use rand::{OsRng, Rng}; Oct 15 08:36:51.962 INFO kablam! | ^^^^^ ^^^ Oct 15 08:36:51.963 INFO kablam! | Oct 15 08:36:51.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:51.963 INFO kablam! Oct 15 08:36:51.963 INFO kablam! warning: unused import: `crypto::scrypt` Oct 15 08:36:51.963 INFO kablam! --> src/main.rs:13:5 Oct 15 08:36:51.964 INFO kablam! | Oct 15 08:36:51.964 INFO kablam! 13 | use crypto::scrypt; Oct 15 08:36:51.964 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:51.964 INFO kablam! Oct 15 08:36:51.964 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:51.965 INFO kablam! --> src/main.rs:83:7 Oct 15 08:36:51.965 INFO kablam! | Oct 15 08:36:51.965 INFO kablam! 83 | if(equal){ Oct 15 08:36:51.965 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 08:36:51.965 INFO kablam! | Oct 15 08:36:51.966 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:36:51.966 INFO kablam! Oct 15 08:36:51.966 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:51.966 INFO kablam! --> src/main.rs:85:11 Oct 15 08:36:51.966 INFO kablam! | Oct 15 08:36:51.967 INFO kablam! 85 | if(user.hash_settings != hash_default_params){ Oct 15 08:36:51.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:36:51.967 INFO kablam! Oct 15 08:36:52.088 INFO kablam! warning: value assigned to `user` is never read Oct 15 08:36:52.088 INFO kablam! --> src/main.rs:87:13 Oct 15 08:36:52.088 INFO kablam! | Oct 15 08:36:52.088 INFO kablam! 87 | user = create_user(login, hash_default_params); Oct 15 08:36:52.088 INFO kablam! | ^^^^ Oct 15 08:36:52.088 INFO kablam! | Oct 15 08:36:52.088 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:36:52.088 INFO kablam! Oct 15 08:36:52.132 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:52.132 INFO kablam! --> src/main.rs:56:9 Oct 15 08:36:52.132 INFO kablam! | Oct 15 08:36:52.132 INFO kablam! 56 | let mut result = scrypt_simple(&login.password, ¶ms.to_scrypt()).unwrap(); Oct 15 08:36:52.132 INFO kablam! | ----^^^^^^ Oct 15 08:36:52.132 INFO kablam! | | Oct 15 08:36:52.132 INFO kablam! | help: remove this `mut` Oct 15 08:36:52.132 INFO kablam! | Oct 15 08:36:52.132 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:52.132 INFO kablam! Oct 15 08:36:52.137 INFO kablam! warning: function `printDuration` should have a snake case name such as `print_duration` Oct 15 08:36:52.137 INFO kablam! --> src/main.rs:47:1 Oct 15 08:36:52.137 INFO kablam! | Oct 15 08:36:52.137 INFO kablam! 47 | / fn printDuration(elapsed: Duration){ Oct 15 08:36:52.137 INFO kablam! 48 | | let nanos = elapsed.subsec_nanos() as u64; Oct 15 08:36:52.137 INFO kablam! 49 | | let ms = (1000*1000*1000 * elapsed.as_secs() + nanos)/(1000 * 1000); Oct 15 08:36:52.137 INFO kablam! 50 | | println!("Took {} ms", ms); Oct 15 08:36:52.137 INFO kablam! 51 | | } Oct 15 08:36:52.137 INFO kablam! | |_^ Oct 15 08:36:52.137 INFO kablam! | Oct 15 08:36:52.137 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:52.137 INFO kablam! Oct 15 08:36:52.653 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.51s Oct 15 08:36:52.657 INFO kablam! su: No module specific data is present Oct 15 08:36:52.926 INFO running `"docker" "rm" "-f" "4255c30d017cb2d49e400762bd3d80ad085874ecf05b4d925b3fbfe5f69e0aa8"` Oct 15 08:36:53.053 INFO blam! 4255c30d017cb2d49e400762bd3d80ad085874ecf05b4d925b3fbfe5f69e0aa8 Oct 15 08:36:53.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:53.295 INFO blam! c4294b4a73010fd361fbdb507375a237f9e6265025720c26a08075ec4b144f2b Oct 15 08:36:53.308 INFO running `"docker" "start" "-a" "c4294b4a73010fd361fbdb507375a237f9e6265025720c26a08075ec4b144f2b"` Oct 15 08:36:54.569 INFO kablam! usermod: no changes Oct 15 08:36:54.674 INFO kablam! Compiling login-service v0.1.0 (/source) Oct 15 08:36:55.504 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 08:36:55.504 INFO kablam! --> src/main.rs:12:12 Oct 15 08:36:55.504 INFO kablam! | Oct 15 08:36:55.504 INFO kablam! 12 | use rand::{OsRng, Rng}; Oct 15 08:36:55.504 INFO kablam! | ^^^^^ ^^^ Oct 15 08:36:55.504 INFO kablam! | Oct 15 08:36:55.504 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:36:55.504 INFO kablam! Oct 15 08:36:55.504 INFO kablam! warning: unused import: `crypto::scrypt` Oct 15 08:36:55.504 INFO kablam! --> src/main.rs:13:5 Oct 15 08:36:55.504 INFO kablam! | Oct 15 08:36:55.504 INFO kablam! 13 | use crypto::scrypt; Oct 15 08:36:55.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:36:55.504 INFO kablam! Oct 15 08:36:55.504 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:55.504 INFO kablam! --> src/main.rs:83:7 Oct 15 08:36:55.504 INFO kablam! | Oct 15 08:36:55.505 INFO kablam! 83 | if(equal){ Oct 15 08:36:55.505 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 15 08:36:55.505 INFO kablam! | Oct 15 08:36:55.505 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:36:55.505 INFO kablam! Oct 15 08:36:55.505 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 08:36:55.505 INFO kablam! --> src/main.rs:85:11 Oct 15 08:36:55.505 INFO kablam! | Oct 15 08:36:55.505 INFO kablam! 85 | if(user.hash_settings != hash_default_params){ Oct 15 08:36:55.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 08:36:55.505 INFO kablam! Oct 15 08:36:55.723 INFO kablam! warning: value assigned to `user` is never read Oct 15 08:36:55.723 INFO kablam! --> src/main.rs:87:13 Oct 15 08:36:55.723 INFO kablam! | Oct 15 08:36:55.723 INFO kablam! 87 | user = create_user(login, hash_default_params); Oct 15 08:36:55.723 INFO kablam! | ^^^^ Oct 15 08:36:55.723 INFO kablam! | Oct 15 08:36:55.723 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:36:55.723 INFO kablam! Oct 15 08:36:55.791 INFO kablam! warning: variable does not need to be mutable Oct 15 08:36:55.791 INFO kablam! --> src/main.rs:56:9 Oct 15 08:36:55.791 INFO kablam! | Oct 15 08:36:55.791 INFO kablam! 56 | let mut result = scrypt_simple(&login.password, ¶ms.to_scrypt()).unwrap(); Oct 15 08:36:55.791 INFO kablam! | ----^^^^^^ Oct 15 08:36:55.791 INFO kablam! | | Oct 15 08:36:55.791 INFO kablam! | help: remove this `mut` Oct 15 08:36:55.791 INFO kablam! | Oct 15 08:36:55.791 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:36:55.791 INFO kablam! Oct 15 08:36:55.799 INFO kablam! warning: function `printDuration` should have a snake case name such as `print_duration` Oct 15 08:36:55.799 INFO kablam! --> src/main.rs:47:1 Oct 15 08:36:55.799 INFO kablam! | Oct 15 08:36:55.799 INFO kablam! 47 | / fn printDuration(elapsed: Duration){ Oct 15 08:36:55.799 INFO kablam! 48 | | let nanos = elapsed.subsec_nanos() as u64; Oct 15 08:36:55.799 INFO kablam! 49 | | let ms = (1000*1000*1000 * elapsed.as_secs() + nanos)/(1000 * 1000); Oct 15 08:36:55.799 INFO kablam! 50 | | println!("Took {} ms", ms); Oct 15 08:36:55.799 INFO kablam! 51 | | } Oct 15 08:36:55.799 INFO kablam! | |_^ Oct 15 08:36:55.799 INFO kablam! | Oct 15 08:36:55.799 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:36:55.799 INFO kablam! Oct 15 08:36:56.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 15 08:36:56.239 INFO kablam! su: No module specific data is present Oct 15 08:36:56.887 INFO running `"docker" "rm" "-f" "c4294b4a73010fd361fbdb507375a237f9e6265025720c26a08075ec4b144f2b"` Oct 15 08:36:57.143 INFO blam! c4294b4a73010fd361fbdb507375a237f9e6265025720c26a08075ec4b144f2b Oct 15 08:36:57.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:57.447 INFO blam! 7e4ab4b8fe4479ab24ce69e12e059698514a85d5adf6286f615dc55cb34d1362 Oct 15 08:36:57.448 INFO running `"docker" "start" "-a" "7e4ab4b8fe4479ab24ce69e12e059698514a85d5adf6286f615dc55cb34d1362"` Oct 15 08:36:58.019 INFO kablam! usermod: no changes Oct 15 08:36:58.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 08:36:58.115 INFO kablam! Running /target/debug/deps/login_service-fa6e900283ad6be6 Oct 15 08:36:58.120 INFO blam! Oct 15 08:36:58.120 INFO blam! running 0 tests Oct 15 08:36:58.120 INFO blam! Oct 15 08:36:58.120 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:36:58.120 INFO blam! Oct 15 08:36:58.123 INFO kablam! su: No module specific data is present Oct 15 08:36:59.120 INFO running `"docker" "rm" "-f" "7e4ab4b8fe4479ab24ce69e12e059698514a85d5adf6286f615dc55cb34d1362"` Oct 15 08:36:59.227 INFO blam! 7e4ab4b8fe4479ab24ce69e12e059698514a85d5adf6286f615dc55cb34d1362