[INFO] fetching crate bitmap-font 0.3.0... [INFO] checking bitmap-font-0.3.0 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate bitmap-font 0.3.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate bitmap-font 0.3.0 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bitmap-font 0.3.0 [INFO] finished tweaking crates.io crate bitmap-font 0.3.0 [INFO] tweaked toml for crates.io crate bitmap-font 0.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded embedded-graphics-core v0.4.0 [INFO] [stderr] Downloaded az v1.2.1 [INFO] [stderr] Downloaded micromath v2.1.0 [INFO] [stderr] Downloaded embedded-graphics v0.8.1 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34fe5d76b8fc5288f5f8491eb1c41bc06166d9d1ccb565e46ee36f400aa53806 [INFO] running `Command { std: "docker" "start" "-a" "34fe5d76b8fc5288f5f8491eb1c41bc06166d9d1ccb565e46ee36f400aa53806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34fe5d76b8fc5288f5f8491eb1c41bc06166d9d1ccb565e46ee36f400aa53806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34fe5d76b8fc5288f5f8491eb1c41bc06166d9d1ccb565e46ee36f400aa53806", kill_on_drop: false }` [INFO] [stdout] 34fe5d76b8fc5288f5f8491eb1c41bc06166d9d1ccb565e46ee36f400aa53806 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf9837fff16cc6041453ea88b501628e98d065dbb06afe05e165daec681ab2ea [INFO] running `Command { std: "docker" "start" "-a" "cf9837fff16cc6041453ea88b501628e98d065dbb06afe05e165daec681ab2ea", kill_on_drop: false }` [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Checking micromath v2.1.0 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking embedded-graphics-core v0.4.0 [INFO] [stderr] Checking embedded-graphics v0.8.1 [INFO] [stderr] Checking bitmap-font v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | font_bmp!(FONT_5x9), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | font_bmp!(FONT_10x18), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:23:2 [INFO] [stdout] | [INFO] [stdout] 23 | font_bmp!(FONT_5x9_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:25:2 [INFO] [stdout] | [INFO] [stdout] 25 | font_bmp!(FONT_10x18_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:30:2 [INFO] [stdout] | [INFO] [stdout] 30 | font_bmp!(FONT_6x12), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:32:2 [INFO] [stdout] | [INFO] [stdout] 32 | font_bmp!(FONT_12x24), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:37:2 [INFO] [stdout] | [INFO] [stdout] 37 | font_bmp!(FONT_6x12_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | font_bmp!(FONT_12x24_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:44:2 [INFO] [stdout] | [INFO] [stdout] 44 | font_bmp!(FONT_7x13), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:46:2 [INFO] [stdout] | [INFO] [stdout] 46 | font_bmp!(FONT_14x26), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:51:2 [INFO] [stdout] | [INFO] [stdout] 51 | font_bmp!(FONT_7x13_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | font_bmp!(FONT_14x26_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:58:2 [INFO] [stdout] | [INFO] [stdout] 58 | font_bmp!(FONT_7x14), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:60:2 [INFO] [stdout] | [INFO] [stdout] 60 | font_bmp!(FONT_14x28), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:65:2 [INFO] [stdout] | [INFO] [stdout] 65 | font_bmp!(FONT_7x14_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:67:2 [INFO] [stdout] | [INFO] [stdout] 67 | font_bmp!(FONT_14x28_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 72 | font_bmp!(FONT_8x15), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:74:2 [INFO] [stdout] | [INFO] [stdout] 74 | font_bmp!(FONT_16x30), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:79:2 [INFO] [stdout] | [INFO] [stdout] 79 | font_bmp!(FONT_8x15_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:81:2 [INFO] [stdout] | [INFO] [stdout] 81 | font_bmp!(FONT_16x30_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:86:2 [INFO] [stdout] | [INFO] [stdout] 86 | font_bmp!(FONT_8x16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 88 | font_bmp!(FONT_16x32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | font_bmp!(FONT_8x16_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:95:2 [INFO] [stdout] | [INFO] [stdout] 95 | font_bmp!(FONT_16x32_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | font_bmp!(FONT_5x9), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:100:2 [INFO] [stdout] | [INFO] [stdout] 100 | font_bmp!(FONT_10x20), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:102:2 [INFO] [stdout] | [INFO] [stdout] 102 | font_bmp!(FONT_20x40), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | font_bmp!(FONT_10x18), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:107:2 [INFO] [stdout] | [INFO] [stdout] 107 | font_bmp!(FONT_10x20_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:23:2 [INFO] [stdout] | [INFO] [stdout] 23 | font_bmp!(FONT_5x9_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:109:2 [INFO] [stdout] | [INFO] [stdout] 109 | font_bmp!(FONT_20x40_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:25:2 [INFO] [stdout] | [INFO] [stdout] 25 | font_bmp!(FONT_10x18_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:30:2 [INFO] [stdout] | [INFO] [stdout] 30 | font_bmp!(FONT_6x12), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:32:2 [INFO] [stdout] | [INFO] [stdout] 32 | font_bmp!(FONT_12x24), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:37:2 [INFO] [stdout] | [INFO] [stdout] 37 | font_bmp!(FONT_6x12_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | font_bmp!(FONT_12x24_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:44:2 [INFO] [stdout] | [INFO] [stdout] 44 | font_bmp!(FONT_7x13), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:46:2 [INFO] [stdout] | [INFO] [stdout] 46 | font_bmp!(FONT_14x26), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:51:2 [INFO] [stdout] | [INFO] [stdout] 51 | font_bmp!(FONT_7x13_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | font_bmp!(FONT_14x26_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:58:2 [INFO] [stdout] | [INFO] [stdout] 58 | font_bmp!(FONT_7x14), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:60:2 [INFO] [stdout] | [INFO] [stdout] 60 | font_bmp!(FONT_14x28), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:65:2 [INFO] [stdout] | [INFO] [stdout] 65 | font_bmp!(FONT_7x14_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:67:2 [INFO] [stdout] | [INFO] [stdout] 67 | font_bmp!(FONT_14x28_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 72 | font_bmp!(FONT_8x15), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:74:2 [INFO] [stdout] | [INFO] [stdout] 74 | font_bmp!(FONT_16x30), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:79:2 [INFO] [stdout] | [INFO] [stdout] 79 | font_bmp!(FONT_8x15_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:81:2 [INFO] [stdout] | [INFO] [stdout] 81 | font_bmp!(FONT_16x30_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:86:2 [INFO] [stdout] | [INFO] [stdout] 86 | font_bmp!(FONT_8x16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 88 | font_bmp!(FONT_16x32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | font_bmp!(FONT_8x16_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:95:2 [INFO] [stdout] | [INFO] [stdout] 95 | font_bmp!(FONT_16x32_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:100:2 [INFO] [stdout] | [INFO] [stdout] 100 | font_bmp!(FONT_10x20), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:102:2 [INFO] [stdout] | [INFO] [stdout] 102 | font_bmp!(FONT_20x40), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:107:2 [INFO] [stdout] | [INFO] [stdout] 107 | font_bmp!(FONT_10x20_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:109:2 [INFO] [stdout] | [INFO] [stdout] 109 | font_bmp!(FONT_20x40_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "cf9837fff16cc6041453ea88b501628e98d065dbb06afe05e165daec681ab2ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf9837fff16cc6041453ea88b501628e98d065dbb06afe05e165daec681ab2ea", kill_on_drop: false }` [INFO] [stdout] cf9837fff16cc6041453ea88b501628e98d065dbb06afe05e165daec681ab2ea [INFO] checking bitmap-font-0.3.0 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate bitmap-font 0.3.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate bitmap-font 0.3.0 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bitmap-font 0.3.0 [INFO] finished tweaking crates.io crate bitmap-font 0.3.0 [INFO] tweaked toml for crates.io crate bitmap-font 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdfbb469cacd85e1f6484d810ae1bc13bf685227a24e18857505456c5557e4ee [INFO] running `Command { std: "docker" "start" "-a" "bdfbb469cacd85e1f6484d810ae1bc13bf685227a24e18857505456c5557e4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdfbb469cacd85e1f6484d810ae1bc13bf685227a24e18857505456c5557e4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdfbb469cacd85e1f6484d810ae1bc13bf685227a24e18857505456c5557e4ee", kill_on_drop: false }` [INFO] [stdout] bdfbb469cacd85e1f6484d810ae1bc13bf685227a24e18857505456c5557e4ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26a8681549c7e59536b0ba68600b3322c7211790d04f79a195aba9c525636006 [INFO] running `Command { std: "docker" "start" "-a" "26a8681549c7e59536b0ba68600b3322c7211790d04f79a195aba9c525636006", kill_on_drop: false }` [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Checking micromath v2.1.0 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking embedded-graphics-core v0.4.0 [INFO] [stderr] Checking embedded-graphics v0.8.1 [INFO] [stderr] Checking bitmap-font v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | font_bmp!(FONT_5x9), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | font_bmp!(FONT_10x18), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:23:2 [INFO] [stdout] | [INFO] [stdout] 23 | font_bmp!(FONT_5x9_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:25:2 [INFO] [stdout] | [INFO] [stdout] 25 | font_bmp!(FONT_10x18_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:30:2 [INFO] [stdout] | [INFO] [stdout] 30 | font_bmp!(FONT_6x12), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:32:2 [INFO] [stdout] | [INFO] [stdout] 32 | font_bmp!(FONT_12x24), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:37:2 [INFO] [stdout] | [INFO] [stdout] 37 | font_bmp!(FONT_6x12_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | font_bmp!(FONT_12x24_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:44:2 [INFO] [stdout] | [INFO] [stdout] 44 | font_bmp!(FONT_7x13), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:46:2 [INFO] [stdout] | [INFO] [stdout] 46 | font_bmp!(FONT_14x26), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:51:2 [INFO] [stdout] | [INFO] [stdout] 51 | font_bmp!(FONT_7x13_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | font_bmp!(FONT_14x26_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:58:2 [INFO] [stdout] | [INFO] [stdout] 58 | font_bmp!(FONT_7x14), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:60:2 [INFO] [stdout] | [INFO] [stdout] 60 | font_bmp!(FONT_14x28), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:65:2 [INFO] [stdout] | [INFO] [stdout] 65 | font_bmp!(FONT_7x14_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:67:2 [INFO] [stdout] | [INFO] [stdout] 67 | font_bmp!(FONT_14x28_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 72 | font_bmp!(FONT_8x15), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:74:2 [INFO] [stdout] | [INFO] [stdout] 74 | font_bmp!(FONT_16x30), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:79:2 [INFO] [stdout] | [INFO] [stdout] 79 | font_bmp!(FONT_8x15_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:81:2 [INFO] [stdout] | [INFO] [stdout] 81 | font_bmp!(FONT_16x30_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:86:2 [INFO] [stdout] | [INFO] [stdout] 86 | font_bmp!(FONT_8x16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 88 | font_bmp!(FONT_16x32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | font_bmp!(FONT_8x16_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:95:2 [INFO] [stdout] | [INFO] [stdout] 95 | font_bmp!(FONT_16x32_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:100:2 [INFO] [stdout] | [INFO] [stdout] 100 | font_bmp!(FONT_10x20), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:102:2 [INFO] [stdout] | [INFO] [stdout] 102 | font_bmp!(FONT_20x40), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:107:2 [INFO] [stdout] | [INFO] [stdout] 107 | font_bmp!(FONT_10x20_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:109:2 [INFO] [stdout] | [INFO] [stdout] 109 | font_bmp!(FONT_20x40_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | font_bmp!(FONT_5x9), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] = note: `#[warn(out_of_scope_macro_calls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:18:2 [INFO] [stdout] | [INFO] [stdout] 18 | font_bmp!(FONT_10x18), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:23:2 [INFO] [stdout] | [INFO] [stdout] 23 | font_bmp!(FONT_5x9_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:25:2 [INFO] [stdout] | [INFO] [stdout] 25 | font_bmp!(FONT_10x18_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:30:2 [INFO] [stdout] | [INFO] [stdout] 30 | font_bmp!(FONT_6x12), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:32:2 [INFO] [stdout] | [INFO] [stdout] 32 | font_bmp!(FONT_12x24), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:37:2 [INFO] [stdout] | [INFO] [stdout] 37 | font_bmp!(FONT_6x12_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | font_bmp!(FONT_12x24_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:44:2 [INFO] [stdout] | [INFO] [stdout] 44 | font_bmp!(FONT_7x13), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:46:2 [INFO] [stdout] | [INFO] [stdout] 46 | font_bmp!(FONT_14x26), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:51:2 [INFO] [stdout] | [INFO] [stdout] 51 | font_bmp!(FONT_7x13_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | font_bmp!(FONT_14x26_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:58:2 [INFO] [stdout] | [INFO] [stdout] 58 | font_bmp!(FONT_7x14), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:60:2 [INFO] [stdout] | [INFO] [stdout] 60 | font_bmp!(FONT_14x28), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:65:2 [INFO] [stdout] | [INFO] [stdout] 65 | font_bmp!(FONT_7x14_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:67:2 [INFO] [stdout] | [INFO] [stdout] 67 | font_bmp!(FONT_14x28_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 72 | font_bmp!(FONT_8x15), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:74:2 [INFO] [stdout] | [INFO] [stdout] 74 | font_bmp!(FONT_16x30), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:79:2 [INFO] [stdout] | [INFO] [stdout] 79 | font_bmp!(FONT_8x15_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:81:2 [INFO] [stdout] | [INFO] [stdout] 81 | font_bmp!(FONT_16x30_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:86:2 [INFO] [stdout] | [INFO] [stdout] 86 | font_bmp!(FONT_8x16), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 88 | font_bmp!(FONT_16x32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | font_bmp!(FONT_8x16_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:95:2 [INFO] [stdout] | [INFO] [stdout] 95 | font_bmp!(FONT_16x32_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:100:2 [INFO] [stdout] | [INFO] [stdout] 100 | font_bmp!(FONT_10x20), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:102:2 [INFO] [stdout] | [INFO] [stdout] 102 | font_bmp!(FONT_20x40), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:107:2 [INFO] [stdout] | [INFO] [stdout] 107 | font_bmp!(FONT_10x20_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot find macro `font_bmp` in this scope [INFO] [stdout] --> src/tamzen.rs:109:2 [INFO] [stdout] | [INFO] [stdout] 109 | font_bmp!(FONT_20x40_BOLD), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124535 [INFO] [stdout] = help: import `macro_rules` with `use` to make it callable above its definition [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:220:4 [INFO] [stdout] | [INFO] [stdout] 212 | fn draw_iter(&mut self, pixel_iter: I) -> Result<(), Self::Error> [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 220 | / pixel_iter [INFO] [stdout] 221 | | .into_iter() [INFO] [stdout] 222 | | .filter(|pixel| pixel.1 == BinaryColor::On) [INFO] [stdout] 223 | | .flat_map(|pixel| PixelDoublingIterator::new(pixel, pixels).map(|pixel| Pixel(pixel.0 + offset, color))) [INFO] [stdout] | |________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:220:4 [INFO] [stdout] | [INFO] [stdout] 212 | fn draw_iter(&mut self, pixel_iter: I) -> Result<(), Self::Error> [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 220 | / pixel_iter [INFO] [stdout] 221 | | .into_iter() [INFO] [stdout] 222 | | .filter(|pixel| pixel.1 == BinaryColor::On) [INFO] [stdout] 223 | | .flat_map(|pixel| PixelDoublingIterator::new(pixel, pixels).map(|pixel| Pixel(pixel.0 + offset, color))) [INFO] [stdout] | |________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bitmap-font` (lib) due to 2 previous errors; 28 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error; 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bitmap-font` (lib test) due to 2 previous errors; 28 warnings emitted [INFO] running `Command { std: "docker" "inspect" "26a8681549c7e59536b0ba68600b3322c7211790d04f79a195aba9c525636006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26a8681549c7e59536b0ba68600b3322c7211790d04f79a195aba9c525636006", kill_on_drop: false }` [INFO] [stdout] 26a8681549c7e59536b0ba68600b3322c7211790d04f79a195aba9c525636006