Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Log of Meson test suite run on 2022-02-06T15:09:26.508115
- Inherited environment: SHELL=/bin/bash SESSION_MANAGER=local/linux:@/tmp/.ICE-unix/769,unix/linux:/tmp/.ICE-unix/769 WINDOWID=0 COLORTERM=truecolor XDG_CONFIG_DIRS=/home/arch/.config/kdedefaults:/etc/xdg LANGUAGE='' PYTHONHASHSEED=0 TEXTDOMAINDIR=/usr/share/locale SHELL_SESSION_ID=da0717433cb44b1993633dc24fb30ae7 DIFFPROG=gvimdiff GTK_RC_FILES=/etc/gtk/gtkrc:/home/arch/.gtkrc:/home/arch/.config/gtkrc XCURSOR_SIZE=24 EDITOR=vim XDG_SEAT=seat0 PWD=/home/arch/build/bubblejail/src SOURCE_DATE_EPOCH=1644160155 LOGNAME=arch XDG_SESSION_TYPE=tty SYSTEMD_EXEC_PID=475 CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS' XAUTHORITY=/home/arch/.Xauthority WINDOWPATH=1 MOTD_SHOWN=pam COMMAND_MODE=legacy GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/arch/.gtkrc-2.0:/home/arch/.config/gtkrc-2.0 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now HOME=/home/arch LANG=en_GB.UTF-8 XDG_CURRENT_DESKTOP=KDE KONSOLE_DBUS_SERVICE=:1.27 KONSOLE_DBUS_SESSION=/Sessions/4 PROFILEHOME='' INVOCATION_ID=8b59f0f4398c43678a9488dc15188d74 KONSOLE_VERSION=211202 KDE_SESSION_UID=1000 XDG_SESSION_CLASS=user TERM=xterm-256color USER=arch COLORFGBG='15;0' KDE_SESSION_VERSION=5 PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket VISUAL=vim DISPLAY=:0 SHLVL=3 XDG_VTNR=1 XDG_SESSION_ID=1 XDG_RUNTIME_DIR=/run/user/1000 DEBUGINFOD_URLS='https://debuginfod.archlinux.org ' TERMCMD=konsole QT_AUTO_SCREEN_SCALE_FACTOR=0 XCURSOR_THEME=breeze_cursors KDE_FULL_SESSION=true CHOST=x86_64-pc-linux-gnu PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection' DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus KDE_APPLICATIONS_AS_SCOPE=1 MAIL=/var/spool/mail/arch OLDPWD=/home/arch/build/bubblejail/src TEXTDOMAIN=pacman-scripts _=/usr/bin/meson
- 1/1 unittest FAIL 0.58s exit status 1
- 15:09:26 MALLOC_PERTURB_=41 /usr/bin/python3 -m unittest
- ----------------------------------- output -----------------------------------
- stdout:
- Started unix server
- self.terminator_look_for_command: None
- Client connected
- Response bytes: b'{"id": "test", "result": ["pong"]}\n'
- Terminated
- Reached end of reader. Returnning
- stderr:
- ...EE
- ======================================================================
- ERROR: test.test_profiles (unittest.loader._FailedTest)
- ----------------------------------------------------------------------
- ImportError: Failed to import test module: test.test_profiles
- Traceback (most recent call last):
- File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
- module = self._get_module_from_name(name)
- File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
- __import__(name)
- File "/home/arch/build/bubblejail/src/test/test_profiles.py", line 23, in <module>
- from bubblejail.bubblejail_instance import BubblejailProfile
- File "/home/arch/build/bubblejail/src/bubblejail/bubblejail_instance.py", line 64, in <module>
- from xdg.BaseDirectory import get_runtime_dir
- ModuleNotFoundError: No module named 'xdg.BaseDirectory'
- ======================================================================
- ERROR: test.test_service_info (unittest.loader._FailedTest)
- ----------------------------------------------------------------------
- ImportError: Failed to import test module: test.test_service_info
- Traceback (most recent call last):
- File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
- module = self._get_module_from_name(name)
- File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
- __import__(name)
- File "/home/arch/build/bubblejail/src/test/test_service_info.py", line 22, in <module>
- from bubblejail.services import (SERVICES_CLASSES, BubblejailService,
- File "/home/arch/build/bubblejail/src/bubblejail/services.py", line 35, in <module>
- from xdg import BaseDirectory
- ImportError: cannot import name 'BaseDirectory' from 'xdg' (/usr/lib/python3.10/site-packages/xdg/__init__.py)
- ----------------------------------------------------------------------
- Ran 5 tests in 0.099s
- FAILED (errors=2)
- ------------------------------------------------------------------------------
- Summary of Failures:
- 1/1 unittest FAIL 0.58s exit status 1
- Ok: 0
- Expected Fail: 0
- Fail: 1
- Unexpected Pass: 0
- Skipped: 0
- Timeout: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement