[INFO] cloning repository https://github.com/timvisee/pixelpwnr-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timvisee/pixelpwnr-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Fpixelpwnr-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Fpixelpwnr-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 460ca84626bedadf90703178358fee72fecd449f
[INFO] checking timvisee/pixelpwnr-server/460ca84626bedadf90703178358fee72fecd449f against eff8269f797067c30555e77f160ec84c0ed15cd9 for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Fpixelpwnr-server" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/timvisee/pixelpwnr-server
[INFO] finished tweaking git repo https://github.com/timvisee/pixelpwnr-server
[INFO] tweaked toml for git repo https://github.com/timvisee/pixelpwnr-server written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/timvisee/pixelpwnr-server on toolchain eff8269f797067c30555e77f160ec84c0ed15cd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/timvisee/pixelpwnr-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/est31/glium-glyph.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.6
[INFO] [stderr]   Downloaded syn v2.0.92
[INFO] [stderr]   Downloaded pipebuf v0.2.1
[INFO] [stderr]   Downloaded clap_derive v3.2.25
[INFO] [stderr]   Downloaded orbclient v0.3.49
[INFO] [stderr]   Downloaded glium v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e
[INFO] running `Command { std: "docker" "start" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling cc v1.2.6
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling syn v2.0.92
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking glyph_brush_draw_cache v0.1.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling glium v0.36.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking glyph_brush_layout v0.2.4
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking glyph_brush v0.7.12
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking atoi v1.0.0
[INFO] [stderr]     Checking bufstream v0.1.4
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking pipebuf v0.2.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking glium-glyph v0.14.0 (https://github.com/est31/glium-glyph.git?rev=f5e0413#f5e04138)
[INFO] [stderr]     Checking pixelpwnr-render v0.1.0 (/opt/rustwide/workdir/render)
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/stats.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let bg_program = program!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             facade,
[INFO] [stdout]  59 | |             140 => {
[INFO] [stdout]  60 | |                 vertex: "
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             },
[INFO] [stdout] 111 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/stats.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let bg_program = program!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             facade,
[INFO] [stdout]  59 | |             140 => {
[INFO] [stdout]  60 | |                 vertex: "
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             },
[INFO] [stdout] 111 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/stats.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let bg_program = program!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             facade,
[INFO] [stdout]  59 | |             140 => {
[INFO] [stdout]  60 | |                 vertex: "
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             },
[INFO] [stdout] 111 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/mod.rs:382:23
[INFO] [stdout]     |
[INFO] [stdout] 382 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 383 | |             140 => {
[INFO] [stdout] 384 | |                 vertex: "
[INFO] [stdout] 385 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |             },
[INFO] [stdout] 450 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/mod.rs:382:23
[INFO] [stdout]     |
[INFO] [stdout] 382 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 383 | |             140 => {
[INFO] [stdout] 384 | |                 vertex: "
[INFO] [stdout] 385 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |             },
[INFO] [stdout] 450 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/mod.rs:382:23
[INFO] [stdout]     |
[INFO] [stdout] 382 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 383 | |             140 => {
[INFO] [stdout] 384 | |                 vertex: "
[INFO] [stdout] 385 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |             },
[INFO] [stdout] 450 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/stats.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let bg_program = program!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             facade,
[INFO] [stdout]  59 | |             140 => {
[INFO] [stdout]  60 | |                 vertex: "
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             },
[INFO] [stdout] 111 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/stats.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let bg_program = program!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             facade,
[INFO] [stdout]  59 | |             140 => {
[INFO] [stdout]  60 | |                 vertex: "
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             },
[INFO] [stdout] 111 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/stats.rs:57:26
[INFO] [stdout]     |
[INFO] [stdout]  57 |           let bg_program = program!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout]  58 | |             facade,
[INFO] [stdout]  59 | |             140 => {
[INFO] [stdout]  60 | |                 vertex: "
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             },
[INFO] [stdout] 111 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/mod.rs:382:23
[INFO] [stdout]     |
[INFO] [stdout] 382 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 383 | |             140 => {
[INFO] [stdout] 384 | |                 vertex: "
[INFO] [stdout] 385 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |             },
[INFO] [stdout] 450 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/mod.rs:382:23
[INFO] [stdout]     |
[INFO] [stdout] 382 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 383 | |             140 => {
[INFO] [stdout] 384 | |                 vertex: "
[INFO] [stdout] 385 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |             },
[INFO] [stdout] 450 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> render/src/render_glium/mod.rs:382:23
[INFO] [stdout]     |
[INFO] [stdout] 382 |           let program = program!(display,
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 383 | |             140 => {
[INFO] [stdout] 384 | |                 vertex: "
[INFO] [stdout] 385 | |                     #version 140
[INFO] [stdout] ...   |
[INFO] [stdout] 449 | |             },
[INFO] [stdout] 450 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `program`
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `$crate::program` which comes from the expansion of the macro `program` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pixelpwnr-render` (lib test) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pixelpwnr-render` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e", kill_on_drop: false }`
[INFO] [stdout] 0c7c54cc1f37e213dd2b89009c5a71efbd9386107502c558dcc96a0cbe84674e
