Skip to content

multimedia/rav1e:New Maintainer;updated to verison 0.8.1 - #16996

Closed
lecramyajiv wants to merge 2 commits into
SlackBuildsOrg:check-cargo-cfrom
lecramyajiv:rav1e
Closed

multimedia/rav1e:New Maintainer;updated to verison 0.8.1#16996
lecramyajiv wants to merge 2 commits into
SlackBuildsOrg:check-cargo-cfrom
lecramyajiv:rav1e

Conversation

@lecramyajiv

Copy link
Copy Markdown
Contributor

New Maintainer;updated to verison 0.8.1

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

reverse dependencies - multimedia/rav1e

None

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

✅ sbolint - multimedia/rav1e ✅

sbolint: rav1e checks out OK

@lecramyajiv

Copy link
Copy Markdown
Contributor Author

@sbo-bot: build multimedia/rav1e

@lecramyajiv lecramyajiv changed the title New Maintainer;updated to verison 0.8.1 multimedia/rav1e:New Maintainer;updated to verison 0.8.1 Aug 6, 2026
@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        09:03:46
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (update for version 0.8.1)
  development/cargo-c (update for version 0.10.4)
    development/rust-opt (ok)

Building development/cargo-c (update for version 0.10.4) -------------- 09:03:46
Testing SlackBuild files ... done.
Removing old source files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
Running cargo-c.SlackBuild ...                                      ETA 09:08:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./cargo-c.SlackBuild
Build time 354 sec, peak load 10.64, peak memory 1051M, peak tmp 2035M
Built ok:  cargo-c-0.10.4-i686-2_SBo.txz                                09:10:22
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-i686-2_SBo.txz ... done.
Test installing cargo-c-0.10.4-i686-2_SBo.txz ...
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Unmounting chroot ... done.
Backed up: cargo-c-0.10.24-i686-1_SBo.txz
✅ development/cargo-c Updated for version 0.10.4 ✅

Building multimedia/rav1e (update for version 0.8.1) ------------------ 09:10:28
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Running rav1e.SlackBuild ...                                        ETA 09:13:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
Build time 162 sec, peak load 8.40, peak memory 550M, peak tmp 2811M
Built ok:  rav1e-0.8.1-i686-1_SBo.txz                                   09:13:31
Testing package rav1e-0.8.1-i686-1_SBo.txz ... done.
Test installing rav1e-0.8.1-i686-1_SBo.txz ...
rav1e-0.8.1-i686-1_SBo: AV1 encoder .................................... [  57M]
Unmounting chroot ... done.
Backed up: rav1e-0.7.1-i686-14_SBo.txz
✅ multimedia/rav1e Updated for version 0.8.1 ✅

================================================================================
SUMMARY                                                                 09:13:36
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_09:03:45.log
Runtime:     0h 9m 51s
Updated:     2
  development/cargo-c/cargo-c-0.10.4-i686-2_SBo.txz
  multimedia/rav1e/rav1e-0.8.1-i686-1_SBo.txz
Warnings:    1
  development/cargo-c: Files/directories were modified in the chroot

Snipped Build Log

Details
consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 43.02s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling shlex v1.3.0
   Compiling litemap v0.8.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling icu_normalizer_data v2.0.0
   Compiling pkg-config v0.3.32
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling utf8_iter v1.0.4
   Compiling rayon-core v1.12.1
   Compiling memchr v2.7.5
   Compiling either v1.15.0
   Compiling rustix v1.0.7
   Compiling percent-encoding v2.3.1
   Compiling utf8parse v0.2.2
   Compiling linux-raw-sys v0.9.4
   Compiling bitflags v2.9.1
   Compiling form_urlencoded v1.2.1
   Compiling num-traits v0.2.19
   Compiling anstyle-parse v0.2.7
   Compiling anstyle-query v1.1.3
   Compiling anstyle v1.0.11
   Compiling log v0.4.27
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling anyhow v1.0.98
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling thiserror v1.0.69
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling jobserver v0.1.33
   Compiling heck v0.5.0
   Compiling pastey v0.1.0
   Compiling thiserror v2.0.12
   Compiling crossbeam-deque v0.8.6
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling core2 v0.4.0
   Compiling arrayvec v0.7.6
   Compiling minimal-lexical v0.2.1
   Compiling av-scenechange v0.14.1
   Compiling signal-hook v0.3.18
   Compiling paste v1.0.15
   Compiling nom v7.1.3
   Compiling signal-hook-registry v1.4.5
   Compiling bitstream-io v4.2.0
   Compiling aligned v0.4.2
   Compiling num-integer v0.1.46
   Compiling crossbeam v0.8.4
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling once_cell v1.21.3
   Compiling cfg-if v1.0.1
   Compiling unicode-width v0.2.1
   Compiling y4m v0.8.0
   Compiling ivf v0.1.4 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1/ivf)
   Compiling console v0.15.11
   Compiling fern v0.7.1
   Compiling simd_helpers v0.1.0
   Compiling nom v8.0.0
   Compiling itertools v0.14.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling terminal_size v0.4.2
   Compiling num-rational v0.4.2
   Compiling clap_builder v4.5.40
   Compiling scan_fmt v0.2.6
   Compiling new_debug_unreachable v1.0.6
   Compiling noop_proc_macro v0.3.0
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling thiserror-impl v1.0.69
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v2.0.12
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling profiling-procmacros v1.0.16
   Compiling arg_enum_proc_macro v0.3.4
   Compiling v_frame v0.3.9
   Compiling num-derive v0.4.2
   Compiling av1-grain v0.2.4
   Compiling profiling v1.0.16
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_normalizer v2.0.0
   Compiling icu_properties v2.0.1
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 47.34s
  Installing /tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/rust.rs:19:9
   |
19 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.27s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib/librav1e.so	librav1e.so.0.8.1
usr/lib/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib ; rm -rf librav1e.so )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib ; rm -rf librav1e.so.0.8 )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib/librav1e.so.0.8'
removed './usr/lib/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib/
usr/lib/librav1e.a
usr/lib/librav1e.so.0.8.1
usr/lib/pkgconfig/
usr/lib/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz created.

Build time 162 sec, peak load 8.40, peak memory 550M, peak tmp 2811M
Built ok:  rav1e-0.8.1-i686-1_SBo.txz                                   09:13:31
Testing package rav1e-0.8.1-i686-1_SBo.txz ... 
Test installing rav1e-0.8.1-i686-1_SBo.txz ...
rav1e-0.8.1-i686-1_SBo: AV1 encoder .................................... [  57M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-i686-14_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

sbopkglint i586 multimedia/rav1e

Installing dependency: rust-opt
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]

Installing dependency: cargo-c
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/multimedia/rav1e/rav1e-0.8.1-i686-1_SBo.txz to /tmp/SBo/sbopkglint.BHy1S5 ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/multimedia/rav1e/rav1e-0.8.1-i686-1_SBo.txz to /tmp/SBo/sbopkglint.BHy1S5 ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...
___ note: usr/lib has both librav1e.so and librav1e.a; unless it's needed by a dependee, consider removing librav1e.a
OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
Running test: 95-pkgconfig...
--- ERR: usr/lib/pkgconfig/rav1e.pc references include dir /usr/local/include/rav1e; /usr/local is incorrect
--- ERR: usr/lib/pkgconfig/rav1e.pc references library dir /usr/local/lib; /usr/local is incorrect
FAILED
⛔️ !!! rav1e-0.8.1-i686-1_SBo.txz: 2 failures ⛔️

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        09:15:05
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (update for version 0.8.1)
  development/cargo-c (update for version 0.10.4)
    development/rust-opt (ok)

Building development/cargo-c (update for version 0.10.4) -------------- 09:15:05
Testing SlackBuild files ... done.
Verifying source files ... done.
Testing download URLs ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
Running cargo-c.SlackBuild ...                                      ETA 09:18:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./cargo-c.SlackBuild
Build time 229 sec, peak load 9.62, peak memory 1848M, peak tmp 2041M
Built ok:  cargo-c-0.10.4-x86_64-2_SBo.txz                              09:19:32
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-x86_64-2_SBo.txz ... done.
Test installing cargo-c-0.10.4-x86_64-2_SBo.txz ...
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Unmounting chroot ... done.
Backed up: cargo-c-0.10.24-x86_64-1_SBo.txz
✅ development/cargo-c Updated for version 0.10.4 ✅

Building multimedia/rav1e (update for version 0.8.1) ------------------ 09:19:38
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Running rav1e.SlackBuild ...                                        ETA 09:23:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
Build time 149 sec, peak load 7.93, peak memory 698M, peak tmp 3206M
Built ok:  rav1e-0.8.1-x86_64-1_SBo.txz                                 09:22:26
Testing package rav1e-0.8.1-x86_64-1_SBo.txz ... done.
Test installing rav1e-0.8.1-x86_64-1_SBo.txz ...
rav1e-0.8.1-x86_64-1_SBo: AV1 encoder .................................. [  87M]
Unmounting chroot ... done.
Backed up: rav1e-0.7.1-x86_64-13_SBo.txz
✅ multimedia/rav1e Updated for version 0.8.1 ✅

================================================================================
SUMMARY                                                                 09:22:32
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_09:15:04.log
Runtime:     0h 7m 29s
Updated:     2
  development/cargo-c/cargo-c-0.10.4-x86_64-2_SBo.txz
  multimedia/rav1e/rav1e-0.8.1-x86_64-1_SBo.txz
Warnings:    1
  development/cargo-c: Files/directories were modified in the chroot

Snipped Build Log

Details
;` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 37.13s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling litemap v0.8.0
   Compiling shlex v1.3.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling pkg-config v0.3.32
   Compiling icu_normalizer_data v2.0.0
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling either v1.15.0
   Compiling memchr v2.7.5
   Compiling rustix v1.0.7
   Compiling rayon-core v1.12.1
   Compiling percent-encoding v2.3.1
   Compiling utf8_iter v1.0.4
   Compiling num-traits v0.2.19
   Compiling form_urlencoded v1.2.1
   Compiling bitflags v2.9.1
   Compiling linux-raw-sys v0.9.4
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling log v0.4.27
   Compiling anstyle v1.0.11
   Compiling anyhow v1.0.98
   Compiling anstyle-query v1.1.3
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling pastey v0.1.0
   Compiling jobserver v0.1.33
   Compiling crossbeam-deque v0.8.6
   Compiling thiserror v1.0.69
   Compiling thiserror v2.0.12
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling num-integer v0.1.46
   Compiling terminal_size v0.4.2
   Compiling core2 v0.4.0
   Compiling signal-hook v0.3.18
   Compiling minimal-lexical v0.2.1
   Compiling paste v1.0.15
   Compiling av-scenechange v0.14.1
   Compiling clap_builder v4.5.40
   Compiling arrayvec v0.7.6
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling nom v7.1.3
   Compiling bitstream-io v4.2.0
   Compiling crossbeam v0.8.4
   Compiling signal-hook-registry v1.4.5
   Compiling aligned v0.4.2
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling y4m v0.8.0
   Compiling unicode-width v0.2.1
   Compiling cfg-if v1.0.1
   Compiling once_cell v1.21.3
   Compiling ivf v0.1.4 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1/ivf)
   Compiling fern v0.7.1
   Compiling console v0.15.11
   Compiling simd_helpers v0.1.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling nom v8.0.0
   Compiling num-rational v0.4.2
   Compiling itertools v0.14.0
   Compiling scan_fmt v0.2.6
   Compiling noop_proc_macro v0.3.0
   Compiling new_debug_unreachable v1.0.6
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v1.0.69
   Compiling thiserror-impl v2.0.12
   Compiling arg_enum_proc_macro v0.3.4
   Compiling profiling-procmacros v1.0.16
   Compiling profiling v1.0.16
   Compiling num-derive v0.4.2
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling v_frame v0.3.9
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av1-grain v0.2.4
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_properties v2.0.1
   Compiling icu_normalizer v2.0.0
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 40.92s
  Installing /tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/x86.rs:28:9
   |
28 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/cdef.rs:292:7
    |
292 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/dist/mod.rs:731:7
    |
731 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/ec.rs:94:7
   |
94 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/mc.rs:624:7
    |
624 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/quantize.rs:158:7
    |
158 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:52:36
   |
52 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:83:36
   |
83 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/cdef_dist.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/sse.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/predict.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/forward.rs:44:7
   |
44 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/inverse.rs:79:7
   |
79 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.21s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib64/librav1e.so	librav1e.so.0.8.1
usr/lib64/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib64 ; rm -rf librav1e.so )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib64 ; rm -rf librav1e.so.0.8 )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib64/librav1e.so.0.8'
removed './usr/lib64/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib64/
usr/lib64/librav1e.a
usr/lib64/librav1e.so.0.8.1
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz created.

Build time 149 sec, peak load 7.93, peak memory 698M, peak tmp 3206M
Built ok:  rav1e-0.8.1-x86_64-1_SBo.txz                                 09:22:26
Testing package rav1e-0.8.1-x86_64-1_SBo.txz ... 
Test installing rav1e-0.8.1-x86_64-1_SBo.txz ...
rav1e-0.8.1-x86_64-1_SBo: AV1 encoder .................................. [  87M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-x86_64-13_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

sbopkglint x86_64 multimedia/rav1e

Installing dependency: rust-opt
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]

Installing dependency: cargo-c
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/multimedia/rav1e/rav1e-0.8.1-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.l4MC8C ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/multimedia/rav1e/rav1e-0.8.1-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.l4MC8C ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...
___ note: usr/lib64 has both librav1e.so and librav1e.a; unless it's needed by a dependee, consider removing librav1e.a
OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
Running test: 95-pkgconfig...--- ERR: usr/lib64/pkgconfig/rav1e.pc references include dir /usr/local/include/rav1e; /usr/local is incorrect

--- ERR: usr/lib64/pkgconfig/rav1e.pc references library dir /usr/local/lib; /usr/local is incorrect
FAILED
⛔️ !!! rav1e-0.8.1-x86_64-1_SBo.txz: 2 failures ⛔️

@lecramyajiv

Copy link
Copy Markdown
Contributor Author

@cwilling @willysr rav1e version 0.8.1 needs the latest version of cargo-c which is in another pull request.

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: rebuild multimedia/rav1e

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:07:07
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (rebuild)
  development/cargo-c (ok)
    development/rust-opt (ok)

Building multimedia/rav1e (rebuild) ----------------------------------- 10:07:08
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Running rav1e.SlackBuild ...                                        ETA 10:10:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    10:07:29
  347:	mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
  348:	./rav1e.SlackBuild FAILED at line 78!
See /var/log/repo/SBo/multimedia/rav1e/rebuild.log
Unmounting chroot ... done.
⛔️ multimedia/rav1e FAILED ⛔️

================================================================================
SUMMARY                                                                 10:07:31
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:07:06.log
Runtime:     0h 0m 25s
Failed:      1
  multimedia/rav1e

Snipped Build Failure

Details
consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 43.02s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling shlex v1.3.0
   Compiling litemap v0.8.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling icu_normalizer_data v2.0.0
   Compiling pkg-config v0.3.32
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling utf8_iter v1.0.4
   Compiling rayon-core v1.12.1
   Compiling memchr v2.7.5
   Compiling either v1.15.0
   Compiling rustix v1.0.7
   Compiling percent-encoding v2.3.1
   Compiling utf8parse v0.2.2
   Compiling linux-raw-sys v0.9.4
   Compiling bitflags v2.9.1
   Compiling form_urlencoded v1.2.1
   Compiling num-traits v0.2.19
   Compiling anstyle-parse v0.2.7
   Compiling anstyle-query v1.1.3
   Compiling anstyle v1.0.11
   Compiling log v0.4.27
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling anyhow v1.0.98
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling thiserror v1.0.69
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling jobserver v0.1.33
   Compiling heck v0.5.0
   Compiling pastey v0.1.0
   Compiling thiserror v2.0.12
   Compiling crossbeam-deque v0.8.6
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling core2 v0.4.0
   Compiling arrayvec v0.7.6
   Compiling minimal-lexical v0.2.1
   Compiling av-scenechange v0.14.1
   Compiling signal-hook v0.3.18
   Compiling paste v1.0.15
   Compiling nom v7.1.3
   Compiling signal-hook-registry v1.4.5
   Compiling bitstream-io v4.2.0
   Compiling aligned v0.4.2
   Compiling num-integer v0.1.46
   Compiling crossbeam v0.8.4
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling once_cell v1.21.3
   Compiling cfg-if v1.0.1
   Compiling unicode-width v0.2.1
   Compiling y4m v0.8.0
   Compiling ivf v0.1.4 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1/ivf)
   Compiling console v0.15.11
   Compiling fern v0.7.1
   Compiling simd_helpers v0.1.0
   Compiling nom v8.0.0
   Compiling itertools v0.14.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling terminal_size v0.4.2
   Compiling num-rational v0.4.2
   Compiling clap_builder v4.5.40
   Compiling scan_fmt v0.2.6
   Compiling new_debug_unreachable v1.0.6
   Compiling noop_proc_macro v0.3.0
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling thiserror-impl v1.0.69
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v2.0.12
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling profiling-procmacros v1.0.16
   Compiling arg_enum_proc_macro v0.3.4
   Compiling v_frame v0.3.9
   Compiling num-derive v0.4.2
   Compiling av1-grain v0.2.4
   Compiling profiling v1.0.16
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_normalizer v2.0.0
   Compiling icu_properties v2.0.1
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 47.34s
  Installing /tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/rust.rs:19:9
   |
19 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.27s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib/librav1e.so	librav1e.so.0.8.1
usr/lib/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib ; rm -rf librav1e.so )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib ; rm -rf librav1e.so.0.8 )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib/librav1e.so.0.8'
removed './usr/lib/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib/
usr/lib/librav1e.a
usr/lib/librav1e.so.0.8.1
usr/lib/pkgconfig/
usr/lib/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz created.

Build time 162 sec, peak load 8.40, peak memory 550M, peak tmp 2811M
Built ok:  rav1e-0.8.1-i686-1_SBo.txz                                   09:13:31
Testing package rav1e-0.8.1-i686-1_SBo.txz ... 
Test installing rav1e-0.8.1-i686-1_SBo.txz ...
rav1e-0.8.1-i686-1_SBo: AV1 encoder .................................... [  57M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-i686-14_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:08:32
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (rebuild)
  development/cargo-c (ok)
    development/rust-opt (ok)

Building multimedia/rav1e (rebuild) ----------------------------------- 10:08:33
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Running rav1e.SlackBuild ...                                        ETA 10:11:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    10:08:56
  346:	mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
  347:	./rav1e.SlackBuild FAILED at line 78!
See /var/log/repo/SBo/multimedia/rav1e/rebuild.log
Unmounting chroot ... done.
⛔️ multimedia/rav1e FAILED ⛔️

================================================================================
SUMMARY                                                                 10:08:58
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:08:31.log
Runtime:     0h 0m 27s
Failed:      1
  multimedia/rav1e

Snipped Build Failure

Details
;` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 37.13s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling litemap v0.8.0
   Compiling shlex v1.3.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling pkg-config v0.3.32
   Compiling icu_normalizer_data v2.0.0
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling either v1.15.0
   Compiling memchr v2.7.5
   Compiling rustix v1.0.7
   Compiling rayon-core v1.12.1
   Compiling percent-encoding v2.3.1
   Compiling utf8_iter v1.0.4
   Compiling num-traits v0.2.19
   Compiling form_urlencoded v1.2.1
   Compiling bitflags v2.9.1
   Compiling linux-raw-sys v0.9.4
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling log v0.4.27
   Compiling anstyle v1.0.11
   Compiling anyhow v1.0.98
   Compiling anstyle-query v1.1.3
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling pastey v0.1.0
   Compiling jobserver v0.1.33
   Compiling crossbeam-deque v0.8.6
   Compiling thiserror v1.0.69
   Compiling thiserror v2.0.12
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling num-integer v0.1.46
   Compiling terminal_size v0.4.2
   Compiling core2 v0.4.0
   Compiling signal-hook v0.3.18
   Compiling minimal-lexical v0.2.1
   Compiling paste v1.0.15
   Compiling av-scenechange v0.14.1
   Compiling clap_builder v4.5.40
   Compiling arrayvec v0.7.6
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling nom v7.1.3
   Compiling bitstream-io v4.2.0
   Compiling crossbeam v0.8.4
   Compiling signal-hook-registry v1.4.5
   Compiling aligned v0.4.2
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling y4m v0.8.0
   Compiling unicode-width v0.2.1
   Compiling cfg-if v1.0.1
   Compiling once_cell v1.21.3
   Compiling ivf v0.1.4 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1/ivf)
   Compiling fern v0.7.1
   Compiling console v0.15.11
   Compiling simd_helpers v0.1.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling nom v8.0.0
   Compiling num-rational v0.4.2
   Compiling itertools v0.14.0
   Compiling scan_fmt v0.2.6
   Compiling noop_proc_macro v0.3.0
   Compiling new_debug_unreachable v1.0.6
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v1.0.69
   Compiling thiserror-impl v2.0.12
   Compiling arg_enum_proc_macro v0.3.4
   Compiling profiling-procmacros v1.0.16
   Compiling profiling v1.0.16
   Compiling num-derive v0.4.2
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling v_frame v0.3.9
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av1-grain v0.2.4
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_properties v2.0.1
   Compiling icu_normalizer v2.0.0
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 40.92s
  Installing /tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/x86.rs:28:9
   |
28 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/cdef.rs:292:7
    |
292 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/dist/mod.rs:731:7
    |
731 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/ec.rs:94:7
   |
94 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/mc.rs:624:7
    |
624 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/quantize.rs:158:7
    |
158 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:52:36
   |
52 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:83:36
   |
83 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/cdef_dist.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/sse.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/predict.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/forward.rs:44:7
   |
44 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/inverse.rs:79:7
   |
79 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.21s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib64/librav1e.so	librav1e.so.0.8.1
usr/lib64/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib64 ; rm -rf librav1e.so )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib64 ; rm -rf librav1e.so.0.8 )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib64/librav1e.so.0.8'
removed './usr/lib64/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib64/
usr/lib64/librav1e.a
usr/lib64/librav1e.so.0.8.1
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz created.

