ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
From: ALT beekeeper <hiver@altlinux.org>
To: sisyphus-cybertalk@lists.altlinux.org
Subject: [cyber] I: Sisyphus-20240922 x86_64 beehive_status: +11 -14 (108)
Date: Sun, 22 Sep 2024 11:21:15 +0000
Message-ID: <Zu/9q48nFcySsjI5@beehive.mskdc.altlinux.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 9759 bytes --]

	11 NEW error logs

ayugram-desktop-5.2.2-alt1.1
	/usr/src/RPM/BUILD/ayugram-desktop-5.2.2/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:
	In lambda function:
	/usr/src/RPM/BUILD/ayugram-desktop-5.2.2/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:763:36:
	error: 'class gi::repository::Gio::Credentials' has no member named 'get_unix_pid'
	763 |		      return credentials.get_unix_pid(nullptr)
	--
	/usr/src/RPM/BUILD/ayugram-desktop-5.2.2/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:759:60:
	required from here
	/usr/src/RPM/BUILD/ayugram-desktop-5.2.2/cmake/external/glib/cppgir/gi/callback.hpp:687:19:
	error: no matching function for call to
	'std::function<bool(gi::repository::Gio::DBusAuthObserver, gi::repository::Gio::IOStream,
	gi::repository::Gio::Credentials)>::function(Webview::WebKitGTK::{anonymous}::Instance::startProcess()::<lambda(gi::repository::Gio::DBusAuthObserver,
	gi::repository::Gio::IOStream, gi::repository::Gio::Credentials)>)'
	687 |	  data(T &&t) : callable(std::forward<T>(t))
	--
	/usr/src/RPM/BUILD/ayugram-desktop-5.2.2/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:759:60:
	required from here
	/usr/include/c++/13/type_traits:116:11: error: no type named 'type' in 'struct
	std::enable_if<false, void>'
	116 |	  using __enable_if_t = typename enable_if<_Cond, _Tp>::type;

