[INFO] cloning repository https://github.com/Giraray/mofetch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Giraray/mofetch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGiraray%2Fmofetch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGiraray%2Fmofetch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bdd270649ba9cd251c76da82ea4555d7ea4ca045 [INFO] testing Giraray/mofetch against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGiraray%2Fmofetch" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Giraray/mofetch [INFO] finished tweaking git repo https://github.com/Giraray/mofetch [INFO] tweaked toml for git repo https://github.com/Giraray/mofetch written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Giraray/mofetch on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Giraray/mofetch 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee9ec0a8a535d7fcec594e3e2ece9538e0239a1a8fe9b020a976c35c9c3d0015 [INFO] running `Command { std: "docker" "start" "-a" "ee9ec0a8a535d7fcec594e3e2ece9538e0239a1a8fe9b020a976c35c9c3d0015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee9ec0a8a535d7fcec594e3e2ece9538e0239a1a8fe9b020a976c35c9c3d0015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee9ec0a8a535d7fcec594e3e2ece9538e0239a1a8fe9b020a976c35c9c3d0015", kill_on_drop: false }` [INFO] [stdout] ee9ec0a8a535d7fcec594e3e2ece9538e0239a1a8fe9b020a976c35c9c3d0015 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fef6646975928c641692f7ba23055696064e9f779b7ccb80469230ef9e487ce3 [INFO] running `Command { std: "docker" "start" "-a" "fef6646975928c641692f7ba23055696064e9f779b7ccb80469230ef9e487ce3", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling naga v25.0.1 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling codespan-reporting v0.12.0 [INFO] [stderr] Compiling wgpu-hal v25.0.2 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling renderdoc-sys v1.1.0 [INFO] [stderr] Compiling glow v0.16.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling wgpu-core v25.0.2 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling avif-serialize v0.8.5 [INFO] [stderr] Compiling wgpu v25.0.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling image-webp v0.2.3 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling zune-jpeg v0.4.20 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling numtoa v0.2.4 [INFO] [stderr] Compiling toml_writer v1.0.4 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling termion v4.0.5 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling sysinfo v0.37.0 [INFO] [stderr] Compiling lexopt v0.3.1 [INFO] [stderr] Compiling pollster v0.3.0 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [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 bytemuck v1.23.1 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.2.0 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling wgpu-types v25.0.0 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling gpu-descriptor v0.3.2 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling wgpu-core-deps-windows-linux-android v25.0.0 [INFO] [stderr] Compiling animated-ascii v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `ascii_h` [INFO] [stdout] --> src/fetch/mod.rs:131:63 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn sys_info_manager(gpu: wgpu::AdapterInfo, ascii_w: u32, ascii_h: u32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ascii_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `align_buffer_size_f` is never used [INFO] [stdout] --> src/./shaders/../utils.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn align_buffer_size_f(size: u32, align: u64) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_render_pipeline_desc` is never used [INFO] [stdout] --> src/./shaders/../utils.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ShaderConfig` is never constructed [INFO] [stdout] --> src/./shaders/../utils.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct ShaderConfig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `align_buffer_size` is never used [INFO] [stdout] --> src/./utils.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn align_buffer_size(size: u32, align: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Single`, `Double`, and `Line` are never constructed [INFO] [stdout] --> src/fetch/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | enum SpaceType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 33 | None, [INFO] [stdout] 34 | Single, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 35 | Double, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 36 | Line, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_str` is never used [INFO] [stdout] --> src/fetch/mod.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 40 | impl SpaceType { [INFO] [stdout] | -------------- method in this implementation [INFO] [stdout] 41 | fn to_str(&self) -> &'static str { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `space` is never read [INFO] [stdout] --> src/fetch/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 52 | struct InfoValuePair { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 56 | space: SpaceType, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `include_order` is never read [INFO] [stdout] --> src/fetch/config_manager.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub struct Config { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 74 | pub include_order: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/./shaders/../utils.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/./utils.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "fef6646975928c641692f7ba23055696064e9f779b7ccb80469230ef9e487ce3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fef6646975928c641692f7ba23055696064e9f779b7ccb80469230ef9e487ce3", kill_on_drop: false }` [INFO] [stdout] fef6646975928c641692f7ba23055696064e9f779b7ccb80469230ef9e487ce3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 641a27db02fb00cc80c1a55d92864ae2e1a517a3d6b43c36b67cce448a37da7c [INFO] running `Command { std: "docker" "start" "-a" "641a27db02fb00cc80c1a55d92864ae2e1a517a3d6b43c36b67cce448a37da7c", kill_on_drop: false }` [INFO] [stderr] Compiling animated-ascii v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `ascii_h` [INFO] [stdout] --> src/fetch/mod.rs:131:63 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn sys_info_manager(gpu: wgpu::AdapterInfo, ascii_w: u32, ascii_h: u32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ascii_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `align_buffer_size_f` is never used [INFO] [stdout] --> src/./shaders/../utils.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn align_buffer_size_f(size: u32, align: u64) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_render_pipeline_desc` is never used [INFO] [stdout] --> src/./shaders/../utils.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ShaderConfig` is never constructed [INFO] [stdout] --> src/./shaders/../utils.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct ShaderConfig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `align_buffer_size` is never used [INFO] [stdout] --> src/./utils.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn align_buffer_size(size: u32, align: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Single`, `Double`, and `Line` are never constructed [INFO] [stdout] --> src/fetch/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | enum SpaceType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 33 | None, [INFO] [stdout] 34 | Single, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 35 | Double, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 36 | Line, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_str` is never used [INFO] [stdout] --> src/fetch/mod.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 40 | impl SpaceType { [INFO] [stdout] | -------------- method in this implementation [INFO] [stdout] 41 | fn to_str(&self) -> &'static str { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `space` is never read [INFO] [stdout] --> src/fetch/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 52 | struct InfoValuePair { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 56 | space: SpaceType, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `include_order` is never read [INFO] [stdout] --> src/fetch/config_manager.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub struct Config { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 74 | pub include_order: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/./shaders/../utils.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/./utils.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.88s [INFO] running `Command { std: "docker" "inspect" "641a27db02fb00cc80c1a55d92864ae2e1a517a3d6b43c36b67cce448a37da7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "641a27db02fb00cc80c1a55d92864ae2e1a517a3d6b43c36b67cce448a37da7c", kill_on_drop: false }` [INFO] [stdout] 641a27db02fb00cc80c1a55d92864ae2e1a517a3d6b43c36b67cce448a37da7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0ccc2377402fc2f1fe24bebe79d085d062165b9c192cbea8fdf4ba1cadf9e8d [INFO] running `Command { std: "docker" "start" "-a" "b0ccc2377402fc2f1fe24bebe79d085d062165b9c192cbea8fdf4ba1cadf9e8d", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `ascii_h` [INFO] [stderr] --> src/fetch/mod.rs:131:63 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn sys_info_manager(gpu: wgpu::AdapterInfo, ascii_w: u32, ascii_h: u32) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ascii_h` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `align_buffer_size_f` is never used [INFO] [stderr] --> src/./shaders/../utils.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn align_buffer_size_f(size: u32, align: u64) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `create_render_pipeline_desc` is never used [INFO] [stderr] --> src/./shaders/../utils.rs:14:8 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `ShaderConfig` is never constructed [INFO] [stderr] --> src/./shaders/../utils.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | pub struct ShaderConfig { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `align_buffer_size` is never used [INFO] [stderr] --> src/./utils.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn align_buffer_size(size: u32, align: u64) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variants `Single`, `Double`, and `Line` are never constructed [INFO] [stderr] --> src/fetch/mod.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 32 | enum SpaceType { [INFO] [stderr] | --------- variants in this enum [INFO] [stderr] 33 | None, [INFO] [stderr] 34 | Single, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 35 | Double, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 36 | Line, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `to_str` is never used [INFO] [stderr] --> src/fetch/mod.rs:41:8 [INFO] [stderr] | [INFO] [stderr] 40 | impl SpaceType { [INFO] [stderr] | -------------- method in this implementation [INFO] [stderr] 41 | fn to_str(&self) -> &'static str { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `space` is never read [INFO] [stderr] --> src/fetch/mod.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 52 | struct InfoValuePair { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 56 | space: SpaceType, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `include_order` is never read [INFO] [stderr] --> src/fetch/config_manager.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 73 | pub struct Config { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] 74 | pub include_order: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/./shaders/../utils.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/./utils.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 14 | pub fn create_render_pipeline_desc(module: &wgpu::ShaderModule) -> wgpu::RenderPipelineDescriptor<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `animated-ascii` (bin "animated-ascii" test) generated 11 warnings (run `cargo fix --bin "animated-ascii" -p animated-ascii --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/animated_ascii-15fcd4696229d44c) [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" "b0ccc2377402fc2f1fe24bebe79d085d062165b9c192cbea8fdf4ba1cadf9e8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0ccc2377402fc2f1fe24bebe79d085d062165b9c192cbea8fdf4ba1cadf9e8d", kill_on_drop: false }` [INFO] [stdout] b0ccc2377402fc2f1fe24bebe79d085d062165b9c192cbea8fdf4ba1cadf9e8d