Build time 149 sec, peak load 7.93, peak memory 698M, peak tmp 3206M
Built ok:  rav1e-0.8.1-x86_64-1_SBo.txz                                 09:22:26
Testing package rav1e-0.8.1-x86_64-1_SBo.txz ... 
Test installing rav1e-0.8.1-x86_64-1_SBo.txz ...
rav1e-0.8.1-x86_64-1_SBo: AV1 encoder .................................. [  87M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-x86_64-13_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@cwilling
cwilling changed the base branch from master to check-cargo-c August 6, 2026 10:11
@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: build multimedia/rav1e

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:13:06
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (ok)
  development/cargo-c (ok)
    development/rust-opt (ok)

multimedia/rav1e is up-to-date (version 0.8.1).

================================================================================
SUMMARY                                                                 10:13:07
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:13:06.log
Runtime:     0h 0m 2s

Snipped Build Log

Details
consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 43.02s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling shlex v1.3.0
   Compiling litemap v0.8.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling icu_normalizer_data v2.0.0
   Compiling pkg-config v0.3.32
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling utf8_iter v1.0.4
   Compiling rayon-core v1.12.1
   Compiling memchr v2.7.5
   Compiling either v1.15.0
   Compiling rustix v1.0.7
   Compiling percent-encoding v2.3.1
   Compiling utf8parse v0.2.2
   Compiling linux-raw-sys v0.9.4
   Compiling bitflags v2.9.1
   Compiling form_urlencoded v1.2.1
   Compiling num-traits v0.2.19
   Compiling anstyle-parse v0.2.7
   Compiling anstyle-query v1.1.3
   Compiling anstyle v1.0.11
   Compiling log v0.4.27
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling anyhow v1.0.98
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling thiserror v1.0.69
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling jobserver v0.1.33
   Compiling heck v0.5.0
   Compiling pastey v0.1.0
   Compiling thiserror v2.0.12
   Compiling crossbeam-deque v0.8.6
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling core2 v0.4.0
   Compiling arrayvec v0.7.6
   Compiling minimal-lexical v0.2.1
   Compiling av-scenechange v0.14.1
   Compiling signal-hook v0.3.18
   Compiling paste v1.0.15
   Compiling nom v7.1.3
   Compiling signal-hook-registry v1.4.5
   Compiling bitstream-io v4.2.0
   Compiling aligned v0.4.2
   Compiling num-integer v0.1.46
   Compiling crossbeam v0.8.4
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling once_cell v1.21.3
   Compiling cfg-if v1.0.1
   Compiling unicode-width v0.2.1
   Compiling y4m v0.8.0
   Compiling ivf v0.1.4 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1/ivf)
   Compiling console v0.15.11
   Compiling fern v0.7.1
   Compiling simd_helpers v0.1.0
   Compiling nom v8.0.0
   Compiling itertools v0.14.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling terminal_size v0.4.2
   Compiling num-rational v0.4.2
   Compiling clap_builder v4.5.40
   Compiling scan_fmt v0.2.6
   Compiling new_debug_unreachable v1.0.6
   Compiling noop_proc_macro v0.3.0
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling thiserror-impl v1.0.69
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v2.0.12
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling profiling-procmacros v1.0.16
   Compiling arg_enum_proc_macro v0.3.4
   Compiling v_frame v0.3.9
   Compiling num-derive v0.4.2
   Compiling av1-grain v0.2.4
   Compiling profiling v1.0.16
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_normalizer v2.0.0
   Compiling icu_properties v2.0.1
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 47.34s
  Installing /tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/rust.rs:19:9
   |
19 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.27s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib/librav1e.so	librav1e.so.0.8.1
usr/lib/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib ; rm -rf librav1e.so )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib ; rm -rf librav1e.so.0.8 )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib/librav1e.so.0.8'
removed './usr/lib/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib/
usr/lib/librav1e.a
usr/lib/librav1e.so.0.8.1
usr/lib/pkgconfig/
usr/lib/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz created.

Build time 162 sec, peak load 8.40, peak memory 550M, peak tmp 2811M
Built ok:  rav1e-0.8.1-i686-1_SBo.txz                                   09:13:31
Testing package rav1e-0.8.1-i686-1_SBo.txz ... 
Test installing rav1e-0.8.1-i686-1_SBo.txz ...
rav1e-0.8.1-i686-1_SBo: AV1 encoder .................................... [  57M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-i686-14_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:14:05
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (ok)
  development/cargo-c (ok)
    development/rust-opt (ok)

multimedia/rav1e is up-to-date (version 0.8.1).

================================================================================
SUMMARY                                                                 10:14:06
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:14:05.log
Runtime:     0h 0m 1s

Snipped Build Log

Details
;` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 37.13s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling litemap v0.8.0
   Compiling shlex v1.3.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling pkg-config v0.3.32
   Compiling icu_normalizer_data v2.0.0
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling either v1.15.0
   Compiling memchr v2.7.5
   Compiling rustix v1.0.7
   Compiling rayon-core v1.12.1
   Compiling percent-encoding v2.3.1
   Compiling utf8_iter v1.0.4
   Compiling num-traits v0.2.19
   Compiling form_urlencoded v1.2.1
   Compiling bitflags v2.9.1
   Compiling linux-raw-sys v0.9.4
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling log v0.4.27
   Compiling anstyle v1.0.11
   Compiling anyhow v1.0.98
   Compiling anstyle-query v1.1.3
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling pastey v0.1.0
   Compiling jobserver v0.1.33
   Compiling crossbeam-deque v0.8.6
   Compiling thiserror v1.0.69
   Compiling thiserror v2.0.12
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling num-integer v0.1.46
   Compiling terminal_size v0.4.2
   Compiling core2 v0.4.0
   Compiling signal-hook v0.3.18
   Compiling minimal-lexical v0.2.1
   Compiling paste v1.0.15
   Compiling av-scenechange v0.14.1
   Compiling clap_builder v4.5.40
   Compiling arrayvec v0.7.6
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling nom v7.1.3
   Compiling bitstream-io v4.2.0
   Compiling crossbeam v0.8.4
   Compiling signal-hook-registry v1.4.5
   Compiling aligned v0.4.2
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling y4m v0.8.0
   Compiling unicode-width v0.2.1
   Compiling cfg-if v1.0.1
   Compiling once_cell v1.21.3
   Compiling ivf v0.1.4 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1/ivf)
   Compiling fern v0.7.1
   Compiling console v0.15.11
   Compiling simd_helpers v0.1.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling nom v8.0.0
   Compiling num-rational v0.4.2
   Compiling itertools v0.14.0
   Compiling scan_fmt v0.2.6
   Compiling noop_proc_macro v0.3.0
   Compiling new_debug_unreachable v1.0.6
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v1.0.69
   Compiling thiserror-impl v2.0.12
   Compiling arg_enum_proc_macro v0.3.4
   Compiling profiling-procmacros v1.0.16
   Compiling profiling v1.0.16
   Compiling num-derive v0.4.2
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling v_frame v0.3.9
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av1-grain v0.2.4
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_properties v2.0.1
   Compiling icu_normalizer v2.0.0
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 40.92s
  Installing /tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/x86.rs:28:9
   |
28 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/cdef.rs:292:7
    |
292 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/dist/mod.rs:731:7
    |
731 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/ec.rs:94:7
   |
94 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/mc.rs:624:7
    |
624 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/quantize.rs:158:7
    |
158 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:52:36
   |
52 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:83:36
   |
83 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/cdef_dist.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/sse.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/predict.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/forward.rs:44:7
   |
44 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/inverse.rs:79:7
   |
79 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.21s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib64/librav1e.so	librav1e.so.0.8.1
usr/lib64/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib64 ; rm -rf librav1e.so )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib64 ; rm -rf librav1e.so.0.8 )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib64/librav1e.so.0.8'
removed './usr/lib64/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib64/
usr/lib64/librav1e.a
usr/lib64/librav1e.so.0.8.1
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz created.

Build time 149 sec, peak load 7.93, peak memory 698M, peak tmp 3206M
Built ok:  rav1e-0.8.1-x86_64-1_SBo.txz                                 09:22:26
Testing package rav1e-0.8.1-x86_64-1_SBo.txz ... 
Test installing rav1e-0.8.1-x86_64-1_SBo.txz ...
rav1e-0.8.1-x86_64-1_SBo: AV1 encoder .................................. [  87M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-x86_64-13_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: rebuild multimedia/rav1e

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:15:56
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (rebuild)
  development/cargo-c (ok)
    development/rust-opt (ok)

Building multimedia/rav1e (rebuild) ----------------------------------- 10:15:56
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Running rav1e.SlackBuild ...                                        ETA 10:19:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    10:16:18
  347:	mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
  348:	./rav1e.SlackBuild FAILED at line 78!
See /var/log/repo/SBo/multimedia/rav1e/rebuild.log
Unmounting chroot ... done.
⛔️ multimedia/rav1e FAILED ⛔️

================================================================================
SUMMARY                                                                 10:16:20
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:15:55.log
Runtime:     0h 0m 25s
Failed:      1
  multimedia/rav1e

Snipped Build Failure

Details
consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 43.02s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling shlex v1.3.0
   Compiling litemap v0.8.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling icu_normalizer_data v2.0.0
   Compiling pkg-config v0.3.32
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling utf8_iter v1.0.4
   Compiling rayon-core v1.12.1
   Compiling memchr v2.7.5
   Compiling either v1.15.0
   Compiling rustix v1.0.7
   Compiling percent-encoding v2.3.1
   Compiling utf8parse v0.2.2
   Compiling linux-raw-sys v0.9.4
   Compiling bitflags v2.9.1
   Compiling form_urlencoded v1.2.1
   Compiling num-traits v0.2.19
   Compiling anstyle-parse v0.2.7
   Compiling anstyle-query v1.1.3
   Compiling anstyle v1.0.11
   Compiling log v0.4.27
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling anyhow v1.0.98
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling thiserror v1.0.69
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling jobserver v0.1.33
   Compiling heck v0.5.0
   Compiling pastey v0.1.0
   Compiling thiserror v2.0.12
   Compiling crossbeam-deque v0.8.6
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling core2 v0.4.0
   Compiling arrayvec v0.7.6
   Compiling minimal-lexical v0.2.1
   Compiling av-scenechange v0.14.1
   Compiling signal-hook v0.3.18
   Compiling paste v1.0.15
   Compiling nom v7.1.3
   Compiling signal-hook-registry v1.4.5
   Compiling bitstream-io v4.2.0
   Compiling aligned v0.4.2
   Compiling num-integer v0.1.46
   Compiling crossbeam v0.8.4
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling once_cell v1.21.3
   Compiling cfg-if v1.0.1
   Compiling unicode-width v0.2.1
   Compiling y4m v0.8.0
   Compiling ivf v0.1.4 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1/ivf)
   Compiling console v0.15.11
   Compiling fern v0.7.1
   Compiling simd_helpers v0.1.0
   Compiling nom v8.0.0
   Compiling itertools v0.14.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling terminal_size v0.4.2
   Compiling num-rational v0.4.2
   Compiling clap_builder v4.5.40
   Compiling scan_fmt v0.2.6
   Compiling new_debug_unreachable v1.0.6
   Compiling noop_proc_macro v0.3.0
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling thiserror-impl v1.0.69
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v2.0.12
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling profiling-procmacros v1.0.16
   Compiling arg_enum_proc_macro v0.3.4
   Compiling v_frame v0.3.9
   Compiling num-derive v0.4.2
   Compiling av1-grain v0.2.4
   Compiling profiling v1.0.16
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_normalizer v2.0.0
   Compiling icu_properties v2.0.1
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 47.34s
  Installing /tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.JKGOpY/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.JKGOpY/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/rust.rs:19:9
   |
19 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 36 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.27s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib/librav1e.so	librav1e.so.0.8.1
usr/lib/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib ; rm -rf librav1e.so )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib ; rm -rf librav1e.so.0.8 )
( cd usr/lib ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib/librav1e.so.0.8'
removed './usr/lib/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib/
usr/lib/librav1e.a
usr/lib/librav1e.so.0.8.1
usr/lib/pkgconfig/
usr/lib/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.JKGOpY/output_rav1e/rav1e-0.8.1-i686-1_SBo.txz created.

Build time 162 sec, peak load 8.40, peak memory 550M, peak tmp 2811M
Built ok:  rav1e-0.8.1-i686-1_SBo.txz                                   09:13:31
Testing package rav1e-0.8.1-i686-1_SBo.txz ... 
Test installing rav1e-0.8.1-i686-1_SBo.txz ...
rav1e-0.8.1-i686-1_SBo: AV1 encoder .................................... [  57M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-i686-14_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:17:19
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (rebuild)
  development/cargo-c (ok)
    development/rust-opt (ok)

Building multimedia/rav1e (rebuild) ----------------------------------- 10:17:20
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Running rav1e.SlackBuild ...                                        ETA 10:20:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    10:17:40
  346:	mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
  347:	./rav1e.SlackBuild FAILED at line 78!
See /var/log/repo/SBo/multimedia/rav1e/rebuild.log
Unmounting chroot ... done.
⛔️ multimedia/rav1e FAILED ⛔️

================================================================================
SUMMARY                                                                 10:17:41
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:17:18.log
Runtime:     0h 0m 23s
Failed:      1
  multimedia/rav1e

Snipped Build Failure

Details
;` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 37.13s
    Building pkg-config files
    Building header file using cbindgen
  Populating uninstalled header directory
  Installing rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
     Locking 154 packages to latest compatible versions
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libc v0.2.172
   Compiling stable_deref_trait v1.2.0
   Compiling crossbeam-utils v0.8.21
   Compiling litemap v0.8.0
   Compiling shlex v1.3.0
   Compiling writeable v0.6.1
   Compiling autocfg v1.4.0
   Compiling pkg-config v0.3.32
   Compiling icu_normalizer_data v2.0.0
   Compiling icu_properties_data v2.0.1
   Compiling vcpkg v0.2.15
   Compiling smallvec v1.15.1
   Compiling either v1.15.0
   Compiling memchr v2.7.5
   Compiling rustix v1.0.7
   Compiling rayon-core v1.12.1
   Compiling percent-encoding v2.3.1
   Compiling utf8_iter v1.0.4
   Compiling num-traits v0.2.19
   Compiling form_urlencoded v1.2.1
   Compiling bitflags v2.9.1
   Compiling linux-raw-sys v0.9.4
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling log v0.4.27
   Compiling anstyle v1.0.11
   Compiling anyhow v1.0.98
   Compiling anstyle-query v1.1.3
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling quote v1.0.40
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.19
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.5
   Compiling syn v2.0.102
   Compiling pastey v0.1.0
   Compiling jobserver v0.1.33
   Compiling crossbeam-deque v0.8.6
   Compiling thiserror v1.0.69
   Compiling thiserror v2.0.12
   Compiling cc v1.2.26
   Compiling nasm-rs v0.3.0
   Compiling as-slice v0.2.1
   Compiling crossbeam-channel v0.5.15
   Compiling crossbeam-queue v0.3.12
   Compiling num-integer v0.1.46
   Compiling terminal_size v0.4.2
   Compiling core2 v0.4.0
   Compiling signal-hook v0.3.18
   Compiling minimal-lexical v0.2.1
   Compiling paste v1.0.15
   Compiling av-scenechange v0.14.1
   Compiling clap_builder v4.5.40
   Compiling arrayvec v0.7.6
   Compiling num-bigint v0.4.6
   Compiling rayon v1.10.0
   Compiling nom v7.1.3
   Compiling bitstream-io v4.2.0
   Compiling crossbeam v0.8.4
   Compiling signal-hook-registry v1.4.5
   Compiling aligned v0.4.2
   Compiling itertools v0.10.5
   Compiling lab v0.11.0
   Compiling y4m v0.8.0
   Compiling unicode-width v0.2.1
   Compiling cfg-if v1.0.1
   Compiling once_cell v1.21.3
   Compiling ivf v0.1.4 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1/ivf)
   Compiling fern v0.7.1
   Compiling console v0.15.11
   Compiling simd_helpers v0.1.0
   Compiling libz-sys v1.1.22
   Compiling libgit2-sys v0.18.1+1.9.0
   Compiling nom v8.0.0
   Compiling num-rational v0.4.2
   Compiling itertools v0.14.0
   Compiling scan_fmt v0.2.6
   Compiling noop_proc_macro v0.3.0
   Compiling new_debug_unreachable v1.0.6
   Compiling maybe-rayon v0.1.1
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.0
   Compiling zerovec-derive v0.11.1
   Compiling displaydoc v0.2.5
   Compiling equator-macro v0.4.2
   Compiling clap_derive v4.5.40
   Compiling thiserror-impl v1.0.69
   Compiling thiserror-impl v2.0.12
   Compiling arg_enum_proc_macro v0.3.4
   Compiling profiling-procmacros v1.0.16
   Compiling profiling v1.0.16
   Compiling num-derive v0.4.2
   Compiling equator v0.4.2
   Compiling aligned-vec v0.6.4
   Compiling v_frame v0.3.9
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.0
   Compiling av1-grain v0.2.4
   Compiling av-metrics v0.9.1
   Compiling zerovec v0.11.2
   Compiling zerotrie v0.2.2
   Compiling clap v4.5.40
   Compiling clap_complete v4.5.54
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.2
   Compiling icu_collections v2.0.0
   Compiling icu_locale_core v2.0.0
   Compiling icu_provider v2.0.0
   Compiling icu_properties v2.0.1
   Compiling icu_normalizer v2.0.0
   Compiling idna_adapter v1.2.1
   Compiling idna v1.0.3
   Compiling url v2.5.4
   Compiling git2 v0.20.2
   Compiling built v0.8.0
   Compiling rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

warning: `rav1e` (lib) generated 2 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 40.92s
  Installing /tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin/rav1e
   Installed package `rav1e v0.8.1 (/tmp/SBo/repo.8SSANH/build_rav1e/rav1e-0.8.1)` (executable `rav1e`)
warning: be sure to add `/tmp/SBo/repo.8SSANH/build_rav1e/package-rav1e/usr/bin` to your PATH to be able to run the installed binaries
warning: unexpected `cfg` condition name: `test`
   --> ivf/src/lib.rs:110:7
    |
110 | #[cfg(test)]
    |       ^^^^
    |
    = help: expected names are: `docsrs` and `feature` and 32 more
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `ivf` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `test`
  --> src/lib.rs:40:7
   |
40 | #[cfg(test)]
   |       ^^^^
   |
   = help: expected names are: `asm_neon`, `cargo_c`, `docsrs`, `feature`, `fuzzing`, and `nasm_x86_64` and 32 more
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: requested on the command line with `-W unexpected-cfgs`

warning: unexpected `cfg` condition name: `test`
   --> src/lib.rs:274:7
    |
274 |   any(test, fuzzing),
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/capi.rs:1355:7
     |
1355 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:419:11
    |
419 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/transform/mod.rs:469:7
    |
469 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/cpu_features/x86.rs:28:9
   |
28 |   #[cfg(test)]
   |         ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/activity.rs:188:7
    |
188 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/cdef.rs:292:7
    |
292 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/dist/mod.rs:731:7
    |
731 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/ec.rs:94:7
   |
94 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/mc.rs:624:7
    |
624 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/asm/x86/quantize.rs:158:7
    |
158 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:52:36
   |
52 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/x86/quantize.rs:83:36
   |
83 |   #[cfg(any(feature = "check_asm", test))]
   |                                    ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/cdef_dist.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/dist/sse.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/predict.rs:10:7
   |
10 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/forward.rs:44:7
   |
44 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/asm/shared/transform/inverse.rs:79:7
   |
79 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/dist.rs:375:7
    |
375 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/ec.rs:958:7
    |
958 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:129:12
    |
129 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:602:11
    |
602 | #[cfg(any(test, feature = "bench"))]
    |           ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/partition.rs:1015:7
     |
1015 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:143:14
    |
143 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/partition.rs:630:13
    |
630 |   #[cfg(any(test, feature = "bench"))]
    |             ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/predict.rs:1508:7
     |
1508 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/quantize/mod.rs:168:7
    |
168 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:29:11
   |
29 | #[cfg(any(test, feature = "bench"))]
   |           ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/util/align.rs:64:7
   |
64 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/cdf.rs:101:7
    |
101 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/kmeans.rs:104:7
    |
104 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/util/logexp.rs:288:7
    |
288 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/cdef.rs:300:9
    |
300 |   #[cfg(test)]
    |         ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/context/partition_unit.rs:506:7
    |
506 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/encoder.rs:3847:7
     |
3847 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/tiling/tiler.rs:267:7
    |
267 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
  --> src/api/mod.rs:27:7
   |
27 | #[cfg(test)]
   |       ^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:198:12
    |
198 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:226:12
    |
226 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:245:12
    |
245 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:264:12
    |
264 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:302:7
    |
302 | #[cfg(test)]
    |       ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:357:12
    |
357 | #[cfg_attr(test, derive(Default))]
    |            ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
   --> src/api/config/speedsettings.rs:360:14
    |
360 |   #[cfg_attr(test, default)]
    |              ^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: unexpected `cfg` condition name: `test`
    --> src/header.rs:1211:7
     |
1211 | #[cfg(test)]
     |       ^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(test)");` to the top of the `build.rs`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/predict.rs:285:16
    |
285 |     rec_plane: &Plane<T>, po: PlaneOffset, mv: MotionVector,
    |                ^^^^^^^^^ the lifetime is elided here
286 |   ) -> (i32, i32, PlaneSlice<T>) {
    |                   ^^^^^^^^^^^^^ the same lifetime is hidden here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
286 |   ) -> (i32, i32, PlaneSlice<'_, T>) {
    |                              +++

warning: hiding a lifetime that's elided elsewhere is confusing
   --> src/tiling/tile_restoration_state.rs:417:25
    |
417 |   pub const fn as_const(&self) -> TileRestorationState {
    |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
    |                         |
    |                         the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
    |
417 |   pub const fn as_const(&self) -> TileRestorationState<'_> {
    |                                                       ++++

note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

warning: `rav1e` (lib) generated 48 warnings (run `cargo fix --lib -p rav1e` to apply 2 suggestions)
    Finished `release` profile [optimized + debuginfo] target(s) in 0.21s
  Installing pkg-config file
  Installing header file
  Installing static library
  Installing shared library

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib64/librav1e.so	librav1e.so.0.8.1
usr/lib64/librav1e.so.0.8	librav1e.so.0.8.1

Making symbolic link creation script:
( cd usr/lib64 ; rm -rf librav1e.so )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so )
( cd usr/lib64 ; rm -rf librav1e.so.0.8 )
( cd usr/lib64 ; ln -sf librav1e.so.0.8.1 librav1e.so.0.8 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib64/librav1e.so.0.8'
removed './usr/lib64/librav1e.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/rav1e
usr/doc/
usr/doc/rav1e-0.8.1/
usr/doc/rav1e-0.8.1/CHANGELOG.md
usr/doc/rav1e-0.8.1/CONTRIBUTING.md
usr/doc/rav1e-0.8.1/LICENSE
usr/doc/rav1e-0.8.1/PATENTS
usr/doc/rav1e-0.8.1/README.md
usr/doc/rav1e-0.8.1/doc/
usr/doc/rav1e-0.8.1/doc/AOM_ANALYZER.md
usr/doc/rav1e-0.8.1/doc/CODING_STYLE.md
usr/doc/rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
usr/doc/rav1e-0.8.1/doc/GLOSSARY.md
usr/doc/rav1e-0.8.1/doc/PROFILING.md
usr/doc/rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
usr/doc/rav1e-0.8.1/doc/RDO.md
usr/doc/rav1e-0.8.1/doc/README.md
usr/doc/rav1e-0.8.1/doc/STRUCTURE.md
usr/doc/rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
usr/doc/rav1e-0.8.1/doc/inter_rdo.svg
usr/doc/rav1e-0.8.1/doc/intra_rdo.svg
usr/doc/rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
usr/doc/rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
usr/doc/rav1e-0.8.1/doc/structure.drawio
usr/doc/rav1e-0.8.1/doc/structure.png
usr/doc/rav1e-0.8.1/doc/tile_group.svg
usr/doc/rav1e-0.8.1/rav1e.SlackBuild
usr/include/
usr/include/rav1e/
usr/include/rav1e/rav1e.h
usr/lib64/
usr/lib64/librav1e.a
usr/lib64/librav1e.so.0.8.1
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/rav1e.pc

Slackware package /tmp/SBo/repo.8SSANH/output_rav1e/rav1e-0.8.1-x86_64-1_SBo.txz created.

Build time 149 sec, peak load 7.93, peak memory 698M, peak tmp 3206M
Built ok:  rav1e-0.8.1-x86_64-1_SBo.txz                                 09:22:26
Testing package rav1e-0.8.1-x86_64-1_SBo.txz ... 
Test installing rav1e-0.8.1-x86_64-1_SBo.txz ...
rav1e-0.8.1-x86_64-1_SBo: AV1 encoder .................................. [  87M]
Unmounting chroot ... 
Backed up: rav1e-0.7.1-x86_64-13_SBo.txz
:-) multimedia/rav1e Updated for version 0.8.1 (-:

@lecramyajiv

lecramyajiv commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory

it's not extracting the secondary source i.e sbo-rust-vendor-1.0.tar.gz

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

I also see

Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]

in the build log i.e. still using the old cargo-c

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: rebuild development/cargo-c

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

FYI the new rav1e builds successfully at home with new cargo-c (although I had to turn off my md5sum checker which claimed that the number of source files was different to the number of md5sums available)

WAIT: no it was still the old rav1e - trying again

LATER: rav1e 0.8.1 succeeds at home with cargo-c-0.10.24

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 development/cargo-c

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
development/cargo-c                                                     10:29:31
================================================================================

Calculating dependencies ... 
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
development/cargo-c (rebuild)
  development/rust-opt (ok)

Building development/cargo-c (rebuild) -------------------------------- 10:29:31
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
Running cargo-c.SlackBuild ...                                      ETA 10:36:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./cargo-c.SlackBuild
Build time 366 sec, peak load 12.08, peak memory 1864M, peak tmp 2035M
Built ok:  cargo-c-0.10.4-i686-3_SBo.txz                                10:36:13
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-i686-3_SBo.txz ... done.
Test installing cargo-c-0.10.4-i686-3_SBo.txz ...
cargo-c-0.10.4-i686-3_SBo: cargo C-ABI helper .......................... [ 104M]
Unmounting chroot ... done.
Backed up: cargo-c-0.10.4-i686-2_SBo.txz
✅ development/cargo-c Rebuilt ✅

================================================================================
SUMMARY                                                                 10:36:19
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:29:30.log
Runtime:     0h 6m 49s
Rebuilt:     1
  development/cargo-c/cargo-c-0.10.4-i686-3_SBo.txz
Warnings:    1
  development/cargo-c: Files/directories were modified in the chroot

Snipped Build Log

Details
aarch64_msvc-0.48.5/Cargo.toml.orig
windows_aarch64_msvc-0.48.5/build.rs
windows_aarch64_msvc-0.48.5/lib/windows.0.48.5.lib
windows_aarch64_msvc-0.48.5/license-apache-2.0
windows_aarch64_msvc-0.48.5/license-mit
windows_aarch64_msvc-0.48.5/src/lib.rs
windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json
windows_aarch64_msvc-0.52.6/Cargo.toml
windows_aarch64_msvc-0.52.6/Cargo.toml.orig
windows_aarch64_msvc-0.52.6/build.rs
windows_aarch64_msvc-0.52.6/lib/windows.0.52.0.lib
windows_aarch64_msvc-0.52.6/license-apache-2.0
windows_aarch64_msvc-0.52.6/license-mit
windows_aarch64_msvc-0.52.6/src/lib.rs
windows_i686_gnu-0.48.5/.cargo_vcs_info.json
windows_i686_gnu-0.48.5/Cargo.toml
windows_i686_gnu-0.48.5/Cargo.toml.orig
windows_i686_gnu-0.48.5/build.rs
windows_i686_gnu-0.48.5/lib/libwindows.0.48.5.a
windows_i686_gnu-0.48.5/license-apache-2.0
windows_i686_gnu-0.48.5/license-mit
windows_i686_gnu-0.48.5/src/lib.rs
windows_i686_gnu-0.52.6/.cargo_vcs_info.json
windows_i686_gnu-0.52.6/Cargo.toml
windows_i686_gnu-0.52.6/Cargo.toml.orig
windows_i686_gnu-0.52.6/build.rs
windows_i686_gnu-0.52.6/lib/libwindows.0.52.0.a
windows_i686_gnu-0.52.6/license-apache-2.0
windows_i686_gnu-0.52.6/license-mit
windows_i686_gnu-0.52.6/src/lib.rs
windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json
windows_i686_gnullvm-0.52.6/Cargo.toml
windows_i686_gnullvm-0.52.6/Cargo.toml.orig
windows_i686_gnullvm-0.52.6/build.rs
windows_i686_gnullvm-0.52.6/lib/libwindows.0.52.0.a
windows_i686_gnullvm-0.52.6/license-apache-2.0
windows_i686_gnullvm-0.52.6/license-mit
windows_i686_gnullvm-0.52.6/src/lib.rs
windows_i686_msvc-0.48.5/.cargo_vcs_info.json
windows_i686_msvc-0.48.5/Cargo.toml
windows_i686_msvc-0.48.5/Cargo.toml.orig
windows_i686_msvc-0.48.5/build.rs
windows_i686_msvc-0.48.5/lib/windows.0.48.5.lib
windows_i686_msvc-0.48.5/license-apache-2.0
windows_i686_msvc-0.48.5/license-mit
windows_i686_msvc-0.48.5/src/lib.rs
windows_i686_msvc-0.52.6/.cargo_vcs_info.json
windows_i686_msvc-0.52.6/Cargo.toml
windows_i686_msvc-0.52.6/Cargo.toml.orig
windows_i686_msvc-0.52.6/build.rs
windows_i686_msvc-0.52.6/lib/windows.0.52.0.lib
windows_i686_msvc-0.52.6/license-apache-2.0
windows_i686_msvc-0.52.6/license-mit
windows_i686_msvc-0.52.6/src/lib.rs
windows_x86_64_gnu-0.48.5/.cargo_vcs_info.json
windows_x86_64_gnu-0.48.5/Cargo.toml
windows_x86_64_gnu-0.48.5/Cargo.toml.orig
windows_x86_64_gnu-0.48.5/build.rs
windows_x86_64_gnu-0.48.5/lib/libwindows.0.48.5.a
windows_x86_64_gnu-0.48.5/license-apache-2.0
windows_x86_64_gnu-0.48.5/license-mit
windows_x86_64_gnu-0.48.5/src/lib.rs
windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json
windows_x86_64_gnu-0.52.6/Cargo.toml
windows_x86_64_gnu-0.52.6/Cargo.toml.orig
windows_x86_64_gnu-0.52.6/build.rs
windows_x86_64_gnu-0.52.6/lib/libwindows.0.52.0.a
windows_x86_64_gnu-0.52.6/license-apache-2.0
windows_x86_64_gnu-0.52.6/license-mit
windows_x86_64_gnu-0.52.6/src/lib.rs
windows_x86_64_gnullvm-0.48.5/.cargo_vcs_info.json
windows_x86_64_gnullvm-0.48.5/Cargo.toml
windows_x86_64_gnullvm-0.48.5/Cargo.toml.orig
windows_x86_64_gnullvm-0.48.5/build.rs
windows_x86_64_gnullvm-0.48.5/lib/libwindows.0.48.5.a
windows_x86_64_gnullvm-0.48.5/license-apache-2.0
windows_x86_64_gnullvm-0.48.5/license-mit
windows_x86_64_gnullvm-0.48.5/src/lib.rs
windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json
windows_x86_64_gnullvm-0.52.6/Cargo.toml
windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig
windows_x86_64_gnullvm-0.52.6/build.rs
windows_x86_64_gnullvm-0.52.6/lib/libwindows.0.52.0.a
windows_x86_64_gnullvm-0.52.6/license-apache-2.0
windows_x86_64_gnullvm-0.52.6/license-mit
windows_x86_64_gnullvm-0.52.6/src/lib.rs
windows_x86_64_msvc-0.48.5/.cargo_vcs_info.json
windows_x86_64_msvc-0.48.5/Cargo.toml
windows_x86_64_msvc-0.48.5/Cargo.toml.orig
windows_x86_64_msvc-0.48.5/build.rs
windows_x86_64_msvc-0.48.5/lib/windows.0.48.5.lib
windows_x86_64_msvc-0.48.5/license-apache-2.0
windows_x86_64_msvc-0.48.5/license-mit
windows_x86_64_msvc-0.48.5/src/lib.rs
windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json
windows_x86_64_msvc-0.52.6/Cargo.toml
windows_x86_64_msvc-0.52.6/Cargo.toml.orig
windows_x86_64_msvc-0.52.6/build.rs
windows_x86_64_msvc-0.52.6/lib/windows.0.52.0.lib
windows_x86_64_msvc-0.52.6/license-apache-2.0
windows_x86_64_msvc-0.52.6/license-mit
windows_x86_64_msvc-0.52.6/src/lib.rs
winnow-0.6.18/.cargo_vcs_info.json
winnow-0.6.18/Cargo.lock
winnow-0.6.18/Cargo.toml
winnow-0.6.18/Cargo.toml.orig
winnow-0.6.18/LICENSE-MIT
winnow-0.6.18/README.md
winnow-0.6.18/benches/contains_token.rs
winnow-0.6.18/benches/find_slice.rs
winnow-0.6.18/benches/iter.rs
winnow-0.6.18/benches/next_slice.rs
winnow-0.6.18/benches/number.rs
winnow-0.6.18/examples/arithmetic/bench.rs
winnow-0.6.18/examples/arithmetic/main.rs
winnow-0.6.18/examples/arithmetic/parser.rs
winnow-0.6.18/examples/arithmetic/parser_ast.rs
winnow-0.6.18/examples/arithmetic/parser_lexer.rs
winnow-0.6.18/examples/css/main.rs
winnow-0.6.18/examples/css/parser.rs
winnow-0.6.18/examples/custom_error.rs
winnow-0.6.18/examples/http/bench.rs
winnow-0.6.18/examples/http/main.rs
winnow-0.6.18/examples/http/parser.rs
winnow-0.6.18/examples/http/parser_streaming.rs
winnow-0.6.18/examples/ini/bench.rs
winnow-0.6.18/examples/ini/main.rs
winnow-0.6.18/examples/ini/parser.rs
winnow-0.6.18/examples/ini/parser_str.rs
winnow-0.6.18/examples/iterator.rs
winnow-0.6.18/examples/json/bench.rs
winnow-0.6.18/examples/json/json.rs
winnow-0.6.18/examples/json/main.rs
winnow-0.6.18/examples/json/parser.rs
winnow-0.6.18/examples/json/parser_dispatch.rs
winnow-0.6.18/examples/json/parser_partial.rs
winnow-0.6.18/examples/json_iterator.rs
winnow-0.6.18/examples/ndjson/example.ndjson
winnow-0.6.18/examples/ndjson/main.rs
winnow-0.6.18/examples/ndjson/parser.rs
winnow-0.6.18/examples/s_expression/main.rs
winnow-0.6.18/examples/s_expression/parser.rs
winnow-0.6.18/examples/string/main.rs
winnow-0.6.18/examples/string/parser.rs
winnow-0.6.18/src/_topic/arithmetic.rs
winnow-0.6.18/src/_topic/error.rs
winnow-0.6.18/src/_topic/fromstr.rs
winnow-0.6.18/src/_topic/http.rs
winnow-0.6.18/src/_topic/ini.rs
winnow-0.6.18/src/_topic/json.rs
winnow-0.6.18/src/_topic/language.rs
winnow-0.6.18/src/_topic/mod.rs
winnow-0.6.18/src/_topic/nom.rs
winnow-0.6.18/src/_topic/partial.rs
winnow-0.6.18/src/_topic/performance.rs
winnow-0.6.18/src/_topic/s_expression.rs
winnow-0.6.18/src/_topic/stream.rs
winnow-0.6.18/src/_topic/why.rs
winnow-0.6.18/src/_tutorial/chapter_0.rs
winnow-0.6.18/src/_tutorial/chapter_1.rs
winnow-0.6.18/src/_tutorial/chapter_2.rs
winnow-0.6.18/src/_tutorial/chapter_3.rs
winnow-0.6.18/src/_tutorial/chapter_4.rs
winnow-0.6.18/src/_tutorial/chapter_5.rs
winnow-0.6.18/src/_tutorial/chapter_6.rs
winnow-0.6.18/src/_tutorial/chapter_7.rs
winnow-0.6.18/src/_tutorial/chapter_8.rs
winnow-0.6.18/src/_tutorial/mod.rs
winnow-0.6.18/src/ascii/mod.rs
winnow-0.6.18/src/ascii/tests.rs
winnow-0.6.18/src/binary/bits/mod.rs
winnow-0.6.18/src/binary/bits/tests.rs
winnow-0.6.18/src/binary/mod.rs
winnow-0.6.18/src/binary/tests.rs
winnow-0.6.18/src/combinator/branch.rs
winnow-0.6.18/src/combinator/core.rs
winnow-0.6.18/src/combinator/debug/internals.rs
winnow-0.6.18/src/combinator/debug/mod.rs
winnow-0.6.18/src/combinator/mod.rs
winnow-0.6.18/src/combinator/multi.rs
winnow-0.6.18/src/combinator/parser.rs
winnow-0.6.18/src/combinator/sequence.rs
winnow-0.6.18/src/combinator/tests.rs
winnow-0.6.18/src/error.rs
winnow-0.6.18/src/lib.rs
winnow-0.6.18/src/macros/dispatch.rs
winnow-0.6.18/src/macros/mod.rs
winnow-0.6.18/src/macros/seq.rs
winnow-0.6.18/src/macros/test.rs
winnow-0.6.18/src/parser.rs
winnow-0.6.18/src/stream/impls.rs
winnow-0.6.18/src/stream/mod.rs
winnow-0.6.18/src/stream/tests.rs
winnow-0.6.18/src/token/mod.rs
winnow-0.6.18/src/token/tests.rs
zerocopy-derive-0.7.35/.cargo_vcs_info.json
zerocopy-derive-0.7.35/Cargo.toml
zerocopy-derive-0.7.35/Cargo.toml.orig
zerocopy-derive-0.7.35/LICENSE-APACHE
zerocopy-derive-0.7.35/LICENSE-BSD
zerocopy-derive-0.7.35/LICENSE-MIT
zerocopy-derive-0.7.35/src/ext.rs
zerocopy-derive-0.7.35/src/lib.rs
zerocopy-derive-0.7.35/src/repr.rs
zerocopy-derive-0.7.35/tests/enum_as_bytes.rs
zerocopy-derive-0.7.35/tests/enum_from_zeroes.rs
zerocopy-derive-0.7.35/tests/enum_known_layout.rs
zerocopy-derive-0.7.35/tests/enum_unaligned.rs
zerocopy-derive-0.7.35/tests/hygiene.rs
zerocopy-derive-0.7.35/tests/paths_and_modules.rs
zerocopy-derive-0.7.35/tests/priv_in_pub.rs
zerocopy-derive-0.7.35/tests/struct_as_bytes.rs
zerocopy-derive-0.7.35/tests/struct_from_bytes.rs
zerocopy-derive-0.7.35/tests/struct_from_zeroes.rs
zerocopy-derive-0.7.35/tests/struct_known_layout.rs
zerocopy-derive-0.7.35/tests/struct_unaligned.rs
zerocopy-derive-0.7.35/tests/trybuild.rs
zerocopy-derive-0.7.35/tests/ui-msrv/derive_transparent.rs
zerocopy-derive-0.7.35/tests/ui-msrv/derive_transparent.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/enum.rs
zerocopy-derive-0.7.35/tests/ui-msrv/enum.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/enum_from_bytes_u8_too_few.rs
zerocopy-derive-0.7.35/tests/ui-msrv/enum_from_bytes_u8_too_few.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/late_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-msrv/late_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/mid_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-msrv/mid_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/struct.rs
zerocopy-derive-0.7.35/tests/ui-msrv/struct.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/union.rs
zerocopy-derive-0.7.35/tests/ui-msrv/union.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/derive_transparent.rs
zerocopy-derive-0.7.35/tests/ui-nightly/derive_transparent.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/enum.rs
zerocopy-derive-0.7.35/tests/ui-nightly/enum.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/enum_from_bytes_u8_too_few.rs
zerocopy-derive-0.7.35/tests/ui-nightly/enum_from_bytes_u8_too_few.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/late_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-nightly/late_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/mid_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-nightly/mid_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/struct.rs
zerocopy-derive-0.7.35/tests/ui-nightly/struct.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/union.rs
zerocopy-derive-0.7.35/tests/ui-nightly/union.stderr
zerocopy-derive-0.7.35/tests/ui-stable/derive_transparent.rs
zerocopy-derive-0.7.35/tests/ui-stable/derive_transparent.stderr
zerocopy-derive-0.7.35/tests/ui-stable/enum.rs
zerocopy-derive-0.7.35/tests/ui-stable/enum.stderr
zerocopy-derive-0.7.35/tests/ui-stable/enum_from_bytes_u8_too_few.rs
zerocopy-derive-0.7.35/tests/ui-stable/enum_from_bytes_u8_too_few.stderr
zerocopy-derive-0.7.35/tests/ui-stable/late_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-stable/late_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-stable/mid_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-stable/mid_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-stable/struct.rs
zerocopy-derive-0.7.35/tests/ui-stable/struct.stderr
zerocopy-derive-0.7.35/tests/ui-stable/union.rs
zerocopy-derive-0.7.35/tests/ui-stable/union.stderr
zerocopy-derive-0.7.35/tests/union_as_bytes.rs
zerocopy-derive-0.7.35/tests/union_from_bytes.rs
zerocopy-derive-0.7.35/tests/union_from_zeroes.rs
zerocopy-derive-0.7.35/tests/union_known_layout.rs
zerocopy-derive-0.7.35/tests/union_unaligned.rs
zerocopy-derive-0.7.35/tests/util.rs
zerocopy-0.7.35/.cargo_vcs_info.json
zerocopy-0.7.35/CONTRIBUTING.md
zerocopy-0.7.35/Cargo.toml
zerocopy-0.7.35/Cargo.toml.orig
zerocopy-0.7.35/INTERNAL.md
zerocopy-0.7.35/LICENSE-APACHE
zerocopy-0.7.35/LICENSE-BSD
zerocopy-0.7.35/LICENSE-MIT
zerocopy-0.7.35/POLICIES.md
zerocopy-0.7.35/README.md
zerocopy-0.7.35/cargo.sh
zerocopy-0.7.35/clippy.toml
zerocopy-0.7.35/generate-readme.sh
zerocopy-0.7.35/rustfmt.toml
zerocopy-0.7.35/src/byteorder.rs
zerocopy-0.7.35/src/lib.rs
zerocopy-0.7.35/src/macro_util.rs
zerocopy-0.7.35/src/macros.rs
zerocopy-0.7.35/src/post_monomorphization_compile_fail_tests.rs
zerocopy-0.7.35/src/third_party/rust/LICENSE-APACHE
zerocopy-0.7.35/src/third_party/rust/LICENSE-MIT
zerocopy-0.7.35/src/third_party/rust/README.fuchsia
zerocopy-0.7.35/src/third_party/rust/layout.rs
zerocopy-0.7.35/src/util.rs
zerocopy-0.7.35/src/wrappers.rs
zerocopy-0.7.35/testdata/include_value/data
zerocopy-0.7.35/tests/trybuild.rs
zerocopy-0.7.35/tests/ui-msrv/include_value_not_from_bytes.rs
zerocopy-0.7.35/tests/ui-msrv/include_value_not_from_bytes.stderr
zerocopy-0.7.35/tests/ui-msrv/include_value_wrong_size.rs
zerocopy-0.7.35/tests/ui-msrv/include_value_wrong_size.stderr
zerocopy-0.7.35/tests/ui-msrv/invalid-impls/invalid-impls.rs
zerocopy-0.7.35/tests/ui-msrv/invalid-impls/invalid-impls.stderr
zerocopy-0.7.35/tests/ui-msrv/max-align.rs
zerocopy-0.7.35/tests/ui-msrv/max-align.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-alignment-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-const.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-const.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-decrease.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-decrease.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-immutable.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-immutable.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ptr-to-usize.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ptr-to-usize.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-alignment-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-mutable.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-mutable.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-decrease.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-decrease.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-size-decrease.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-size-decrease.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-size-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-size-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/include_value_not_from_bytes.rs
zerocopy-0.7.35/tests/ui-nightly/include_value_not_from_bytes.stderr
zerocopy-0.7.35/tests/ui-nightly/include_value_wrong_size.rs
zerocopy-0.7.35/tests/ui-nightly/include_value_wrong_size.stderr
zerocopy-0.7.35/tests/ui-nightly/invalid-impls/invalid-impls.rs
zerocopy-0.7.35/tests/ui-nightly/invalid-impls/invalid-impls.stderr
zerocopy-0.7.35/tests/ui-nightly/max-align.rs
zerocopy-0.7.35/tests/ui-nightly/max-align.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-alignment-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-const.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-const.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-decrease.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-decrease.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-immutable.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-immutable.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ptr-to-usize.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ptr-to-usize.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-alignment-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-mutable.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-mutable.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-decrease.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-decrease.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-size-decrease.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-size-decrease.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-size-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-size-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/include_value_not_from_bytes.rs
zerocopy-0.7.35/tests/ui-stable/include_value_not_from_bytes.stderr
zerocopy-0.7.35/tests/ui-stable/include_value_wrong_size.rs
zerocopy-0.7.35/tests/ui-stable/include_value_wrong_size.stderr
zerocopy-0.7.35/tests/ui-stable/invalid-impls/invalid-impls.rs
zerocopy-0.7.35/tests/ui-stable/invalid-impls/invalid-impls.stderr
zerocopy-0.7.35/tests/ui-stable/max-align.rs
zerocopy-0.7.35/tests/ui-stable/max-align.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-alignment-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-const.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-const.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-decrease.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-decrease.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-immutable.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-immutable.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-alignment-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-mutable.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-mutable.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-decrease.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-decrease.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-size-decrease.rs
zerocopy-0.7.35/tests/ui-stable/transmute-size-decrease.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-size-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-size-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-src-not-asbytes.stderr
zeroize-1.8.1/.cargo_vcs_info.json
zeroize-1.8.1/CHANGELOG.md
zeroize-1.8.1/Cargo.toml
zeroize-1.8.1/Cargo.toml.orig
zeroize-1.8.1/LICENSE-APACHE
zeroize-1.8.1/LICENSE-MIT
zeroize-1.8.1/README.md
zeroize-1.8.1/src/aarch64.rs
zeroize-1.8.1/src/lib.rs
zeroize-1.8.1/src/x86.rs
zeroize-1.8.1/tests/zeroize.rs
zeroize-1.8.1/tests/zeroize_derive.rs
warning: `/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
   Compiling libc v0.2.158
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling shlex v1.3.0
   Compiling memchr v2.7.4
   Compiling pkg-config v0.3.30
   Compiling vcpkg v0.2.15
   Compiling once_cell v1.19.0
   Compiling thiserror v1.0.63
   Compiling regex-syntax v0.8.4
   Compiling version_check v0.9.5
   Compiling autocfg v1.3.0
   Compiling serde v1.0.209
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.8.0
   Compiling smallvec v1.13.2
   Compiling crossbeam-utils v0.8.20
   Compiling fastrand v2.1.1
   Compiling lock_api v0.4.12
   Compiling aho-corasick v1.1.3
   Compiling parking_lot_core v0.9.10
   Compiling gix-trace v0.1.9
   Compiling scopeguard v1.2.0
   Compiling faster-hex v0.9.0
   Compiling bitflags v2.6.0
   Compiling quote v1.0.37
   Compiling same-file v1.0.6
   Compiling jobserver v0.1.32
   Compiling walkdir v2.5.0
   Compiling adler2 v2.0.0
   Compiling syn v2.0.77
   Compiling miniz_oxide v0.8.0
   Compiling cc v1.1.16
   Compiling crc32fast v1.4.2
   Compiling bytes v1.7.1
   Compiling unicode-normalization v0.1.23
   Compiling parking_lot v0.12.3
   Compiling crossbeam-channel v0.5.13
   Compiling sha1_smol v1.0.1
   Compiling itoa v1.0.11
   Compiling byteorder v1.5.0
   Compiling prodash v28.0.0
   Compiling num-conv v0.1.0
   Compiling powerfmt v0.2.0
   Compiling time-core v0.1.2
   Compiling time-macros v0.2.18
   Compiling winnow v0.6.18
   Compiling rustix v0.38.36
   Compiling num_threads v0.1.7
   Compiling regex-automata v0.4.7
   Compiling ahash v0.8.11
   Compiling linux-raw-sys v0.4.14
   Compiling typenum v1.17.0
   Compiling zeroize v1.8.1
   Compiling libz-sys v1.1.20
   Compiling home v0.5.9
   Compiling allocator-api2 v0.2.18
   Compiling generic-array v0.14.7
   Compiling subtle v2.6.1
   Compiling openssl-sys v0.9.103
   Compiling flate2 v1.0.33
   Compiling const-oid v0.9.6
   Compiling memmap2 v0.9.4
   Compiling getrandom v0.2.15
   Compiling libnghttp2-sys v0.1.10+1.61.0
   Compiling unicode-bidi v0.3.15
   Compiling rand_core v0.6.4
   Compiling percent-encoding v2.3.1
   Compiling form_urlencoded v1.2.1
   Compiling curl-sys v0.4.74+curl-8.9.0
   Compiling idna v0.5.0
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling digest v0.10.7
   Compiling log v0.4.22
   Compiling base64ct v1.6.0
   Compiling serde_json v1.0.128
   Compiling url v2.5.2
   Compiling unicode-bom v2.0.3
   Compiling gix-sec v0.10.8
   Compiling pem-rfc7468 v0.7.0
   Compiling ryu v1.0.18
   Compiling der v0.7.9
   Compiling static_assertions v1.1.0
   Compiling hmac v0.12.1
   Compiling kstring v2.0.2
   Compiling libssh2-sys v0.3.0
   Compiling shell-words v1.1.0
   Compiling tempfile v3.12.0
   Compiling openssl-probe v0.1.5
   Compiling curl v0.4.46
   Compiling ff v0.13.0
   Compiling filetime v0.2.25
   Compiling socket2 v0.5.7
   Compiling bstr v1.10.0
   Compiling tracing-core v0.1.32
   Compiling base16ct v0.2.0
   Compiling gix-utils v0.1.12
   Compiling spki v0.7.3
   Compiling pkcs8 v0.10.2
   Compiling sec1 v0.7.3
   Compiling thiserror-impl v1.0.63
   Compiling serde_derive v1.0.209
   Compiling zerocopy-derive v0.7.35
   Compiling tracing-attributes v0.1.27
   Compiling group v0.13.0
   Compiling hkdf v0.12.4
   Compiling crypto-bigint v0.5.5
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling zerocopy v0.7.35
   Compiling num-traits v0.2.19
   Compiling typeid v1.0.2
   Compiling anyhow v1.0.86
   Compiling gix-hash v0.14.2
   Compiling gix-path v0.10.10
   Compiling gix-features v0.38.2
   Compiling gix-validate v0.8.5
   Compiling gix-chunk v0.4.8
   Compiling gix-quote v0.4.12
   Compiling gix-fs v0.11.3
   Compiling gix-commitgraph v0.24.3
   Compiling hashbrown v0.14.5
   Compiling gix-tempfile v14.0.2
   Compiling gix-glob v0.16.5
   Compiling gix-config-value v0.14.8
   Compiling gix-lock v14.0.0
   Compiling gix-attributes v0.22.5
   Compiling gix-hashtable v0.5.2
   Compiling gix-command v0.3.9
   Compiling gix-url v0.27.5
   Compiling equivalent v1.0.1
   Compiling cpufeatures v0.2.13
   Compiling pin-project-lite v0.2.14
   Compiling indexmap v2.5.0
   Compiling tracing v0.1.40
   Compiling gix-prompt v0.8.7
   Compiling elliptic-curve v0.13.8
   Compiling gix-bitmap v0.2.11
   Compiling utf8parse v0.2.2
   Compiling regex-syntax v0.6.29
   Compiling fnv v1.0.7
   Compiling anstyle v1.0.8
   Compiling anstyle-parse v0.2.5
   Compiling gix-credentials v0.24.5
   Compiling gix-pathspec v0.7.7
   Compiling sha2 v0.10.8
   Compiling gix-ignore v0.11.4
   Compiling gix-packetline v0.17.6
   Compiling regex v1.10.6
   Compiling rfc6979 v0.4.0
   Compiling signature v2.2.0
   Compiling libsqlite3-sys v0.28.0
   Compiling crossbeam-epoch v0.9.18
   Compiling jiff v0.1.12
   Compiling clru v0.6.2
   Compiling anstyle-query v1.1.1
   Compiling overload v0.1.1
   Compiling is_terminal_polyfill v1.70.1
   Compiling semver v1.0.23
   Compiling base64 v0.22.1
   Compiling colorchoice v1.0.2
   Compiling minimal-lexical v0.2.1
   Compiling regex-automata v0.1.10
   Compiling lazy_static v1.5.0
   Compiling sharded-slab v0.1.7
   Compiling nom v7.1.3
   Compiling gix-transport v0.42.3
   Compiling anstream v0.6.15
   Compiling matchers v0.1.0
   Compiling nu-ansi-term v0.46.0
   Compiling crossbeam-deque v0.8.5
   Compiling ecdsa v0.16.9
   Compiling tar v0.4.41
   Compiling deranged v0.3.11
   Compiling serde_spanned v0.6.7
   Compiling toml_datetime v0.6.8
   Compiling erased-serde v0.4.5
   Compiling toml_edit v0.22.20
   Compiling ordered-float v2.10.1
   Compiling time v0.3.36
   Compiling primeorder v0.13.6
   Compiling ppv-lite86 v0.2.20
   Compiling gix-date v0.9.0
   Compiling gix-packetline-blocking v0.17.5
   Compiling maybe-async v0.2.10
   Compiling tracing-log v0.2.0
   Compiling globset v0.4.14
   Compiling terminal_size v0.3.0
   Compiling bitmaps v2.1.0
   Compiling gix-date v0.8.7
   Compiling toml v0.8.19
   Compiling unicase v2.7.0
   Compiling gix-actor v0.31.5
   Compiling im-rc v15.1.0
   Compiling thread_local v1.1.8
   Compiling gix-object v0.42.3
   Compiling encoding_rs v0.8.34
   Compiling arc-swap v1.7.1
   Compiling strsim v0.11.1
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.2
   Compiling fiat-crypto v0.2.9
   Compiling gix-revwalk v0.13.2
   Compiling gix-ref v0.45.0
   Compiling gix-traverse v0.39.2
   Compiling gix-index v0.33.1
   Compiling gix-revision v0.27.2
   Compiling gix-refspec v0.23.1
   Compiling gix-config v0.38.0
   Compiling gix-worktree v0.34.1
   Compiling gix-discover v0.33.0
   Compiling gix-pack v0.51.1
   Compiling gix-submodule v0.12.0
   Compiling gix-dir v0.6.0
   Compiling gix-filter v0.11.3
   Compiling gix-odb v0.61.1
   Compiling gix-negotiate v0.13.2
   Compiling orion v0.17.6
   Compiling gix-diff v0.44.1
   Compiling clap_builder v4.5.17
   Compiling clap_derive v4.5.13
   Compiling tracing-subscriber v0.3.18
   Compiling sized-chunks v0.6.5
   Compiling cargo-credential v0.4.6
   Compiling ignore v0.4.22
   Compiling gix-protocol v0.45.3
   Compiling rand_chacha v0.3.1
   Compiling p384 v0.13.0
   Compiling serde-value v0.7.0
   Compiling serde-untagged v0.1.6
   Compiling cargo v0.82.0
   Compiling color-print-proc-macro v0.3.6
   Compiling hashlink v0.9.1
   Compiling gix-macros v0.1.5
   Compiling rand_xoshiro v0.6.0
   Compiling ed25519-compact v2.1.1
   Compiling libloading v0.8.5
   Compiling fallible-streaming-iterator v0.1.9
   Compiling hex v0.4.3
   Compiling ct-codecs v1.1.2
   Compiling fallible-iterator v0.3.0
   Compiling cbindgen v0.27.0
   Compiling shell-escape v0.1.5
   Compiling unicode-xid v0.2.5
   Compiling either v1.13.0
   Compiling unicode-width v0.1.13
   Compiling cargo-util-schemas v0.5.0
   Compiling annotate-snippets v0.11.4
   Compiling itertools v0.13.0
   Compiling cargo-util v0.2.14
   Compiling pasetors v0.6.8
   Compiling cargo-credential-libsecret v0.4.7
   Compiling gix v0.64.0
   Compiling color-print v0.3.6
   Compiling clap v4.5.17
   Compiling rand v0.8.5
   Compiling tracing-chrome v0.7.2
   Compiling crates-io v0.40.4
   Compiling rustfix v0.8.5
   Compiling serde_ignored v0.1.10
   Compiling cargo-platform v0.1.8
   Compiling sha1 v0.10.6
   Compiling opener v0.7.2
   Compiling os_info v3.8.2
   Compiling http-auth v0.1.10
   Compiling bytesize v1.3.0
   Compiling glob v0.3.1
   Compiling heck v0.4.1
   Compiling humantime v2.1.0
   Compiling lazycell v1.3.0
   Compiling pathdiff v0.2.1
   Compiling supports-unicode v3.0.0
   Compiling supports-hyperlinks v3.0.0
   Compiling rusqlite v0.31.0
   Compiling git2 v0.19.0
   Compiling git2-curl v0.20.0
   Compiling cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4)
    Finished `release` profile [optimized] target(s) in 2m 28s
warning: `/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
warning: `/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4/./.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
  Installing cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4)
     Locking 328 packages to latest compatible versions
      Adding windows-sys v0.52.0 (available: v0.59.0)
   Compiling libc v0.2.158
   Compiling cfg-if v1.0.0
   Compiling memchr v2.7.4
   Compiling once_cell v1.19.0
   Compiling regex-syntax v0.8.4
   Compiling thiserror v1.0.63
   Compiling tinyvec_macros v0.1.1
   Compiling serde v1.0.209
   Compiling smallvec v1.13.2
   Compiling crossbeam-utils v0.8.20
   Compiling libz-sys v1.1.20
   Compiling fastrand v2.1.1
   Compiling gix-trace v0.1.9
   Compiling tinyvec v1.8.0
   Compiling parking_lot_core v0.9.10
   Compiling lock_api v0.4.12
   Compiling scopeguard v1.2.0
   Compiling faster-hex v0.9.0
   Compiling bitflags v2.6.0
   Compiling same-file v1.0.6
   Compiling walkdir v2.5.0
   Compiling adler2 v2.0.0
   Compiling gix-hash v0.14.2
   Compiling miniz_oxide v0.8.0
   Compiling crc32fast v1.4.2
   Compiling aho-corasick v1.1.3
   Compiling crossbeam-channel v0.5.13
   Compiling sha1_smol v1.0.1
   Compiling bytes v1.7.1
   Compiling itoa v1.0.11
   Compiling parking_lot v0.12.3
   Compiling byteorder v1.5.0
   Compiling powerfmt v0.2.0
   Compiling flate2 v1.0.33
   Compiling zerocopy v0.7.35
   Compiling unicode-normalization v0.1.23
   Compiling prodash v28.0.0
   Compiling winnow v0.6.18
   Compiling num-conv v0.1.0
   Compiling time-core v0.1.2
   Compiling num_threads v0.1.7
   Compiling rustix v0.38.36
   Compiling linux-raw-sys v0.4.14
   Compiling typenum v1.17.0
   Compiling ahash v0.8.11
   Compiling zeroize v1.8.1
   Compiling home v0.5.9
   Compiling allocator-api2 v0.2.18
   Compiling generic-array v0.14.7
   Compiling subtle v2.6.1
   Compiling const-oid v0.9.6
   Compiling openssl-sys v0.9.103
   Compiling memmap2 v0.9.4
   Compiling getrandom v0.2.15
   Compiling rand_core v0.6.4
   Compiling hashbrown v0.14.5
   Compiling gix-chunk v0.4.8
   Compiling unicode-bidi v0.3.15
   Compiling percent-encoding v2.3.1
   Compiling form_urlencoded v1.2.1
   Compiling regex-automata v0.4.7
   Compiling libnghttp2-sys v0.1.10+1.61.0
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling digest v0.10.7
   Compiling gix-hashtable v0.5.2
   Compiling idna v0.5.0
   Compiling base64ct v1.6.0
   Compiling log v0.4.22
   Compiling unicode-bom v2.0.3
   Compiling deranged v0.3.11
   Compiling pem-rfc7468 v0.7.0
   Compiling serde_json v1.0.128
   Compiling gix-sec v0.10.8
   Compiling ryu v1.0.18
   Compiling url v2.5.2
   Compiling der v0.7.9
   Compiling static_assertions v1.1.0
   Compiling kstring v2.0.2
   Compiling hmac v0.12.1
   Compiling shell-words v1.1.0
   Compiling openssl-probe v0.1.5
   Compiling libssh2-sys v0.3.0
   Compiling ff v0.13.0
   Compiling tempfile v3.12.0
   Compiling time v0.3.36
   Compiling socket2 v0.5.7
   Compiling spki v0.7.3
   Compiling pkcs8 v0.10.2
   Compiling filetime v0.2.25
   Compiling tracing-core v0.1.32
   Compiling base16ct v0.2.0
   Compiling bstr v1.10.0
   Compiling sec1 v0.7.3
   Compiling gix-utils v0.1.12
   Compiling gix-path v0.10.10
   Compiling gix-features v0.38.2
   Compiling gix-date v0.8.7
   Compiling gix-validate v0.8.5
   Compiling gix-fs v0.11.3
   Compiling gix-actor v0.31.5
   Compiling gix-commitgraph v0.24.3
   Compiling gix-tempfile v14.0.2
   Compiling gix-object v0.42.3
   Compiling gix-quote v0.4.12
   Compiling curl-sys v0.4.74+curl-8.9.0
   Compiling gix-glob v0.16.5
   Compiling gix-config-value v0.14.8
   Compiling gix-lock v14.0.0
   Compiling gix-attributes v0.22.5
   Compiling curl v0.4.46
   Compiling gix-command v0.3.9
   Compiling gix-url v0.27.5
   Compiling group v0.13.0
   Compiling hkdf v0.12.4
   Compiling crypto-bigint v0.5.5
   Compiling gix-revwalk v0.13.2
   Compiling gix-ref v0.45.0
   Compiling equivalent v1.0.1
   Compiling pin-project-lite v0.2.14
   Compiling cpufeatures v0.2.13
   Compiling anyhow v1.0.86
   Compiling tracing v0.1.40
   Compiling indexmap v2.5.0
   Compiling typeid v1.0.2
   Compiling num-traits v0.2.19
   Compiling gix-traverse v0.39.2
   Compiling gix-prompt v0.8.7
   Compiling serde_spanned v0.6.7
   Compiling toml_datetime v0.6.8
   Compiling gix-bitmap v0.2.11
   Compiling regex-syntax v0.6.29
   Compiling utf8parse v0.2.2
   Compiling anstyle v1.0.8
   Compiling elliptic-curve v0.13.8
   Compiling fnv v1.0.7
   Compiling gix-index v0.33.1
   Compiling anstyle-parse v0.2.5
   Compiling toml_edit v0.22.20
   Compiling gix-credentials v0.24.5
   Compiling sha2 v0.10.8
   Compiling gix-revision v0.27.2
   Compiling gix-pathspec v0.7.7
   Compiling gix-ignore v0.11.4
   Compiling gix-packetline v0.17.6
   Compiling regex v1.10.6
   Compiling regex-automata v0.1.10
   Compiling rfc6979 v0.4.0
   Compiling signature v2.2.0
   Compiling crossbeam-epoch v0.9.18
   Compiling proc-macro2 v1.0.86
   Compiling anstyle-query v1.1.1
   Compiling is_terminal_polyfill v1.70.1
   Compiling clru v0.6.2
   Compiling overload v0.1.1
   Compiling unicode-ident v1.0.12
   Compiling lazy_static v1.5.0
   Compiling jiff v0.1.12
   Compiling colorchoice v1.0.2
   Compiling base64 v0.22.1
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling gix-transport v0.42.3
   Compiling matchers v0.1.0
   Compiling toml v0.8.19
   Compiling anstream v0.6.15
   Compiling sharded-slab v0.1.7
   Compiling nu-ansi-term v0.46.0
   Compiling semver v1.0.23
   Compiling gix-pack v0.51.1
   Compiling crossbeam-deque v0.8.5
   Compiling libsqlite3-sys v0.28.0
   Compiling ecdsa v0.16.9
   Compiling gix-refspec v0.23.1
   Compiling gix-date v0.9.0
   Compiling gix-worktree v0.34.1
   Compiling ordered-float v2.10.1
   Compiling erased-serde v0.4.5
   Compiling primeorder v0.13.6
   Compiling gix-discover v0.33.0
   Compiling gix-config v0.38.0
   Compiling gix-packetline-blocking v0.17.5
   Compiling globset v0.4.14
   Compiling tracing-log v0.2.0
   Compiling terminal_size v0.3.0
   Compiling bitmaps v2.1.0
   Compiling ppv-lite86 v0.2.20
   Compiling thread_local v1.1.8
   Compiling encoding_rs v0.8.34
   Compiling clap_lex v0.7.2
   Compiling arc-swap v1.7.1
   Compiling strsim v0.11.1
   Compiling fiat-crypto v0.2.9
   Compiling gix-odb v0.61.1
   Compiling clap_builder v4.5.17
   Compiling gix-filter v0.11.3
   Compiling gix-submodule v0.12.0
   Compiling sized-chunks v0.6.5
   Compiling im-rc v15.1.0
   Compiling unicase v2.7.0
   Compiling gix-protocol v0.45.3
   Compiling tracing-subscriber v0.3.18
   Compiling rand_chacha v0.3.1
   Compiling ignore v0.4.22
   Compiling gix-dir v0.6.0
   Compiling p384 v0.13.0
   Compiling serde-untagged v0.1.6
   Compiling serde-value v0.7.0
   Compiling orion v0.17.6
   Compiling cargo v0.82.0
   Compiling quote v1.0.37
   Compiling cargo-credential v0.4.6
   Compiling gix-negotiate v0.13.2
   Compiling gix-diff v0.44.1
   Compiling hashlink v0.9.1
   Compiling rand_xoshiro v0.6.0
   Compiling ed25519-compact v2.1.1
   Compiling jobserver v0.1.32
   Compiling libloading v0.8.5
   Compiling fallible-streaming-iterator v0.1.9
   Compiling unicode-xid v0.2.5
   Compiling hex v0.4.3
   Compiling ct-codecs v1.1.2
   Compiling fallible-iterator v0.3.0
   Compiling either v1.13.0
   Compiling unicode-width v0.1.13
   Compiling shell-escape v0.1.5
   Compiling cbindgen v0.27.0
   Compiling cargo-util v0.2.14
   Compiling annotate-snippets v0.11.4
   Compiling itertools v0.13.0
   Compiling pasetors v0.6.8
   Compiling cargo-util-schemas v0.5.0
   Compiling cargo-credential-libsecret v0.4.7
   Compiling gix v0.64.0
   Compiling syn v2.0.77
   Compiling color-print v0.3.6
   Compiling tracing-chrome v0.7.2
   Compiling rand v0.8.5
   Compiling clap v4.5.17
   Compiling rustfix v0.8.5
   Compiling sha1 v0.10.6
   Compiling crates-io v0.40.4
   Compiling opener v0.7.2
   Compiling tar v0.4.41
   Compiling serde_ignored v0.1.10
   Compiling cargo-platform v0.1.8
   Compiling os_info v3.8.2
   Compiling http-auth v0.1.10
   Compiling heck v0.4.1
   Compiling supports-hyperlinks v3.0.0
   Compiling glob v0.3.1
   Compiling shlex v1.3.0
   Compiling bytesize v1.3.0
   Compiling humantime v2.1.0
   Compiling pathdiff v0.2.1
   Compiling supports-unicode v3.0.0
   Compiling lazycell v1.3.0
   Compiling cc v1.1.16
   Compiling git2 v0.19.0
   Compiling git2-curl v0.20.0
   Compiling rusqlite v0.31.0
   Compiling cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4)
    Finished `release` profile [optimized] target(s) in 2m 30s
  Installing /tmp/SBo/repo.JKGOpY/build_cargo-c/package-cargo-c/usr/bin/cargo-capi
  Installing /tmp/SBo/repo.JKGOpY/build_cargo-c/package-cargo-c/usr/bin/cargo-cbuild
  Installing /tmp/SBo/repo.JKGOpY/build_cargo-c/package-cargo-c/usr/bin/cargo-cinstall
  Installing /tmp/SBo/repo.JKGOpY/build_cargo-c/package-cargo-c/usr/bin/cargo-ctest
   Installed package `cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.JKGOpY/build_cargo-c/cargo-c-0.10.4)` (executables `cargo-capi`, `cargo-cbuild`, `cargo-cinstall`, `cargo-ctest`)
warning: be sure to add `/tmp/SBo/repo.JKGOpY/build_cargo-c/package-cargo-c/usr/bin` to your PATH to be able to run the installed binaries

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.JKGOpY/output_cargo-c/cargo-c-0.10.4-i686-2_SBo.txz

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/cargo-capi
usr/bin/cargo-cbuild
usr/bin/cargo-cinstall
usr/bin/cargo-ctest
usr/doc/
usr/doc/cargo-c-0.10.4/
usr/doc/cargo-c-0.10.4/README.md
usr/doc/cargo-c-0.10.4/cargo-c.SlackBuild

Slackware package /tmp/SBo/repo.JKGOpY/output_cargo-c/cargo-c-0.10.4-i686-2_SBo.txz created.

Build time 354 sec, peak load 10.64, peak memory 1051M, peak tmp 2035M
Built ok:  cargo-c-0.10.4-i686-2_SBo.txz                                09:10:22
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-i686-2_SBo.txz ... 
Test installing cargo-c-0.10.4-i686-2_SBo.txz ...
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Unmounting chroot ... 
Backed up: cargo-c-0.10.24-i686-1_SBo.txz
:-) development/cargo-c Updated for version 0.10.4 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

sbopkglint i586 development/cargo-c

Installing dependency: rust-opt
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/development/cargo-c/cargo-c-0.10.4-i686-3_SBo.txz to /tmp/SBo/sbopkglint.MMxIRK ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/development/cargo-c/cargo-c-0.10.4-i686-3_SBo.txz to /tmp/SBo/sbopkglint.MMxIRK ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
Running test: 95-pkgconfig...OK
✅ === cargo-c-0.10.4-i686-3_SBo.txz: All tests passed ✅

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 development/cargo-c

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
development/cargo-c                                                     10:37:45
================================================================================

Calculating dependencies ... 
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
development/cargo-c (rebuild)
  development/rust-opt (ok)

Building development/cargo-c (rebuild) -------------------------------- 10:37:45
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
Running cargo-c.SlackBuild ...                                      ETA 10:42:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./cargo-c.SlackBuild
Build time 229 sec, peak load 9.26, peak memory 1878M, peak tmp 2041M
Built ok:  cargo-c-0.10.4-x86_64-3_SBo.txz                              10:42:09
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-x86_64-3_SBo.txz ... done.
Test installing cargo-c-0.10.4-x86_64-3_SBo.txz ...
cargo-c-0.10.4-x86_64-3_SBo: cargo C-ABI helper ........................ [  93M]
Unmounting chroot ... done.
Backed up: cargo-c-0.10.4-x86_64-2_SBo.txz
✅ development/cargo-c Rebuilt ✅

================================================================================
SUMMARY                                                                 10:42:15
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:37:44.log
Runtime:     0h 4m 31s
Rebuilt:     1
  development/cargo-c/cargo-c-0.10.4-x86_64-3_SBo.txz
Warnings:    1
  development/cargo-c: Files/directories were modified in the chroot

Snipped Build Log

Details
svc-0.48.5/Cargo.toml.orig
windows_aarch64_msvc-0.48.5/build.rs
windows_aarch64_msvc-0.48.5/lib/windows.0.48.5.lib
windows_aarch64_msvc-0.48.5/license-apache-2.0
windows_aarch64_msvc-0.48.5/license-mit
windows_aarch64_msvc-0.48.5/src/lib.rs
windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json
windows_aarch64_msvc-0.52.6/Cargo.toml
windows_aarch64_msvc-0.52.6/Cargo.toml.orig
windows_aarch64_msvc-0.52.6/build.rs
windows_aarch64_msvc-0.52.6/lib/windows.0.52.0.lib
windows_aarch64_msvc-0.52.6/license-apache-2.0
windows_aarch64_msvc-0.52.6/license-mit
windows_aarch64_msvc-0.52.6/src/lib.rs
windows_i686_gnu-0.48.5/.cargo_vcs_info.json
windows_i686_gnu-0.48.5/Cargo.toml
windows_i686_gnu-0.48.5/Cargo.toml.orig
windows_i686_gnu-0.48.5/build.rs
windows_i686_gnu-0.48.5/lib/libwindows.0.48.5.a
windows_i686_gnu-0.48.5/license-apache-2.0
windows_i686_gnu-0.48.5/license-mit
windows_i686_gnu-0.48.5/src/lib.rs
windows_i686_gnu-0.52.6/.cargo_vcs_info.json
windows_i686_gnu-0.52.6/Cargo.toml
windows_i686_gnu-0.52.6/Cargo.toml.orig
windows_i686_gnu-0.52.6/build.rs
windows_i686_gnu-0.52.6/lib/libwindows.0.52.0.a
windows_i686_gnu-0.52.6/license-apache-2.0
windows_i686_gnu-0.52.6/license-mit
windows_i686_gnu-0.52.6/src/lib.rs
windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json
windows_i686_gnullvm-0.52.6/Cargo.toml
windows_i686_gnullvm-0.52.6/Cargo.toml.orig
windows_i686_gnullvm-0.52.6/build.rs
windows_i686_gnullvm-0.52.6/lib/libwindows.0.52.0.a
windows_i686_gnullvm-0.52.6/license-apache-2.0
windows_i686_gnullvm-0.52.6/license-mit
windows_i686_gnullvm-0.52.6/src/lib.rs
windows_i686_msvc-0.48.5/.cargo_vcs_info.json
windows_i686_msvc-0.48.5/Cargo.toml
windows_i686_msvc-0.48.5/Cargo.toml.orig
windows_i686_msvc-0.48.5/build.rs
windows_i686_msvc-0.48.5/lib/windows.0.48.5.lib
windows_i686_msvc-0.48.5/license-apache-2.0
windows_i686_msvc-0.48.5/license-mit
windows_i686_msvc-0.48.5/src/lib.rs
windows_i686_msvc-0.52.6/.cargo_vcs_info.json
windows_i686_msvc-0.52.6/Cargo.toml
windows_i686_msvc-0.52.6/Cargo.toml.orig
windows_i686_msvc-0.52.6/build.rs
windows_i686_msvc-0.52.6/lib/windows.0.52.0.lib
windows_i686_msvc-0.52.6/license-apache-2.0
windows_i686_msvc-0.52.6/license-mit
windows_i686_msvc-0.52.6/src/lib.rs
windows_x86_64_gnu-0.48.5/.cargo_vcs_info.json
windows_x86_64_gnu-0.48.5/Cargo.toml
windows_x86_64_gnu-0.48.5/Cargo.toml.orig
windows_x86_64_gnu-0.48.5/build.rs
windows_x86_64_gnu-0.48.5/lib/libwindows.0.48.5.a
windows_x86_64_gnu-0.48.5/license-apache-2.0
windows_x86_64_gnu-0.48.5/license-mit
windows_x86_64_gnu-0.48.5/src/lib.rs
windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json
windows_x86_64_gnu-0.52.6/Cargo.toml
windows_x86_64_gnu-0.52.6/Cargo.toml.orig
windows_x86_64_gnu-0.52.6/build.rs
windows_x86_64_gnu-0.52.6/lib/libwindows.0.52.0.a
windows_x86_64_gnu-0.52.6/license-apache-2.0
windows_x86_64_gnu-0.52.6/license-mit
windows_x86_64_gnu-0.52.6/src/lib.rs
windows_x86_64_gnullvm-0.48.5/.cargo_vcs_info.json
windows_x86_64_gnullvm-0.48.5/Cargo.toml
windows_x86_64_gnullvm-0.48.5/Cargo.toml.orig
windows_x86_64_gnullvm-0.48.5/build.rs
windows_x86_64_gnullvm-0.48.5/lib/libwindows.0.48.5.a
windows_x86_64_gnullvm-0.48.5/license-apache-2.0
windows_x86_64_gnullvm-0.48.5/license-mit
windows_x86_64_gnullvm-0.48.5/src/lib.rs
windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json
windows_x86_64_gnullvm-0.52.6/Cargo.toml
windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig
windows_x86_64_gnullvm-0.52.6/build.rs
windows_x86_64_gnullvm-0.52.6/lib/libwindows.0.52.0.a
windows_x86_64_gnullvm-0.52.6/license-apache-2.0
windows_x86_64_gnullvm-0.52.6/license-mit
windows_x86_64_gnullvm-0.52.6/src/lib.rs
windows_x86_64_msvc-0.48.5/.cargo_vcs_info.json
windows_x86_64_msvc-0.48.5/Cargo.toml
windows_x86_64_msvc-0.48.5/Cargo.toml.orig
windows_x86_64_msvc-0.48.5/build.rs
windows_x86_64_msvc-0.48.5/lib/windows.0.48.5.lib
windows_x86_64_msvc-0.48.5/license-apache-2.0
windows_x86_64_msvc-0.48.5/license-mit
windows_x86_64_msvc-0.48.5/src/lib.rs
windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json
windows_x86_64_msvc-0.52.6/Cargo.toml
windows_x86_64_msvc-0.52.6/Cargo.toml.orig
windows_x86_64_msvc-0.52.6/build.rs
windows_x86_64_msvc-0.52.6/lib/windows.0.52.0.lib
windows_x86_64_msvc-0.52.6/license-apache-2.0
windows_x86_64_msvc-0.52.6/license-mit
windows_x86_64_msvc-0.52.6/src/lib.rs
winnow-0.6.18/.cargo_vcs_info.json
winnow-0.6.18/Cargo.lock
winnow-0.6.18/Cargo.toml
winnow-0.6.18/Cargo.toml.orig
winnow-0.6.18/LICENSE-MIT
winnow-0.6.18/README.md
winnow-0.6.18/benches/contains_token.rs
winnow-0.6.18/benches/find_slice.rs
winnow-0.6.18/benches/iter.rs
winnow-0.6.18/benches/next_slice.rs
winnow-0.6.18/benches/number.rs
winnow-0.6.18/examples/arithmetic/bench.rs
winnow-0.6.18/examples/arithmetic/main.rs
winnow-0.6.18/examples/arithmetic/parser.rs
winnow-0.6.18/examples/arithmetic/parser_ast.rs
winnow-0.6.18/examples/arithmetic/parser_lexer.rs
winnow-0.6.18/examples/css/main.rs
winnow-0.6.18/examples/css/parser.rs
winnow-0.6.18/examples/custom_error.rs
winnow-0.6.18/examples/http/bench.rs
winnow-0.6.18/examples/http/main.rs
winnow-0.6.18/examples/http/parser.rs
winnow-0.6.18/examples/http/parser_streaming.rs
winnow-0.6.18/examples/ini/bench.rs
winnow-0.6.18/examples/ini/main.rs
winnow-0.6.18/examples/ini/parser.rs
winnow-0.6.18/examples/ini/parser_str.rs
winnow-0.6.18/examples/iterator.rs
winnow-0.6.18/examples/json/bench.rs
winnow-0.6.18/examples/json/json.rs
winnow-0.6.18/examples/json/main.rs
winnow-0.6.18/examples/json/parser.rs
winnow-0.6.18/examples/json/parser_dispatch.rs
winnow-0.6.18/examples/json/parser_partial.rs
winnow-0.6.18/examples/json_iterator.rs
winnow-0.6.18/examples/ndjson/example.ndjson
winnow-0.6.18/examples/ndjson/main.rs
winnow-0.6.18/examples/ndjson/parser.rs
winnow-0.6.18/examples/s_expression/main.rs
winnow-0.6.18/examples/s_expression/parser.rs
winnow-0.6.18/examples/string/main.rs
winnow-0.6.18/examples/string/parser.rs
winnow-0.6.18/src/_topic/arithmetic.rs
winnow-0.6.18/src/_topic/error.rs
winnow-0.6.18/src/_topic/fromstr.rs
winnow-0.6.18/src/_topic/http.rs
winnow-0.6.18/src/_topic/ini.rs
winnow-0.6.18/src/_topic/json.rs
winnow-0.6.18/src/_topic/language.rs
winnow-0.6.18/src/_topic/mod.rs
winnow-0.6.18/src/_topic/nom.rs
winnow-0.6.18/src/_topic/partial.rs
winnow-0.6.18/src/_topic/performance.rs
winnow-0.6.18/src/_topic/s_expression.rs
winnow-0.6.18/src/_topic/stream.rs
winnow-0.6.18/src/_topic/why.rs
winnow-0.6.18/src/_tutorial/chapter_0.rs
winnow-0.6.18/src/_tutorial/chapter_1.rs
winnow-0.6.18/src/_tutorial/chapter_2.rs
winnow-0.6.18/src/_tutorial/chapter_3.rs
winnow-0.6.18/src/_tutorial/chapter_4.rs
winnow-0.6.18/src/_tutorial/chapter_5.rs
winnow-0.6.18/src/_tutorial/chapter_6.rs
winnow-0.6.18/src/_tutorial/chapter_7.rs
winnow-0.6.18/src/_tutorial/chapter_8.rs
winnow-0.6.18/src/_tutorial/mod.rs
winnow-0.6.18/src/ascii/mod.rs
winnow-0.6.18/src/ascii/tests.rs
winnow-0.6.18/src/binary/bits/mod.rs
winnow-0.6.18/src/binary/bits/tests.rs
winnow-0.6.18/src/binary/mod.rs
winnow-0.6.18/src/binary/tests.rs
winnow-0.6.18/src/combinator/branch.rs
winnow-0.6.18/src/combinator/core.rs
winnow-0.6.18/src/combinator/debug/internals.rs
winnow-0.6.18/src/combinator/debug/mod.rs
winnow-0.6.18/src/combinator/mod.rs
winnow-0.6.18/src/combinator/multi.rs
winnow-0.6.18/src/combinator/parser.rs
winnow-0.6.18/src/combinator/sequence.rs
winnow-0.6.18/src/combinator/tests.rs
winnow-0.6.18/src/error.rs
winnow-0.6.18/src/lib.rs
winnow-0.6.18/src/macros/dispatch.rs
winnow-0.6.18/src/macros/mod.rs
winnow-0.6.18/src/macros/seq.rs
winnow-0.6.18/src/macros/test.rs
winnow-0.6.18/src/parser.rs
winnow-0.6.18/src/stream/impls.rs
winnow-0.6.18/src/stream/mod.rs
winnow-0.6.18/src/stream/tests.rs
winnow-0.6.18/src/token/mod.rs
winnow-0.6.18/src/token/tests.rs
zerocopy-derive-0.7.35/.cargo_vcs_info.json
zerocopy-derive-0.7.35/Cargo.toml
zerocopy-derive-0.7.35/Cargo.toml.orig
zerocopy-derive-0.7.35/LICENSE-APACHE
zerocopy-derive-0.7.35/LICENSE-BSD
zerocopy-derive-0.7.35/LICENSE-MIT
zerocopy-derive-0.7.35/src/ext.rs
zerocopy-derive-0.7.35/src/lib.rs
zerocopy-derive-0.7.35/src/repr.rs
zerocopy-derive-0.7.35/tests/enum_as_bytes.rs
zerocopy-derive-0.7.35/tests/enum_from_zeroes.rs
zerocopy-derive-0.7.35/tests/enum_known_layout.rs
zerocopy-derive-0.7.35/tests/enum_unaligned.rs
zerocopy-derive-0.7.35/tests/hygiene.rs
zerocopy-derive-0.7.35/tests/paths_and_modules.rs
zerocopy-derive-0.7.35/tests/priv_in_pub.rs
zerocopy-derive-0.7.35/tests/struct_as_bytes.rs
zerocopy-derive-0.7.35/tests/struct_from_bytes.rs
zerocopy-derive-0.7.35/tests/struct_from_zeroes.rs
zerocopy-derive-0.7.35/tests/struct_known_layout.rs
zerocopy-derive-0.7.35/tests/struct_unaligned.rs
zerocopy-derive-0.7.35/tests/trybuild.rs
zerocopy-derive-0.7.35/tests/ui-msrv/derive_transparent.rs
zerocopy-derive-0.7.35/tests/ui-msrv/derive_transparent.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/enum.rs
zerocopy-derive-0.7.35/tests/ui-msrv/enum.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/enum_from_bytes_u8_too_few.rs
zerocopy-derive-0.7.35/tests/ui-msrv/enum_from_bytes_u8_too_few.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/late_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-msrv/late_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/mid_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-msrv/mid_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/struct.rs
zerocopy-derive-0.7.35/tests/ui-msrv/struct.stderr
zerocopy-derive-0.7.35/tests/ui-msrv/union.rs
zerocopy-derive-0.7.35/tests/ui-msrv/union.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/derive_transparent.rs
zerocopy-derive-0.7.35/tests/ui-nightly/derive_transparent.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/enum.rs
zerocopy-derive-0.7.35/tests/ui-nightly/enum.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/enum_from_bytes_u8_too_few.rs
zerocopy-derive-0.7.35/tests/ui-nightly/enum_from_bytes_u8_too_few.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/late_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-nightly/late_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/mid_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-nightly/mid_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/struct.rs
zerocopy-derive-0.7.35/tests/ui-nightly/struct.stderr
zerocopy-derive-0.7.35/tests/ui-nightly/union.rs
zerocopy-derive-0.7.35/tests/ui-nightly/union.stderr
zerocopy-derive-0.7.35/tests/ui-stable/derive_transparent.rs
zerocopy-derive-0.7.35/tests/ui-stable/derive_transparent.stderr
zerocopy-derive-0.7.35/tests/ui-stable/enum.rs
zerocopy-derive-0.7.35/tests/ui-stable/enum.stderr
zerocopy-derive-0.7.35/tests/ui-stable/enum_from_bytes_u8_too_few.rs
zerocopy-derive-0.7.35/tests/ui-stable/enum_from_bytes_u8_too_few.stderr
zerocopy-derive-0.7.35/tests/ui-stable/late_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-stable/late_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-stable/mid_compile_pass.rs
zerocopy-derive-0.7.35/tests/ui-stable/mid_compile_pass.stderr
zerocopy-derive-0.7.35/tests/ui-stable/struct.rs
zerocopy-derive-0.7.35/tests/ui-stable/struct.stderr
zerocopy-derive-0.7.35/tests/ui-stable/union.rs
zerocopy-derive-0.7.35/tests/ui-stable/union.stderr
zerocopy-derive-0.7.35/tests/union_as_bytes.rs
zerocopy-derive-0.7.35/tests/union_from_bytes.rs
zerocopy-derive-0.7.35/tests/union_from_zeroes.rs
zerocopy-derive-0.7.35/tests/union_known_layout.rs
zerocopy-derive-0.7.35/tests/union_unaligned.rs
zerocopy-derive-0.7.35/tests/util.rs
zerocopy-0.7.35/.cargo_vcs_info.json
zerocopy-0.7.35/CONTRIBUTING.md
zerocopy-0.7.35/Cargo.toml
zerocopy-0.7.35/Cargo.toml.orig
zerocopy-0.7.35/INTERNAL.md
zerocopy-0.7.35/LICENSE-APACHE
zerocopy-0.7.35/LICENSE-BSD
zerocopy-0.7.35/LICENSE-MIT
zerocopy-0.7.35/POLICIES.md
zerocopy-0.7.35/README.md
zerocopy-0.7.35/cargo.sh
zerocopy-0.7.35/clippy.toml
zerocopy-0.7.35/generate-readme.sh
zerocopy-0.7.35/rustfmt.toml
zerocopy-0.7.35/src/byteorder.rs
zerocopy-0.7.35/src/lib.rs
zerocopy-0.7.35/src/macro_util.rs
zerocopy-0.7.35/src/macros.rs
zerocopy-0.7.35/src/post_monomorphization_compile_fail_tests.rs
zerocopy-0.7.35/src/third_party/rust/LICENSE-APACHE
zerocopy-0.7.35/src/third_party/rust/LICENSE-MIT
zerocopy-0.7.35/src/third_party/rust/README.fuchsia
zerocopy-0.7.35/src/third_party/rust/layout.rs
zerocopy-0.7.35/src/util.rs
zerocopy-0.7.35/src/wrappers.rs
zerocopy-0.7.35/testdata/include_value/data
zerocopy-0.7.35/tests/trybuild.rs
zerocopy-0.7.35/tests/ui-msrv/include_value_not_from_bytes.rs
zerocopy-0.7.35/tests/ui-msrv/include_value_not_from_bytes.stderr
zerocopy-0.7.35/tests/ui-msrv/include_value_wrong_size.rs
zerocopy-0.7.35/tests/ui-msrv/include_value_wrong_size.stderr
zerocopy-0.7.35/tests/ui-msrv/invalid-impls/invalid-impls.rs
zerocopy-0.7.35/tests/ui-msrv/invalid-impls/invalid-impls.stderr
zerocopy-0.7.35/tests/ui-msrv/max-align.rs
zerocopy-0.7.35/tests/ui-msrv/max-align.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-alignment-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-const.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-const.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-decrease.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-decrease.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-size-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-immutable.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-immutable.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-mut-src-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ptr-to-usize.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ptr-to-usize.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-alignment-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-mutable.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-mutable.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-decrease.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-decrease.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-size-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-generic.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-generic.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-unsized.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-ref-src-unsized.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-size-decrease.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-size-decrease.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-size-increase.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-size-increase.stderr
zerocopy-0.7.35/tests/ui-msrv/transmute-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-msrv/transmute-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/include_value_not_from_bytes.rs
zerocopy-0.7.35/tests/ui-nightly/include_value_not_from_bytes.stderr
zerocopy-0.7.35/tests/ui-nightly/include_value_wrong_size.rs
zerocopy-0.7.35/tests/ui-nightly/include_value_wrong_size.stderr
zerocopy-0.7.35/tests/ui-nightly/invalid-impls/invalid-impls.rs
zerocopy-0.7.35/tests/ui-nightly/invalid-impls/invalid-impls.stderr
zerocopy-0.7.35/tests/ui-nightly/max-align.rs
zerocopy-0.7.35/tests/ui-nightly/max-align.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-alignment-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-const.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-const.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-decrease.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-decrease.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-size-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-immutable.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-immutable.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-mut-src-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ptr-to-usize.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ptr-to-usize.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-alignment-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-mutable.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-mutable.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-decrease.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-decrease.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-size-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-generic.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-generic.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-unsized.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-ref-src-unsized.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-size-decrease.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-size-decrease.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-size-increase.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-size-increase.stderr
zerocopy-0.7.35/tests/ui-nightly/transmute-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-nightly/transmute-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/include_value_not_from_bytes.rs
zerocopy-0.7.35/tests/ui-stable/include_value_not_from_bytes.stderr
zerocopy-0.7.35/tests/ui-stable/include_value_wrong_size.rs
zerocopy-0.7.35/tests/ui-stable/include_value_wrong_size.stderr
zerocopy-0.7.35/tests/ui-stable/invalid-impls/invalid-impls.rs
zerocopy-0.7.35/tests/ui-stable/invalid-impls/invalid-impls.stderr
zerocopy-0.7.35/tests/ui-stable/max-align.rs
zerocopy-0.7.35/tests/ui-stable/max-align.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-alignment-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-const.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-const.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-decrease.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-decrease.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-size-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-immutable.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-immutable.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-mut-src-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ptr-to-usize.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-alignment-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-alignment-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-mutable.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-mutable.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-frombytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-not-frombytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-illegal-lifetime.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-illegal-lifetime.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-decrease.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-decrease.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-size-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-not-references.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-not-references.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-dst-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-generic.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-generic.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-a-reference.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-a-reference.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-not-asbytes.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-unsized.rs
zerocopy-0.7.35/tests/ui-stable/transmute-ref-src-unsized.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-size-decrease.rs
zerocopy-0.7.35/tests/ui-stable/transmute-size-decrease.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-size-increase.rs
zerocopy-0.7.35/tests/ui-stable/transmute-size-increase.stderr
zerocopy-0.7.35/tests/ui-stable/transmute-src-not-asbytes.rs
zerocopy-0.7.35/tests/ui-stable/transmute-src-not-asbytes.stderr
zeroize-1.8.1/.cargo_vcs_info.json
zeroize-1.8.1/CHANGELOG.md
zeroize-1.8.1/Cargo.toml
zeroize-1.8.1/Cargo.toml.orig
zeroize-1.8.1/LICENSE-APACHE
zeroize-1.8.1/LICENSE-MIT
zeroize-1.8.1/README.md
zeroize-1.8.1/src/aarch64.rs
zeroize-1.8.1/src/lib.rs
zeroize-1.8.1/src/x86.rs
zeroize-1.8.1/tests/zeroize.rs
zeroize-1.8.1/tests/zeroize_derive.rs
warning: `/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
   Compiling libc v0.2.158
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling shlex v1.3.0
   Compiling memchr v2.7.4
   Compiling pkg-config v0.3.30
   Compiling vcpkg v0.2.15
   Compiling once_cell v1.19.0
   Compiling regex-syntax v0.8.4
   Compiling thiserror v1.0.63
   Compiling version_check v0.9.5
   Compiling autocfg v1.3.0
   Compiling serde v1.0.209
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.8.0
   Compiling smallvec v1.13.2
   Compiling crossbeam-utils v0.8.20
   Compiling fastrand v2.1.1
   Compiling lock_api v0.4.12
   Compiling parking_lot_core v0.9.10
   Compiling gix-trace v0.1.9
   Compiling aho-corasick v1.1.3
   Compiling scopeguard v1.2.0
   Compiling bitflags v2.6.0
   Compiling faster-hex v0.9.0
   Compiling same-file v1.0.6
   Compiling quote v1.0.37
   Compiling jobserver v0.1.32
   Compiling walkdir v2.5.0
   Compiling adler2 v2.0.0
   Compiling syn v2.0.77
   Compiling cc v1.1.16
   Compiling parking_lot v0.12.3
   Compiling miniz_oxide v0.8.0
   Compiling crc32fast v1.4.2
   Compiling crossbeam-channel v0.5.13
   Compiling unicode-normalization v0.1.23
   Compiling sha1_smol v1.0.1
   Compiling prodash v28.0.0
   Compiling itoa v1.0.11
   Compiling bytes v1.7.1
   Compiling byteorder v1.5.0
   Compiling time-core v0.1.2
   Compiling powerfmt v0.2.0
   Compiling num-conv v0.1.0
   Compiling time-macros v0.2.18
   Compiling winnow v0.6.18
   Compiling rustix v0.38.36
   Compiling num_threads v0.1.7
   Compiling regex-automata v0.4.7
   Compiling ahash v0.8.11
   Compiling typenum v1.17.0
   Compiling linux-raw-sys v0.4.14
   Compiling zeroize v1.8.1
   Compiling home v0.5.9
   Compiling libz-sys v1.1.20
   Compiling allocator-api2 v0.2.18
   Compiling generic-array v0.14.7
   Compiling subtle v2.6.1
   Compiling openssl-sys v0.9.103
   Compiling const-oid v0.9.6
   Compiling flate2 v1.0.33
   Compiling memmap2 v0.9.4
   Compiling getrandom v0.2.15
   Compiling libnghttp2-sys v0.1.10+1.61.0
   Compiling rand_core v0.6.4
   Compiling percent-encoding v2.3.1
   Compiling unicode-bidi v0.3.15
   Compiling form_urlencoded v1.2.1
   Compiling curl-sys v0.4.74+curl-8.9.0
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling idna v0.5.0
   Compiling digest v0.10.7
   Compiling base64ct v1.6.0
   Compiling log v0.4.22
   Compiling serde_json v1.0.128
   Compiling pem-rfc7468 v0.7.0
   Compiling unicode-bom v2.0.3
   Compiling url v2.5.2
   Compiling der v0.7.9
   Compiling gix-sec v0.10.8
   Compiling tempfile v3.12.0
   Compiling ryu v1.0.18
   Compiling static_assertions v1.1.0
   Compiling kstring v2.0.2
   Compiling hmac v0.12.1
   Compiling bstr v1.10.0
   Compiling libssh2-sys v0.3.0
   Compiling spki v0.7.3
   Compiling openssl-probe v0.1.5
   Compiling gix-utils v0.1.12
   Compiling shell-words v1.1.0
   Compiling curl v0.4.46
   Compiling pkcs8 v0.10.2
   Compiling thiserror-impl v1.0.63
   Compiling serde_derive v1.0.209
   Compiling zerocopy-derive v0.7.35
   Compiling ff v0.13.0
   Compiling filetime v0.2.25
   Compiling socket2 v0.5.7
   Compiling tracing-core v0.1.32
   Compiling base16ct v0.2.0
   Compiling gix-hash v0.14.2
   Compiling gix-path v0.10.10
   Compiling gix-validate v0.8.5
   Compiling gix-features v0.38.2
   Compiling zerocopy v0.7.35
   Compiling gix-chunk v0.4.8
   Compiling gix-quote v0.4.12
   Compiling gix-fs v0.11.3
   Compiling gix-commitgraph v0.24.3
   Compiling gix-glob v0.16.5
   Compiling gix-tempfile v14.0.2
   Compiling gix-config-value v0.14.8
   Compiling hashbrown v0.14.5
   Compiling gix-lock v14.0.0
   Compiling gix-attributes v0.22.5
   Compiling gix-command v0.3.9
   Compiling gix-url v0.27.5
   Compiling sec1 v0.7.3
   Compiling group v0.13.0
   Compiling tracing-attributes v0.1.27
   Compiling hkdf v0.12.4
   Compiling crypto-bigint v0.5.5
   Compiling gix-hashtable v0.5.2
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling num-traits v0.2.19
   Compiling anyhow v1.0.86
   Compiling typeid v1.0.2
   Compiling pin-project-lite v0.2.14
   Compiling cpufeatures v0.2.13
   Compiling equivalent v1.0.1
   Compiling indexmap v2.5.0
   Compiling gix-prompt v0.8.7
   Compiling gix-bitmap v0.2.11
   Compiling regex-syntax v0.6.29
   Compiling anstyle v1.0.8
   Compiling fnv v1.0.7
   Compiling utf8parse v0.2.2
   Compiling tracing v0.1.40
   Compiling anstyle-parse v0.2.5
   Compiling gix-credentials v0.24.5
   Compiling elliptic-curve v0.13.8
   Compiling sha2 v0.10.8
   Compiling gix-pathspec v0.7.7
   Compiling gix-ignore v0.11.4
   Compiling gix-packetline v0.17.6
   Compiling rfc6979 v0.4.0
   Compiling regex v1.10.6
   Compiling signature v2.2.0
   Compiling libsqlite3-sys v0.28.0
   Compiling crossbeam-epoch v0.9.18
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle-query v1.1.1
   Compiling clru v0.6.2
   Compiling overload v0.1.1
   Compiling base64 v0.22.1
   Compiling regex-automata v0.1.10
   Compiling lazy_static v1.5.0
   Compiling semver v1.0.23
   Compiling minimal-lexical v0.2.1
   Compiling jiff v0.1.12
   Compiling colorchoice v1.0.2
   Compiling deranged v0.3.11
   Compiling toml_datetime v0.6.8
   Compiling serde_spanned v0.6.7
   Compiling toml_edit v0.22.20
   Compiling matchers v0.1.0
   Compiling nom v7.1.3
   Compiling erased-serde v0.4.5
   Compiling time v0.3.36
   Compiling anstream v0.6.15
   Compiling gix-transport v0.42.3
   Compiling sharded-slab v0.1.7
   Compiling crossbeam-deque v0.8.5
   Compiling nu-ansi-term v0.46.0
   Compiling gix-date v0.8.7
   Compiling toml v0.8.19
   Compiling gix-actor v0.31.5
   Compiling gix-date v0.9.0
   Compiling gix-object v0.42.3
   Compiling ecdsa v0.16.9
   Compiling tar v0.4.41
   Compiling ordered-float v2.10.1
   Compiling gix-revwalk v0.13.2
   Compiling gix-ref v0.45.0
   Compiling gix-pack v0.51.1
   Compiling gix-traverse v0.39.2
   Compiling gix-revision v0.27.2
   Compiling gix-index v0.33.1
   Compiling gix-refspec v0.23.1
   Compiling primeorder v0.13.6
   Compiling gix-config v0.38.0
   Compiling gix-worktree v0.34.1
   Compiling gix-discover v0.33.0
   Compiling ppv-lite86 v0.2.20
   Compiling tracing-log v0.2.0
   Compiling gix-packetline-blocking v0.17.5
   Compiling maybe-async v0.2.10
   Compiling globset v0.4.14
   Compiling terminal_size v0.3.0
   Compiling bitmaps v2.1.0
   Compiling im-rc v15.1.0
   Compiling unicase v2.7.0
   Compiling thread_local v1.1.8
   Compiling encoding_rs v0.8.34
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.2
   Compiling arc-swap v1.7.1
   Compiling fiat-crypto v0.2.9
   Compiling strsim v0.11.1
   Compiling gix-filter v0.11.3
   Compiling clap_builder v4.5.17
   Compiling gix-odb v0.61.1
   Compiling clap_derive v4.5.13
   Compiling sized-chunks v0.6.5
   Compiling tracing-subscriber v0.3.18
   Compiling ignore v0.4.22
   Compiling gix-protocol v0.45.3
   Compiling gix-submodule v0.12.0
   Compiling rand_chacha v0.3.1
   Compiling gix-dir v0.6.0
   Compiling p384 v0.13.0
   Compiling gix-negotiate v0.13.2
   Compiling orion v0.17.6
   Compiling cargo v0.82.0
   Compiling gix-diff v0.44.1
   Compiling serde-value v0.7.0
   Compiling cargo-credential v0.4.6
   Compiling color-print-proc-macro v0.3.6
   Compiling serde-untagged v0.1.6
   Compiling hashlink v0.9.1
   Compiling gix-macros v0.1.5
   Compiling rand_xoshiro v0.6.0
   Compiling ed25519-compact v2.1.1
   Compiling libloading v0.8.5
   Compiling fallible-streaming-iterator v0.1.9
   Compiling ct-codecs v1.1.2
   Compiling either v1.13.0
   Compiling cbindgen v0.27.0
   Compiling unicode-xid v0.2.5
   Compiling shell-escape v0.1.5
   Compiling hex v0.4.3
   Compiling unicode-width v0.1.13
   Compiling fallible-iterator v0.3.0
   Compiling annotate-snippets v0.11.4
   Compiling cargo-util-schemas v0.5.0
   Compiling cargo-util v0.2.14
   Compiling itertools v0.13.0
   Compiling pasetors v0.6.8
   Compiling cargo-credential-libsecret v0.4.7
   Compiling gix v0.64.0
   Compiling color-print v0.3.6
   Compiling rand v0.8.5
   Compiling clap v4.5.17
   Compiling tracing-chrome v0.7.2
   Compiling crates-io v0.40.4
   Compiling rustfix v0.8.5
   Compiling cargo-platform v0.1.8
   Compiling serde_ignored v0.1.10
   Compiling sha1 v0.10.6
   Compiling opener v0.7.2
   Compiling os_info v3.8.2
   Compiling http-auth v0.1.10
   Compiling heck v0.4.1
   Compiling humantime v2.1.0
   Compiling supports-hyperlinks v3.0.0
   Compiling glob v0.3.1
   Compiling supports-unicode v3.0.0
   Compiling pathdiff v0.2.1
   Compiling lazycell v1.3.0
   Compiling bytesize v1.3.0
   Compiling git2 v0.19.0
   Compiling git2-curl v0.20.0
   Compiling rusqlite v0.31.0
   Compiling cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4)
    Finished `release` profile [optimized] target(s) in 1m 26s
