Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950030 - net-misc/yt-dlp-2025.02.19 fails test - [texlive] [gcc-15] E EOFError: stream ends after 0 bytes, before end of line
Summary: net-misc/yt-dlp-2025.02.19 fails test - [texlive] [gcc-15] E EOFError: stream...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2025-02-21 15:10 UTC by Toralf Förster
Modified: 2025-02-21 15:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.82 KB, text/plain)
2025-02-21 15:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,227.30 KB, text/plain)
2025-02-21 15:10 UTC, Toralf Förster
Details
environment (environment,157.88 KB, text/plain)
2025-02-21 15:10 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.23 KB, application/x-xz)
2025-02-21 15:10 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,28.06 KB, application/x-xz)
2025-02-21 15:10 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,39.29 KB, application/x-xz)
2025-02-21 15:10 UTC, Toralf Förster
Details
net-misc:yt-dlp-2025.02.19:20250221-145428.log (net-misc:yt-dlp-2025.02.19:20250221-145428.log,140.04 KB, text/plain)
2025-02-21 15:10 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,61.55 KB, application/x-xz)
2025-02-21 15:10 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,48.05 KB, application/x-xz)
2025-02-21 15:10 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2025-02-21 15:10:25 UTC
                break
            p = len(self.buffer)
            if p > m:
                raise RuntimeError(f"read {p} bytes, expected no more than {m} bytes")
            if self.eof:
>               raise EOFError(f"stream ends after {p} bytes, before end of line")
E               EOFError: stream ends after 0 bytes, before end of line

m          = 8192

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd_test-20250214-183230

  UNMASKED:

  [gcc-15] Requested by sam
  <sys-devel/gcc-15.0.9999:15

  
  >=app-text/dvisvgm-2024
  >=app-text/ps2pkm-1.8_p20240311
  >=app-text/texlive-2024
  >=app-text/texlive-core-2024
  >=dev-libs/kpathsea-6.4.0
  >=dev-libs/ptexenc-1.4.6
  dev-python/latexrestricted
  >=dev-tex/biber-2.20
  >=dev-tex/biblatex-3.20
  >=dev-tex/bibtexu-3.72_p20240311
  >=dev-tex/glossaries-4.55
  dev-tex/latex2pydata
  >=dev-tex/latexmk-4.85
  >=dev-tex/minted-3.4.0
  >=dev-tex/tex4ht-20240311
  >=dev-texlive/texlive-basic-2024
  >=dev-texlive/texlive-bibtexextra-2024
  >=dev-texlive/texlive-binextra-2024
  >=dev-texlive/texlive-context-2024
  >=dev-texlive/texlive-fontsextra-2024
  >=dev-texlive/texlive-fontsrecommended-2024
  >=dev-texlive/texlive-fontutils-2024
  >=dev-texlive/texlive-formatsextra-2024
  >=dev-texlive/texlive-games-2024
  >=dev-texlive/texlive-humanities-2024
  >=dev-texlive/texlive-langarabic-2024
  >=dev-texlive/texlive-langchinese-2024
  >=dev-texlive/texlive-langcjk-2024
  >=dev-texlive/texlive-langcyrillic-2024
  >=dev-texlive/texlive-langczechslovak-2024
  >=dev-texlive/texlive-langenglish-2024
  >=dev-texlive/texlive-langeuropean-2024
  >=dev-texlive/texlive-langfrench-2024
  >=dev-texlive/texlive-langgerman-2024
  >=dev-texlive/texlive-langgreek-2024
  >=dev-texlive/texlive-langitalian-2024
  >=dev-texlive/texlive-langjapanese-2024
  >=dev-texlive/texlive-langkorean-2024
  >=dev-texlive/texlive-langother-2024
  >=dev-texlive/texlive-langpolish-2024
  >=dev-texlive/texlive-langportuguese-2024
  >=dev-texlive/texlive-langspanish-2024
  >=dev-texlive/texlive-latex-2024
  >=dev-texlive/texlive-latexextra-2024
  >=dev-texlive/texlive-latexrecommended-2024
  >=dev-texlive/texlive-luatex-2024
  >=dev-texlive/texlive-mathscience-2024
  >=dev-texlive/texlive-metapost-2024
  >=dev-texlive/texlive-music-2024
  >=dev-texlive/texlive-pictures-2024
  >=dev-texlive/texlive-plaingeneric-2024
  >=dev-texlive/texlive-pstricks-2024
  >=dev-texlive/texlive-publishers-2024
  >=dev-texlive/texlive-xetex-2024

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 19.1.7
llvm-config: 19.1.7
Python 3.12.9
go version go1.23.6 linux/amd64
  [1]   php8.2
  [2]   php8.3 *
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems)
  [3]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.83.0
  [2]   rust-bin-1.84.1
  [3]   rust-1.84.1
  [4]   rust-bin-1.85.0
  [5]   rust-1.85.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.26_p4 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.14_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-bin-21 


  HEAD of ::gentoo
commit 3e66cebac44cc0a838d538369f59bac4340b32e7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 21 13:33:50 2025 +0000

    2025-02-21 13:33:49 UTC

emerge -qpvO =net-misc/yt-dlp-2025.02.19
[ebuild   R   ] net-misc/yt-dlp-2025.02.19  USE="test" PYTHON_TARGETS="python3_12 -pypy3 -pypy3_11% -python3_10 -python3_11 -python3_13"
Comment 1 Toralf Förster gentoo-dev 2025-02-21 15:10:27 UTC
Created attachment 919606 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-02-21 15:10:28 UTC
Created attachment 919607 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2025-02-21 15:10:30 UTC
Created attachment 919608 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2025-02-21 15:10:30 UTC
Created attachment 919609 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2025-02-21 15:10:31 UTC
Created attachment 919610 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-02-21 15:10:33 UTC
Created attachment 919611 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-02-21 15:10:34 UTC
Created attachment 919612 [details]
net-misc:yt-dlp-2025.02.19:20250221-145428.log
Comment 8 Toralf Förster gentoo-dev 2025-02-21 15:10:35 UTC
Created attachment 919613 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2025-02-21 15:10:36 UTC
Created attachment 919614 [details]
temp.tar.xz
Comment 10 Ionen Wolkens gentoo-dev 2025-02-21 15:18:22 UTC
Tempted to just skip (all) websockets tests (already skipping one atm), they break often depending on websocket version and it's only a runtime-only optfeature that we do not even advertise.
Comment 11 Larry the Git Cow gentoo-dev 2025-02-21 15:36:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4846b48997fd1f77d1a5ebfd1cbbaebd3e3253fe

commit 4846b48997fd1f77d1a5ebfd1cbbaebd3e3253fe
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2025-02-21 15:26:03 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2025-02-21 15:36:09 +0000

    net-misc/yt-dlp: (always) skip websockets tests
    
    These were already skipped when dev-python/websockets is not installed.
    
    In bug #940630, considered depending on it for tests but yt-dlp seems
    to be picky with websockets version (sometime wanting newer, sometime
    older to work right) and that works out poorly with the straight to
    stable model of yt-dlp.
    
    Ultimately not aware of typical users needing this, we do not even
    advertise it as a optfeature -- so can consider it semi-unsupported.
    
    Closes: https://bugs.gentoo.org/940630
    Closes: https://bugs.gentoo.org/950030
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-misc/yt-dlp/yt-dlp-2025.02.19.ebuild | 8 ++++----
 net-misc/yt-dlp/yt-dlp-9999.ebuild       | 4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)