[INFO] cloning repository https://github.com/CapybaraLord/Mocha [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CapybaraLord/Mocha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCapybaraLord%2FMocha", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCapybaraLord%2FMocha'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0144827dcd5ff44d90ab964faf12447febbb7763 [INFO] testing CapybaraLord/Mocha against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCapybaraLord%2FMocha" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/CapybaraLord/Mocha [INFO] finished tweaking git repo https://github.com/CapybaraLord/Mocha [INFO] tweaked toml for git repo https://github.com/CapybaraLord/Mocha written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/CapybaraLord/Mocha on toolchain 9f93af291970322f4f1c6315ccde4d7078201159 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/CapybaraLord/Mocha 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4f2479bdfeb994f77bbdf016a1495955584f168e0e4d338344e7802f5e29e77 [INFO] running `Command { std: "docker" "start" "-a" "d4f2479bdfeb994f77bbdf016a1495955584f168e0e4d338344e7802f5e29e77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4f2479bdfeb994f77bbdf016a1495955584f168e0e4d338344e7802f5e29e77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4f2479bdfeb994f77bbdf016a1495955584f168e0e4d338344e7802f5e29e77", kill_on_drop: false }` [INFO] [stdout] d4f2479bdfeb994f77bbdf016a1495955584f168e0e4d338344e7802f5e29e77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b0ecffe4cc933a78c10448737ee0b378a45b92a40e28950e6fe90a8ba46a829 [INFO] running `Command { std: "docker" "start" "-a" "1b0ecffe4cc933a78c10448737ee0b378a45b92a40e28950e6fe90a8ba46a829", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling xml-rs v0.8.27 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling wayland-client v0.31.11 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling wayland-sys v0.31.7 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Compiling xkeysym v0.2.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling cursor-icon v1.2.0 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling xcursor v0.3.10 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling glutin_egl_sys v0.7.1 [INFO] [stderr] Compiling glutin_glx_sys v0.6.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling wayland-backend v0.3.11 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling wayland-scanner v0.31.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling memmap2 v0.9.7 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.9 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling winit v0.30.12 [INFO] [stderr] Compiling glutin v0.32.3 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling owned_ttf_parser v0.25.1 [INFO] [stderr] Compiling ab_glyph v0.2.31 [INFO] [stderr] Compiling as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling glutin-winit v0.5.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling dpi v0.1.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling image-webp v0.2.3 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling zune-jpeg v0.4.20 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling glam v0.30.5 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling polling v3.10.0 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling calloop v0.13.0 [INFO] [stderr] Compiling wayland-protocols v0.32.9 [INFO] [stderr] Compiling wayland-cursor v0.31.11 [INFO] [stderr] Compiling calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.9 [INFO] [stderr] Compiling wayland-protocols-plasma v0.3.9 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling sctk-adwaita v0.10.1 [INFO] [stderr] Compiling mocha v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Event` and `WindowEvent` [INFO] [stdout] --> src/main.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | event::{Event, WindowEvent}, [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `dpi::Position` and `event::MouseButton` [INFO] [stdout] --> src/camera.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winit::{dpi::Position, event::MouseButton, keyboard::KeyCode}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/camera.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | input::{self, Input}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/game.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{path::Path, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `vec2` [INFO] [stdout] --> src/game.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use glam::{vec2, vec3, vec4, Mat4, Quat, Vec3}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Input` and `self` [INFO] [stdout] --> src/game.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | input::{self, Input}, [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Window` and `self` [INFO] [stdout] --> src/input.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | window::{self, Window}, [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `game::Game` [INFO] [stdout] --> src/renderer.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | game::Game, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Mat4` [INFO] [stdout] --> src/transform.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use glam::{Mat4, Quat, Vec3}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `textures` is never read [INFO] [stdout] --> src/game.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Game { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 28 | textures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `vbo` is never read [INFO] [stdout] --> src/mesh.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Mesh { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 9 | vao: VAO, [INFO] [stdout] 10 | vbo: VBO, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s [INFO] running `Command { std: "docker" "inspect" "1b0ecffe4cc933a78c10448737ee0b378a45b92a40e28950e6fe90a8ba46a829", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b0ecffe4cc933a78c10448737ee0b378a45b92a40e28950e6fe90a8ba46a829", kill_on_drop: false }` [INFO] [stdout] 1b0ecffe4cc933a78c10448737ee0b378a45b92a40e28950e6fe90a8ba46a829 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c55e85d206ecefc025bbd84dc262d9705519078eec4d0769e0eea56670ce48b4 [INFO] running `Command { std: "docker" "start" "-a" "c55e85d206ecefc025bbd84dc262d9705519078eec4d0769e0eea56670ce48b4", kill_on_drop: false }` [INFO] [stderr] Compiling mocha v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Event` and `WindowEvent` [INFO] [stdout] --> src/main.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | event::{Event, WindowEvent}, [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `dpi::Position` and `event::MouseButton` [INFO] [stdout] --> src/camera.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winit::{dpi::Position, event::MouseButton, keyboard::KeyCode}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/camera.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | input::{self, Input}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/game.rs:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{path::Path, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `vec2` [INFO] [stdout] --> src/game.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use glam::{vec2, vec3, vec4, Mat4, Quat, Vec3}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Input` and `self` [INFO] [stdout] --> src/game.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | input::{self, Input}, [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Window` and `self` [INFO] [stdout] --> src/input.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | window::{self, Window}, [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `game::Game` [INFO] [stdout] --> src/renderer.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | game::Game, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Mat4` [INFO] [stdout] --> src/transform.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use glam::{Mat4, Quat, Vec3}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `textures` is never read [INFO] [stdout] --> src/game.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Game { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 28 | textures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `vbo` is never read [INFO] [stdout] --> src/mesh.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct Mesh { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 9 | vao: VAO, [INFO] [stdout] 10 | vbo: VBO, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "c55e85d206ecefc025bbd84dc262d9705519078eec4d0769e0eea56670ce48b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c55e85d206ecefc025bbd84dc262d9705519078eec4d0769e0eea56670ce48b4", kill_on_drop: false }` [INFO] [stdout] c55e85d206ecefc025bbd84dc262d9705519078eec4d0769e0eea56670ce48b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d669e69a9420745a67106977f11c3e05aaba6160e3b5afb039e17b5c1c12f97b [INFO] running `Command { std: "docker" "start" "-a" "d669e69a9420745a67106977f11c3e05aaba6160e3b5afb039e17b5c1c12f97b", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Event` and `WindowEvent` [INFO] [stderr] --> src/main.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | event::{Event, WindowEvent}, [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `dpi::Position` and `event::MouseButton` [INFO] [stderr] --> src/camera.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winit::{dpi::Position, event::MouseButton, keyboard::KeyCode}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/camera.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | input::{self, Input}, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `time::Instant` [INFO] [stderr] --> src/game.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{path::Path, time::Instant}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Mat4` and `vec2` [INFO] [stderr] --> src/game.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use glam::{vec2, vec3, vec4, Mat4, Quat, Vec3}; [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Input` and `self` [INFO] [stderr] --> src/game.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | input::{self, Input}, [INFO] [stderr] | ^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Window` and `self` [INFO] [stderr] --> src/input.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | window::{self, Window}, [INFO] [stderr] | ^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `game::Game` [INFO] [stderr] --> src/renderer.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | game::Game, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Mat4` [INFO] [stderr] --> src/transform.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | use glam::{Mat4, Quat, Vec3}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `textures` is never read [INFO] [stderr] --> src/game.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Game { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] ... [INFO] [stderr] 28 | textures: Vec, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `vbo` is never read [INFO] [stderr] --> src/mesh.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct Mesh { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] 9 | vao: VAO, [INFO] [stderr] 10 | vbo: VBO, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `mocha` (bin "mocha" test) generated 11 warnings (run `cargo fix --bin "mocha" -p mocha --tests` to apply 9 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mocha-18f465d7064f2855) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d669e69a9420745a67106977f11c3e05aaba6160e3b5afb039e17b5c1c12f97b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d669e69a9420745a67106977f11c3e05aaba6160e3b5afb039e17b5c1c12f97b", kill_on_drop: false }` [INFO] [stdout] d669e69a9420745a67106977f11c3e05aaba6160e3b5afb039e17b5c1c12f97b