Oct 21 17:07:26.571 INFO checking j-dong/tuRing against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:07:26.571 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 17:07:26.950 INFO blam! 0326d212ae4e7d052d8b98eeeb3422b9c27ea67e7b2cd480b5f6d261d963918c Oct 21 17:07:26.954 INFO running `"docker" "start" "-a" "0326d212ae4e7d052d8b98eeeb3422b9c27ea67e7b2cd480b5f6d261d963918c"` Oct 21 17:07:28.028 INFO kablam! usermod: no changes Oct 21 17:07:28.116 INFO kablam! Checking turing-backend v0.1.0 (/source) Oct 21 17:07:28.872 INFO kablam! warning: static item is never used: `DIGEST_ALG` Oct 21 17:07:28.872 INFO kablam! --> src/models.rs:8:1 Oct 21 17:07:28.872 INFO kablam! | Oct 21 17:07:28.872 INFO kablam! 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; Oct 21 17:07:28.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:07:28.872 INFO kablam! | Oct 21 17:07:28.872 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:07:28.872 INFO kablam! Oct 21 17:07:28.872 INFO kablam! warning: constant item is never used: `HASH_ITERATIONS` Oct 21 17:07:28.872 INFO kablam! --> src/models.rs:10:1 Oct 21 17:07:28.872 INFO kablam! | Oct 21 17:07:28.872 INFO kablam! 10 | const HASH_ITERATIONS: u32 = 100_000; Oct 21 17:07:28.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:07:28.872 INFO kablam! Oct 21 17:07:28.872 INFO kablam! warning: variant is never constructed: `Public` Oct 21 17:07:28.872 INFO kablam! --> src/models.rs:55:5 Oct 21 17:07:28.872 INFO kablam! | Oct 21 17:07:28.872 INFO kablam! 55 | Public, Oct 21 17:07:28.872 INFO kablam! | ^^^^^^ Oct 21 17:07:28.872 INFO kablam! Oct 21 17:07:28.872 INFO kablam! warning: variant is never constructed: `Private` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:57:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 57 | Private, Oct 21 17:07:28.873 INFO kablam! | ^^^^^^^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: variant is never constructed: `Message` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:89:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 89 | / Message { Oct 21 17:07:28.873 INFO kablam! 90 | | /// Message text. Oct 21 17:07:28.873 INFO kablam! 91 | | message: String, Oct 21 17:07:28.873 INFO kablam! 92 | | }, Oct 21 17:07:28.873 INFO kablam! | |_____^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: variant is never constructed: `DirectMessage` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:94:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 94 | / DirectMessage { Oct 21 17:07:28.873 INFO kablam! 95 | | /// Message text. Oct 21 17:07:28.873 INFO kablam! 96 | | message: String, Oct 21 17:07:28.873 INFO kablam! 97 | | /// Recipient of this message. Oct 21 17:07:28.873 INFO kablam! 98 | | recipient: UserID, Oct 21 17:07:28.873 INFO kablam! 99 | | }, Oct 21 17:07:28.873 INFO kablam! | |_____^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: variant is never constructed: `Edit` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:101:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 101 | / Edit { Oct 21 17:07:28.873 INFO kablam! 102 | | /// New message text. Oct 21 17:07:28.873 INFO kablam! 103 | | new_message: String, Oct 21 17:07:28.873 INFO kablam! 104 | | /// Old message ID. Oct 21 17:07:28.873 INFO kablam! 105 | | edit_id: MessageID, Oct 21 17:07:28.873 INFO kablam! 106 | | }, Oct 21 17:07:28.873 INFO kablam! | |_____^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: variant is never constructed: `Join` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:108:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 108 | Join, Oct 21 17:07:28.873 INFO kablam! | ^^^^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: variant is never constructed: `Leave` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:110:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 110 | Leave, Oct 21 17:07:28.873 INFO kablam! | ^^^^^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: variant is never constructed: `IncorrectPassword` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:115:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 115 | IncorrectPassword Oct 21 17:07:28.873 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:28.873 INFO kablam! warning: method is never used: `verify_password` Oct 21 17:07:28.873 INFO kablam! --> src/models.rs:120:5 Oct 21 17:07:28.873 INFO kablam! | Oct 21 17:07:28.873 INFO kablam! 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { Oct 21 17:07:28.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:07:28.873 INFO kablam! Oct 21 17:07:29.010 INFO kablam! warning: static item is never used: `DIGEST_ALG` Oct 21 17:07:29.010 INFO kablam! --> src/models.rs:8:1 Oct 21 17:07:29.010 INFO kablam! | Oct 21 17:07:29.010 INFO kablam! 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; Oct 21 17:07:29.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:07:29.010 INFO kablam! | Oct 21 17:07:29.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:07:29.011 INFO kablam! Oct 21 17:07:29.011 INFO kablam! warning: constant item is never used: `HASH_ITERATIONS` Oct 21 17:07:29.011 INFO kablam! --> src/models.rs:10:1 Oct 21 17:07:29.011 INFO kablam! | Oct 21 17:07:29.011 INFO kablam! 10 | const HASH_ITERATIONS: u32 = 100_000; Oct 21 17:07:29.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:07:29.012 INFO kablam! Oct 21 17:07:29.012 INFO kablam! warning: variant is never constructed: `Public` Oct 21 17:07:29.012 INFO kablam! --> src/models.rs:55:5 Oct 21 17:07:29.012 INFO kablam! | Oct 21 17:07:29.012 INFO kablam! 55 | Public, Oct 21 17:07:29.013 INFO kablam! | ^^^^^^ Oct 21 17:07:29.013 INFO kablam! Oct 21 17:07:29.013 INFO kablam! warning: variant is never constructed: `Private` Oct 21 17:07:29.013 INFO kablam! --> src/models.rs:57:5 Oct 21 17:07:29.013 INFO kablam! | Oct 21 17:07:29.013 INFO kablam! 57 | Private, Oct 21 17:07:29.013 INFO kablam! | ^^^^^^^ Oct 21 17:07:29.014 INFO kablam! Oct 21 17:07:29.014 INFO kablam! warning: variant is never constructed: `Message` Oct 21 17:07:29.014 INFO kablam! --> src/models.rs:89:5 Oct 21 17:07:29.014 INFO kablam! | Oct 21 17:07:29.014 INFO kablam! 89 | / Message { Oct 21 17:07:29.014 INFO kablam! 90 | | /// Message text. Oct 21 17:07:29.015 INFO kablam! 91 | | message: String, Oct 21 17:07:29.015 INFO kablam! 92 | | }, Oct 21 17:07:29.015 INFO kablam! | |_____^ Oct 21 17:07:29.015 INFO kablam! Oct 21 17:07:29.015 INFO kablam! warning: variant is never constructed: `DirectMessage` Oct 21 17:07:29.015 INFO kablam! --> src/models.rs:94:5 Oct 21 17:07:29.016 INFO kablam! | Oct 21 17:07:29.016 INFO kablam! 94 | / DirectMessage { Oct 21 17:07:29.016 INFO kablam! 95 | | /// Message text. Oct 21 17:07:29.016 INFO kablam! 96 | | message: String, Oct 21 17:07:29.016 INFO kablam! 97 | | /// Recipient of this message. Oct 21 17:07:29.017 INFO kablam! 98 | | recipient: UserID, Oct 21 17:07:29.017 INFO kablam! 99 | | }, Oct 21 17:07:29.017 INFO kablam! | |_____^ Oct 21 17:07:29.017 INFO kablam! Oct 21 17:07:29.017 INFO kablam! warning: variant is never constructed: `Edit` Oct 21 17:07:29.018 INFO kablam! --> src/models.rs:101:5 Oct 21 17:07:29.018 INFO kablam! | Oct 21 17:07:29.018 INFO kablam! 101 | / Edit { Oct 21 17:07:29.018 INFO kablam! 102 | | /// New message text. Oct 21 17:07:29.018 INFO kablam! 103 | | new_message: String, Oct 21 17:07:29.018 INFO kablam! 104 | | /// Old message ID. Oct 21 17:07:29.018 INFO kablam! 105 | | edit_id: MessageID, Oct 21 17:07:29.018 INFO kablam! 106 | | }, Oct 21 17:07:29.018 INFO kablam! | |_____^ Oct 21 17:07:29.018 INFO kablam! Oct 21 17:07:29.018 INFO kablam! warning: variant is never constructed: `Join` Oct 21 17:07:29.018 INFO kablam! --> src/models.rs:108:5 Oct 21 17:07:29.018 INFO kablam! | Oct 21 17:07:29.018 INFO kablam! 108 | Join, Oct 21 17:07:29.018 INFO kablam! | ^^^^ Oct 21 17:07:29.018 INFO kablam! Oct 21 17:07:29.018 INFO kablam! warning: variant is never constructed: `Leave` Oct 21 17:07:29.018 INFO kablam! --> src/models.rs:110:5 Oct 21 17:07:29.018 INFO kablam! | Oct 21 17:07:29.018 INFO kablam! 110 | Leave, Oct 21 17:07:29.018 INFO kablam! | ^^^^^ Oct 21 17:07:29.018 INFO kablam! Oct 21 17:07:29.018 INFO kablam! warning: variant is never constructed: `IncorrectPassword` Oct 21 17:07:29.018 INFO kablam! --> src/models.rs:115:5 Oct 21 17:07:29.018 INFO kablam! | Oct 21 17:07:29.018 INFO kablam! 115 | IncorrectPassword Oct 21 17:07:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 17:07:29.018 INFO kablam! Oct 21 17:07:29.018 INFO kablam! warning: method is never used: `verify_password` Oct 21 17:07:29.018 INFO kablam! --> src/models.rs:120:5 Oct 21 17:07:29.018 INFO kablam! | Oct 21 17:07:29.018 INFO kablam! 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { Oct 21 17:07:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:07:29.018 INFO kablam! Oct 21 17:07:29.030 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 21 17:07:29.035 INFO kablam! su: No module specific data is present Oct 21 17:07:29.710 INFO running `"docker" "rm" "-f" "0326d212ae4e7d052d8b98eeeb3422b9c27ea67e7b2cd480b5f6d261d963918c"` Oct 21 17:07:29.939 INFO blam! 0326d212ae4e7d052d8b98eeeb3422b9c27ea67e7b2cd480b5f6d261d963918c