[INFO] cloning repository https://github.com/dfontana/lyra-parent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dfontana/lyra-parent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfontana%2Flyra-parent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfontana%2Flyra-parent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c940003358b8d02f3008c5d6265a1e0ef4c24c9
[INFO] checking dfontana/lyra-parent against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfontana%2Flyra-parent" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dfontana/lyra-parent
[INFO] finished tweaking git repo https://github.com/dfontana/lyra-parent
[INFO] tweaked toml for git repo https://github.com/dfontana/lyra-parent written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dfontana/lyra-parent on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dfontana/lyra-parent 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" "+6284d7b4bd27983dba388146648ab844ca7d032f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa8d12bcd8bd62e28bce567722806fd8418c9684a53f802d17509950fbaadd86
[INFO] running `Command { std: "docker" "start" "-a" "fa8d12bcd8bd62e28bce567722806fd8418c9684a53f802d17509950fbaadd86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa8d12bcd8bd62e28bce567722806fd8418c9684a53f802d17509950fbaadd86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa8d12bcd8bd62e28bce567722806fd8418c9684a53f802d17509950fbaadd86", kill_on_drop: false }`
[INFO] [stdout] fa8d12bcd8bd62e28bce567722806fd8418c9684a53f802d17509950fbaadd86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a944f1e825c016167cb321a0f0617539c5b2b1098375193130c690d38adfb80
[INFO] running `Command { std: "docker" "start" "-a" "2a944f1e825c016167cb321a0f0617539c5b2b1098375193130c690d38adfb80", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]    Compiling serde_derive v1.0.199
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling target-lexicon v0.12.14
[INFO] [stderr]    Compiling winnow v0.6.7
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling bytemuck_derive v1.6.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]    Compiling wayland-backend v0.3.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]    Compiling toml_edit v0.22.12
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling wayland-scanner v0.31.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.9
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking enumflags2 v0.7.9
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gdk-sys v0.18.0
[INFO] [stderr]    Compiling zvariant_derive v3.15.2
[INFO] [stderr]     Checking async-channel v2.2.1
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rustix v0.37.27
[INFO] [stderr]     Checking blocking v1.6.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]     Checking zvariant v3.15.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking ab_glyph v0.2.25
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling zbus_macros v3.15.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking async-executor v1.11.0
[INFO] [stderr]     Checking zbus_names v2.6.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking xdg-home v1.1.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling enumn v0.1.13
[INFO] [stderr]     Checking xkeysym v0.2.0
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]    Compiling gtk-sys v0.18.0
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking polling v3.7.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking zbus v3.15.2
[INFO] [stderr]     Checking wayland-client v0.31.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking x11rb-protocol v0.13.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking wayland-cursor v0.31.1
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]     Checking emath v0.27.2 (https://github.com/dfontana/egui.git?branch=dfontana-next#83d19bb1)
[INFO] [stderr]     Checking ecolor v0.27.2 (https://github.com/dfontana/egui.git?branch=dfontana-next#83d19bb1)
[INFO] [stderr]     Checking kurbo v0.9.5
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking rustls-pki-types v1.5.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking epaint v0.27.2 (https://github.com/dfontana/egui.git?branch=dfontana-next#83d19bb1)
[INFO] [stderr]     Checking svgtypes v0.13.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]     Checking atspi-common v0.3.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking smithay-client-toolkit v0.18.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling gtk v0.18.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking raw-window-handle v0.6.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking sctk-adwaita v0.8.1
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]     Checking rctree v0.5.0
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]     Checking usvg-tree v0.37.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]     Checking atspi-proxies v0.3.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking atk v0.18.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking egui v0.27.2 (https://github.com/dfontana/egui.git?branch=dfontana-next#83d19bb1)
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking atspi-connection v0.3.0
[INFO] [stderr]     Checking atspi v0.19.0
[INFO] [stderr]     Checking rustls-webpki v0.102.3
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking accesskit_consumer v0.16.1
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]    Compiling lalrpop-util v0.19.12
[INFO] [stderr]    Compiling gtk3-macros v0.18.0
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking simplecss v0.2.1
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking data-url v0.3.1
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking imagesize v0.12.0
[INFO] [stderr]     Checking roxmltree v0.19.0
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking async-once-cell v0.5.3
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking accesskit_unix v0.6.2
[INFO] [stderr]     Checking usvg-parser v0.37.0
[INFO] [stderr]     Checking x11rb v0.13.0
[INFO] [stderr]    Compiling document-features v0.2.8
[INFO] [stderr]    Compiling lalrpop v0.19.12
[INFO] [stderr]    Compiling mime_guess2 v2.0.5
[INFO] [stderr]     Checking winit v0.29.15
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking image v0.25.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling form-macro v0.1.0 (/opt/rustwide/workdir/form-macro)
[INFO] [stderr]     Checking base64 v0.22.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking usvg v0.37.0
[INFO] [stderr]     Checking webbrowser v1.0.0
[INFO] [stderr]     Checking ureq v2.9.7
[INFO] [stderr]     Checking iterext v0.1.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking arboard v3.4.0
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking glutin v0.31.3
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]     Checking accesskit_winit v0.16.1
[INFO] [stderr]     Checking libxdo v0.6.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking rgb v0.8.37
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking egui-winit v0.27.2 (https://github.com/dfontana/egui.git?branch=dfontana-next#83d19bb1)
[INFO] [stderr]     Checking resvg v0.37.0
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     gaussian_channel(data, &d, 0, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [RGBA<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec<f64>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^ ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:64:22
[INFO] [stdout]    |
[INFO] [stdout] 64 |     gaussian_channel(data, &d, 1, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [RGBA<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec<f64>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^ ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 |     gaussian_channel(data, &d, 2, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [RGBA<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec<f64>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^ ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |     gaussian_channel(data, &d, 3, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [RGBA<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/resvg-0.37.0/src/filter/iir_blur.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn gaussian_channel(data: &mut [u8], d: &BlurData, channel: usize, buf: &mut Vec<f64>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^ ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking egui_glow v0.27.2 (https://github.com/dfontana/egui.git?branch=dfontana-next#83d19bb1)
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `resvg` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2a944f1e825c016167cb321a0f0617539c5b2b1098375193130c690d38adfb80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a944f1e825c016167cb321a0f0617539c5b2b1098375193130c690d38adfb80", kill_on_drop: false }`
[INFO] [stdout] 2a944f1e825c016167cb321a0f0617539c5b2b1098375193130c690d38adfb80