warning: `/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
warning: `/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4/./.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
  Installing cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4)
     Locking 328 packages to latest compatible versions
      Adding windows-sys v0.52.0 (available: v0.59.0)
   Compiling libc v0.2.158
   Compiling cfg-if v1.0.0
   Compiling memchr v2.7.4
   Compiling once_cell v1.19.0
   Compiling regex-syntax v0.8.4
   Compiling thiserror v1.0.63
   Compiling tinyvec_macros v0.1.1
   Compiling serde v1.0.209
   Compiling smallvec v1.13.2
   Compiling crossbeam-utils v0.8.20
   Compiling libz-sys v1.1.20
   Compiling gix-trace v0.1.9
   Compiling fastrand v2.1.1
   Compiling tinyvec v1.8.0
   Compiling parking_lot_core v0.9.10
   Compiling lock_api v0.4.12
   Compiling scopeguard v1.2.0
   Compiling bitflags v2.6.0
   Compiling faster-hex v0.9.0
   Compiling same-file v1.0.6
   Compiling adler2 v2.0.0
   Compiling crc32fast v1.4.2
   Compiling walkdir v2.5.0
   Compiling miniz_oxide v0.8.0
   Compiling gix-hash v0.14.2
   Compiling aho-corasick v1.1.3
   Compiling crossbeam-channel v0.5.13
   Compiling sha1_smol v1.0.1
   Compiling bytes v1.7.1
   Compiling itoa v1.0.11
   Compiling parking_lot v0.12.3
   Compiling flate2 v1.0.33
   Compiling byteorder v1.5.0
   Compiling unicode-normalization v0.1.23
   Compiling prodash v28.0.0
   Compiling zerocopy v0.7.35
   Compiling powerfmt v0.2.0
   Compiling winnow v0.6.18
   Compiling num-conv v0.1.0
   Compiling num_threads v0.1.7
   Compiling time-core v0.1.2
   Compiling rustix v0.38.36
   Compiling linux-raw-sys v0.4.14
   Compiling typenum v1.17.0
   Compiling ahash v0.8.11
   Compiling home v0.5.9
   Compiling zeroize v1.8.1
   Compiling allocator-api2 v0.2.18
   Compiling generic-array v0.14.7
   Compiling subtle v2.6.1
   Compiling const-oid v0.9.6
   Compiling openssl-sys v0.9.103
   Compiling memmap2 v0.9.4
   Compiling regex-automata v0.4.7
   Compiling getrandom v0.2.15
   Compiling hashbrown v0.14.5
   Compiling gix-chunk v0.4.8
   Compiling rand_core v0.6.4
   Compiling percent-encoding v2.3.1
   Compiling unicode-bidi v0.3.15
   Compiling form_urlencoded v1.2.1
   Compiling libnghttp2-sys v0.1.10+1.61.0
   Compiling gix-hashtable v0.5.2
   Compiling deranged v0.3.11
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling idna v0.5.0
   Compiling log v0.4.22
   Compiling digest v0.10.7
   Compiling base64ct v1.6.0
   Compiling unicode-bom v2.0.3
   Compiling url v2.5.2
   Compiling serde_json v1.0.128
   Compiling gix-sec v0.10.8
   Compiling pem-rfc7468 v0.7.0
   Compiling ryu v1.0.18
   Compiling static_assertions v1.1.0
   Compiling time v0.3.36
   Compiling der v0.7.9
   Compiling kstring v2.0.2
   Compiling tempfile v3.12.0
   Compiling hmac v0.12.1
   Compiling shell-words v1.1.0
   Compiling openssl-probe v0.1.5
   Compiling libssh2-sys v0.3.0
   Compiling ff v0.13.0
   Compiling socket2 v0.5.7
   Compiling spki v0.7.3
   Compiling bstr v1.10.0
   Compiling pkcs8 v0.10.2
   Compiling filetime v0.2.25
   Compiling gix-utils v0.1.12
   Compiling gix-features v0.38.2
   Compiling gix-path v0.10.10
   Compiling gix-date v0.8.7
   Compiling gix-validate v0.8.5
   Compiling gix-fs v0.11.3
   Compiling gix-actor v0.31.5
   Compiling gix-commitgraph v0.24.3
   Compiling gix-quote v0.4.12
   Compiling gix-object v0.42.3
   Compiling gix-tempfile v14.0.2
   Compiling gix-glob v0.16.5
   Compiling gix-config-value v0.14.8
   Compiling gix-command v0.3.9
   Compiling gix-lock v14.0.0
   Compiling gix-attributes v0.22.5
   Compiling tracing-core v0.1.32
   Compiling base16ct v0.2.0
   Compiling gix-url v0.27.5
   Compiling sec1 v0.7.3
   Compiling group v0.13.0
   Compiling hkdf v0.12.4
   Compiling gix-revwalk v0.13.2
   Compiling gix-ref v0.45.0
   Compiling crypto-bigint v0.5.5
   Compiling cpufeatures v0.2.13
   Compiling pin-project-lite v0.2.14
   Compiling equivalent v1.0.1
   Compiling indexmap v2.5.0
   Compiling typeid v1.0.2
   Compiling anyhow v1.0.86
   Compiling tracing v0.1.40
   Compiling num-traits v0.2.19
   Compiling gix-traverse v0.39.2
   Compiling gix-prompt v0.8.7
   Compiling serde_spanned v0.6.7
   Compiling toml_datetime v0.6.8
   Compiling gix-bitmap v0.2.11
   Compiling utf8parse v0.2.2
   Compiling elliptic-curve v0.13.8
   Compiling regex-syntax v0.6.29
   Compiling fnv v1.0.7
   Compiling anstyle v1.0.8
   Compiling gix-index v0.33.1
   Compiling anstyle-parse v0.2.5
   Compiling toml_edit v0.22.20
   Compiling gix-credentials v0.24.5
   Compiling sha2 v0.10.8
   Compiling gix-revision v0.27.2
   Compiling curl-sys v0.4.74+curl-8.9.0
   Compiling curl v0.4.46
   Compiling gix-pathspec v0.7.7
   Compiling gix-ignore v0.11.4
   Compiling gix-packetline v0.17.6
   Compiling regex v1.10.6
   Compiling rfc6979 v0.4.0
   Compiling regex-automata v0.1.10
   Compiling signature v2.2.0
   Compiling crossbeam-epoch v0.9.18
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling is_terminal_polyfill v1.70.1
   Compiling clru v0.6.2
   Compiling base64 v0.22.1
   Compiling lazy_static v1.5.0
   Compiling jiff v0.1.12
   Compiling colorchoice v1.0.2
   Compiling overload v0.1.1
   Compiling anstyle-query v1.1.1
   Compiling anstream v0.6.15
   Compiling nu-ansi-term v0.46.0
   Compiling gix-transport v0.42.3
   Compiling sharded-slab v0.1.7
   Compiling gix-pack v0.51.1
   Compiling matchers v0.1.0
   Compiling semver v1.0.23
   Compiling toml v0.8.19
   Compiling libsqlite3-sys v0.28.0
   Compiling crossbeam-deque v0.8.5
   Compiling ecdsa v0.16.9
   Compiling gix-worktree v0.34.1
   Compiling gix-date v0.9.0
   Compiling gix-refspec v0.23.1
   Compiling ordered-float v2.10.1
   Compiling erased-serde v0.4.5
   Compiling primeorder v0.13.6
   Compiling gix-config v0.38.0
   Compiling gix-discover v0.33.0
   Compiling tracing-log v0.2.0
   Compiling globset v0.4.14
   Compiling gix-packetline-blocking v0.17.5
   Compiling terminal_size v0.3.0
   Compiling bitmaps v2.1.0
   Compiling ppv-lite86 v0.2.20
   Compiling thread_local v1.1.8
   Compiling encoding_rs v0.8.34
   Compiling clap_lex v0.7.2
   Compiling strsim v0.11.1
   Compiling fiat-crypto v0.2.9
   Compiling arc-swap v1.7.1
   Compiling gix-odb v0.61.1
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling sized-chunks v0.6.5
   Compiling clap_builder v4.5.17
   Compiling unicase v2.7.0
   Compiling gix-filter v0.11.3
   Compiling im-rc v15.1.0
   Compiling gix-protocol v0.45.3
   Compiling rand_chacha v0.3.1
   Compiling gix-submodule v0.12.0
   Compiling tracing-subscriber v0.3.18
   Compiling ignore v0.4.22
   Compiling gix-dir v0.6.0
   Compiling serde-untagged v0.1.6
   Compiling p384 v0.13.0
   Compiling serde-value v0.7.0
   Compiling cargo v0.82.0
   Compiling quote v1.0.37
   Compiling orion v0.17.6
   Compiling cargo-credential v0.4.6
   Compiling gix-negotiate v0.13.2
   Compiling gix-diff v0.44.1
   Compiling hashlink v0.9.1
   Compiling rand_xoshiro v0.6.0
   Compiling ed25519-compact v2.1.1
   Compiling jobserver v0.1.32
   Compiling libloading v0.8.5
   Compiling shell-escape v0.1.5
   Compiling fallible-iterator v0.3.0
   Compiling hex v0.4.3
   Compiling fallible-streaming-iterator v0.1.9
   Compiling either v1.13.0
   Compiling unicode-width v0.1.13
   Compiling ct-codecs v1.1.2
   Compiling unicode-xid v0.2.5
   Compiling itertools v0.13.0
   Compiling cargo-util-schemas v0.5.0
   Compiling pasetors v0.6.8
   Compiling annotate-snippets v0.11.4
   Compiling cbindgen v0.27.0
   Compiling cargo-util v0.2.14
   Compiling cargo-credential-libsecret v0.4.7
   Compiling gix v0.64.0
   Compiling color-print v0.3.6
   Compiling tracing-chrome v0.7.2
   Compiling syn v2.0.77
   Compiling clap v4.5.17
   Compiling rand v0.8.5
   Compiling crates-io v0.40.4
   Compiling rustfix v0.8.5
   Compiling sha1 v0.10.6
   Compiling tar v0.4.41
   Compiling opener v0.7.2
   Compiling os_info v3.8.2
   Compiling serde_ignored v0.1.10
   Compiling cargo-platform v0.1.8
   Compiling http-auth v0.1.10
   Compiling shlex v1.3.0
   Compiling supports-unicode v3.0.0
   Compiling glob v0.3.1
   Compiling bytesize v1.3.0
   Compiling heck v0.4.1
   Compiling supports-hyperlinks v3.0.0
   Compiling humantime v2.1.0
   Compiling pathdiff v0.2.1
   Compiling lazycell v1.3.0
   Compiling cc v1.1.16
   Compiling git2 v0.19.0
   Compiling git2-curl v0.20.0
   Compiling rusqlite v0.31.0
   Compiling cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4)
    Finished `release` profile [optimized] target(s) in 1m 32s
  Installing /tmp/SBo/repo.8SSANH/build_cargo-c/package-cargo-c/usr/bin/cargo-capi
  Installing /tmp/SBo/repo.8SSANH/build_cargo-c/package-cargo-c/usr/bin/cargo-cbuild
  Installing /tmp/SBo/repo.8SSANH/build_cargo-c/package-cargo-c/usr/bin/cargo-cinstall
  Installing /tmp/SBo/repo.8SSANH/build_cargo-c/package-cargo-c/usr/bin/cargo-ctest
   Installed package `cargo-c v0.10.4+cargo-0.82.0 (/tmp/SBo/repo.8SSANH/build_cargo-c/cargo-c-0.10.4)` (executables `cargo-capi`, `cargo-cbuild`, `cargo-cinstall`, `cargo-ctest`)
