feat(video): add support for legacy MPEG-2 and H.263+ encoders #4322
Triggered via pull request
June 24, 2026 02:56
Status
Failure
Total duration
1h 31m 23s
Artifacts
24
ci.yml
on: pull_request
Release Setup
12s
GitHub Env Debug
/
GitHub Env Debug
4s
Matrix: Homebrew / build_homebrew
Matrix: Linux Flatpak / build_linux_flatpak
Matrix: Linux / build_linux
Matrix: Windows / build_windows
Matrix: macOS / build_dmg
Bundle Analysis
/
bundle_analysis
24s
Matrix: Docker / docker
Matrix: macOS / notarize_dmg
Matrix: FreeBSD / build_freebsd
Matrix: coverage
Matrix: Linux Copr / call-copr-ci / artifacts
Release Homebrew Beta
Linux Copr
/
Release
0s
Annotations
18 errors and 69 warnings
|
Linux Flatpak / aarch64
Process completed with exit code 1.
|
|
Linux Flatpak / x86_64
Process completed with exit code 1.
|
|
Linux / AppImage
Process completed with exit code 1.
|
|
Docker / Docker-ubuntu-26.04
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c /dev/pipes/_TEST" did not complete successfully: exit code: 1
|
|
Docker / Docker-debian-trixie
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c /dev/pipes/_TEST" did not complete successfully: exit code: 1
|
|
Docker / Docker-ubuntu-22.04
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c /dev/pipes/_TEST" did not complete successfully: exit code: 1
|
|
Docker / Docker-ubuntu-24.04
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c /dev/pipes/_TEST" did not complete successfully: exit code: 1
|
|
Linux Copr / call-copr-ci / Build
Process completed with exit code 1.
|
|
Linux Copr / call-copr-ci / Get logs
invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid conversion from ‘const X509_name_st*’ to ‘X509_NAME*’ {aka ‘X509_name_st*’} [-fpermissive]
|
|
Linux Copr / call-copr-ci / Get logs
could not convert ‘{<expression error>, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘std::string_view’ {aka ‘std::basic_string_view<char>’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid conversion from ‘const X509_name_st*’ to ‘X509_NAME*’ {aka ‘X509_name_st*’} [-fpermissive]
|
|
Linux Copr / call-copr-ci / Get logs
could not convert ‘{<expression error>, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘std::string_view’ {aka ‘std::basic_string_view<char>’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|
|
Linux Copr / call-copr-ci / Get logs
invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|
|
Linux / AppImage
call to ‘__wmemcpy_chk_warn’ declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Linux / AppImage
call to ‘__wmemcpy_chk_warn’ declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Linux / AppImage
call to ‘__wmemcpy_chk_warn’ declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Linux / AppImage
call to ‘__wmemcpy_chk_warn’ declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Linux / AppImage
call to ‘__wmemcpy_chk_warn’ declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Linux / AppImage
call to ‘__wmemcpy_chk_warn’ declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Windows / Windows-ARM64:
build/_deps/boost-src/libs/spirit/include/boost/spirit/home/classic/core/primitives/impl/numerics.ipp#L199
'has_denorm' is deprecated [-Wdeprecated-declarations]
|
|
Windows / Windows-ARM64:
build/_deps/boost-src/libs/spirit/include/boost/spirit/home/classic/core/primitives/impl/numerics.ipp#L199
'has_denorm' is deprecated [-Wdeprecated-declarations]
|
|
Windows / Windows-ARM64:
third-party/googletest/googletest/include/gtest/gtest-printers.h#L528
implicit conversion from 'char8_t' to 'char32_t' may change the meaning of the represented code unit [-Wcharacter-conversion]
|
|
Archlinux / Archlinux
type ‘struct dmabuf_t’ violates the C++ One Definition Rule [-Wodr]
|
|
macOS / macOS-arm64:
third-party/tray/src/tray_darwin.m#L130
'popUpStatusItemMenu:' is deprecated: first deprecated in macOS 10.14 - Use the menu property instead [-Wdeprecated-declarations]
|
|
macOS / macOS-arm64
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
macOS / macOS-arm64
icu4c@78 78.3 is already installed, it's just not linked.
To link this version, run:
brew link icu4c@78
|
|
Homebrew / macos-15
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / macos-15
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / macos-15
Gamepads are not currently supported on macOS.
|
|
Homebrew / macos-15
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
Homebrew / macos-15
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
|
|
Homebrew / macos-15
Skipping azure/bicep because it is not trusted. Run `brew trust azure/bicep` to trust it.
|
|
Homebrew / macos-15
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
|
|
Docker / Docker-ubuntu-26.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-26.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-26.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-clion-toolchain
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
Docker / Docker-debian-trixie
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
Docker / Docker-ubuntu-22.04
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
Docker / Docker-ubuntu-22.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-22.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-22.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-22.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-22.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-22.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-24.04
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
Docker / Docker-ubuntu-24.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-24.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Docker / Docker-ubuntu-24.04
call to '__wmemcpy_chk_warn' declared with attribute warning: wmemcpy called with length bigger than size of destination buffer [-Wattribute-warning]
|
|
Linux Copr / call-copr-ci / Get logs
member ‘boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char*> >::sliding_buffer<wchar_t>::m_buffer’ is used uninitialized [-Wuninitialized]
|
|
Linux Copr / call-copr-ci / Get logs
member ‘boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char*> >::sliding_buffer<char>::m_buffer’ is used uninitialized [-Wuninitialized]
|
|
Linux Copr / call-copr-ci / Get logs
‘std::vector<std::shared_ptr<input_event> > inputtino::fetch_events(int, int)’ defined but not used [-Wunused-function]
|
|
Linux Copr / call-copr-ci / Get logs
loop variable ‘dev_entry’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
|
|
Linux Copr / call-copr-ci / Get logs
‘std::vector<std::shared_ptr<input_event> > inputtino::fetch_events(int, int)’ defined but not used [-Wunused-function]
|
|
Linux Copr / call-copr-ci / Get logs
‘std::vector<std::shared_ptr<input_event> > inputtino::fetch_events(int, int)’ defined but not used [-Wunused-function]
|
|
Linux Copr / call-copr-ci / Get logs
‘std::vector<std::shared_ptr<input_event> > inputtino::fetch_events(int, int)’ defined but not used [-Wunused-function]
|
|
Linux Copr / call-copr-ci / Get logs
‘std::vector<std::shared_ptr<input_event> > inputtino::fetch_events(int, int)’ defined but not used [-Wunused-function]
|
|
Linux Copr / call-copr-ci / Get logs
invalid-url Source0: tarball.tar.gz
|
|
Linux Copr / call-copr-ci / Get logs
specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
|
|
Homebrew / macos-14
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / macos-14
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / macos-14
Gamepads are not currently supported on macOS.
|
|
Homebrew / macos-14
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
Homebrew / macos-14
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
|
|
Homebrew / macos-14
Skipping azure/bicep because it is not trusted. Run `brew trust azure/bicep` to trust it.
|
|
Homebrew / macos-14
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
|
|
Homebrew / macos-26
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / macos-26
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / macos-26
Gamepads are not currently supported on macOS.
|
|
Homebrew / macos-26
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
Homebrew / macos-26
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
|
|
Homebrew / macos-26
Skipping azure/bicep because it is not trusted. Run `brew trust azure/bicep` to trust it.
|
|
Homebrew / macos-26
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
|
|
macOS / macOS-x86_64:
third-party/tray/src/tray_darwin.m#L130
'popUpStatusItemMenu:' is deprecated: first deprecated in macOS 10.14 - Use the menu property instead [-Wdeprecated-declarations]
|
|
macOS / macOS-x86_64
The following taps are not trusted:
aws/tap
azure/bicep
Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set.
This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first.
Enable trust checks now with:
export HOMEBREW_REQUIRE_TAP_TRUST=1
Trust specific formulae, casks or commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
or trust installed formulae from these taps with:
brew trust --formula azure/bicep/bicep
You can trust all formulae, casks and commands from these taps with:
brew trust aws/tap azure/bicep
Prefer trusting only the specific formulae, casks or commands you need.
Untap them with:
brew untap aws/tap azure/bicep
To keep allowing them by default during the transition:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
|
|
macOS / macOS-x86_64
icu4c@78 78.3 is already installed, it's just not linked.
To link this version, run:
brew link icu4c@78
|
|
Homebrew / ubuntu-24.04
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
Homebrew / ubuntu-24.04
Skipping lizardbyte/homebrew because it is not trusted. Run `brew trust lizardbyte/homebrew` to trust it.
|
|
sunshine: new dependency impact:
Formula/s/sunshine.rb#L95
Adding `qtsvg` adds 1 new recursive dependency on x86_64_linux (1.5MB).
|
|
Homebrew / ubuntu-24.04
ATTENTION: To complete installation, you must run the following command:
`sudo /home/linuxbrew/.linuxbrew/Cellar/sunshine/0.0.5194/bin/postinst`
|
|
Homebrew / ubuntu-24.04
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated
dependents or dependents with broken linkage!
|
|
Homebrew / ubuntu-24.04
The following taps are not trusted:
lizardbyte/homebrew
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap lizardbyte/homebrew
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust lizardbyte/homebrew
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
LizardByte~Sunshine~LT1XC2.dockerbuild
|
195 KB |
sha256:c706fde8b08d5a739d8f206621fe29ea9a575f0d8f30d8afcf99e0f4648834e6
|
|
|
LizardByte~Sunshine~PHWUMC.dockerbuild
|
140 KB |
sha256:1ab088a3fba2d71afaad85e9645221c2ec69353a81644ab35142483017be0fb4
|
|
|
LizardByte~Sunshine~UX6TV9.dockerbuild
|
212 KB |
sha256:f275c2f5def67cc81b2b7bfdd54ef7db197ede43c2a000320f19f83b634c4fcb
|
|
|
LizardByte~Sunshine~WT52AG.dockerbuild
|
187 KB |
sha256:de6fe2cc832d78bcfa999c7f984b9d7cede7afb3af1a8a9efdd596d1602baad8
|
|
|
LizardByte~Sunshine~Y6KRZ7.dockerbuild
|
228 KB |
sha256:ca84d6a87cf8a834bce0f9e5d8499211faa0ea1e11f80d4d5f9e036ac80590ef
|
|
|
beta-Homebrew
|
4.01 KB |
sha256:d6eece1cca560661f251de6b29fc5c8a9d195f7523c1345bb739e98c2a22b79f
|
|
|
build-Archlinux
|
9.38 MB |
sha256:b41acdd52620c95a7d4b8cab50bd0c204a2b42c77367be6dc71148d4bb4a95c0
|
|
|
build-FreeBSD-amd64
|
10.6 MB |
sha256:eb112ef781febd929caaaceb6f7cca505e49cafb4f93b0bae8d68aae39f02b57
|
|
|
build-Homebrew
|
3.97 KB |
sha256:892c97548041ddb457fce7dd32597d602642f3b45373873b1e3fe0ed3dcbebfc
|
|
|
build-Windows-AMD64
|
188 MB |
sha256:1194b4edfd08f51ff063ab426481bacce4ee666ab1b02f9f7bcdba0e638cbd35
|
|
|
build-Windows-ARM64
|
119 MB |
sha256:230a5e9057b10bdccf1cfc9abdfa26e8b9af78778c8a0b17310fcd7f3bba9db5
|
|
|
build-macOS-arm64
|
27.9 MB |
sha256:072bf8fece6d40c107eca1c6ab1e194519fd2501cb805c37718eefc11c5b0cb2
|
|
|
build-macOS-x86_64
|
29.1 MB |
sha256:ddb7544c2c4c82b4f837b8ce74868c68d70d9890b65fe8f3e28ae2f9259f8cc3
|
|
|
coverage-Archlinux
|
195 KB |
sha256:ee10d876e582a249ea4f4a546a099dab7497dd413669c13e8983334c6d2f786e
|
|
|
coverage-FreeBSD-amd64
|
205 KB |
sha256:2abe4d883480852dac84e0b40e0c3ce8a6eb74d4a7343c779fce26565bc5a4f3
|
|
|
coverage-Homebrew-macos-14
|
10.2 KB |
sha256:c484d0735b9ccdcce71e2ba9ea0fb0eaf8296a8d2df15a12b3f6a547f329bc58
|
|
|
coverage-Homebrew-macos-15
|
10.4 KB |
sha256:af7b5508fffad0e3c9ff6bbe3c676efa36688c721179d1a37c1d222f338e9f54
|
|
|
coverage-Homebrew-macos-26
|
10.2 KB |
sha256:2ffc0836552e89bec98045db36180d823293d36fa2774bc465fe86dc7430ad4e
|
|
|
coverage-Homebrew-ubuntu-24.04
|
189 KB |
sha256:908f465c1ad5e29c859be05d770fef6488d1836f9303a8aa68ffb61e77be4428
|
|
|
coverage-Linux-AppImage
|
195 KB |
sha256:f169ab5ceff836163f021f8d389333c9075a0e8a42af29d255115936a773da94
|
|
|
coverage-Windows-AMD64
|
186 KB |
sha256:fe7279eea12f7663751f22119f532900187c14d0086863d895fee113cf3cc1e8
|
|
|
coverage-Windows-ARM64
|
211 KB |
sha256:2d17426daf37ead86ac0619b612556ea6f336a3df96c1bdac08fb08a4a7da78f
|
|
|
coverage-macOS-arm64
|
151 KB |
sha256:f58e884bc2bfccbace70b6f10091c68cb5849022a11af91ad40ad2f751b9183e
|
|
|
coverage-macOS-x86_64
|
149 KB |
sha256:0fd5d5d607bce595fdfc90de5e1f33096067a120508338dc1a3b4456244b3afa
|
|