[INFO] cloning repository https://github.com/j-dong/tuRing [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/j-dong/tuRing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-dong%2FtuRing", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-dong%2FtuRing'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6eecdebc2ecdd2607d3c48d51c55575e2d631b4b [INFO] testing j-dong/tuRing against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-dong%2FtuRing" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/j-dong/tuRing on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/j-dong/tuRing [INFO] finished tweaking git repo https://github.com/j-dong/tuRing [INFO] tweaked toml for git repo https://github.com/j-dong/tuRing written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/j-dong/tuRing already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b0ef682745780ef6923d5b708bc6a89697bc46f76f5377fc7b5b8330a99da2d [INFO] running `Command { std: "docker" "start" "-a" "0b0ef682745780ef6923d5b708bc6a89697bc46f76f5377fc7b5b8330a99da2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b0ef682745780ef6923d5b708bc6a89697bc46f76f5377fc7b5b8330a99da2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b0ef682745780ef6923d5b708bc6a89697bc46f76f5377fc7b5b8330a99da2d", kill_on_drop: false }` [INFO] [stdout] 0b0ef682745780ef6923d5b708bc6a89697bc46f76f5377fc7b5b8330a99da2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 524f5c10c9858990528e32de474221a99675dfded20b5fd3d8ebb8c787cd1a03 [INFO] running `Command { std: "docker" "start" "-a" "524f5c10c9858990528e32de474221a99675dfded20b5fd3d8ebb8c787cd1a03", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling turing-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: static is never used: `DIGEST_ALG` [INFO] [stdout] --> src/models.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `HASH_ITERATIONS` [INFO] [stdout] --> src/models.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const HASH_ITERATIONS: u32 = 100_000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Public` [INFO] [stdout] --> src/models.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | Public, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RoomVisibility` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Private` [INFO] [stdout] --> src/models.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | Private, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RoomVisibility` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Message` [INFO] [stdout] --> src/models.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / Message { [INFO] [stdout] 90 | | /// Message text. [INFO] [stdout] 91 | | message: String, [INFO] [stdout] 92 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DirectMessage` [INFO] [stdout] --> src/models.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / DirectMessage { [INFO] [stdout] 95 | | /// Message text. [INFO] [stdout] 96 | | message: String, [INFO] [stdout] 97 | | /// Recipient of this message. [INFO] [stdout] 98 | | recipient: UserID, [INFO] [stdout] 99 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Edit` [INFO] [stdout] --> src/models.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / Edit { [INFO] [stdout] 102 | | /// New message text. [INFO] [stdout] 103 | | new_message: String, [INFO] [stdout] 104 | | /// Old message ID. [INFO] [stdout] 105 | | edit_id: MessageID, [INFO] [stdout] 106 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Join` [INFO] [stdout] --> src/models.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | Join, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Leave` [INFO] [stdout] --> src/models.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | Leave, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IncorrectPassword` [INFO] [stdout] --> src/models.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | IncorrectPassword [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PasswordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `verify_password` [INFO] [stdout] --> src/models.rs:120:8 [INFO] [stdout] | [INFO] [stdout] 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.28s [INFO] running `Command { std: "docker" "inspect" "524f5c10c9858990528e32de474221a99675dfded20b5fd3d8ebb8c787cd1a03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "524f5c10c9858990528e32de474221a99675dfded20b5fd3d8ebb8c787cd1a03", kill_on_drop: false }` [INFO] [stdout] 524f5c10c9858990528e32de474221a99675dfded20b5fd3d8ebb8c787cd1a03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2adf3d49b98683bd95d327ad2f44c761021f2abea00fe64da74a179c70bb86a9 [INFO] running `Command { std: "docker" "start" "-a" "2adf3d49b98683bd95d327ad2f44c761021f2abea00fe64da74a179c70bb86a9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling turing-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: static is never used: `DIGEST_ALG` [INFO] [stdout] --> src/models.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `HASH_ITERATIONS` [INFO] [stdout] --> src/models.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | const HASH_ITERATIONS: u32 = 100_000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Public` [INFO] [stdout] --> src/models.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | Public, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RoomVisibility` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Private` [INFO] [stdout] --> src/models.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | Private, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RoomVisibility` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Message` [INFO] [stdout] --> src/models.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / Message { [INFO] [stdout] 90 | | /// Message text. [INFO] [stdout] 91 | | message: String, [INFO] [stdout] 92 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DirectMessage` [INFO] [stdout] --> src/models.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / DirectMessage { [INFO] [stdout] 95 | | /// Message text. [INFO] [stdout] 96 | | message: String, [INFO] [stdout] 97 | | /// Recipient of this message. [INFO] [stdout] 98 | | recipient: UserID, [INFO] [stdout] 99 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Edit` [INFO] [stdout] --> src/models.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / Edit { [INFO] [stdout] 102 | | /// New message text. [INFO] [stdout] 103 | | new_message: String, [INFO] [stdout] 104 | | /// Old message ID. [INFO] [stdout] 105 | | edit_id: MessageID, [INFO] [stdout] 106 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Join` [INFO] [stdout] --> src/models.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | Join, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Leave` [INFO] [stdout] --> src/models.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | Leave, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IncorrectPassword` [INFO] [stdout] --> src/models.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | IncorrectPassword [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PasswordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `verify_password` [INFO] [stdout] --> src/models.rs:120:8 [INFO] [stdout] | [INFO] [stdout] 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/turing_backend-fc6ba66b51ba9c78) [INFO] running `Command { std: "docker" "inspect" "2adf3d49b98683bd95d327ad2f44c761021f2abea00fe64da74a179c70bb86a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2adf3d49b98683bd95d327ad2f44c761021f2abea00fe64da74a179c70bb86a9", kill_on_drop: false }` [INFO] [stdout] 2adf3d49b98683bd95d327ad2f44c761021f2abea00fe64da74a179c70bb86a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c168e15ac7a0c4247d8857411fbf83b3651fecfe56c8f26b970e5a96b95c4382 [INFO] running `Command { std: "docker" "start" "-a" "c168e15ac7a0c4247d8857411fbf83b3651fecfe56c8f26b970e5a96b95c4382", kill_on_drop: false }` [INFO] [stderr] warning: static is never used: `DIGEST_ALG` [INFO] [stderr] --> src/models.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | static DIGEST_ALG: &'static digest::Algorithm = &digest::SHA256; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `HASH_ITERATIONS` [INFO] [stderr] --> src/models.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | const HASH_ITERATIONS: u32 = 100_000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Public` [INFO] [stderr] --> src/models.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | Public, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RoomVisibility` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:52:10 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Private` [INFO] [stderr] --> src/models.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | Private, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RoomVisibility` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:52:10 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Message` [INFO] [stderr] --> src/models.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | / Message { [INFO] [stderr] 90 | | /// Message text. [INFO] [stderr] 91 | | message: String, [INFO] [stderr] 92 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DirectMessage` [INFO] [stderr] --> src/models.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | / DirectMessage { [INFO] [stderr] 95 | | /// Message text. [INFO] [stderr] 96 | | message: String, [INFO] [stderr] 97 | | /// Recipient of this message. [INFO] [stderr] 98 | | recipient: UserID, [INFO] [stderr] 99 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Edit` [INFO] [stderr] --> src/models.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | / Edit { [INFO] [stderr] 102 | | /// New message text. [INFO] [stderr] 103 | | new_message: String, [INFO] [stderr] 104 | | /// Old message ID. [INFO] [stderr] 105 | | edit_id: MessageID, [INFO] [stderr] 106 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Join` [INFO] [stderr] --> src/models.rs:108:5 [INFO] [stderr] | [INFO] [stderr] 108 | Join, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Leave` [INFO] [stderr] --> src/models.rs:110:5 [INFO] [stderr] | [INFO] [stderr] 110 | Leave, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MessageData` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | #[derive(Debug, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `IncorrectPassword` [INFO] [stderr] --> src/models.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | IncorrectPassword [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PasswordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/models.rs:113:10 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `verify_password` [INFO] [stderr] --> src/models.rs:120:8 [INFO] [stderr] | [INFO] [stderr] 120 | fn verify_password(&self, password: &str) -> Result<(), PasswordError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `turing-backend` (bin "turing-backend" test) generated 11 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/turing_backend-fc6ba66b51ba9c78) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c168e15ac7a0c4247d8857411fbf83b3651fecfe56c8f26b970e5a96b95c4382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c168e15ac7a0c4247d8857411fbf83b3651fecfe56c8f26b970e5a96b95c4382", kill_on_drop: false }` [INFO] [stdout] c168e15ac7a0c4247d8857411fbf83b3651fecfe56c8f26b970e5a96b95c4382