warning: be sure to add `/tmp/SBo/repo.8SSANH/build_cargo-c/package-cargo-c/usr/bin` to your PATH to be able to run the installed binaries

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.8SSANH/output_cargo-c/cargo-c-0.10.4-x86_64-2_SBo.txz

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/cargo-capi
usr/bin/cargo-cbuild
usr/bin/cargo-cinstall
usr/bin/cargo-ctest
usr/doc/
usr/doc/cargo-c-0.10.4/
usr/doc/cargo-c-0.10.4/README.md
usr/doc/cargo-c-0.10.4/cargo-c.SlackBuild

Slackware package /tmp/SBo/repo.8SSANH/output_cargo-c/cargo-c-0.10.4-x86_64-2_SBo.txz created.

Build time 229 sec, peak load 9.62, peak memory 1848M, peak tmp 2041M
Built ok:  cargo-c-0.10.4-x86_64-2_SBo.txz                              09:19:32
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-x86_64-2_SBo.txz ... 
Test installing cargo-c-0.10.4-x86_64-2_SBo.txz ...
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Unmounting chroot ... 
Backed up: cargo-c-0.10.24-x86_64-1_SBo.txz
:-) development/cargo-c Updated for version 0.10.4 (-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

sbopkglint x86_64 development/cargo-c

Installing dependency: rust-opt
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/development/cargo-c/cargo-c-0.10.4-x86_64-3_SBo.txz to /tmp/SBo/sbopkglint.Naz7YX ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/development/cargo-c/cargo-c-0.10.4-x86_64-3_SBo.txz to /tmp/SBo/sbopkglint.Naz7YX ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
Running test: 95-pkgconfig...OK
✅ === cargo-c-0.10.4-x86_64-3_SBo.txz: All tests passed ✅

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Trying to build cargo-c 0.10.24 in another branch/PR. If that works we can try rav1e against that

@lecramyajiv

Copy link
Copy Markdown
Contributor Author

ok

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: build multimedia/rav1e

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        10:56:47
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (rebuild for updated deps)
  development/cargo-c (update for version 0.10.4)
    development/rust-opt (ok)

Building development/cargo-c (update for version 0.10.4) -------------- 10:56:47
Testing SlackBuild files ... done.
Removing old source files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
Running cargo-c.SlackBuild ...                                      ETA 11:01:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./cargo-c.SlackBuild
Build time 354 sec, peak load 10.69, peak memory 1148M, peak tmp 2036M
Built ok:  cargo-c-0.10.4-i686-2_SBo.txz                                11:03:17
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-i686-2_SBo.txz ... done.
Test installing cargo-c-0.10.4-i686-2_SBo.txz ...
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Unmounting chroot ... done.
Backed up: cargo-c-0.10.24-i686-1_SBo.txz
✅ development/cargo-c Updated for version 0.10.4 ✅

Building multimedia/rav1e (rebuild for updated deps) ------------------ 11:03:23
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Running rav1e.SlackBuild ...                                        ETA 11:07:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    11:03:45
  347:	mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
  348:	./rav1e.SlackBuild FAILED at line 78!
See /var/log/repo/SBo/multimedia/rav1e/build.log
Unmounting chroot ... done.
⛔️ multimedia/rav1e FAILED ⛔️

================================================================================
SUMMARY                                                                 11:03:47
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_10:56:46.log
Runtime:     0h 7m 2s
Updated:     1
  development/cargo-c/cargo-c-0.10.4-i686-2_SBo.txz
Failed:      1
  multimedia/rav1e
Warnings:    1
  development/cargo-c: Files/directories were modified in the chroot

Snipped Build Failure

Details
Building multimedia/rav1e (rebuild for updated deps) 2026-08-06 11:03:23
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Pragma: x86arch=i686
Installing dependencies ...
rust-opt-1.97.1-i686-3_SBo: Rust: a safe, concurrent, practical language [ 580M]
cargo-c-0.10.4-i686-2_SBo: cargo C-ABI helper .......................... [ 104M]
Running rav1e.SlackBuild ...                                        ETA 11:07:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
rav1e-0.8.1/
rav1e-0.8.1/.devcontainer/
rav1e-0.8.1/.devcontainer/Dockerfile.amd64
rav1e-0.8.1/.devcontainer/Dockerfile.arm64
rav1e-0.8.1/.devcontainer/build-amd64.json
rav1e-0.8.1/.devcontainer/build-arm64.json
rav1e-0.8.1/.devcontainer/devcontainer.json
rav1e-0.8.1/.editorconfig
rav1e-0.8.1/.gitattributes
rav1e-0.8.1/.github/
rav1e-0.8.1/.github/ISSUE_TEMPLATE/
rav1e-0.8.1/.github/ISSUE_TEMPLATE/bug_report.md
rav1e-0.8.1/.github/workflows/
rav1e-0.8.1/.github/workflows/deploy.yml
rav1e-0.8.1/.github/workflows/devcontainer.yml
rav1e-0.8.1/.github/workflows/rav1e.yml
rav1e-0.8.1/.gitignore
rav1e-0.8.1/.mailmap
rav1e-0.8.1/CHANGELOG.md
rav1e-0.8.1/CONTRIBUTING.md
rav1e-0.8.1/Cargo.lock
rav1e-0.8.1/Cargo.toml
rav1e-0.8.1/LICENSE
rav1e-0.8.1/PATENTS
rav1e-0.8.1/README.md
rav1e-0.8.1/benches/
rav1e-0.8.1/benches/bench.rs
rav1e-0.8.1/benches/dist.rs
rav1e-0.8.1/benches/mc.rs
rav1e-0.8.1/benches/plane.rs
rav1e-0.8.1/benches/predict.rs
rav1e-0.8.1/benches/rdo.rs
rav1e-0.8.1/benches/transform.rs
rav1e-0.8.1/build.rs
rav1e-0.8.1/cbindgen.toml
rav1e-0.8.1/clippy.toml
rav1e-0.8.1/cross/
rav1e-0.8.1/cross/Dockerfile.libs
rav1e-0.8.1/cross/entrypoint-build-libs.sh
rav1e-0.8.1/doc/
rav1e-0.8.1/doc/AOM_ANALYZER.md
rav1e-0.8.1/doc/CODING_STYLE.md
rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
rav1e-0.8.1/doc/GLOSSARY.md
rav1e-0.8.1/doc/PROFILING.md
rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
rav1e-0.8.1/doc/RDO.md
rav1e-0.8.1/doc/README.md
rav1e-0.8.1/doc/STRUCTURE.md
rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
rav1e-0.8.1/doc/inter_rdo.svg
rav1e-0.8.1/doc/intra_rdo.svg
rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
rav1e-0.8.1/doc/structure.drawio
rav1e-0.8.1/doc/structure.png
rav1e-0.8.1/doc/tile_group.svg
rav1e-0.8.1/examples/
rav1e-0.8.1/examples/simple_encoding.rs
rav1e-0.8.1/fuzz/
rav1e-0.8.1/fuzz/.gitignore
rav1e-0.8.1/fuzz/Cargo.toml
rav1e-0.8.1/fuzz/fuzz_targets/
rav1e-0.8.1/fuzz/fuzz_targets/construct_context.rs
rav1e-0.8.1/fuzz/fuzz_targets/encode.rs
rav1e-0.8.1/fuzz/fuzz_targets/encode_decode.rs
rav1e-0.8.1/fuzz/fuzz_targets/encode_decode_hbd.rs
rav1e-0.8.1/ivf/
rav1e-0.8.1/ivf/CHANGELOG.md
rav1e-0.8.1/ivf/Cargo.toml
rav1e-0.8.1/ivf/LICENSE
rav1e-0.8.1/ivf/src/
rav1e-0.8.1/ivf/src/lib.rs
rav1e-0.8.1/license_template.txt
rav1e-0.8.1/renovate.json
rav1e-0.8.1/rustfmt.toml
rav1e-0.8.1/src/
rav1e-0.8.1/src/activity.rs
rav1e-0.8.1/src/api/
rav1e-0.8.1/src/api/channel/
rav1e-0.8.1/src/api/channel/by_gop.rs
rav1e-0.8.1/src/api/channel/data.rs
rav1e-0.8.1/src/api/channel/mod.rs
rav1e-0.8.1/src/api/color.rs
rav1e-0.8.1/src/api/config/
rav1e-0.8.1/src/api/config/encoder.rs
rav1e-0.8.1/src/api/config/mod.rs
rav1e-0.8.1/src/api/config/rate.rs
rav1e-0.8.1/src/api/config/speedsettings.rs
rav1e-0.8.1/src/api/context.rs
rav1e-0.8.1/src/api/internal.rs
rav1e-0.8.1/src/api/lookahead.rs
rav1e-0.8.1/src/api/mod.rs
rav1e-0.8.1/src/api/test.rs
rav1e-0.8.1/src/api/util.rs
rav1e-0.8.1/src/arm/
rav1e-0.8.1/src/arm/32/
rav1e-0.8.1/src/arm/32/cdef.S
rav1e-0.8.1/src/arm/32/cdef16.S
rav1e-0.8.1/src/arm/32/cdef_tmpl.S
rav1e-0.8.1/src/arm/32/ipred.S
rav1e-0.8.1/src/arm/32/ipred16.S
rav1e-0.8.1/src/arm/32/itx.S
rav1e-0.8.1/src/arm/32/itx16.S
rav1e-0.8.1/src/arm/32/loopfilter.S
rav1e-0.8.1/src/arm/32/loopfilter16.S
rav1e-0.8.1/src/arm/32/looprestoration.S
rav1e-0.8.1/src/arm/32/looprestoration16.S
rav1e-0.8.1/src/arm/32/looprestoration_common.S
rav1e-0.8.1/src/arm/32/looprestoration_tmpl.S
rav1e-0.8.1/src/arm/32/mc.S
rav1e-0.8.1/src/arm/32/mc16.S
rav1e-0.8.1/src/arm/32/msac.S
rav1e-0.8.1/src/arm/32/util.S
rav1e-0.8.1/src/arm/64/
rav1e-0.8.1/src/arm/64/cdef.S
rav1e-0.8.1/src/arm/64/cdef16.S
rav1e-0.8.1/src/arm/64/cdef_dist.S
rav1e-0.8.1/src/arm/64/cdef_tmpl.S
rav1e-0.8.1/src/arm/64/ipred.S
rav1e-0.8.1/src/arm/64/ipred16.S
rav1e-0.8.1/src/arm/64/itx.S
rav1e-0.8.1/src/arm/64/itx16.S
rav1e-0.8.1/src/arm/64/loopfilter.S
rav1e-0.8.1/src/arm/64/loopfilter16.S
rav1e-0.8.1/src/arm/64/looprestoration.S
rav1e-0.8.1/src/arm/64/looprestoration16.S
rav1e-0.8.1/src/arm/64/looprestoration_common.S
rav1e-0.8.1/src/arm/64/looprestoration_tmpl.S
rav1e-0.8.1/src/arm/64/mc.S
rav1e-0.8.1/src/arm/64/mc16.S
rav1e-0.8.1/src/arm/64/msac.S
rav1e-0.8.1/src/arm/64/sad.S
rav1e-0.8.1/src/arm/64/satd.S
rav1e-0.8.1/src/arm/64/sse.S
rav1e-0.8.1/src/arm/64/util.S
rav1e-0.8.1/src/arm/asm.S
rav1e-0.8.1/src/arm/tables.S
rav1e-0.8.1/src/asm/
rav1e-0.8.1/src/asm/aarch64/
rav1e-0.8.1/src/asm/aarch64/cdef.rs
rav1e-0.8.1/src/asm/aarch64/dist/
rav1e-0.8.1/src/asm/aarch64/dist/cdef_dist.rs
rav1e-0.8.1/src/asm/aarch64/dist/mod.rs
rav1e-0.8.1/src/asm/aarch64/dist/sse.rs
rav1e-0.8.1/src/asm/aarch64/mc.rs
rav1e-0.8.1/src/asm/aarch64/mod.rs
rav1e-0.8.1/src/asm/aarch64/predict.rs
rav1e-0.8.1/src/asm/aarch64/transform/
rav1e-0.8.1/src/asm/aarch64/transform/forward.rs
rav1e-0.8.1/src/asm/aarch64/transform/inverse.rs
rav1e-0.8.1/src/asm/aarch64/transform/mod.rs
rav1e-0.8.1/src/asm/mod.rs
rav1e-0.8.1/src/asm/shared/
rav1e-0.8.1/src/asm/shared/dist/
rav1e-0.8.1/src/asm/shared/dist/cdef_dist.rs
rav1e-0.8.1/src/asm/shared/dist/mod.rs
rav1e-0.8.1/src/asm/shared/dist/sse.rs
rav1e-0.8.1/src/asm/shared/mod.rs
rav1e-0.8.1/src/asm/shared/predict.rs
rav1e-0.8.1/src/asm/shared/transform/
rav1e-0.8.1/src/asm/shared/transform/forward.rs
rav1e-0.8.1/src/asm/shared/transform/inverse.rs
rav1e-0.8.1/src/asm/shared/transform/mod.rs
rav1e-0.8.1/src/asm/x86/
rav1e-0.8.1/src/asm/x86/cdef.rs
rav1e-0.8.1/src/asm/x86/dist/
rav1e-0.8.1/src/asm/x86/dist/cdef_dist.rs
rav1e-0.8.1/src/asm/x86/dist/mod.rs
rav1e-0.8.1/src/asm/x86/dist/sse.rs
rav1e-0.8.1/src/asm/x86/ec.rs
rav1e-0.8.1/src/asm/x86/lrf.rs
rav1e-0.8.1/src/asm/x86/mc.rs
rav1e-0.8.1/src/asm/x86/mod.rs
rav1e-0.8.1/src/asm/x86/predict.rs
rav1e-0.8.1/src/asm/x86/quantize.rs
rav1e-0.8.1/src/asm/x86/transform/
rav1e-0.8.1/src/asm/x86/transform/forward.rs
rav1e-0.8.1/src/asm/x86/transform/inverse.rs
rav1e-0.8.1/src/asm/x86/transform/mod.rs
rav1e-0.8.1/src/bin/
rav1e-0.8.1/src/bin/common.rs
rav1e-0.8.1/src/bin/decoder/
rav1e-0.8.1/src/bin/decoder/mod.rs
rav1e-0.8.1/src/bin/decoder/y4m.rs
rav1e-0.8.1/src/bin/error.rs
rav1e-0.8.1/src/bin/kv.rs
rav1e-0.8.1/src/bin/muxer/
rav1e-0.8.1/src/bin/muxer/ivf.rs
rav1e-0.8.1/src/bin/muxer/mod.rs
rav1e-0.8.1/src/bin/muxer/y4m.rs
rav1e-0.8.1/src/bin/rav1e-ch.rs
rav1e-0.8.1/src/bin/rav1e.rs
rav1e-0.8.1/src/bin/stats.rs
rav1e-0.8.1/src/capi.rs
rav1e-0.8.1/src/cdef.rs
rav1e-0.8.1/src/context/
rav1e-0.8.1/src/context/block_unit.rs
rav1e-0.8.1/src/context/cdf_context.rs
rav1e-0.8.1/src/context/frame_header.rs
rav1e-0.8.1/src/context/mod.rs
rav1e-0.8.1/src/context/partition_unit.rs
rav1e-0.8.1/src/context/superblock_unit.rs
rav1e-0.8.1/src/context/transform_unit.rs
rav1e-0.8.1/src/cpu_features/
rav1e-0.8.1/src/cpu_features/aarch64.rs
rav1e-0.8.1/src/cpu_features/mod.rs
rav1e-0.8.1/src/cpu_features/rust.rs
rav1e-0.8.1/src/cpu_features/x86.rs
rav1e-0.8.1/src/deblock.rs
rav1e-0.8.1/src/dist.rs
rav1e-0.8.1/src/ec.rs
rav1e-0.8.1/src/encoder.rs
rav1e-0.8.1/src/entropymode.rs
rav1e-0.8.1/src/ext/
rav1e-0.8.1/src/ext/x86/
rav1e-0.8.1/src/ext/x86/x86inc.asm
rav1e-0.8.1/src/frame/
rav1e-0.8.1/src/frame/mod.rs
rav1e-0.8.1/src/frame/plane.rs
rav1e-0.8.1/src/fuzzing.rs
rav1e-0.8.1/src/header.rs
rav1e-0.8.1/src/levels.rs
rav1e-0.8.1/src/lib.rs
rav1e-0.8.1/src/lrf.rs
rav1e-0.8.1/src/mc.rs
rav1e-0.8.1/src/me.rs
rav1e-0.8.1/src/partition.rs
rav1e-0.8.1/src/predict.rs
rav1e-0.8.1/src/quantize/
rav1e-0.8.1/src/quantize/mod.rs
rav1e-0.8.1/src/quantize/tables.rs
rav1e-0.8.1/src/rate.rs
rav1e-0.8.1/src/rdo.rs
rav1e-0.8.1/src/rdo_tables.rs
rav1e-0.8.1/src/recon_intra.rs
rav1e-0.8.1/src/scan_order.rs
rav1e-0.8.1/src/segmentation.rs
rav1e-0.8.1/src/stats.rs
rav1e-0.8.1/src/test_encode_decode/
rav1e-0.8.1/src/test_encode_decode/aom.rs
rav1e-0.8.1/src/test_encode_decode/dav1d.rs
rav1e-0.8.1/src/test_encode_decode/mod.rs
rav1e-0.8.1/src/tiling/
rav1e-0.8.1/src/tiling/mod.rs
rav1e-0.8.1/src/tiling/plane_region.rs
rav1e-0.8.1/src/tiling/tile.rs
rav1e-0.8.1/src/tiling/tile_blocks.rs
rav1e-0.8.1/src/tiling/tile_motion_stats.rs
rav1e-0.8.1/src/tiling/tile_restoration_state.rs
rav1e-0.8.1/src/tiling/tile_state.rs
rav1e-0.8.1/src/tiling/tiler.rs
rav1e-0.8.1/src/token_cdfs.rs
rav1e-0.8.1/src/transform/
rav1e-0.8.1/src/transform/forward.rs
rav1e-0.8.1/src/transform/forward_shared.rs
rav1e-0.8.1/src/transform/inverse.rs
rav1e-0.8.1/src/transform/mod.rs
rav1e-0.8.1/src/util/
rav1e-0.8.1/src/util/align.rs
rav1e-0.8.1/src/util/cdf.rs
rav1e-0.8.1/src/util/kmeans.rs
rav1e-0.8.1/src/util/logexp.rs
rav1e-0.8.1/src/util/mod.rs
rav1e-0.8.1/src/util/pixel.rs
rav1e-0.8.1/src/util/uninit.rs
rav1e-0.8.1/src/x86/
rav1e-0.8.1/src/x86/cdef16_avx2.asm
rav1e-0.8.1/src/x86/cdef16_avx512.asm
rav1e-0.8.1/src/x86/cdef16_sse.asm
rav1e-0.8.1/src/x86/cdef_avx2.asm
rav1e-0.8.1/src/x86/cdef_avx512.asm
rav1e-0.8.1/src/x86/cdef_dist.asm
rav1e-0.8.1/src/x86/cdef_rav1e.asm
rav1e-0.8.1/src/x86/cdef_sse.asm
rav1e-0.8.1/src/x86/filmgrain16_avx2.asm
rav1e-0.8.1/src/x86/filmgrain16_avx512.asm
rav1e-0.8.1/src/x86/filmgrain16_sse.asm
rav1e-0.8.1/src/x86/filmgrain_avx2.asm
rav1e-0.8.1/src/x86/filmgrain_avx512.asm
rav1e-0.8.1/src/x86/filmgrain_common.asm
rav1e-0.8.1/src/x86/filmgrain_sse.asm
rav1e-0.8.1/src/x86/ipred16_avx2.asm
rav1e-0.8.1/src/x86/ipred16_avx512.asm
rav1e-0.8.1/src/x86/ipred16_sse.asm
rav1e-0.8.1/src/x86/ipred_avx2.asm
rav1e-0.8.1/src/x86/ipred_avx512.asm
rav1e-0.8.1/src/x86/ipred_sse.asm
rav1e-0.8.1/src/x86/itx16_avx2.asm
rav1e-0.8.1/src/x86/itx16_avx512.asm
rav1e-0.8.1/src/x86/itx16_sse.asm
rav1e-0.8.1/src/x86/itx_avx2.asm
rav1e-0.8.1/src/x86/itx_avx512.asm
rav1e-0.8.1/src/x86/itx_sse.asm
rav1e-0.8.1/src/x86/loopfilter16_avx2.asm
rav1e-0.8.1/src/x86/loopfilter16_avx512.asm
rav1e-0.8.1/src/x86/loopfilter16_sse.asm
rav1e-0.8.1/src/x86/loopfilter_avx2.asm
rav1e-0.8.1/src/x86/loopfilter_avx512.asm
rav1e-0.8.1/src/x86/loopfilter_sse.asm
rav1e-0.8.1/src/x86/looprestoration16_avx2.asm
rav1e-0.8.1/src/x86/looprestoration16_avx512.asm
rav1e-0.8.1/src/x86/looprestoration16_sse.asm
rav1e-0.8.1/src/x86/looprestoration_avx2.asm
rav1e-0.8.1/src/x86/looprestoration_avx512.asm
rav1e-0.8.1/src/x86/looprestoration_sse.asm
rav1e-0.8.1/src/x86/mc16_avx2.asm
rav1e-0.8.1/src/x86/mc16_avx512.asm
rav1e-0.8.1/src/x86/mc16_sse.asm
rav1e-0.8.1/src/x86/mc_avx2.asm
rav1e-0.8.1/src/x86/mc_avx512.asm
rav1e-0.8.1/src/x86/mc_sse.asm
rav1e-0.8.1/src/x86/me.asm
rav1e-0.8.1/src/x86/msac.asm
rav1e-0.8.1/src/x86/sad_avx.asm
rav1e-0.8.1/src/x86/sad_sse2.asm
rav1e-0.8.1/src/x86/satd.asm
rav1e-0.8.1/src/x86/satd16_avx2.asm
rav1e-0.8.1/src/x86/sse.asm
rav1e-0.8.1/src/x86/tables.asm
rav1e-0.8.1/tests/
rav1e-0.8.1/tests/.gitignore
rav1e-0.8.1/tests/binary.rs
rav1e-0.8.1/tests/doctests.rs
rav1e-0.8.1/tests/small_input.y4m
rav1e-0.8.1/tools/
rav1e-0.8.1/tools/draw-importances.py
rav1e-0.8.1/tools/draw-mvs.py
rav1e-0.8.1/tools/pyproject.toml
rav1e-0.8.1/tools/submit_awcy.py
sbo-rust-vendor-1.0/
sbo-rust-vendor-1.0/README.md
sbo-rust-vendor-1.0/cargo-c/
sbo-rust-vendor-1.0/cargo-c/cargo-c-vendored-sources-0.10.24-1.tar.xz
sbo-rust-vendor-1.0/rav1e/
sbo-rust-vendor-1.0/rav1e/rav1e-vendored-sources-0.8.1-1.tar.xz
mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
./rav1e.SlackBuild FAILED at line 78!
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    11:03:45
Unmounting chroot ... 
:-( multimedia/rav1e FAILED )-:

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Thu Aug  6 08:59:13 GMT 2026
revision: 9bde47696b402043882a26116745d0324bd1221c
title:    Merge 3cc2509f7925c38bb3e08c670401b076ddbc0bd3 into fd3d2b8880bcaa67d9d4d600eea46422a58f723b

================================================================================
multimedia/rav1e                                                        11:04:47
================================================================================

Calculating dependencies ... 
Hints for multimedia/rav1e:
  PRAGMA="x86arch=i686"
Hints for development/cargo-c:
  PRAGMA="x86arch=i686"
Hints for development/rust-opt:
  PRAGMA="x86arch=i686"
Dependency tree:
multimedia/rav1e (rebuild for updated deps)
  development/cargo-c (update for version 0.10.4)
    development/rust-opt (ok)

Building development/cargo-c (update for version 0.10.4) -------------- 11:04:47
Testing SlackBuild files ... done.
Verifying source files ... done.
Testing download URLs ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
Running cargo-c.SlackBuild ...                                      ETA 11:08:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./cargo-c.SlackBuild
Build time 231 sec, peak load 9.19, peak memory 1795M, peak tmp 2041M
Built ok:  cargo-c-0.10.4-x86_64-2_SBo.txz                              11:09:17
WARNING: development/cargo-c: Files/directories were modified in the chroot
/root/.cargo
Testing package cargo-c-0.10.4-x86_64-2_SBo.txz ... done.
Test installing cargo-c-0.10.4-x86_64-2_SBo.txz ...
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Unmounting chroot ... done.
Backed up: cargo-c-0.10.24-x86_64-1_SBo.txz
✅ development/cargo-c Updated for version 0.10.4 ✅

Building multimedia/rav1e (rebuild for updated deps) ------------------ 11:09:22
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Running rav1e.SlackBuild ...                                        ETA 11:12:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    11:09:46
  346:	mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
  347:	./rav1e.SlackBuild FAILED at line 78!
See /var/log/repo/SBo/multimedia/rav1e/build.log
Unmounting chroot ... done.
⛔️ multimedia/rav1e FAILED ⛔️

================================================================================
SUMMARY                                                                 11:09:48
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-08-06_11:04:46.log
Runtime:     0h 5m 2s
Updated:     1
  development/cargo-c/cargo-c-0.10.4-x86_64-2_SBo.txz
Failed:      1
  multimedia/rav1e
Warnings:    1
  development/cargo-c: Files/directories were modified in the chroot

Snipped Build Failure

Details
Building multimedia/rav1e (rebuild for updated deps) 2026-08-06 11:09:22
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
rust-opt-1.97.1-x86_64-3_SBo: Rust: a safe, concurrent, practical langua [ 579M]
cargo-c-0.10.4-x86_64-2_SBo: cargo C-ABI helper ........................ [  93M]
Running rav1e.SlackBuild ...                                        ETA 11:12:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./rav1e.SlackBuild
rav1e-0.8.1/
rav1e-0.8.1/.devcontainer/
rav1e-0.8.1/.devcontainer/Dockerfile.amd64
rav1e-0.8.1/.devcontainer/Dockerfile.arm64
rav1e-0.8.1/.devcontainer/build-amd64.json
rav1e-0.8.1/.devcontainer/build-arm64.json
rav1e-0.8.1/.devcontainer/devcontainer.json
rav1e-0.8.1/.editorconfig
rav1e-0.8.1/.gitattributes
rav1e-0.8.1/.github/
rav1e-0.8.1/.github/ISSUE_TEMPLATE/
rav1e-0.8.1/.github/ISSUE_TEMPLATE/bug_report.md
rav1e-0.8.1/.github/workflows/
rav1e-0.8.1/.github/workflows/deploy.yml
rav1e-0.8.1/.github/workflows/devcontainer.yml
rav1e-0.8.1/.github/workflows/rav1e.yml
rav1e-0.8.1/.gitignore
rav1e-0.8.1/.mailmap
rav1e-0.8.1/CHANGELOG.md
rav1e-0.8.1/CONTRIBUTING.md
rav1e-0.8.1/Cargo.lock
rav1e-0.8.1/Cargo.toml
rav1e-0.8.1/LICENSE
rav1e-0.8.1/PATENTS
rav1e-0.8.1/README.md
rav1e-0.8.1/benches/
rav1e-0.8.1/benches/bench.rs
rav1e-0.8.1/benches/dist.rs
rav1e-0.8.1/benches/mc.rs
rav1e-0.8.1/benches/plane.rs
rav1e-0.8.1/benches/predict.rs
rav1e-0.8.1/benches/rdo.rs
rav1e-0.8.1/benches/transform.rs
rav1e-0.8.1/build.rs
rav1e-0.8.1/cbindgen.toml
rav1e-0.8.1/clippy.toml
rav1e-0.8.1/cross/
rav1e-0.8.1/cross/Dockerfile.libs
rav1e-0.8.1/cross/entrypoint-build-libs.sh
rav1e-0.8.1/doc/
rav1e-0.8.1/doc/AOM_ANALYZER.md
rav1e-0.8.1/doc/CODING_STYLE.md
rav1e-0.8.1/doc/FRAME_TYPE_SELECTION.md
rav1e-0.8.1/doc/GLOSSARY.md
rav1e-0.8.1/doc/PROFILING.md
rav1e-0.8.1/doc/QUALITY_&_SPEED_FEATURES.md
rav1e-0.8.1/doc/RDO.md
rav1e-0.8.1/doc/README.md
rav1e-0.8.1/doc/STRUCTURE.md
rav1e-0.8.1/doc/TILE_ON_FRAME_BOUNDARY.md
rav1e-0.8.1/doc/inter_rdo.svg
rav1e-0.8.1/doc/intra_rdo.svg
rav1e-0.8.1/doc/quantizer-weight-analysis.ipynb
rav1e-0.8.1/doc/regress_log-bitrate_wrt_log-quantizer.ipynb
rav1e-0.8.1/doc/structure.drawio
rav1e-0.8.1/doc/structure.png
rav1e-0.8.1/doc/tile_group.svg
rav1e-0.8.1/examples/
rav1e-0.8.1/examples/simple_encoding.rs
rav1e-0.8.1/fuzz/
rav1e-0.8.1/fuzz/.gitignore
rav1e-0.8.1/fuzz/Cargo.toml
rav1e-0.8.1/fuzz/fuzz_targets/
rav1e-0.8.1/fuzz/fuzz_targets/construct_context.rs
rav1e-0.8.1/fuzz/fuzz_targets/encode.rs
rav1e-0.8.1/fuzz/fuzz_targets/encode_decode.rs
rav1e-0.8.1/fuzz/fuzz_targets/encode_decode_hbd.rs
rav1e-0.8.1/ivf/
rav1e-0.8.1/ivf/CHANGELOG.md
rav1e-0.8.1/ivf/Cargo.toml
rav1e-0.8.1/ivf/LICENSE
rav1e-0.8.1/ivf/src/
rav1e-0.8.1/ivf/src/lib.rs
rav1e-0.8.1/license_template.txt
rav1e-0.8.1/renovate.json
rav1e-0.8.1/rustfmt.toml
rav1e-0.8.1/src/
rav1e-0.8.1/src/activity.rs
rav1e-0.8.1/src/api/
rav1e-0.8.1/src/api/channel/
rav1e-0.8.1/src/api/channel/by_gop.rs
rav1e-0.8.1/src/api/channel/data.rs
rav1e-0.8.1/src/api/channel/mod.rs
rav1e-0.8.1/src/api/color.rs
rav1e-0.8.1/src/api/config/
rav1e-0.8.1/src/api/config/encoder.rs
rav1e-0.8.1/src/api/config/mod.rs
rav1e-0.8.1/src/api/config/rate.rs
rav1e-0.8.1/src/api/config/speedsettings.rs
rav1e-0.8.1/src/api/context.rs
rav1e-0.8.1/src/api/internal.rs
rav1e-0.8.1/src/api/lookahead.rs
rav1e-0.8.1/src/api/mod.rs
rav1e-0.8.1/src/api/test.rs
rav1e-0.8.1/src/api/util.rs
rav1e-0.8.1/src/arm/
rav1e-0.8.1/src/arm/32/
rav1e-0.8.1/src/arm/32/cdef.S
rav1e-0.8.1/src/arm/32/cdef16.S
rav1e-0.8.1/src/arm/32/cdef_tmpl.S
rav1e-0.8.1/src/arm/32/ipred.S
rav1e-0.8.1/src/arm/32/ipred16.S
rav1e-0.8.1/src/arm/32/itx.S
rav1e-0.8.1/src/arm/32/itx16.S
rav1e-0.8.1/src/arm/32/loopfilter.S
rav1e-0.8.1/src/arm/32/loopfilter16.S
rav1e-0.8.1/src/arm/32/looprestoration.S
rav1e-0.8.1/src/arm/32/looprestoration16.S
rav1e-0.8.1/src/arm/32/looprestoration_common.S
rav1e-0.8.1/src/arm/32/looprestoration_tmpl.S
rav1e-0.8.1/src/arm/32/mc.S
rav1e-0.8.1/src/arm/32/mc16.S
rav1e-0.8.1/src/arm/32/msac.S
rav1e-0.8.1/src/arm/32/util.S
rav1e-0.8.1/src/arm/64/
rav1e-0.8.1/src/arm/64/cdef.S
rav1e-0.8.1/src/arm/64/cdef16.S
rav1e-0.8.1/src/arm/64/cdef_dist.S
rav1e-0.8.1/src/arm/64/cdef_tmpl.S
rav1e-0.8.1/src/arm/64/ipred.S
rav1e-0.8.1/src/arm/64/ipred16.S
rav1e-0.8.1/src/arm/64/itx.S
rav1e-0.8.1/src/arm/64/itx16.S
rav1e-0.8.1/src/arm/64/loopfilter.S
rav1e-0.8.1/src/arm/64/loopfilter16.S
rav1e-0.8.1/src/arm/64/looprestoration.S
rav1e-0.8.1/src/arm/64/looprestoration16.S
rav1e-0.8.1/src/arm/64/looprestoration_common.S
rav1e-0.8.1/src/arm/64/looprestoration_tmpl.S
rav1e-0.8.1/src/arm/64/mc.S
rav1e-0.8.1/src/arm/64/mc16.S
rav1e-0.8.1/src/arm/64/msac.S
rav1e-0.8.1/src/arm/64/sad.S
rav1e-0.8.1/src/arm/64/satd.S
rav1e-0.8.1/src/arm/64/sse.S
rav1e-0.8.1/src/arm/64/util.S
rav1e-0.8.1/src/arm/asm.S
rav1e-0.8.1/src/arm/tables.S
rav1e-0.8.1/src/asm/
rav1e-0.8.1/src/asm/aarch64/
rav1e-0.8.1/src/asm/aarch64/cdef.rs
rav1e-0.8.1/src/asm/aarch64/dist/
rav1e-0.8.1/src/asm/aarch64/dist/cdef_dist.rs
rav1e-0.8.1/src/asm/aarch64/dist/mod.rs
rav1e-0.8.1/src/asm/aarch64/dist/sse.rs
rav1e-0.8.1/src/asm/aarch64/mc.rs
rav1e-0.8.1/src/asm/aarch64/mod.rs
rav1e-0.8.1/src/asm/aarch64/predict.rs
rav1e-0.8.1/src/asm/aarch64/transform/
rav1e-0.8.1/src/asm/aarch64/transform/forward.rs
rav1e-0.8.1/src/asm/aarch64/transform/inverse.rs
rav1e-0.8.1/src/asm/aarch64/transform/mod.rs
rav1e-0.8.1/src/asm/mod.rs
rav1e-0.8.1/src/asm/shared/
rav1e-0.8.1/src/asm/shared/dist/
rav1e-0.8.1/src/asm/shared/dist/cdef_dist.rs
rav1e-0.8.1/src/asm/shared/dist/mod.rs
rav1e-0.8.1/src/asm/shared/dist/sse.rs
rav1e-0.8.1/src/asm/shared/mod.rs
rav1e-0.8.1/src/asm/shared/predict.rs
rav1e-0.8.1/src/asm/shared/transform/
rav1e-0.8.1/src/asm/shared/transform/forward.rs
rav1e-0.8.1/src/asm/shared/transform/inverse.rs
rav1e-0.8.1/src/asm/shared/transform/mod.rs
rav1e-0.8.1/src/asm/x86/
rav1e-0.8.1/src/asm/x86/cdef.rs
rav1e-0.8.1/src/asm/x86/dist/
rav1e-0.8.1/src/asm/x86/dist/cdef_dist.rs
rav1e-0.8.1/src/asm/x86/dist/mod.rs
rav1e-0.8.1/src/asm/x86/dist/sse.rs
rav1e-0.8.1/src/asm/x86/ec.rs
rav1e-0.8.1/src/asm/x86/lrf.rs
rav1e-0.8.1/src/asm/x86/mc.rs
rav1e-0.8.1/src/asm/x86/mod.rs
rav1e-0.8.1/src/asm/x86/predict.rs
rav1e-0.8.1/src/asm/x86/quantize.rs
rav1e-0.8.1/src/asm/x86/transform/
rav1e-0.8.1/src/asm/x86/transform/forward.rs
rav1e-0.8.1/src/asm/x86/transform/inverse.rs
rav1e-0.8.1/src/asm/x86/transform/mod.rs
rav1e-0.8.1/src/bin/
rav1e-0.8.1/src/bin/common.rs
rav1e-0.8.1/src/bin/decoder/
rav1e-0.8.1/src/bin/decoder/mod.rs
rav1e-0.8.1/src/bin/decoder/y4m.rs
rav1e-0.8.1/src/bin/error.rs
rav1e-0.8.1/src/bin/kv.rs
rav1e-0.8.1/src/bin/muxer/
rav1e-0.8.1/src/bin/muxer/ivf.rs
rav1e-0.8.1/src/bin/muxer/mod.rs
rav1e-0.8.1/src/bin/muxer/y4m.rs
rav1e-0.8.1/src/bin/rav1e-ch.rs
rav1e-0.8.1/src/bin/rav1e.rs
rav1e-0.8.1/src/bin/stats.rs
rav1e-0.8.1/src/capi.rs
rav1e-0.8.1/src/cdef.rs
rav1e-0.8.1/src/context/
rav1e-0.8.1/src/context/block_unit.rs
rav1e-0.8.1/src/context/cdf_context.rs
rav1e-0.8.1/src/context/frame_header.rs
rav1e-0.8.1/src/context/mod.rs
rav1e-0.8.1/src/context/partition_unit.rs
rav1e-0.8.1/src/context/superblock_unit.rs
rav1e-0.8.1/src/context/transform_unit.rs
rav1e-0.8.1/src/cpu_features/
rav1e-0.8.1/src/cpu_features/aarch64.rs
rav1e-0.8.1/src/cpu_features/mod.rs
rav1e-0.8.1/src/cpu_features/rust.rs
rav1e-0.8.1/src/cpu_features/x86.rs
rav1e-0.8.1/src/deblock.rs
rav1e-0.8.1/src/dist.rs
rav1e-0.8.1/src/ec.rs
rav1e-0.8.1/src/encoder.rs
rav1e-0.8.1/src/entropymode.rs
rav1e-0.8.1/src/ext/
rav1e-0.8.1/src/ext/x86/
rav1e-0.8.1/src/ext/x86/x86inc.asm
rav1e-0.8.1/src/frame/
rav1e-0.8.1/src/frame/mod.rs
rav1e-0.8.1/src/frame/plane.rs
rav1e-0.8.1/src/fuzzing.rs
rav1e-0.8.1/src/header.rs
rav1e-0.8.1/src/levels.rs
rav1e-0.8.1/src/lib.rs
rav1e-0.8.1/src/lrf.rs
rav1e-0.8.1/src/mc.rs
rav1e-0.8.1/src/me.rs
rav1e-0.8.1/src/partition.rs
rav1e-0.8.1/src/predict.rs
rav1e-0.8.1/src/quantize/
rav1e-0.8.1/src/quantize/mod.rs
rav1e-0.8.1/src/quantize/tables.rs
rav1e-0.8.1/src/rate.rs
rav1e-0.8.1/src/rdo.rs
rav1e-0.8.1/src/rdo_tables.rs
rav1e-0.8.1/src/recon_intra.rs
rav1e-0.8.1/src/scan_order.rs
rav1e-0.8.1/src/segmentation.rs
rav1e-0.8.1/src/stats.rs
rav1e-0.8.1/src/test_encode_decode/
rav1e-0.8.1/src/test_encode_decode/aom.rs
rav1e-0.8.1/src/test_encode_decode/dav1d.rs
rav1e-0.8.1/src/test_encode_decode/mod.rs
rav1e-0.8.1/src/tiling/
rav1e-0.8.1/src/tiling/mod.rs
rav1e-0.8.1/src/tiling/plane_region.rs
rav1e-0.8.1/src/tiling/tile.rs
rav1e-0.8.1/src/tiling/tile_blocks.rs
rav1e-0.8.1/src/tiling/tile_motion_stats.rs
rav1e-0.8.1/src/tiling/tile_restoration_state.rs
rav1e-0.8.1/src/tiling/tile_state.rs
rav1e-0.8.1/src/tiling/tiler.rs
rav1e-0.8.1/src/token_cdfs.rs
rav1e-0.8.1/src/transform/
rav1e-0.8.1/src/transform/forward.rs
rav1e-0.8.1/src/transform/forward_shared.rs
rav1e-0.8.1/src/transform/inverse.rs
rav1e-0.8.1/src/transform/mod.rs
rav1e-0.8.1/src/util/
rav1e-0.8.1/src/util/align.rs
rav1e-0.8.1/src/util/cdf.rs
rav1e-0.8.1/src/util/kmeans.rs
rav1e-0.8.1/src/util/logexp.rs
rav1e-0.8.1/src/util/mod.rs
rav1e-0.8.1/src/util/pixel.rs
rav1e-0.8.1/src/util/uninit.rs
rav1e-0.8.1/src/x86/
rav1e-0.8.1/src/x86/cdef16_avx2.asm
rav1e-0.8.1/src/x86/cdef16_avx512.asm
rav1e-0.8.1/src/x86/cdef16_sse.asm
rav1e-0.8.1/src/x86/cdef_avx2.asm
rav1e-0.8.1/src/x86/cdef_avx512.asm
rav1e-0.8.1/src/x86/cdef_dist.asm
rav1e-0.8.1/src/x86/cdef_rav1e.asm
rav1e-0.8.1/src/x86/cdef_sse.asm
rav1e-0.8.1/src/x86/filmgrain16_avx2.asm
rav1e-0.8.1/src/x86/filmgrain16_avx512.asm
rav1e-0.8.1/src/x86/filmgrain16_sse.asm
rav1e-0.8.1/src/x86/filmgrain_avx2.asm
rav1e-0.8.1/src/x86/filmgrain_avx512.asm
rav1e-0.8.1/src/x86/filmgrain_common.asm
rav1e-0.8.1/src/x86/filmgrain_sse.asm
rav1e-0.8.1/src/x86/ipred16_avx2.asm
rav1e-0.8.1/src/x86/ipred16_avx512.asm
rav1e-0.8.1/src/x86/ipred16_sse.asm
rav1e-0.8.1/src/x86/ipred_avx2.asm
rav1e-0.8.1/src/x86/ipred_avx512.asm
rav1e-0.8.1/src/x86/ipred_sse.asm
rav1e-0.8.1/src/x86/itx16_avx2.asm
rav1e-0.8.1/src/x86/itx16_avx512.asm
rav1e-0.8.1/src/x86/itx16_sse.asm
rav1e-0.8.1/src/x86/itx_avx2.asm
rav1e-0.8.1/src/x86/itx_avx512.asm
rav1e-0.8.1/src/x86/itx_sse.asm
rav1e-0.8.1/src/x86/loopfilter16_avx2.asm
rav1e-0.8.1/src/x86/loopfilter16_avx512.asm
rav1e-0.8.1/src/x86/loopfilter16_sse.asm
rav1e-0.8.1/src/x86/loopfilter_avx2.asm
rav1e-0.8.1/src/x86/loopfilter_avx512.asm
rav1e-0.8.1/src/x86/loopfilter_sse.asm
rav1e-0.8.1/src/x86/looprestoration16_avx2.asm
rav1e-0.8.1/src/x86/looprestoration16_avx512.asm
rav1e-0.8.1/src/x86/looprestoration16_sse.asm
rav1e-0.8.1/src/x86/looprestoration_avx2.asm
rav1e-0.8.1/src/x86/looprestoration_avx512.asm
rav1e-0.8.1/src/x86/looprestoration_sse.asm
rav1e-0.8.1/src/x86/mc16_avx2.asm
rav1e-0.8.1/src/x86/mc16_avx512.asm
rav1e-0.8.1/src/x86/mc16_sse.asm
rav1e-0.8.1/src/x86/mc_avx2.asm
rav1e-0.8.1/src/x86/mc_avx512.asm
rav1e-0.8.1/src/x86/mc_sse.asm
rav1e-0.8.1/src/x86/me.asm
rav1e-0.8.1/src/x86/msac.asm
rav1e-0.8.1/src/x86/sad_avx.asm
rav1e-0.8.1/src/x86/sad_sse2.asm
rav1e-0.8.1/src/x86/satd.asm
rav1e-0.8.1/src/x86/satd16_avx2.asm
rav1e-0.8.1/src/x86/sse.asm
rav1e-0.8.1/src/x86/tables.asm
rav1e-0.8.1/tests/
rav1e-0.8.1/tests/.gitignore
rav1e-0.8.1/tests/binary.rs
rav1e-0.8.1/tests/doctests.rs
rav1e-0.8.1/tests/small_input.y4m
rav1e-0.8.1/tools/
rav1e-0.8.1/tools/draw-importances.py
rav1e-0.8.1/tools/draw-mvs.py
rav1e-0.8.1/tools/pyproject.toml
rav1e-0.8.1/tools/submit_awcy.py
sbo-rust-vendor-1.0/
sbo-rust-vendor-1.0/README.md
sbo-rust-vendor-1.0/cargo-c/
sbo-rust-vendor-1.0/cargo-c/cargo-c-vendored-sources-0.10.24-1.tar.xz
sbo-rust-vendor-1.0/rav1e/
sbo-rust-vendor-1.0/rav1e/rav1e-vendored-sources-0.8.1-1.tar.xz
mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory
./rav1e.SlackBuild FAILED at line 78!
multimedia/rav1e: rav1e.SlackBuild failed (status 1)                    11:09:46
Unmounting chroot ... 
:-( multimedia/rav1e FAILED )-:

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@willysr Willy, I'll have to leave this one to you - I don't understand what's going on.

This rav1e update to 0.8.1 depends on newly updated cargo-c 0.10.24. I made a branch for cargo-c and built 0.10.24 in that branch. I changed this rav1e PR to build against that new cargo-c branch.

However rav1e buildlog says:

  development/cargo-c (update for version 0.10.4)
    development/rust-opt (ok)

and later:

Backed up: cargo-c-0.10.24-i686-1_SBo.txz
✅ development/cargo-c Updated for version 0.10.4 ✅

so looks like 0.10.24 (the one we want) is available but is being "updated" back to 0.10.4 - not what we want.

Separately there's a later error:

mv: cannot stat 'rav1e/rav1e-vendored-sources-0.8.1-2.tar.xz': No such file or directory

which may be due to formatting of DOWNLOAD & MD5SUM lines (mixture of tabs & spaces) in second line of each. I've fixed that in my home build system and made sure it builds with cargo-c-0.10.24. The x86_64 version builds fine while the i*86 build still in progress.

Edit: the i586 home build has just succeeded.

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

reverse dependencies - development/cargo-c

  • multimedia/rav1e

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

✅ sbolint - development/cargo-c ✅

sbolint: cargo-c checks out OK

@cwilling
cwilling deleted the branch SlackBuildsOrg:check-cargo-c August 6, 2026 11:39
@cwilling cwilling closed this Aug 6, 2026
@cwilling cwilling reopened this Aug 6, 2026
@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Sorry about temporary closing - it happened while I was replacing cargo-c branch.

I'll rebuild it; then lets see if it's any better as base for rav1e

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: build multimedia/rav1e

@cwilling cwilling closed this Aug 6, 2026
@cwilling cwilling reopened this Aug 6, 2026
@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Cannot checkout PR.

hudson.AbortException: Error cloning remote repo 'origin'

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Cannot checkout PR.

hudson.AbortException: Error cloning remote repo 'origin'

@cwilling

cwilling commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

@sbo-bot: build multimedia/rav1e

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg i586 multimedia/rav1e

Cannot checkout PR.

hudson.AbortException: Error cloning remote repo 'origin'

@sbo-bot

sbo-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

buildpkg x86_64 multimedia/rav1e

Cannot checkout PR.

hudson.AbortException: Error cloning remote repo 'origin'

@willysr

willysr commented Aug 6, 2026

Copy link
Copy Markdown
Member

#17007 please have a look on this build error @lecramyajiv

@willysr

willysr commented Aug 6, 2026

Copy link
Copy Markdown
Member

merged with changes

@willysr willysr closed this Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants