mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Test failure on alpinelinux #4105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bl4ckb0ne on GitHub (Aug 11, 2022).
Please describe your bug
Hi, I'm the maintainer of the jellyfin package on Alpinelinux.
I started the upgrade from 10.8.1 to 10.8.3 and the tests are failing with the following error
Here's the complete build log build-jellyfin.log
We've had some issues with dotnet6 recently but it doesn't seems to be related. Let me know if this is not a Jellyfin issue.
Jellyfin Version
Other
if other:
10.8.3
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@Bond-009 commented on GitHub (Aug 12, 2022):
Reason: Test host process crashedDoesn't look like a Jellyfin issue to me?
@ayakael commented on GitHub (Aug 12, 2022):
We suspect a library change sometime along the way - this error only occurs on Alpine's
edgeversion. The current stable3.16version runs the test suite fine. Have ya'll encountered any issues on bleeding edge platforms?@ayakael commented on GitHub (Aug 12, 2022):
I did some more tests, and this issue seems to caused by this bug (https://github.com/dotnet/runtime/issues/73525) that is also affecting Alpine's
dotnet6package. Thus, it seems unrelated toJellyfinedit wrong link
@bl4ckb0ne commented on GitHub (Aug 12, 2022):
closing as not related to jellyfin