[INFO] cloning repository https://github.com/pietertolsma/BIT-Checkers [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pietertolsma/BIT-Checkers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpietertolsma%2FBIT-Checkers", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpietertolsma%2FBIT-Checkers'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 703820c088505652caea8c73e0b3d2d001ecf6db [INFO] testing pietertolsma/BIT-Checkers against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpietertolsma%2FBIT-Checkers" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pietertolsma/BIT-Checkers [INFO] finished tweaking git repo https://github.com/pietertolsma/BIT-Checkers [INFO] tweaked toml for git repo https://github.com/pietertolsma/BIT-Checkers written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pietertolsma/BIT-Checkers on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/pietertolsma/BIT-Checkers already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded memchr v2.3.2 [INFO] [stderr] Downloaded aho-corasick v0.7.8 [INFO] [stderr] Downloaded regex v1.3.4 [INFO] [stderr] Downloaded regex-syntax v0.6.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8c4d2fc2c303d4936640f4513a3e127c38a619ba86faaf872ca901350c67104 [INFO] running `Command { std: "docker" "start" "-a" "c8c4d2fc2c303d4936640f4513a3e127c38a619ba86faaf872ca901350c67104", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8c4d2fc2c303d4936640f4513a3e127c38a619ba86faaf872ca901350c67104", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c4d2fc2c303d4936640f4513a3e127c38a619ba86faaf872ca901350c67104", kill_on_drop: false }` [INFO] [stdout] c8c4d2fc2c303d4936640f4513a3e127c38a619ba86faaf872ca901350c67104 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07f29fbabb545db6e7a3d5be51bc10ef4719a883d4e2fad73601443443663b40 [INFO] running `Command { std: "docker" "start" "-a" "07f29fbabb545db6e7a3d5be51bc10ef4719a883d4e2fad73601443443663b40", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling dammen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/main.rs:225:71 [INFO] [stdout] | [INFO] [stdout] 225 | let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 225 - let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] 225 + let right_top_spot = king_version(board[(right_top_1.0 as usize)][right_top_1.1 as usize]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/main.rs:225:45 [INFO] [stdout] | [INFO] [stdout] 225 | let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 225 - let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] 225 + let right_top_spot = king_version(board[right_top_1.0 as usize][(right_top_1.1 as usize)]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:60:51 [INFO] [stdout] | [INFO] [stdout] 60 | println!(" Score X: {} <=> Score O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:60:60 [INFO] [stdout] | [INFO] [stdout] 60 | println!(" Score X: {} <=> Score O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:312:53 [INFO] [stdout] | [INFO] [stdout] 312 | println!(" Final Score: X: {} <=> O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:312:62 [INFO] [stdout] | [INFO] [stdout] 312 | println!(" Final Score: X: {} <=> O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:344:20 [INFO] [stdout] | [INFO] [stdout] 344 | if &X_SCORE >= &12 { [INFO] [stdout] | ^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 344 | if &raw const X_SCORE >= &12 { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:347:27 [INFO] [stdout] | [INFO] [stdout] 347 | } else if &O_SCORE >= &12{ [INFO] [stdout] | ^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 347 | } else if &raw const O_SCORE >= &12{ [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s [INFO] running `Command { std: "docker" "inspect" "07f29fbabb545db6e7a3d5be51bc10ef4719a883d4e2fad73601443443663b40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f29fbabb545db6e7a3d5be51bc10ef4719a883d4e2fad73601443443663b40", kill_on_drop: false }` [INFO] [stdout] 07f29fbabb545db6e7a3d5be51bc10ef4719a883d4e2fad73601443443663b40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6252b634a0c1ad80313d3bb1c01ac03738c1a3ce024054ce5a48c9e509e0ffc [INFO] running `Command { std: "docker" "start" "-a" "e6252b634a0c1ad80313d3bb1c01ac03738c1a3ce024054ce5a48c9e509e0ffc", kill_on_drop: false }` [INFO] [stderr] Compiling dammen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/main.rs:225:71 [INFO] [stdout] | [INFO] [stdout] 225 | let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 225 - let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] 225 + let right_top_spot = king_version(board[(right_top_1.0 as usize)][right_top_1.1 as usize]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around index expression [INFO] [stdout] --> src/main.rs:225:45 [INFO] [stdout] | [INFO] [stdout] 225 | let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 225 - let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stdout] 225 + let right_top_spot = king_version(board[right_top_1.0 as usize][(right_top_1.1 as usize)]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:60:51 [INFO] [stdout] | [INFO] [stdout] 60 | println!(" Score X: {} <=> Score O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:60:60 [INFO] [stdout] | [INFO] [stdout] 60 | println!(" Score X: {} <=> Score O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:312:53 [INFO] [stdout] | [INFO] [stdout] 312 | println!(" Final Score: X: {} <=> O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:312:62 [INFO] [stdout] | [INFO] [stdout] 312 | println!(" Final Score: X: {} <=> O: {}", X_SCORE, O_SCORE); [INFO] [stdout] | ^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:344:20 [INFO] [stdout] | [INFO] [stdout] 344 | if &X_SCORE >= &12 { [INFO] [stdout] | ^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 344 | if &raw const X_SCORE >= &12 { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/main.rs:347:27 [INFO] [stdout] | [INFO] [stdout] 347 | } else if &O_SCORE >= &12{ [INFO] [stdout] | ^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 347 | } else if &raw const O_SCORE >= &12{ [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "e6252b634a0c1ad80313d3bb1c01ac03738c1a3ce024054ce5a48c9e509e0ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6252b634a0c1ad80313d3bb1c01ac03738c1a3ce024054ce5a48c9e509e0ffc", kill_on_drop: false }` [INFO] [stdout] e6252b634a0c1ad80313d3bb1c01ac03738c1a3ce024054ce5a48c9e509e0ffc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1d7b1a2a2f3fa9a6fbfe14216bab45f6f9f9e62149df96fc957895f5d5df9af9 [INFO] running `Command { std: "docker" "start" "-a" "1d7b1a2a2f3fa9a6fbfe14216bab45f6f9f9e62149df96fc957895f5d5df9af9", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around index expression [INFO] [stderr] --> src/main.rs:225:71 [INFO] [stderr] | [INFO] [stderr] 225 | let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 225 - let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stderr] 225 + let right_top_spot = king_version(board[(right_top_1.0 as usize)][right_top_1.1 as usize]); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around index expression [INFO] [stderr] --> src/main.rs:225:45 [INFO] [stderr] | [INFO] [stderr] 225 | let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 225 - let right_top_spot = king_version(board[(right_top_1.0 as usize)][(right_top_1.1 as usize)]); [INFO] [stderr] 225 + let right_top_spot = king_version(board[right_top_1.0 as usize][(right_top_1.1 as usize)]); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/main.rs:60:51 [INFO] [stderr] | [INFO] [stderr] 60 | println!(" Score X: {} <=> Score O: {}", X_SCORE, O_SCORE); [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/main.rs:60:60 [INFO] [stderr] | [INFO] [stderr] 60 | println!(" Score X: {} <=> Score O: {}", X_SCORE, O_SCORE); [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/main.rs:312:53 [INFO] [stderr] | [INFO] [stderr] 312 | println!(" Final Score: X: {} <=> O: {}", X_SCORE, O_SCORE); [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/main.rs:312:62 [INFO] [stderr] | [INFO] [stderr] 312 | println!(" Final Score: X: {} <=> O: {}", X_SCORE, O_SCORE); [INFO] [stderr] | ^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/main.rs:344:20 [INFO] [stderr] | [INFO] [stderr] 344 | if &X_SCORE >= &12 { [INFO] [stderr] | ^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] help: use `&raw const` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 344 | if &raw const X_SCORE >= &12 { [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/main.rs:347:27 [INFO] [stderr] | [INFO] [stderr] 347 | } else if &O_SCORE >= &12{ [INFO] [stderr] | ^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] help: use `&raw const` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 347 | } else if &raw const O_SCORE >= &12{ [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: `dammen` (bin "dammen" test) generated 8 warnings (run `cargo fix --bin "dammen" --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dammen-35f1aa40d6a03c05) [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" "1d7b1a2a2f3fa9a6fbfe14216bab45f6f9f9e62149df96fc957895f5d5df9af9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d7b1a2a2f3fa9a6fbfe14216bab45f6f9f9e62149df96fc957895f5d5df9af9", kill_on_drop: false }` [INFO] [stdout] 1d7b1a2a2f3fa9a6fbfe14216bab45f6f9f9e62149df96fc957895f5d5df9af9