Oct 27 03:19:28.821 INFO checking j-dong/tuRing against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:19:28.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 03:19:28.988 INFO blam! afb485a667765b3547cee29eae20b7716e66d11777fb9197ef81f42cce10bfcc Oct 27 03:19:28.993 INFO running `"docker" "start" "-a" "afb485a667765b3547cee29eae20b7716e66d11777fb9197ef81f42cce10bfcc"` Oct 27 03:19:29.432 INFO kablam! usermod: no changes Oct 27 03:19:29.465 INFO kablam! Compiling ring v0.13.2 Oct 27 03:19:36.363 INFO kablam! Checking turing-backend v0.1.0 (/source) Oct 27 03:19:37.004 INFO kablam! warning: static item is never used: `DIGEST_ALG` Oct 27 03:19:37.004 INFO kablam! --> src/models.rs:8:1 Oct 27 03:19:37.004 INFO kablam! | Oct 27 03:19:37.004 INFO kablam! 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; Oct 27 03:19:37.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.004 INFO kablam! | Oct 27 03:19:37.004 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:19:37.005 INFO kablam! Oct 27 03:19:37.005 INFO kablam! warning: constant item is never used: `HASH_ITERATIONS` Oct 27 03:19:37.005 INFO kablam! --> src/models.rs:10:1 Oct 27 03:19:37.005 INFO kablam! | Oct 27 03:19:37.005 INFO kablam! 10 | const HASH_ITERATIONS: u32 = 100_000; Oct 27 03:19:37.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.005 INFO kablam! Oct 27 03:19:37.005 INFO kablam! warning: variant is never constructed: `Public` Oct 27 03:19:37.005 INFO kablam! --> src/models.rs:55:5 Oct 27 03:19:37.005 INFO kablam! | Oct 27 03:19:37.005 INFO kablam! 55 | Public, Oct 27 03:19:37.005 INFO kablam! | ^^^^^^ Oct 27 03:19:37.005 INFO kablam! Oct 27 03:19:37.005 INFO kablam! warning: variant is never constructed: `Private` Oct 27 03:19:37.005 INFO kablam! --> src/models.rs:57:5 Oct 27 03:19:37.005 INFO kablam! | Oct 27 03:19:37.005 INFO kablam! 57 | Private, Oct 27 03:19:37.005 INFO kablam! | ^^^^^^^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: variant is never constructed: `Message` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:89:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 89 | / Message { Oct 27 03:19:37.011 INFO kablam! 90 | | /// Message text. Oct 27 03:19:37.011 INFO kablam! 91 | | message: String, Oct 27 03:19:37.011 INFO kablam! 92 | | }, Oct 27 03:19:37.011 INFO kablam! | |_____^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: variant is never constructed: `DirectMessage` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:94:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 94 | / DirectMessage { Oct 27 03:19:37.011 INFO kablam! 95 | | /// Message text. Oct 27 03:19:37.011 INFO kablam! 96 | | message: String, Oct 27 03:19:37.011 INFO kablam! 97 | | /// Recipient of this message. Oct 27 03:19:37.011 INFO kablam! 98 | | recipient: UserID, Oct 27 03:19:37.011 INFO kablam! 99 | | }, Oct 27 03:19:37.011 INFO kablam! | |_____^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: variant is never constructed: `Edit` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:101:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 101 | / Edit { Oct 27 03:19:37.011 INFO kablam! 102 | | /// New message text. Oct 27 03:19:37.011 INFO kablam! 103 | | new_message: String, Oct 27 03:19:37.011 INFO kablam! 104 | | /// Old message ID. Oct 27 03:19:37.011 INFO kablam! 105 | | edit_id: MessageID, Oct 27 03:19:37.011 INFO kablam! 106 | | }, Oct 27 03:19:37.011 INFO kablam! | |_____^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: variant is never constructed: `Join` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:108:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 108 | Join, Oct 27 03:19:37.011 INFO kablam! | ^^^^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: variant is never constructed: `Leave` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:110:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 110 | Leave, Oct 27 03:19:37.011 INFO kablam! | ^^^^^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: variant is never constructed: `IncorrectPassword` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:115:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 115 | IncorrectPassword Oct 27 03:19:37.011 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.011 INFO kablam! warning: method is never used: `verify_password` Oct 27 03:19:37.011 INFO kablam! --> src/models.rs:120:5 Oct 27 03:19:37.011 INFO kablam! | Oct 27 03:19:37.011 INFO kablam! 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { Oct 27 03:19:37.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.011 INFO kablam! Oct 27 03:19:37.229 INFO kablam! warning: static item is never used: `DIGEST_ALG` Oct 27 03:19:37.229 INFO kablam! --> src/models.rs:8:1 Oct 27 03:19:37.229 INFO kablam! | Oct 27 03:19:37.229 INFO kablam! 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; Oct 27 03:19:37.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.229 INFO kablam! | Oct 27 03:19:37.229 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:19:37.229 INFO kablam! Oct 27 03:19:37.229 INFO kablam! warning: constant item is never used: `HASH_ITERATIONS` Oct 27 03:19:37.229 INFO kablam! --> src/models.rs:10:1 Oct 27 03:19:37.229 INFO kablam! | Oct 27 03:19:37.229 INFO kablam! 10 | const HASH_ITERATIONS: u32 = 100_000; Oct 27 03:19:37.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.229 INFO kablam! Oct 27 03:19:37.230 INFO kablam! warning: variant is never constructed: `Public` Oct 27 03:19:37.230 INFO kablam! --> src/models.rs:55:5 Oct 27 03:19:37.230 INFO kablam! | Oct 27 03:19:37.230 INFO kablam! 55 | Public, Oct 27 03:19:37.230 INFO kablam! | ^^^^^^ Oct 27 03:19:37.230 INFO kablam! Oct 27 03:19:37.230 INFO kablam! warning: variant is never constructed: `Private` Oct 27 03:19:37.230 INFO kablam! --> src/models.rs:57:5 Oct 27 03:19:37.230 INFO kablam! | Oct 27 03:19:37.230 INFO kablam! 57 | Private, Oct 27 03:19:37.230 INFO kablam! | ^^^^^^^ Oct 27 03:19:37.230 INFO kablam! Oct 27 03:19:37.231 INFO kablam! warning: variant is never constructed: `Message` Oct 27 03:19:37.231 INFO kablam! --> src/models.rs:89:5 Oct 27 03:19:37.231 INFO kablam! | Oct 27 03:19:37.231 INFO kablam! 89 | / Message { Oct 27 03:19:37.231 INFO kablam! 90 | | /// Message text. Oct 27 03:19:37.231 INFO kablam! 91 | | message: String, Oct 27 03:19:37.231 INFO kablam! 92 | | }, Oct 27 03:19:37.231 INFO kablam! | |_____^ Oct 27 03:19:37.231 INFO kablam! Oct 27 03:19:37.231 INFO kablam! warning: variant is never constructed: `DirectMessage` Oct 27 03:19:37.231 INFO kablam! --> src/models.rs:94:5 Oct 27 03:19:37.231 INFO kablam! | Oct 27 03:19:37.231 INFO kablam! 94 | / DirectMessage { Oct 27 03:19:37.231 INFO kablam! 95 | | /// Message text. Oct 27 03:19:37.231 INFO kablam! 96 | | message: String, Oct 27 03:19:37.231 INFO kablam! 97 | | /// Recipient of this message. Oct 27 03:19:37.231 INFO kablam! 98 | | recipient: UserID, Oct 27 03:19:37.231 INFO kablam! 99 | | }, Oct 27 03:19:37.231 INFO kablam! | |_____^ Oct 27 03:19:37.231 INFO kablam! Oct 27 03:19:37.231 INFO kablam! warning: variant is never constructed: `Edit` Oct 27 03:19:37.231 INFO kablam! --> src/models.rs:101:5 Oct 27 03:19:37.231 INFO kablam! | Oct 27 03:19:37.231 INFO kablam! 101 | / Edit { Oct 27 03:19:37.231 INFO kablam! 102 | | /// New message text. Oct 27 03:19:37.231 INFO kablam! 103 | | new_message: String, Oct 27 03:19:37.231 INFO kablam! 104 | | /// Old message ID. Oct 27 03:19:37.231 INFO kablam! 105 | | edit_id: MessageID, Oct 27 03:19:37.231 INFO kablam! 106 | | }, Oct 27 03:19:37.231 INFO kablam! | |_____^ Oct 27 03:19:37.231 INFO kablam! Oct 27 03:19:37.231 INFO kablam! warning: variant is never constructed: `Join` Oct 27 03:19:37.231 INFO kablam! --> src/models.rs:108:5 Oct 27 03:19:37.231 INFO kablam! | Oct 27 03:19:37.231 INFO kablam! 108 | Join, Oct 27 03:19:37.231 INFO kablam! | ^^^^ Oct 27 03:19:37.231 INFO kablam! Oct 27 03:19:37.231 INFO kablam! warning: variant is never constructed: `Leave` Oct 27 03:19:37.231 INFO kablam! --> src/models.rs:110:5 Oct 27 03:19:37.231 INFO kablam! | Oct 27 03:19:37.231 INFO kablam! 110 | Leave, Oct 27 03:19:37.231 INFO kablam! | ^^^^^ Oct 27 03:19:37.231 INFO kablam! Oct 27 03:19:37.232 INFO kablam! warning: variant is never constructed: `IncorrectPassword` Oct 27 03:19:37.232 INFO kablam! --> src/models.rs:115:5 Oct 27 03:19:37.232 INFO kablam! | Oct 27 03:19:37.232 INFO kablam! 115 | IncorrectPassword Oct 27 03:19:37.232 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.232 INFO kablam! Oct 27 03:19:37.232 INFO kablam! warning: method is never used: `verify_password` Oct 27 03:19:37.232 INFO kablam! --> src/models.rs:120:5 Oct 27 03:19:37.232 INFO kablam! | Oct 27 03:19:37.232 INFO kablam! 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { Oct 27 03:19:37.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:19:37.232 INFO kablam! Oct 27 03:19:37.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.82s Oct 27 03:19:37.271 INFO kablam! su: No module specific data is present Oct 27 03:19:37.995 INFO running `"docker" "rm" "-f" "afb485a667765b3547cee29eae20b7716e66d11777fb9197ef81f42cce10bfcc"` Oct 27 03:19:38.367 INFO blam! afb485a667765b3547cee29eae20b7716e66d11777fb9197ef81f42cce10bfcc