[cyber] I: Sisyphus-20211130 x86_64 beehive_status: +9 -9 (148)

ALT beekeeper hiver на altlinux.org
Вт Ноя 30 12:27:40 MSK 2021


	9 NEW error logs

editorconfig-0.12.5-alt1.1
	gmake[2]: Entering directory
	'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
	[ 81%] Linking C shared library ../../lib/libeditorconfig.so
	cd /usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux/src/lib && /usr/bin/cmake
	-E cmake_link_script CMakeFiles/editorconfig_shared.dir/link.txt --verbose=1
	/usr/bin/cc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -shared
	-Wl,-soname,libeditorconfig.so.0 -o ../../lib/libeditorconfig.so.0.12.5
	CMakeFiles/editorconfig_shared.dir/ec_glob.c.o
	CMakeFiles/editorconfig_shared.dir/editorconfig.c.o
	CMakeFiles/editorconfig_shared.dir/editorconfig_handle.c.o
	CMakeFiles/editorconfig_shared.dir/ini.c.o CMakeFiles/editorconfig_shared.dir/misc.c.o
	/usr/lib64/libpcre2-8.so
	cd /usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux/src/lib && /usr/bin/cmake
	-E cmake_symlink_library ../../lib/libeditorconfig.so.0.12.5 ../../lib/libeditorconfig.so.0
	../../lib/libeditorconfig.so
	gmake[2]: Leaving directory
	'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
	gmake[1]: Entering directory
	'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
	[ 81%] Built target editorconfig_shared
	gmake[1]: Leaving directory
	'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
	gmake: *** [Makefile:156: all] Error 2

fleet-commander-admin-0.15.1-alt8
	<30>Nov 30 01:53:11 dbus-daemon[2637664]: [session uid=961 pid=2637584] Successfully
	activated service 'ca.desrt.dconf'
	FAIL: test_logger_dconf.sh
	PASS: test_logger_connmgr.py
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	.. contents:: :depth: 2
	FAIL: test_logger_dconf.sh
	test_01_write_key_for_known_schema (__main__.TestDconfLogger)
	... DEBUG:fleet_commander_logger.py:Constructing GSettingsLogger
	--
	DEBUG:_logger_test_suite.py:Signal registered. Calling 'ChangeCommon' dbus method. Args: []
	ERROR:_logger_test_suite.py:Timed out waiting for DBus call. Test probably failed
	DEBUG:_logger_test_suite.py:Signal registered. Calling 'ChangeUnique' dbus method. Args: []
	ERROR:_logger_test_suite.py:Timed out waiting for DBus call. Test probably failed
	ERROR

litmus-0.14.0-alt1.git.9fbc73d
	checking for a BSD-compatible install... /bin/install -c
	./configure: line 2846: syntax error near unexpected token `0,'
	./configure: line 2846: `NE_REQUIRE_VERSIONS(0, 26 27 28 29 30 31)'

mockito-0:3.7.13-alt1_3jpp11
	[ERROR]
	[ERROR] Please refer to /usr/src/RPM/BUILD/mockito-3.7.13/target/surefire-reports for
	the individual test results.
	[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
	[date].dumpstream.
	[ERROR] -> [Help 1]
	[ERROR]
	[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
	[ERROR] Re-run Maven using the -X switch to enable full debug logging.
	[ERROR]
	[ERROR] For more information about the errors and possible solutions, please read the
	following articles:
	[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

newsboat-2.25-alt1
	test utils::tests::t_run_command_executes_given_command_with_given_argument has been
	running for over 60 seconds
	hasher-priv: master: idle time limit (3600 seconds) exceeded

python-2.7.18-alt8
	running: test_multiprocessing (7 hour 43 min)
	running: test_multiprocessing (7 hour 44 min)
	running: test_multiprocessing (7 hour 45 min)
	running: test_multiprocessing (7 hour 46 min)
	running: test_multiprocessing (7 hour 47 min)
	running: test_multiprocessing (7 hour 48 min)
	running: test_multiprocessing (7 hour 49 min)
	running: test_multiprocessing (7 hour 50 min)
	running: test_multiprocessing (7 hour 51 min)
	hasher-priv: master: time elapsed limit (28800 seconds) exceeded

python3-module-Quamash-0.6.1-alt2
	@pytest.mark.raises(ExceptionTester)
	quamash/__init__.py: 2 warnings
	tests/test_qeventloop.py: 21 warnings
	/usr/src/RPM/BUILD/python3-module-Quamash-0.6.1/quamash/__init__.py:183:
	DeprecationWarning: an integer is required (got type float).  Implicit conversion to
	integers using __int__ is deprecated, and may be removed in a future version of Python.
	timerid = self.startTimer(delay * 1000)
	tests/test_qeventloop.py::test_can_communicate_subprocess
	/usr/lib64/python3.9/asyncio/subprocess.py:196: DeprecationWarning: The loop argument
	is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
	stdin, stdout, stderr = await tasks.gather(stdin, stdout, stderr,
	-- Docs: https://docs.pytest.org/en/stable/warnings.html
	============== 1 failed, 44 passed, 26 warnings, 1 error in 2.00s ==============

python3-module-simple_timer-0.2-alt2
	.F..
	FAIL: test_02_ongoing_timer_timedelta (__main__.SimpleTimerTest)
	Traceback (most recent call last):
	--
	self.assertTrue(r1 != r2)
	AssertionError: False is not true
	Ran 4 tests in 0.000s
	FAILED (failures=1)
	test_01_ongoing_timer_duration

tome-2.3.5-alt3
	powers.c: In function 'power_activate':
	powers.c:101:13: internal compiler error: Segmentation fault
	101 | static void power_activate(int power)
	--
	See <http://bugzilla.altlinux.org> for instructions.
	lto-wrapper: fatal error: x86_64-alt-linux-gcc returned 1 exit status
	compilation terminated.
	ld: error: lto-wrapper failed
	collect2: error: ld returned 1 exit status
	make: *** [makefile.std:458: tome] Error 1

	9 error logs REMOVED from the list
dpdk-19.11.8-alt1
fprintd-1.94.1-alt1
intercal-0.31-alt2
libgdk-pixbuf-2.42.6-alt1
libical-3.0.11-alt1
perl-Net-SIP-0.832-alt1
python3-module-argh-0.26.2-alt1
tupitube-desk-0.2.17-alt1
voiceman-1.5.0.2-alt2

Total 148 error logs.


Подробная информация о списке рассылки Sisyphus-cybertalk