caddy-2.8.4-alt2
	{"level":"info","ts":1726999999.512476,"logger":"http","msg":"servers shutting down;
	grace period initiated","duration":0.000000001}
	{"level":"error","ts":1726999999.5125587,"logger":"http.handlers.reverse_proxy.health_checker.active","msg":"active
	health check failed","address":"/usr/src/tmp/3373011911.sock:2021","error":"making
	request: parse \"http://%2Fusr%2Fsrc%2Ftmp%2F3373011911.sock:2021/health\": invalid
	URL escape \"%2F\""}
	{"level":"info","ts":1726999999.512734,"msg":"autosaved config (load with --resume
	flag)","file":"/usr/src/.config/caddy/autosave.json"}

fprintd-1.94.3-alt1
	Full log written to
	/usr/src/RPM/BUILD/fprintd-1.94.3/x86_64-alt-linux/meson-logs/testlog.txt
	FAILED: meson-internal__test
	/usr/bin/meson test --no-rebuild --print-errorlogs

glibc-6:2.38.0.76.e9f05fa1c6-alt1
	UNSUPPORTED: misc/tst-clock_adjtime
	FAIL: misc/tst-epoll
	UNSUPPORTED: misc/tst-mount
	--
	+ rc=2
	+ grep '^FAIL:' build-x86_64-linux/tests.sum
	+ cut '-d ' -f2-
	--
	==> build-x86_64-linux/misc/tst-epoll.test-result <==
	FAIL: misc/tst-epoll
	original exit status 1

meschach-1.2-alt1.b.3
	gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c
	spbkp.c: In function 'spBKPfactor':
	spbkp.c:614:17: warning: variable 'row_num' set but not used [-Wunused-but-set-variable]
	614 |	  int	      row_num;
	spbkp.c:612:42: warning: variable 'r' set but not used [-Wunused-but-set-variable]
	612 |	  int	      i, j, k, l, n, onebyone, r;
	spbkp.c: At top level:
	spbkp.c:34:17: warning: 'rcsid' defined but not used [-Wunused-variable]
	34 | static  char    rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 stewart Exp $";
	make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'

python3-module-cheroot-10.0.1-alt2
	==================================== ERRORS ====================================
	________________ ERROR at setup of test_ssl_env[2-True-builtin] ________________
	[gw6] linux -- Python 3.12.6
	/usr/src/RPM/BUILD/python3-module-cheroot-10.0.1/.run_venv/bin/python3
	--
	>	    assert col in needed_collectors, "previous item was not torn down properly"
	E	    AssertionError: previous item was not torn down properly
	col	   = <Module test_server.py>
	--
	XFAIL cheroot/test/test_core.py::test_large_request -
	https://github.com/cherrypy/cheroot/issues/106
	ERROR cheroot/test/test_ssl.py::test_ssl_env[2-True-builtin] - AssertionError...
	=================== 152 passed, 3 xfailed, 1 error in 16.95s ===================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not
	test_tls_client_auth']' returned non-zero exit status 1.

python3-module-pygeoif-1.5.0-alt1
	>	assert pygeoif.functions.signed_area(hull) >= 0
	E	AssertionError: assert -0.125 >= 0
	E	 +  where -0.125 = <function signed_area at 0x7f41c2a0e700>(((-1.0, 0.0),
	(-0.5, 4503600164241408.0), (-1.0, 0.5), (-1.0, 0.0)))
	--
	=========================== short test summary info ============================
	FAILED tests/hypothesis/test_functions.py::test_fuzz_convex_hull - AssertionE...
	====== 1 failed, 427 passed, 1 xfailed, 1169 warnings in 82.04s (0:01:22) ======
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-v']' returned non-zero
	exit status 1.

python3-module-xonsh-0.18.3-alt1
	>	assert "hello mom jawaka\n" == sample.x
	E	AssertionError: assert 'hello mom jawaka\n' == ''
	E
	--
	procerr = NonBlockingFDReader(caperr.fileno(), timeout=self.timeout)
	ValueError: I/O operation on closed file
	warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))
	--
	XPASS tests/test_integrations.py::test_xonsh_no_close_fds
	FAILED tests/test_imphooks.py::test_import - AssertionError: assert 'hello mom jawaka\n'
	== ''
	+ hello mom jawaka
	--
	Failed with Command '['pytest', '--timeout=240', '-vvvra', '--durations=5']' returned
	non-zero exit status 1.INFO	: Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'xonsh', 'run-tests.xsh', 'test',
	'--', '--timeout=240', '-vvvra']' returned non-zero exit status 1.

rabbitvcs-0.19.0.21.git6f2da1b-alt2
	+ py.test-3 rabbitvcs/tests/test_rabbitvcs.py::RabbitVCSTest
	ERROR: found no collectors for
	/usr/src/RPM/BUILD/rabbitvcs-0.19.0.21.git6f2da1b/rabbitvcs/tests/test_rabbitvcs.py::RabbitVCSTest
	============================= test session starts ==============================
	--
	==================================== ERRORS ====================================
	______________ ERROR collecting rabbitvcs/tests/test_rabbitvcs.py ______________
	ImportError while importing test module
	'/usr/src/RPM/BUILD/rabbitvcs-0.19.0.21.git6f2da1b/rabbitvcs/tests/test_rabbitvcs.py'.
	--
	import six
	E   ModuleNotFoundError: No module named 'six'
	=========================== short test summary info ============================
	ERROR rabbitvcs/tests/test_rabbitvcs.py
	=============================== 1 error in 0.05s ===============================

