Skip to content

Add AlphaMode and transparency #799

Add AlphaMode and transparency

Add AlphaMode and transparency #799

Triggered via pull request January 24, 2026 00:08
Status Failure
Total duration 5m 51s
Artifacts

ci.yml

on: pull_request
Tidy Code
20s
Tidy Code
Matrix: MSRV
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

55 errors
Tests (nightly, aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.
Tests (nightly, aarch64-apple-darwin, macos-latest): src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-darwin, macos-latest): src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-darwin, macos-latest): src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-darwin, macos-latest): src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (stable, aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.
Tests (stable, aarch64-apple-darwin, macos-latest): src/pixel.rs#L15
unresolved link to `AlphaMode::Opaque`
Tests (stable, aarch64-apple-darwin, macos-latest): src/format.rs#L9
unresolved link to `Self::Rgbx`
Tests (stable, aarch64-apple-darwin, macos-latest): src/format.rs#L8
unresolved link to `Self::Bgrx`
Tests (stable, i686-pc-windows-msvc, windows-latest)
Process completed with exit code 101.
Tests (stable, i686-pc-windows-msvc, windows-latest): src/pixel.rs#L15
unresolved link to `AlphaMode::Opaque`
Tests (stable, i686-pc-windows-msvc, windows-latest): src/format.rs#L9
unresolved link to `Self::Rgbx`
Tests (stable, i686-pc-windows-msvc, windows-latest): src/format.rs#L8
unresolved link to `Self::Bgrx`
Tests (nightly, i686-pc-windows-msvc, windows-latest)
Process completed with exit code 101.
Tests (nightly, i686-pc-windows-msvc, windows-latest): src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, i686-pc-windows-msvc, windows-latest): src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, i686-pc-windows-msvc, windows-latest): src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, i686-pc-windows-msvc, windows-latest): src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-ios-macabi, macos-latest)
Process completed with exit code 101.
Tests (nightly, aarch64-apple-ios-macabi, macos-latest): src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-ios-macabi, macos-latest): src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-ios-macabi, macos-latest): src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, aarch64-apple-ios-macabi, macos-latest): src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-unknown-linux-gnu, ubuntu-latest)
Process completed with exit code 101.
Tests (nightly, x86_64-unknown-linux-gnu, ubuntu-latest): src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-unknown-linux-gnu, ubuntu-latest): src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-unknown-linux-gnu, ubuntu-latest): src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-unknown-linux-gnu, ubuntu-latest): src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 101.
Tests (nightly, x86_64-pc-windows-msvc, windows-latest): src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-pc-windows-msvc, windows-latest): src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-pc-windows-msvc, windows-latest): src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, x86_64-pc-windows-msvc, windows-latest): src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (stable, x86_64-unknown-linux-gnu, ubuntu-latest)
Process completed with exit code 101.
Tests (stable, x86_64-unknown-linux-gnu, ubuntu-latest): src/pixel.rs#L15
unresolved link to `AlphaMode::Opaque`
Tests (stable, x86_64-unknown-linux-gnu, ubuntu-latest): src/format.rs#L9
unresolved link to `Self::Rgbx`
Tests (stable, x86_64-unknown-linux-gnu, ubuntu-latest): src/format.rs#L8
unresolved link to `Self::Bgrx`
Tests (stable, x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 101.
Tests (stable, x86_64-pc-windows-msvc, windows-latest): src/pixel.rs#L15
unresolved link to `AlphaMode::Opaque`
Tests (stable, x86_64-pc-windows-msvc, windows-latest): src/format.rs#L9
unresolved link to `Self::Rgbx`
Tests (stable, x86_64-pc-windows-msvc, windows-latest): src/format.rs#L8
unresolved link to `Self::Bgrx`
Tests (stable, wasm32-unknown-unknown, ubuntu-latest)
Process completed with exit code 101.
Tests (stable, wasm32-unknown-unknown, ubuntu-latest): src/pixel.rs#L15
unresolved link to `AlphaMode::Opaque`
Tests (stable, wasm32-unknown-unknown, ubuntu-latest): src/format.rs#L9
unresolved link to `Self::Rgbx`
Tests (stable, wasm32-unknown-unknown, ubuntu-latest): src/format.rs#L8
unresolved link to `Self::Bgrx`
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest)
Process completed with exit code 101.
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest): src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest): src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest): src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest): src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest, -Zbuild-std=panic_abort,std, -Ctarget-feat...: src/pixel.rs#L61
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest, -Zbuild-std=panic_abort,std, -Ctarget-feat...: src/pixel.rs#L60
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest, -Zbuild-std=panic_abort,std, -Ctarget-feat...: src/pixel.rs#L46
no variant or associated item named `Rgbx` found for enum `PixelFormat` in the current scope
Tests (nightly, wasm32-unknown-unknown, ubuntu-latest, -Zbuild-std=panic_abort,std, -Ctarget-feat...: src/pixel.rs#L45
no variant or associated item named `Bgrx` found for enum `PixelFormat` in the current scope