[INFO] cloning repository https://github.com/l-tools/termiGraphics [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/l-tools/termiGraphics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl-tools%2FtermiGraphics", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl-tools%2FtermiGraphics'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed6539dc4139a24b62c7d17f8566e6668c019e30 [INFO] documenting l-tools/termiGraphics against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl-tools%2FtermiGraphics" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/l-tools/termiGraphics on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/l-tools/termiGraphics [INFO] finished tweaking git repo https://github.com/l-tools/termiGraphics [INFO] tweaked toml for git repo https://github.com/l-tools/termiGraphics written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/l-tools/termiGraphics already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e28ee754d02f03d5b41a0485e71725fc69c024a4d5ee0446e59ed1d08a746c3c [INFO] running `Command { std: "docker" "start" "-a" "e28ee754d02f03d5b41a0485e71725fc69c024a4d5ee0446e59ed1d08a746c3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e28ee754d02f03d5b41a0485e71725fc69c024a4d5ee0446e59ed1d08a746c3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e28ee754d02f03d5b41a0485e71725fc69c024a4d5ee0446e59ed1d08a746c3c", kill_on_drop: false }` [INFO] [stdout] e28ee754d02f03d5b41a0485e71725fc69c024a4d5ee0446e59ed1d08a746c3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 137921a924817892d782682294bb62b61a262f6b953fb885001f4f02dd1f1f22 [INFO] running `Command { std: "docker" "start" "-a" "137921a924817892d782682294bb62b61a262f6b953fb885001f4f02dd1f1f22", kill_on_drop: false }` [INFO] [stderr] Documenting termi-graphics v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `Black` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const Black:&str = "\x1B[0;30m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `BLACK` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Green` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const Green:&str ="\x1B[0;32m" ; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `GREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Yellow` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const Yellow:&str ="\x1B[0;33m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `YELLOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Blue` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const Blue:&str="\x1B[0;34m"; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BLUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Magenta` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const Magenta:&str="\x1B[0;35m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MAGENTA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Cyan` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const Cyan:&str="\x1B[0;36m"; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `CYAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `White` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const White:&str="\x1B[0;37m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `WHITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Reder` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const Reder:&str = "\x1B[1;31m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `REDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Blacker` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const Blacker:&str = "\x1B[1;30m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BLACKER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Greener` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const Greener:&str ="\x1B[1;32m" ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GREENER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Yellower` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Yellower:&str ="\x1B[1;33m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `YELLOWER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Bluer` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const Bluer:&str="\x1B[1;34m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `BLUER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Magentaer` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const Magentaer:&str="\x1B[1;35m"; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MAGENTAER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Cyaner` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const Cyaner:&str="\x1B[1;36m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CYANER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Whiter` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const Whiter:&str="\x1B[1;37m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WHITER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Redes` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | pub const Redes:&str = "\x1B[4;31m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `REDES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Blackes` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | pub const Blackes:&str = "\x1B[4;30m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BLACKES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Greenes` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | pub const Greenes:&str ="\x1B[4;32m" ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GREENES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Yellowes` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const Yellowes:&str ="\x1B[4;33m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `YELLOWES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Blues` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const Blues:&str="\x1B[4;34m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `BLUES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Magentaes` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const Magentaes:&str="\x1B[4;35m"; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MAGENTAES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Cyanes` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const Cyanes:&str="\x1B[4;36m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CYANES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Whites` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const Whites:&str="\x1B[4;37m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WHITES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Redev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const Redev:&str = "\x1B[5;31m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `REDEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Blackev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const Blackev:&str = "\x1B[5;30m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BLACKEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Greenev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const Greenev:&str ="\x1B[5;32m" ; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GREENEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Yellowev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const Yellowev:&str ="\x1B[5;33m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `YELLOWEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Bluev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const Bluev:&str="\x1B[5;34m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `BLUEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Magentaev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const Magentaev:&str="\x1B[5;35m"; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MAGENTAEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Cyanev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const Cyanev:&str="\x1B[5;36m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `CYANEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Whitev` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const Whitev:&str="\x1B[5;37m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `WHITEV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const RedScr:&str = "\x1B[41m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `RED_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GreenScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | pub const GreenScr:&str ="\x1B[42m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `GREEN_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `YellowScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const YellowScr:&str ="\x1B[43m"; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `YELLOW_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BlueScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | pub const BlueScr:&str="\x1B[44m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BLUE_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BlackScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | pub const BlackScr:&str="\x1B[40m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `BLACK_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MagentaScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const MagentaScr:&str="\x1B[45m"; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `MAGENTA_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CyanScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | pub const CyanScr:&str="\x1B[46m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CYAN_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WhiteScr` should have an upper case name [INFO] [stdout] --> src/ubuntu_terminal_sceme.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub const WhiteScr:&str="\x1B[47m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `WHITE_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Black` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const Black:&str = "\x1B[1;30m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `BLACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Green` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const Green:&str ="\x1B[1;32m" ; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `GREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Yellow` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const Yellow:&str ="\x1B[1;33m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `YELLOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Blue` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const Blue:&str="\x1B[1;34m"; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BLUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Magenta` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const Magenta:&str="\x1B[1;35m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MAGENTA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Cyan` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const Cyan:&str="\x1B[1;36m"; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `CYAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `White` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const White:&str="\x1B[1;37m"; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `WHITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RedScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const RedScr:&str = "\x1B[41m"; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `RED_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `GreenScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const GreenScr:&str ="\x1B[42m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `GREEN_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `YellowScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const YellowScr:&str ="\x1B[43m"; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `YELLOW_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BlueScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const BlueScr:&str="\x1B[44m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BLUE_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BlackScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const BlackScr:&str="\x1B[40m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `BLACK_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MagentaScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const MagentaScr:&str="\x1B[45m"; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `MAGENTA_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CyanScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const CyanScr:&str="\x1B[46m"; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CYAN_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WhiteScr` should have an upper case name [INFO] [stdout] --> src/windows_cmd_sceme.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | pub const WhiteScr:&str="\x1B[47m"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `WHITE_SCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 54 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "137921a924817892d782682294bb62b61a262f6b953fb885001f4f02dd1f1f22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "137921a924817892d782682294bb62b61a262f6b953fb885001f4f02dd1f1f22", kill_on_drop: false }` [INFO] [stdout] 137921a924817892d782682294bb62b61a262f6b953fb885001f4f02dd1f1f22