Advertisement
Guest User

meson-test-log

a guest
Feb 6th, 2022
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. Log of Meson test suite run on 2022-02-06T15:09:26.508115
  2.  
  3. 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
  4.  
  5. 1/1 unittest FAIL 0.58s exit status 1
  6. 15:09:26 MALLOC_PERTURB_=41 /usr/bin/python3 -m unittest
  7. ----------------------------------- output -----------------------------------
  8. stdout:
  9. Started unix server
  10. self.terminator_look_for_command: None
  11. Client connected
  12. Response bytes: b'{"id": "test", "result": ["pong"]}\n'
  13. Terminated
  14. Reached end of reader. Returnning
  15. stderr:
  16. ...EE
  17. ======================================================================
  18. ERROR: test.test_profiles (unittest.loader._FailedTest)
  19. ----------------------------------------------------------------------
  20. ImportError: Failed to import test module: test.test_profiles
  21. Traceback (most recent call last):
  22. File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
  23. module = self._get_module_from_name(name)
  24. File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
  25. __import__(name)
  26. File "/home/arch/build/bubblejail/src/test/test_profiles.py", line 23, in <module>
  27. from bubblejail.bubblejail_instance import BubblejailProfile
  28. File "/home/arch/build/bubblejail/src/bubblejail/bubblejail_instance.py", line 64, in <module>
  29. from xdg.BaseDirectory import get_runtime_dir
  30. ModuleNotFoundError: No module named 'xdg.BaseDirectory'
  31.  
  32.  
  33. ======================================================================
  34. ERROR: test.test_service_info (unittest.loader._FailedTest)
  35. ----------------------------------------------------------------------
  36. ImportError: Failed to import test module: test.test_service_info
  37. Traceback (most recent call last):
  38. File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
  39. module = self._get_module_from_name(name)
  40. File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
  41. __import__(name)
  42. File "/home/arch/build/bubblejail/src/test/test_service_info.py", line 22, in <module>
  43. from bubblejail.services import (SERVICES_CLASSES, BubblejailService,
  44. File "/home/arch/build/bubblejail/src/bubblejail/services.py", line 35, in <module>
  45. from xdg import BaseDirectory
  46. ImportError: cannot import name 'BaseDirectory' from 'xdg' (/usr/lib/python3.10/site-packages/xdg/__init__.py)
  47.  
  48.  
  49. ----------------------------------------------------------------------
  50. Ran 5 tests in 0.099s
  51.  
  52. FAILED (errors=2)
  53. ------------------------------------------------------------------------------
  54.  
  55.  
  56. Summary of Failures:
  57.  
  58. 1/1 unittest FAIL 0.58s exit status 1
  59.  
  60.  
  61. Ok: 0
  62. Expected Fail: 0
  63. Fail: 1
  64. Unexpected Pass: 0
  65. Skipped: 0
  66. Timeout: 0
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement