[INFO] fetching crate ascii_assets 0.2.1... [INFO] checking ascii_assets-0.2.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate ascii_assets 0.2.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate ascii_assets 0.2.1 [INFO] finished tweaking crates.io crate ascii_assets 0.2.1 [INFO] tweaked toml for crates.io crate ascii_assets 0.2.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ascii_assets 0.2.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ascii_assets 0.2.1 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a89bbb7a8ba20c7f35daeaa79fa2b62097ecf9a8fc348ef928f7d613ab7b1fee [INFO] running `Command { std: "docker" "start" "-a" "a89bbb7a8ba20c7f35daeaa79fa2b62097ecf9a8fc348ef928f7d613ab7b1fee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a89bbb7a8ba20c7f35daeaa79fa2b62097ecf9a8fc348ef928f7d613ab7b1fee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a89bbb7a8ba20c7f35daeaa79fa2b62097ecf9a8fc348ef928f7d613ab7b1fee", kill_on_drop: false }` [INFO] [stdout] a89bbb7a8ba20c7f35daeaa79fa2b62097ecf9a8fc348ef928f7d613ab7b1fee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b21baee4033c2909ff5f5bff52640d075a805c600e0ef01ae12597b6fcc8c147 [INFO] running `Command { std: "docker" "start" "-a" "b21baee4033c2909ff5f5bff52640d075a805c600e0ef01ae12597b6fcc8c147", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking ascii_assets v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `default` is never used [INFO] [stdout] --> src/lib.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | impl TerminalChar { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 31 | fn default() -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Black` should have an upper case name [INFO] [stdout] --> src/colour.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | pub const Black: Self = Self::rgb(0, 0, 0); [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: associated constant `Maroon` should have an upper case name [INFO] [stdout] --> src/colour.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | pub const Maroon: Self = Self::rgb(128, 0, 0); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MAROON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Green` should have an upper case name [INFO] [stdout] --> src/colour.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | pub const Green: Self = Self::rgb(0, 128, 0); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `GREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Olive` should have an upper case name [INFO] [stdout] --> src/colour.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | pub const Olive: Self = Self::rgb(128, 128, 0); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `OLIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Navy` should have an upper case name [INFO] [stdout] --> src/colour.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | pub const Navy: Self = Self::rgb(0, 0, 128); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NAVY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Purple` should have an upper case name [INFO] [stdout] --> src/colour.rs:91:15 [INFO] [stdout] | [INFO] [stdout] 91 | pub const Purple: Self = Self::rgb(128, 0, 128); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PURPLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Teal` should have an upper case name [INFO] [stdout] --> src/colour.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | pub const Teal: Self = Self::rgb(0, 128, 128); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `TEAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Silver` should have an upper case name [INFO] [stdout] --> src/colour.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | pub const Silver: Self = Self::rgb(192, 192, 192); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SILVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Grey` should have an upper case name [INFO] [stdout] --> src/colour.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | pub const Grey: Self = Self::rgb(128, 128, 128); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GREY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Red` should have an upper case name [INFO] [stdout] --> src/colour.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | pub const Red: Self = Self::rgb(255, 0, 0); [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `RED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Lime` should have an upper case name [INFO] [stdout] --> src/colour.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | pub const Lime: Self = Self::rgb(0, 255, 0); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Yellow` should have an upper case name [INFO] [stdout] --> src/colour.rs:98:15 [INFO] [stdout] | [INFO] [stdout] 98 | pub const Yellow: Self = Self::rgb(255, 255, 0); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `YELLOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Blue` should have an upper case name [INFO] [stdout] --> src/colour.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | pub const Blue: Self = Self::rgb(0, 0, 255); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BLUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Fuchsia` should have an upper case name [INFO] [stdout] --> src/colour.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub const Fuchsia: Self = Self::rgb(255, 0, 255); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FUCHSIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Aqua` should have an upper case name [INFO] [stdout] --> src/colour.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | pub const Aqua: Self = Self::rgb(0, 255, 255); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `AQUA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `White` should have an upper case name [INFO] [stdout] --> src/colour.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | pub const White: Self = Self::rgb(255, 255, 255); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `WHITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Reset` should have an upper case name [INFO] [stdout] --> src/colour.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | pub const Reset: Self = Self::reset(); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `default` is never used [INFO] [stdout] --> src/lib.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 30 | impl TerminalChar { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 31 | fn default() -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Black` should have an upper case name [INFO] [stdout] --> src/colour.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | pub const Black: Self = Self::rgb(0, 0, 0); [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: associated constant `Maroon` should have an upper case name [INFO] [stdout] --> src/colour.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | pub const Maroon: Self = Self::rgb(128, 0, 0); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `MAROON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Green` should have an upper case name [INFO] [stdout] --> src/colour.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | pub const Green: Self = Self::rgb(0, 128, 0); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `GREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Olive` should have an upper case name [INFO] [stdout] --> src/colour.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | pub const Olive: Self = Self::rgb(128, 128, 0); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `OLIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Navy` should have an upper case name [INFO] [stdout] --> src/colour.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | pub const Navy: Self = Self::rgb(0, 0, 128); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NAVY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Purple` should have an upper case name [INFO] [stdout] --> src/colour.rs:91:15 [INFO] [stdout] | [INFO] [stdout] 91 | pub const Purple: Self = Self::rgb(128, 0, 128); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `PURPLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Teal` should have an upper case name [INFO] [stdout] --> src/colour.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | pub const Teal: Self = Self::rgb(0, 128, 128); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `TEAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Silver` should have an upper case name [INFO] [stdout] --> src/colour.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | pub const Silver: Self = Self::rgb(192, 192, 192); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `SILVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Grey` should have an upper case name [INFO] [stdout] --> src/colour.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | pub const Grey: Self = Self::rgb(128, 128, 128); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `GREY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Red` should have an upper case name [INFO] [stdout] --> src/colour.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | pub const Red: Self = Self::rgb(255, 0, 0); [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `RED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Lime` should have an upper case name [INFO] [stdout] --> src/colour.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | pub const Lime: Self = Self::rgb(0, 255, 0); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Yellow` should have an upper case name [INFO] [stdout] --> src/colour.rs:98:15 [INFO] [stdout] | [INFO] [stdout] 98 | pub const Yellow: Self = Self::rgb(255, 255, 0); [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `YELLOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Blue` should have an upper case name [INFO] [stdout] --> src/colour.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | pub const Blue: Self = Self::rgb(0, 0, 255); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `BLUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Fuchsia` should have an upper case name [INFO] [stdout] --> src/colour.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | pub const Fuchsia: Self = Self::rgb(255, 0, 255); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `FUCHSIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Aqua` should have an upper case name [INFO] [stdout] --> src/colour.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | pub const Aqua: Self = Self::rgb(0, 255, 255); [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `AQUA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `White` should have an upper case name [INFO] [stdout] --> src/colour.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | pub const White: Self = Self::rgb(255, 255, 255); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `WHITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Reset` should have an upper case name [INFO] [stdout] --> src/colour.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | pub const Reset: Self = Self::reset(); [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s [INFO] running `Command { std: "docker" "inspect" "b21baee4033c2909ff5f5bff52640d075a805c600e0ef01ae12597b6fcc8c147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b21baee4033c2909ff5f5bff52640d075a805c600e0ef01ae12597b6fcc8c147", kill_on_drop: false }` [INFO] [stdout] b21baee4033c2909ff5f5bff52640d075a805c600e0ef01ae12597b6fcc8c147