Skip to content

open-webui/0.6.43 package update

5998a81
Select commit
Loading
Failed to load commit list.
Open

open-webui/0.6.43 package update #76598

open-webui/0.6.43 package update
5998a81
Select commit
Loading
Failed to load commit list.
Octo STS / staging-autofix completed Dec 23, 2025 in 0s

Pull request does not have the "staging-autofix" label

ci-cve-scan

The CVE scan failed for the 'x86_64/open-webui-0.6.43-r0.apk' package because the APK file was too large, leading to an incomplete scan.

❌ Other error @ x86_64/open-webui-0.6.43-r0.apk
Command:
CVE Scan
Diagnostic:
APK too large
Log Snippets:
This log entry explicitly states that the APK for 'x86_64/open-webui-0.6.43-r0.apk' was too large, which is the direct cause of the scan failure.
#### x86_64/open-webui-0.6.43-r0.apk
APK too large

This line confirms that the 'APK too large' error resulted in an incomplete scan process.
Failed to scan some packages

ci-sbom-validity

Both aarch64 and x86_64 builds of open-webui-0.6.43-r0.apk failed due to issues with SPDX document validation. The primary issues are 'Reference locator contains spaces' and, for x86_64, 'License not found'. These failures indicate problems in the generated SBOMs.

❌ Build error
Command:
/usr/bin/tools-java Verify /tmp/sbom-2554371676.spdx.json
Diagnostic:
Relationship error: Reference locator contains spaces in open-webui in open-webui in apk-open-webui-0.6.43-r0
Log Snippets:
Indicates the start of the failure for the aarch64 build.
#### ❌ `aarch64/open-webui-0.6.43-r0.apk`:

The command that failed, indicating an SBOM verification step.
/usr/bin/tools-java Verify /tmp/sbom-2554371676.spdx.json

The specific error message indicating an invalid SPDX document due to spaces in a reference locator.
This SPDX Document is not valid due to:
	Relationship error: Relationship error: Reference locator contains spaces in open-webui in open-webui in apk-open-webui-0.6.43-r0

Confirms the command failed with a non-zero exit status.
exit status 1

❌ Build error
Command:
/usr/bin/tools-java Verify /tmp/sbom-894861886.spdx.json
Diagnostic:
Relationship error: License not found for LicenseRef-NVIDIA-Proprietary in nvidia-cudnn-cu12 in open-webui in open-webui in apk-open-webui-0.6.43-r0
	Relationship error: Reference locator contains spaces in open-webui in open-webui in apk-open-webui-0.6.43-r0
Log Snippets:
Indicates the start of the failure for the x86_64 build.
#### ❌ `x86_64/open-webui-0.6.43-r0.apk`:

The command that failed, indicating an SBOM verification step.
/usr/bin/tools-java Verify /tmp/sbom-894861886.spdx.json

The specific error messages indicating an invalid SPDX document due to a missing license reference and spaces in a reference locator.
This SPDX Document is not valid due to:
	Relationship error: Relationship error: License not found for LicenseRef-NVIDIA-Proprietary in nvidia-cudnn-cu12 in open-webui in open-webui in apk-open-webui-0.6.43-r0
	Relationship error: Relationship error: Reference locator contains spaces in open-webui in open-webui in apk-open-webui-0.6.43-r0

Confirms the command failed with a non-zero exit status.
exit status 1

elastic-build

The build failed due to test errors in the 'open-webui' package for both x86_64 and aarch64 architectures. The primary root cause identified is a missing 'numpy._core.tests' module during the execution of the 'open-webui serve' command on aarch64, indicating a dependency issue within the test environment.

❌ Test error
Command:
open-webui serve
Diagnostic:
Error updating models: No module named 'numpy._core.tests'
Log Snippets:
This is the direct error message indicating a missing Python module, which is the root cause of the test failure.
ERROR [open_webui.main] Error updating models: No module named 'numpy._core.tests'

This line shows the command that was executing when the error occurred, providing context for the failing process.
daemon started as pid 242 with: open-webui serve

This is the final test failure message, confirming that the missing module led to the overall test failure.
ERROR: failed to test package. the test environment has been preserved:
failed to run tests: failed to test package: unable to run pipeline: unable to run pipeline: unable to run pipeline: task exited with code 1
tests failed