[INFO] cloning repository https://github.com/TesseractCat/bg3d
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TesseractCat/bg3d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTesseractCat%2Fbg3d", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTesseractCat%2Fbg3d'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1bf72108558d0e415de34e7a09a86c0e12c93aa5
[INFO] checking TesseractCat/bg3d against master#fce0e74720d199eb7839fdb51af35ac5226da178 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTesseractCat%2Fbg3d" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/TesseractCat/bg3d
[INFO] finished tweaking git repo https://github.com/TesseractCat/bg3d
[INFO] tweaked toml for git repo https://github.com/TesseractCat/bg3d written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TesseractCat/bg3d on toolchain fce0e74720d199eb7839fdb51af35ac5226da178
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TesseractCat/bg3d 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" "+fce0e74720d199eb7839fdb51af35ac5226da178" "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]  Downloading crates ...
[INFO] [stderr]   Downloaded random_color v0.8.0
[INFO] [stderr]   Downloaded mlua-sys v0.6.2
[INFO] [stderr]   Downloaded rstar v0.12.0
[INFO] [stderr]   Downloaded parry3d v0.17.0
[INFO] [stderr]   Downloaded rapier3d v0.22.0
[INFO] [stderr]   Downloaded spade v2.12.0
[INFO] [stderr]   Downloaded libz-ng-sys v1.1.16
[INFO] [stderr]   Downloaded luajit-src v210.5.7+d06beb0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78cd10f5ee234bf486b644fe771e5f9bad20ff4caaf5fca1b72d843cc9198a5d
[INFO] running `Command { std: "docker" "start" "-a" "78cd10f5ee234bf486b644fe771e5f9bad20ff4caaf5fca1b72d843cc9198a5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78cd10f5ee234bf486b644fe771e5f9bad20ff4caaf5fca1b72d843cc9198a5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78cd10f5ee234bf486b644fe771e5f9bad20ff4caaf5fca1b72d843cc9198a5d", kill_on_drop: false }`
[INFO] [stdout] 78cd10f5ee234bf486b644fe771e5f9bad20ff4caaf5fca1b72d843cc9198a5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49cc21f9628c0f3eb05481bff7a09bb6c42d1aa4d799740d7d6ee7c78fc6d240
[INFO] running `Command { std: "docker" "start" "-a" "49cc21f9628c0f3eb05481bff7a09bb6c42d1aa4d799740d7d6ee7c78fc6d240", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling libm v0.2.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking slab v0.4.4
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]     Checking bytemuck v1.9.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking safe_arch v0.6.0
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking simd-adler32 v0.3.5
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling libz-ng-sys v1.1.16
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking num-complex v0.4.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking wide v0.7.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]     Checking cpufeatures v0.2.6
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.5
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking digest v0.10.6
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking sha1 v0.10.5
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking rstar v0.12.0
[INFO] [stderr]     Checking zune-jpeg v0.4.13
[INFO] [stderr]     Checking ordered-float v4.2.2
[INFO] [stderr]     Checking url v2.3.0
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.4
[INFO] [stderr]     Checking spade v2.12.0
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling which v6.0.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling luajit-src v210.5.7+d06beb0
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking crossbeam v0.8.1
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking bstr v1.6.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling mlua-sys v0.6.2
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking urlencoding v2.1.2
[INFO] [stderr]     Checking http-range-header v0.4.0
[INFO] [stderr]     Checking bit-vec v0.7.0
[INFO] [stderr]     Checking matchit v0.7.0
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking random_color v0.8.0
[INFO] [stderr]     Checking data-url v0.1.1
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling regex v1.7.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling tokio-macros v2.0.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling gltf-derive v1.4.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling mlua_derive v0.9.3
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]     Checking nalgebra v0.33.0
[INFO] [stderr]     Checking futures-executor v0.3.17
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]     Checking serde_path_to_error v0.1.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking serde_with v1.14.0
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking tokio-util v0.7.7
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-stream v0.1.7
[INFO] [stderr]     Checking png v0.17.8
[INFO] [stderr]     Checking async-compression v0.4.9
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking gltf-json v1.4.1
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking image v0.25.2
[INFO] [stderr]     Checking gltf v1.4.1
[INFO] [stderr]     Checking parry3d v0.17.0
[INFO] [stderr]     Checking rapier3d v0.22.0
[INFO] [stderr]     Checking mlua v0.9.9
[INFO] [stderr]     Checking BG3D v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Gltf`
[INFO] [stdout]   --> src/lobby.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | use gltf::{Document, Gltf};
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Gltf`
[INFO] [stdout]   --> src/lobby.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | use gltf::{Document, Gltf};
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Gltf`
[INFO] [stdout]  --> src/gltf_ext.rs:1:55
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gltf::{buffer::Data, mesh::BoundingBox, Document, Gltf};
[INFO] [stdout]   |                                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Gltf`
[INFO] [stdout]  --> src/gltf_ext.rs:1:55
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gltf::{buffer::Data, mesh::BoundingBox, Document, Gltf};
[INFO] [stdout]   |                                                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/lobby.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn step(&mut self, send_update_pawns: bool) -> Result<(), Box<dyn Error>> {
[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 Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail
[INFO] [stdout]    --> src/lobby.rs:183:32
[INFO] [stdout]     |
[INFO] [stdout] 183 |             if let Some(res) = Self::run_lua_callback(lua, "physics", ()) {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 183 |             if let Some(res) = Self::run_lua_callback::<_, ()>(lua, "physics", ()) {
[INFO] [stdout]     |                                                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/lobby.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn step(&mut self, send_update_pawns: bool) -> Result<(), Box<dyn Error>> {
[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 Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail
[INFO] [stdout]    --> src/lobby.rs:183:32
[INFO] [stdout]     |
[INFO] [stdout] 183 |             if let Some(res) = Self::run_lua_callback(lua, "physics", ()) {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 183 |             if let Some(res) = Self::run_lua_callback::<_, ()>(lua, "physics", ()) {
[INFO] [stdout]     |                                                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/lobby.rs:378:5
[INFO] [stdout]     |
[INFO] [stdout] 378 |     pub fn chat(&mut self, user_id: UserId, content: Cow<'_, String>) -> Result<(), Box<dyn Error>> {
[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 Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail
[INFO] [stdout]    --> src/lobby.rs:384:32
[INFO] [stdout]     |
[INFO] [stdout] 384 |             if let Some(res) = Self::run_lua_callback(lua, "chat", (user_id.0, content.into_owned())) {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 384 |             if let Some(res) = Self::run_lua_callback::<_, ()>(lua, "chat", (user_id.0, content.into_owned())) {
[INFO] [stdout]     |                                                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/lobby.rs:378:5
[INFO] [stdout]     |
[INFO] [stdout] 378 |     pub fn chat(&mut self, user_id: UserId, content: Cow<'_, String>) -> Result<(), Box<dyn Error>> {
[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 Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail
[INFO] [stdout]    --> src/lobby.rs:384:32
[INFO] [stdout]     |
[INFO] [stdout] 384 |             if let Some(res) = Self::run_lua_callback(lua, "chat", (user_id.0, content.into_owned())) {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 384 |             if let Some(res) = Self::run_lua_callback::<_, ()>(lua, "chat", (user_id.0, content.into_owned())) {
[INFO] [stdout]     |                                                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/lobby.rs:844:5
[INFO] [stdout]     |
[INFO] [stdout] 844 |     pub fn register_assets(&mut self, user_id: UserId, assets: HashMap<String, String>) -> Result<(), Box<dyn Error>> {
[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 Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail
[INFO] [stdout]    --> src/lobby.rs:893:36
[INFO] [stdout]     |
[INFO] [stdout] 893 |                 if let Some(res) = Self::run_lua_callback(lua, "start", ()) {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 893 |                 if let Some(res) = Self::run_lua_callback::<_, ()>(lua, "start", ()) {
[INFO] [stdout]     |                                                          +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/lobby.rs:844:5
[INFO] [stdout]     |
[INFO] [stdout] 844 |     pub fn register_assets(&mut self, user_id: UserId, assets: HashMap<String, String>) -> Result<(), Box<dyn Error>> {
[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 Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail
[INFO] [stdout]    --> src/lobby.rs:893:36
[INFO] [stdout]     |
[INFO] [stdout] 893 |                 if let Some(res) = Self::run_lua_callback(lua, "start", ()) {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 893 |                 if let Some(res) = Self::run_lua_callback::<_, ()>(lua, "start", ()) {
[INFO] [stdout]     |                                                          +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lua`
[INFO] [stdout]    --> src/lobby.rs:316:34
[INFO] [stdout]     |
[INFO] [stdout] 316 |         method!(get_pawn: |this, lua, id: u64| {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `lua` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> src/lobby.rs:240:60
[INFO] [stdout]     |
[INFO] [stdout] 240 |                   methods.add_method_mut(stringify!($name), |$lua, $this: &mut Self, ($($argname),+): ($($argtype),+)| {
[INFO] [stdout]     |                                                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 316 | /         method!(get_pawn: |this, lua, id: u64| {
[INFO] [stdout] 317 | |             Ok(this.pawns.get(&PawnId(id)).cloned())
[INFO] [stdout] 318 | |         });
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `method` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lua`
[INFO] [stdout]    --> src/lobby.rs:316:34
[INFO] [stdout]     |
[INFO] [stdout] 316 |         method!(get_pawn: |this, lua, id: u64| {
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: `lua` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> src/lobby.rs:240:60
[INFO] [stdout]     |
[INFO] [stdout] 240 |                   methods.add_method_mut(stringify!($name), |$lua, $this: &mut Self, ($($argname),+): ($($argtype),+)| {
[INFO] [stdout]     |                                                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 316 | /         method!(get_pawn: |this, lua, id: u64| {
[INFO] [stdout] 317 | |             Ok(this.pawns.get(&PawnId(id)).cloned())
[INFO] [stdout] 318 | |         });
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `method` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scope`
[INFO] [stdout]    --> src/lobby.rs:383:46
[INFO] [stdout]     |
[INFO] [stdout] 383 |         if let Err(e) = self.lua_scope(|lua, scope, _| {
[INFO] [stdout]     |                                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_scope`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scope`
[INFO] [stdout]    --> src/lobby.rs:383:46
[INFO] [stdout]     |
[INFO] [stdout] 383 |         if let Err(e) = self.lua_scope(|lua, scope, _| {
[INFO] [stdout]     |                                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_scope`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_text` is never used
[INFO] [stdout]   --> src/user.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait Sender {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn send_text(&mut self, content: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_text` is never used
[INFO] [stdout]    --> src/user.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout]  90 | impl User {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn send_text(&self, content: String) -> Result<(), SendError<Message>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `event_receiver` is never read
[INFO] [stdout]   --> src/physics.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct PhysicsWorld {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub event_receiver: UnboundedReceiver<(CollisionEvent, Option<ContactPair>)>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_collisions` is never used
[INFO] [stdout]    --> src/physics.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl PhysicsWorld {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn get_collisions(&mut self) -> impl Iterator<Item = (CollisionEvent, Option<ContactPair>)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_text` is never used
[INFO] [stdout]   --> src/user.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait Sender {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn send_text(&mut self, content: &str) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `send_text` is never used
[INFO] [stdout]    --> src/user.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout]  90 | impl User {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn send_text(&self, content: String) -> Result<(), SendError<Message>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `event_receiver` is never read
[INFO] [stdout]   --> src/physics.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct PhysicsWorld {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub event_receiver: UnboundedReceiver<(CollisionEvent, Option<ContactPair>)>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_collisions` is never used
[INFO] [stdout]    --> src/physics.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl PhysicsWorld {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 139 |     pub fn get_collisions(&mut self) -> impl Iterator<Item = (CollisionEvent, Option<ContactPair>)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: BG3D v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "49cc21f9628c0f3eb05481bff7a09bb6c42d1aa4d799740d7d6ee7c78fc6d240", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49cc21f9628c0f3eb05481bff7a09bb6c42d1aa4d799740d7d6ee7c78fc6d240", kill_on_drop: false }`
[INFO] [stdout] 49cc21f9628c0f3eb05481bff7a09bb6c42d1aa4d799740d7d6ee7c78fc6d240
