[INFO] fetching crate bitmap-font 0.3.0...
[INFO] testing bitmap-font-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bitmap-font 0.3.0 into /workspace/builds/worker-1-tc2/source
[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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bitmap-font 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 333135d83db06c65b66787ae39633d183feff19ef7531f97a082753d1d2aa694
[INFO] running `Command { std: "docker" "start" "-a" "333135d83db06c65b66787ae39633d183feff19ef7531f97a082753d1d2aa694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "333135d83db06c65b66787ae39633d183feff19ef7531f97a082753d1d2aa694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "333135d83db06c65b66787ae39633d183feff19ef7531f97a082753d1d2aa694", kill_on_drop: false }`
[INFO] [stdout] 333135d83db06c65b66787ae39633d183feff19ef7531f97a082753d1d2aa694
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef6ae99f40f1ed49346f31c311b7425cea53da178a04125ad422ae39c67d42b1
[INFO] running `Command { std: "docker" "start" "-a" "ef6ae99f40f1ed49346f31c311b7425cea53da178a04125ad422ae39c67d42b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling micromath v2.1.0
[INFO] [stderr]    Compiling embedded-graphics-core v0.4.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling embedded-graphics v0.8.1
[INFO] [stderr]    Compiling bitmap-font v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:16:2
[INFO] [stdout]    |
[INFO] [stdout] 16 |     font_bmp!(FONT_5x9),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout]    = note: `#[deny(out_of_scope_macro_calls)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 18 |     font_bmp!(FONT_10x18),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:23:2
[INFO] [stdout]    |
[INFO] [stdout] 23 |     font_bmp!(FONT_5x9_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:25:2
[INFO] [stdout]    |
[INFO] [stdout] 25 |     font_bmp!(FONT_10x18_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:30:2
[INFO] [stdout]    |
[INFO] [stdout] 30 |     font_bmp!(FONT_6x12),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:32:2
[INFO] [stdout]    |
[INFO] [stdout] 32 |     font_bmp!(FONT_12x24),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:37:2
[INFO] [stdout]    |
[INFO] [stdout] 37 |     font_bmp!(FONT_6x12_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:39:2
[INFO] [stdout]    |
[INFO] [stdout] 39 |     font_bmp!(FONT_12x24_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:44:2
[INFO] [stdout]    |
[INFO] [stdout] 44 |     font_bmp!(FONT_7x13),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:46:2
[INFO] [stdout]    |
[INFO] [stdout] 46 |     font_bmp!(FONT_14x26),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:51:2
[INFO] [stdout]    |
[INFO] [stdout] 51 |     font_bmp!(FONT_7x13_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:53:2
[INFO] [stdout]    |
[INFO] [stdout] 53 |     font_bmp!(FONT_14x26_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     font_bmp!(FONT_7x14),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:60:2
[INFO] [stdout]    |
[INFO] [stdout] 60 |     font_bmp!(FONT_14x28),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:65:2
[INFO] [stdout]    |
[INFO] [stdout] 65 |     font_bmp!(FONT_7x14_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:67:2
[INFO] [stdout]    |
[INFO] [stdout] 67 |     font_bmp!(FONT_14x28_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:72:2
[INFO] [stdout]    |
[INFO] [stdout] 72 |     font_bmp!(FONT_8x15),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:74:2
[INFO] [stdout]    |
[INFO] [stdout] 74 |     font_bmp!(FONT_16x30),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 |     font_bmp!(FONT_8x15_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:81:2
[INFO] [stdout]    |
[INFO] [stdout] 81 |     font_bmp!(FONT_16x30_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:86:2
[INFO] [stdout]    |
[INFO] [stdout] 86 |     font_bmp!(FONT_8x16),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:88:2
[INFO] [stdout]    |
[INFO] [stdout] 88 |     font_bmp!(FONT_16x32),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:93:2
[INFO] [stdout]    |
[INFO] [stdout] 93 |     font_bmp!(FONT_8x16_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]   --> src/tamzen.rs:95:2
[INFO] [stdout]    |
[INFO] [stdout] 95 |     font_bmp!(FONT_16x32_BOLD),
[INFO] [stdout]    |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]    = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]    --> src/tamzen.rs:100:2
[INFO] [stdout]     |
[INFO] [stdout] 100 |     font_bmp!(FONT_10x20),
[INFO] [stdout]     |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]     = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]    --> src/tamzen.rs:102:2
[INFO] [stdout]     |
[INFO] [stdout] 102 |     font_bmp!(FONT_20x40),
[INFO] [stdout]     |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]     = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]    --> src/tamzen.rs:107:2
[INFO] [stdout]     |
[INFO] [stdout] 107 |     font_bmp!(FONT_10x20_BOLD),
[INFO] [stdout]     |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]     = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `font_bmp` in the current scope when looking from module `tamzen`
[INFO] [stdout]    --> src/tamzen.rs:109:2
[INFO] [stdout]     |
[INFO] [stdout] 109 |     font_bmp!(FONT_20x40_BOLD),
[INFO] [stdout]     |     ^^^^^^^^ not found from module `tamzen`
[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 <https://github.com/rust-lang/rust/issues/124535>
[INFO] [stdout]     = help: import `macro_rules` with `use` to make it callable above its definition
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitmap-font` (lib) due to 56 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ef6ae99f40f1ed49346f31c311b7425cea53da178a04125ad422ae39c67d42b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef6ae99f40f1ed49346f31c311b7425cea53da178a04125ad422ae39c67d42b1", kill_on_drop: false }`
[INFO] [stdout] ef6ae99f40f1ed49346f31c311b7425cea53da178a04125ad422ae39c67d42b1
