Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 794931

Summary: net-analyzer/fail2ban-0.11.2 fails tests with sandbox errors
Product: Gentoo Linux Reporter: Paolo Pedroni <paolo.pedroni>
Component: Current packagesAssignee: Sam James <sam>
Status: RESOLVED FIXED    
Severity: normal CC: floppym, sam, toralf
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/fail2ban/fail2ban/pull/3037
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 794949    
Bug Blocks:    
Attachments: fail2ban-0.11.2:20210608-130510.log.gz
fail2ban-0.11.2-r1:20211022-074901.log.gz

Description Paolo Pedroni 2021-06-08 13:19:36 UTC
Created attachment 714627 [details]
fail2ban-0.11.2:20210608-130510.log.gz

testJournalFilesAndFlagsArgs (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 0.168s -- ERROR
testJournalFilesArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 0.049s -- ERROR
testJournalFlagsArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 0.058s -- ok
testJournalPathArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 0.108s -- ok
test_WrongChar (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 10.129s -- FAIL
test_delJournalMatch (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 10.080s -- FAIL
test_grow_file (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 10.079s -- FAIL
test_grow_file_in_idle (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 0.083s -- ok
test_grow_file_with_db (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  * ACCESS DENIED:  open_rd:      /var/log/sandbox
 10.089s -- FAIL
testBanTimeIncr (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.003s -- ok
testFlushLogs (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.001s -- ok
testLogLevel (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.001s -- ok
testLogTarget (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.001s -- ok
testLogTargetSYSLOG (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.001s -- ok
testSyslogSocket (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.000s -- ok
testSyslogSocketNOK (fail2ban.tests.servertestcase.TransmitterLogging) ...  0.001s -- ok

======================================================================
ERROR: testJournalFilesAndFlagsArgs (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./fail2ban/tests/filtertestcase.py", line 1367, in testJournalFilesAndFlagsArgs
    self._initFilter(journalfiles=jrnlfile, journalflags=0)
  File "./fail2ban/tests/filtertestcase.py", line 1318, in _initFilter
    self.filter = Filter_(self.jail, **kwargs)
  File "./fail2ban/server/filtersystemd.py", line 62, in __init__
    self.__journal = journal.Reader(**jrnlargs)
  File "/usr/lib/python3.9/site-packages/systemd/journal.py", line 174, in __init__
    super(Reader, self).__init__(flags, path, files)
PermissionError: [Errno 13] Permission denied

======================================================================
ERROR: testJournalFilesArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./fail2ban/tests/filtertestcase.py", line 1362, in testJournalFilesArg
    self._initFilter(journalfiles=jrnlfile)
  File "./fail2ban/tests/filtertestcase.py", line 1318, in _initFilter
    self.filter = Filter_(self.jail, **kwargs)
  File "./fail2ban/server/filtersystemd.py", line 62, in __init__
    self.__journal = journal.Reader(**jrnlargs)
  File "/usr/lib/python3.9/site-packages/systemd/journal.py", line 174, in __init__
    super(Reader, self).__init__(flags, path, files)
PermissionError: [Errno 13] Permission denied

======================================================================
FAIL: test_WrongChar (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./fail2ban/tests/filtertestcase.py", line 1528, in test_WrongChar
    self.assertTrue(self.isFilled(10))
AssertionError: False is not true

======================================================================
FAIL: test_delJournalMatch (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./fail2ban/tests/filtertestcase.py", line 1497, in test_delJournalMatch
    self.assert_correct_ban("193.168.0.128", 3)
  File "./fail2ban/tests/filtertestcase.py", line 1387, in assert_correct_ban
    self.assertTrue(self.waitFailTotal(test_attempts, 10)) # give Filter a chance to react
AssertionError: False is not true

======================================================================
FAIL: test_grow_file (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./fail2ban/tests/filtertestcase.py", line 1399, in test_grow_file
    self._test_grow_file()
  File "./fail2ban/tests/filtertestcase.py", line 1427, in _test_grow_file
    self.assertTrue(self.isFilled(10))
AssertionError: False is not true

======================================================================
FAIL: test_grow_file_with_db (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./fail2ban/tests/utils.py", line 255, in wrapper
    return f(self, *args, **kwargs)
  File "./fail2ban/tests/filtertestcase.py", line 1458, in test_grow_file_with_db
    self._test_grow_file()
  File "./fail2ban/tests/filtertestcase.py", line 1427, in _test_grow_file
    self.assertTrue(self.isFilled(10))
AssertionError: False is not true

----------------------------------------------------------------------
Ran 500 tests in 54.528s

FAILED (failures=4, errors=2, skipped=12)
 * ERROR: net-analyzer/fail2ban-0.11.2::gentoo failed (test phase):
 *   Tests failed with python3.9
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_test
 *   environment, line 2801:  Called distutils-r1_src_test
 *   environment, line 1244:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  511:  Called distutils-r1_run_phase 'python_test'
 *   environment, line 1183:  Called python_test
 *   environment, line 2774:  Called die
 * The specific snippet of code:
 *       bin/fail2ban-testcases --no-network --no-gamin --verbosity=4 || die "Tests failed with ${EPYTHON}"
 * 
 * If you need support, post the output of `emerge --info '=net-analyzer/fail2ban-0.11.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-analyzer/fail2ban-0.11.2::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/net-analyzer/fail2ban-0.11.2:20210608-130510.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/fail2ban-0.11.2/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/fail2ban-0.11.2/temp/environment'.
 * Working directory: '/var/tmp/portage/net-analyzer/fail2ban-0.11.2/work/fail2ban-0.11.2'
 * S: '/var/tmp/portage/net-analyzer/fail2ban-0.11.2/work/fail2ban-0.11.2'
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/tmp/portage/net-analyzer/fail2ban-0.11.2/temp/sandbox.log"
 * 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 

F: open_rd
S: deny
P: /var/log/sandbox
A: /var/log/sandbox
R: /var/log/sandbox
C: find /var/log -name system.journal 
 * --------------------------------------------------------------------------------

>>> Failed to emerge net-analyzer/fail2ban-0.11.2
Comment 1 Paolo Pedroni 2021-06-08 13:19:44 UTC
# emerge --info =net-analyzer/fail2ban-0.11.2
Portage 3.0.18 (python 3.9.4-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-10.3.0, glibc-2.33, 5.10.27-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.10.27-gentoo-x86_64-Intel-R-_Core-TM-_i5-8400_CPU_@_2.80GHz-with-glibc2.33
KiB Mem:    16055264 total,    277064 free
KiB Swap:   16777212 total,  16365020 free
Timestamp of repository gentoo: Thu, 03 Jun 2021 08:00:01 +0000
Head commit of repository gentoo: 6526ef66703ee36fc32f67a130e819b12b3a6507
sh dash 0.5.11.3-r1
ld GNU gold (Gentoo 2.35.2 p1 2.35.2) 1.16
distcc 3.3.3 x86_64-pc-linux-gnu [disabled]
ccache version 4.2.1 [disabled]
app-shells/bash:          5.1_p8::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.32.1::gentoo
dev-lang/python:          2.7.18_p9::gentoo, 3.8.9_p2::gentoo, 3.9.4_p1::gentoo
dev-lang/rust:            1.51.0-r2::gentoo
dev-util/ccache:          4.2.1::gentoo
dev-util/cmake:           3.18.5::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.23::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.3-r1::gentoo
sys-devel/binutils:       2.35.2::gentoo
sys-devel/gcc:            10.3.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
GENTOO_MIRRORS="http://mirror.init7.net/gentoo/ https://mirror.init7.net/gentoo/ http://mirror.leaseweb.com/gentoo/ http://ftp.fau.de/gentoo"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=6"
LINGUAS="it it_IT"
MAKEOPTS="-j7 -l6"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gtk gui handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kipi kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm_sensors lua lzma lzo mad magic mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal opengl openmp pam pango pch pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets speex spell split-usr sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala verify-sig vim-syntax vnc vorbis wavpack wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xine xinerama xml xpm xscreensaver xv xvid yahoo zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS

=================================================================
                        Package Settings
=================================================================

net-analyzer/fail2ban-0.11.2::gentoo was built with the following:
USE="systemd (-selinux)" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_8"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"

# emerge -1pqv =net-analyzer/fail2ban-0.11.2
[ebuild   R   ] net-analyzer/fail2ban-0.11.2  USE="systemd (-selinux)" PYTHON_SINGLE_TARGET="python3_9 -python3_8"
Comment 2 Mike Gilbert gentoo-dev 2021-06-08 15:05:27 UTC
sys-apps/sandbox is currently hard-coded to generate these errors when the fail2ban test suite tries to recursively search /var/log.

See bug 794949.
Comment 3 Mike Gilbert gentoo-dev 2021-09-06 13:00:20 UTC
*** Bug 811837 has been marked as a duplicate of this bug. ***
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-22 00:40:29 UTC
Fixed with newer (and now stable) sandbox. See blocker bug. Thanks for the report & help all.
Comment 5 Paolo Pedroni 2021-10-22 08:22:49 UTC
Created attachment 746106 [details]
fail2ban-0.11.2-r1:20211022-074901.log.gz

(In reply to Sam James from comment #4)
> Fixed with newer (and now stable) sandbox. See blocker bug. Thanks for the
> report & help all.

Uhm, no:
$ equery l sandbox fail2ban
 * Searching for sandbox ...
[IP-] [  ] sys-apps/sandbox-2.25:0

 * Searching for fail2ban ...
[IP-] [  ] net-analyzer/fail2ban-0.11.2-r1:0

$ sudo emerge -1 fail2ban
[...]
testJournalFilesAndFlagsArgs (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  0.083s -- ERROR
testJournalFilesArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  0.058s -- ERROR
testJournalFlagsArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  0.056s -- ok
testJournalPathArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  0.107s -- ok
test_WrongChar (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  10.081s -- FAIL
test_delJournalMatch (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  10.118s -- FAIL
test_grow_file (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  10.086s -- FAIL
test_grow_file_in_idle (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  0.093s -- ok
test_grow_file_with_db (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd)) ...  10.059s -- FAIL
[...]
======================================================================
ERROR: testJournalFilesAndFlagsArgs (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1367, in testJournalFilesAndFlagsArgs
    self._initFilter(journalfiles=jrnlfile, journalflags=0)
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1318, in _initFilter
    self.filter = Filter_(self.jail, **kwargs)
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/server/filtersystemd.py", line 62, in __init__
    self.__journal = journal.Reader(**jrnlargs)
  File "/usr/lib/python3.9/site-packages/systemd/journal.py", line 174, in __init__
    super(Reader, self).__init__(flags, path, files)
PermissionError: [Errno 13] Permission denied

======================================================================
ERROR: testJournalFilesArg (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1362, in testJournalFilesArg
    self._initFilter(journalfiles=jrnlfile)
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1318, in _initFilter
    self.filter = Filter_(self.jail, **kwargs)
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/server/filtersystemd.py", line 62, in __init__
    self.__journal = journal.Reader(**jrnlargs)
  File "/usr/lib/python3.9/site-packages/systemd/journal.py", line 174, in __init__
    super(Reader, self).__init__(flags, path, files)
PermissionError: [Errno 13] Permission denied

======================================================================
FAIL: test_WrongChar (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1528, in test_WrongChar
    self.assertTrue(self.isFilled(10))
AssertionError: False is not true

======================================================================
FAIL: test_delJournalMatch (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1497, in test_delJournalMatch
    self.assert_correct_ban("193.168.0.128", 3)
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1387, in assert_correct_ban
    self.assertTrue(self.waitFailTotal(test_attempts, 10)) # give Filter a chance to react
AssertionError: False is not true

======================================================================
FAIL: test_grow_file (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1399, in test_grow_file
    self._test_grow_file()
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1427, in _test_grow_file
    self.assertTrue(self.isFilled(10))
AssertionError: False is not true

======================================================================
FAIL: test_grow_file_with_db (fail2ban.tests.filtertestcase.MonitorJournalFailures<FilterSystemd>(monitorjournalfailures_FilterSystemd))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/utils.py", line 255, in wrapper
    return f(self, *args, **kwargs)
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1458, in test_grow_file_with_db
    self._test_grow_file()
  File "/var/tmp/portage/net-analyzer/fail2ban-0.11.2-r1/work/fail2ban-0.11.2/./fail2ban/tests/filtertestcase.py", line 1427, in _test_grow_file
    self.assertTrue(self.isFilled(10))
AssertionError: False is not true

----------------------------------------------------------------------
Ran 500 tests in 54.804s

FAILED (failures=4, errors=2, skipped=12)
Comment 6 Larry the Git Cow gentoo-dev 2021-10-24 03:39:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe5661c2c211076587b54ff97e06bef9f69d864

commit 6fe5661c2c211076587b54ff97e06bef9f69d864
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-24 03:38:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-24 03:38:59 +0000

    net-analyzer/fail2ban: backport upstream test fix for systemd
    
    Closes: https://bugs.gentoo.org/794931
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/fail2ban/fail2ban-0.11.2-r1.ebuild    |  3 ++-
 .../files/fail2ban-0.11.2-fix-systemd-test.patch   | 22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)