[INFO] cloning repository https://github.com/OmarDevX/Mandelbrot-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OmarDevX/Mandelbrot-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmarDevX%2FMandelbrot-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmarDevX%2FMandelbrot-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff2642811ad671ee204c0cb9ea7e8cfe8c39835f [INFO] testing OmarDevX/Mandelbrot-rs against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmarDevX%2FMandelbrot-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/OmarDevX/Mandelbrot-rs on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/OmarDevX/Mandelbrot-rs [INFO] finished tweaking git repo https://github.com/OmarDevX/Mandelbrot-rs [INFO] tweaked toml for git repo https://github.com/OmarDevX/Mandelbrot-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/OmarDevX/Mandelbrot-rs 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded c_vec v2.0.0 [INFO] [stderr] Downloaded egui_demo_lib v0.27.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 617614a42213c561642caf8e1f35a3348b73429356d13f3e971d6620d3b82c8b [INFO] running `Command { std: "docker" "start" "-a" "617614a42213c561642caf8e1f35a3348b73429356d13f3e971d6620d3b82c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "617614a42213c561642caf8e1f35a3348b73429356d13f3e971d6620d3b82c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "617614a42213c561642caf8e1f35a3348b73429356d13f3e971d6620d3b82c8b", kill_on_drop: false }` [INFO] [stdout] 617614a42213c561642caf8e1f35a3348b73429356d13f3e971d6620d3b82c8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc8b42accb4ebb3c2b2dbc7ed170f8a64da44042d28da600d388e2d38e9620d9 [INFO] running `Command { std: "docker" "start" "-a" "fc8b42accb4ebb3c2b2dbc7ed170f8a64da44042d28da600d388e2d38e9620d9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling ttf-parser v0.24.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling cc v1.1.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling rustc-serialize v0.3.25 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling emath v0.17.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling atomic_refcell v0.1.13 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling sdl2 v0.37.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling sdl2-sys v0.37.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling owned_ttf_parser v0.24.0 [INFO] [stderr] Compiling glm v0.2.3 [INFO] [stderr] Compiling ab_glyph v0.2.28 [INFO] [stderr] Compiling epaint v0.17.0 [INFO] [stderr] Compiling egui v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling epi v0.17.0 [INFO] [stderr] Compiling emath v0.27.2 [INFO] [stderr] Compiling ecolor v0.27.2 [INFO] [stderr] Compiling epaint v0.27.2 [INFO] [stderr] Compiling egui v0.27.2 [INFO] [stderr] Compiling egui_sdl2_gl v0.27.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `epi::*` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use epi::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `os::unix::raw::time_t` [INFO] [stdout] --> src/main.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{fs, os::unix::raw::time_t, sync::Arc, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Vec3`, `Vector3`, and `vec3` [INFO] [stdout] --> src/main.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | use glm::{vec3, Vec3, Vector3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sys::u_int` [INFO] [stdout] --> src/main.rs:20:79 [INFO] [stdout] | [INFO] [stdout] 20 | use sdl2::{event::WindowEvent, keyboard::Keycode, mouse::MouseWheelDirection, sys::u_int}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TWITTER` [INFO] [stdout] --> src/window_manager/window_manager.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | use egui::special_emojis::{GITHUB, TWITTER}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `*` [INFO] [stdout] --> src/main.rs:27:76 [INFO] [stdout] | [INFO] [stdout] 27 | use window_manager::{window_manager::windows::{MainWindow, SandboxWindow}, *}; [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::os::unix::raw::time_t`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stdout] --> src/main.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{fs, os::unix::raw::time_t, sync::Arc, time::Instant}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `delta_time` [INFO] [stdout] --> src/main.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | let delta_time: f32 = now.duration_since(last_frame_time).as_secs_f32(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repaint_after` [INFO] [stdout] --> src/main.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | let repaint_after = viewport_output [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repaint_after` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/main.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | texture = unsafe { create_texture(SCREEN_WIDTH, SCREEN_HEIGHT)} [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `ui` and `get_sandbox_window` are never used [INFO] [stdout] --> src/window_manager/window_manager.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 53 | impl<'a> MainWindow<'a> { [INFO] [stdout] | ----------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn ui(&mut self, ctx: &egui::Context) { [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn get_sandbox_window(&self) -> &SandboxWindow { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `SCREEN_WIDTH` should have a snake case name [INFO] [stdout] --> src/main.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let mut SCREEN_WIDTH = 1280; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `screen_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `SCREEN_HEIGHT` should have a snake case name [INFO] [stdout] --> src/main.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | let mut SCREEN_HEIGHT = 700; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `screen_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "fc8b42accb4ebb3c2b2dbc7ed170f8a64da44042d28da600d388e2d38e9620d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc8b42accb4ebb3c2b2dbc7ed170f8a64da44042d28da600d388e2d38e9620d9", kill_on_drop: false }` [INFO] [stdout] fc8b42accb4ebb3c2b2dbc7ed170f8a64da44042d28da600d388e2d38e9620d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 846fa37cbb1588d51f7f82592ed41af02e6c78717f244ff9272ed37fffc11449 [INFO] running `Command { std: "docker" "start" "-a" "846fa37cbb1588d51f7f82592ed41af02e6c78717f244ff9272ed37fffc11449", kill_on_drop: false }` [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling unicode_names2 v0.6.0 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling egui_plot v0.27.2 [INFO] [stderr] Compiling mime_guess2 v2.0.5 [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling egui_extras v0.27.2 [INFO] [stderr] Compiling egui_demo_lib v0.27.2 [INFO] [stderr] Compiling egui_sdl2_gl v0.27.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `epi::*` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use epi::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `os::unix::raw::time_t` [INFO] [stdout] --> src/main.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{fs, os::unix::raw::time_t, sync::Arc, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Vec3`, `Vector3`, and `vec3` [INFO] [stdout] --> src/main.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | use glm::{vec3, Vec3, Vector3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sys::u_int` [INFO] [stdout] --> src/main.rs:20:79 [INFO] [stdout] | [INFO] [stdout] 20 | use sdl2::{event::WindowEvent, keyboard::Keycode, mouse::MouseWheelDirection, sys::u_int}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TWITTER` [INFO] [stdout] --> src/window_manager/window_manager.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | use egui::special_emojis::{GITHUB, TWITTER}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `*` [INFO] [stdout] --> src/main.rs:27:76 [INFO] [stdout] | [INFO] [stdout] 27 | use window_manager::{window_manager::windows::{MainWindow, SandboxWindow}, *}; [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::os::unix::raw::time_t`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stdout] --> src/main.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{fs, os::unix::raw::time_t, sync::Arc, time::Instant}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `delta_time` [INFO] [stdout] --> src/main.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | let delta_time: f32 = now.duration_since(last_frame_time).as_secs_f32(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repaint_after` [INFO] [stdout] --> src/main.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | let repaint_after = viewport_output [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repaint_after` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/main.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | texture = unsafe { create_texture(SCREEN_WIDTH, SCREEN_HEIGHT)} [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `ui` and `get_sandbox_window` are never used [INFO] [stdout] --> src/window_manager/window_manager.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 53 | impl<'a> MainWindow<'a> { [INFO] [stdout] | ----------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn ui(&mut self, ctx: &egui::Context) { [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn get_sandbox_window(&self) -> &SandboxWindow { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `SCREEN_WIDTH` should have a snake case name [INFO] [stdout] --> src/main.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let mut SCREEN_WIDTH = 1280; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `screen_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `SCREEN_HEIGHT` should have a snake case name [INFO] [stdout] --> src/main.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | let mut SCREEN_HEIGHT = 700; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `screen_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.84s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "846fa37cbb1588d51f7f82592ed41af02e6c78717f244ff9272ed37fffc11449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "846fa37cbb1588d51f7f82592ed41af02e6c78717f244ff9272ed37fffc11449", kill_on_drop: false }` [INFO] [stdout] 846fa37cbb1588d51f7f82592ed41af02e6c78717f244ff9272ed37fffc11449 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8286d893dce892b8e801f64a4e2869dfab8f10947d8763c59a950dace50c09cb [INFO] running `Command { std: "docker" "start" "-a" "8286d893dce892b8e801f64a4e2869dfab8f10947d8763c59a950dace50c09cb", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `epi::*` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use epi::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `os::unix::raw::time_t` [INFO] [stderr] --> src/main.rs:14:15 [INFO] [stderr] | [INFO] [stderr] 14 | use std::{fs, os::unix::raw::time_t, sync::Arc, time::Instant}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Vec3`, `Vector3`, and `vec3` [INFO] [stderr] --> src/main.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | use glm::{vec3, Vec3, Vector3}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sys::u_int` [INFO] [stderr] --> src/main.rs:20:79 [INFO] [stderr] | [INFO] [stderr] 20 | use sdl2::{event::WindowEvent, keyboard::Keycode, mouse::MouseWheelDirection, sys::u_int}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `TWITTER` [INFO] [stderr] --> src/window_manager/window_manager.rs:74:56 [INFO] [stderr] | [INFO] [stderr] 74 | use egui::special_emojis::{GITHUB, TWITTER}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `*` [INFO] [stderr] --> src/main.rs:27:76 [INFO] [stderr] | [INFO] [stderr] 27 | use window_manager::{window_manager::windows::{MainWindow, SandboxWindow}, *}; [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::os::unix::raw::time_t`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions [INFO] [stderr] --> src/main.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | use std::{fs, os::unix::raw::time_t, sync::Arc, time::Instant}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `delta_time` [INFO] [stderr] --> src/main.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | let delta_time: f32 = now.duration_since(last_frame_time).as_secs_f32(); [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `repaint_after` [INFO] [stderr] --> src/main.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | let repaint_after = viewport_output [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repaint_after` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/main.rs:197:31 [INFO] [stderr] | [INFO] [stderr] 197 | texture = unsafe { create_texture(SCREEN_WIDTH, SCREEN_HEIGHT)} [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] [INFO] [stderr] warning: methods `ui` and `get_sandbox_window` are never used [INFO] [stderr] --> src/window_manager/window_manager.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 53 | impl<'a> MainWindow<'a> { [INFO] [stderr] | ----------------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 61 | pub fn ui(&mut self, ctx: &egui::Context) { [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 112 | pub fn get_sandbox_window(&self) -> &SandboxWindow { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `SCREEN_WIDTH` should have a snake case name [INFO] [stderr] --> src/main.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | let mut SCREEN_WIDTH = 1280; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `screen_width` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `SCREEN_HEIGHT` should have a snake case name [INFO] [stderr] --> src/main.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | let mut SCREEN_HEIGHT = 700; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `screen_height` [INFO] [stderr] [INFO] [stderr] warning: `egui_sdl2_gl` (bin "egui_sdl2_gl" test) generated 13 warnings (run `cargo fix --bin "egui_sdl2_gl" --tests` to apply 6 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/egui_sdl2_gl-7da2d1b81185669b) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/egui_sdl2_gl-5b7b6c59e2db7825) [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] [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] [stderr] Doc-tests egui_sdl2_gl [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" "8286d893dce892b8e801f64a4e2869dfab8f10947d8763c59a950dace50c09cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8286d893dce892b8e801f64a4e2869dfab8f10947d8763c59a950dace50c09cb", kill_on_drop: false }` [INFO] [stdout] 8286d893dce892b8e801f64a4e2869dfab8f10947d8763c59a950dace50c09cb