mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[Issue]: Test failure on alpinelinux #4107
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#4107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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