telegram-desktop-5.2.3-alt1.1
	/usr/src/RPM/BUILD/telegram-desktop-5.2.3/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:
	In lambda function:
	/usr/src/RPM/BUILD/telegram-desktop-5.2.3/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:763:36:
	error: 'class gi::repository::Gio::Credentials' has no member named 'get_unix_pid'
	763 |		      return credentials.get_unix_pid(nullptr)
	--
	/usr/src/RPM/BUILD/telegram-desktop-5.2.3/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:759:60:
	required from here
	/usr/src/RPM/BUILD/telegram-desktop-5.2.3/cmake/external/glib/cppgir/gi/callback.hpp:687:19:
	error: no matching function for call to
	'std::function<bool(gi::repository::Gio::DBusAuthObserver, gi::repository::Gio::IOStream,
	gi::repository::Gio::Credentials)>::function(Webview::WebKitGTK::{anonymous}::Instance::startProcess()::<lambda(gi::repository::Gio::DBusAuthObserver,
	gi::repository::Gio::IOStream, gi::repository::Gio::Credentials)>)'
	687 |	  data(T &&t) : callable(std::forward<T>(t))
	--
	/usr/src/RPM/BUILD/telegram-desktop-5.2.3/Telegram/lib_webview/webview/platform/linux/webview_linux_webkitgtk.cpp:759:60:
	required from here
	/usr/include/c++/13/type_traits:116:11: error: no type named 'type' in 'struct
	std::enable_if<false, void>'
	116 |	  using __enable_if_t = typename enable_if<_Cond, _Tp>::type;

xdg-desktop-portal-1.18.4-alt1
	▶  8/28 /portal/inhibit/monitor -
	xdg-desktop-portal:ERROR:../tests/inhibit.c:327:session_state_changed_cb: assertion
	failed (state == XDP_LOGIN_SESSION_RUNNING): (2 == 1) FAIL
	▶  8/28							ERROR
	8/28 xdg-desktop-portal:portals / test-portals-inhibit	     ERROR	      2.37s
	killed by signal 6 SIGABRT
	>>> G_TEST_BUILDDIR=/usr/src/RPM/BUILD/xdg-desktop-portal-1.18.4/x86_64-alt-linux/tests
	MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
	G_DEBUG=gc-friendly MESON_TEST_ITERATION=1
	UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
	ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 XDG_CURRENT_DESKTOP=test
	XDG_DATA_DIRS=/usr/src/RPM/BUILD/xdg-desktop-portal-1.18.4/x86_64-alt-linux/tests/share
	G_TEST_SRCDIR=/usr/src/RPM/BUILD/xdg-desktop-portal-1.18.4/tests
	MALLOC_PERTURB_=236 XDP_UNINSTALLED=1
	/usr/src/RPM/BUILD/xdg-desktop-portal-1.18.4/x86_64-alt-linux/tests/test-portals
	--verbose --keep-going --tap -p /portal/inhibit
	--
	XDP: providing portal org.freedesktop.portal.GameMode
	(/usr/src/RPM/BUILD/xdg-desktop-portal-1.18.4/x86_64-alt-linux/tests/../src/xdg-desktop-portal:3407657):
	xdg-desktop-portal-WARNING **: 10:18:27.462: Failed to create RealtimeKit proxy: Could
	not connect: No such file or directory
	XDP: providing portal org.freedesktop.portal.Realtime
	--
	Summary of Failures:
	8/28 xdg-desktop-portal:portals / test-portals-inhibit	     ERROR	      2.37s
	killed by signal 6 SIGABRT
	Ok:		    26

	14 error logs REMOVED from the list
anki2-24.06.3-alt1
broot-1.36.1-alt1
dm-secdel-1.0.11-alt1
gpsd-3.23.1-alt2.1
libcjs-6.2.0-alt1
mumps-5.3.5-alt3
openFPGALoader-0.12.1-alt1
perl-Crypt-Random-1.54-alt1
python3-module-mdp-3.6.0.15.g64f14eee-alt3
python3-module-pythran-0.16.1-alt1
python3-module-synology-dsm-2.4.2-alt1
python3-module-virtualenv-20.26.5-alt1
unison-2.51.4-alt1.1
warp-0.7.0-alt1.1

Total 108 error logs.


                 reply	other threads:[~2024-09-22 11:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zu/9q48nFcySsjI5@beehive.mskdc.altlinux.org \
    --to=hiver@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=sisyphus-cybertalk@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus cybertalk

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
		sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
	public-inbox-index sisyphus-cybertalk

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git