Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830760 - [TEST] net-misc/yt-dlp-2021.12.27 - E AssertionError: False is not true
Summary: [TEST] net-misc/yt-dlp-2021.12.27 - E AssertionError: False is not true
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Piotr Karbowski (RETIRED)
URL: https://github.com/yt-dlp/yt-dlp/issu...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-01-08 09:41 UTC by Toralf Förster
Modified: 2022-01-21 15:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.54 KB, text/plain)
2022-01-08 09:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,159.51 KB, text/plain)
2022-01-08 09:41 UTC, Toralf Förster
Details
environment (environment,118.40 KB, text/plain)
2022-01-08 09:41 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.37 KB, application/x-bzip)
2022-01-08 09:41 UTC, Toralf Förster
Details
net-misc:yt-dlp-2021.12.27:20220108-031756.log (net-misc:yt-dlp-2021.12.27:20220108-031756.log,163.06 KB, text/plain)
2022-01-08 09:41 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,39.77 KB, application/x-bzip)
2022-01-08 09:41 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 2022-01-08 09:41:09 UTC
        self.assertTrue(b'--username' in serr)
        self.assertTrue(b'johnsmith' not in serr)
        self.assertTrue(b'--password' in serr)
>       self.assertTrue(b'secret' not in serr)
E       AssertionError: False is not true

outp       = <Popen: returncode: 2 args: ['/usr/bin/python3.9', 'yt_dlp/__main__.py', '-v...>

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4_test-20220106-170005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.57.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 12c5178f240db02b3e54c6d16b3c451ea461a1ed
Merge: 6f75fa4cab44 e4bc068f905f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jan 8 02:21:38 2022 +0000

    Merge updates from master

emerge -qpvO net-misc/yt-dlp
[ebuild  N    ] net-misc/yt-dlp-2021.12.27  USE="test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-01-08 09:41:11 UTC
Created attachment 761577 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-08 09:41:12 UTC
Created attachment 761578 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-01-08 09:41:14 UTC
Created attachment 761579 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-01-08 09:41:15 UTC
Created attachment 761580 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-01-08 09:41:16 UTC
Created attachment 761581 [details]
net-misc:yt-dlp-2021.12.27:20220108-031756.log
Comment 6 Toralf Förster gentoo-dev 2022-01-08 09:41:18 UTC
Created attachment 761582 [details]
temp.tar.bz2
Comment 7 Ionen Wolkens gentoo-dev 2022-01-08 20:59:36 UTC
2022-01-08T02:08:52 >>> dev-python/secretstorage-3.3.1

Side-effect of having that, see $URL.

Will probably wait to see if next version fixes it before patching or skipping given this only affects tests and it releases relatively often.