[cyber] I: Sisyphus-20230406 x86_64 beehive_status: +9 -5 (119)

ALT beekeeper hiver на altlinux.org
Чт Апр 6 06:44:21 MSK 2023


	9 NEW error logs

PC6001VX-4.1.3-alt1
	+ /bin/chmod -c -Rf u+rwX,go-w .
	+ cp /usr/src/RPM/SOURCES/PC6001VX_ru.ts /usr/src/RPM/SOURCES/PC6001VX_ru.qm
	src/Qt/translation/
	+ exit 0
	Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87289
	+ umask 022
	+ /bin/mkdir -p /usr/src/RPM/BUILD
	+ cd /usr/src/RPM/BUILD
	+ cd PC6001VX-4.1.3
	+ qmake6 PC6001VX.pro
	/usr/src/tmp/rpm-tmp.87289: line 129: qmake6: command not found

guile22-2.2.7-alt1
	WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding
	`filter'
	FAIL: check-guile
	1 of 1 test failed

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'

perl-Net-SIP-0.835-alt1
	# received=18 lost=0 expect ca. 467.5 packets, events=''
	#   Failed test 'UAS RTP ok'
	#   at t/19_call_with_dtmf.t line 140.
	--
	#     doesn't match '(?^:UAS RTP ok)'
	#   Failed test 'UAC DTMF received'
	#   at t/19_call_with_dtmf.t line 142.
	--
	#     expected: '1 2 D # 3 4 B *'
	#   Failed test 'UAS finished with DTMF'
	#   at t/19_call_with_dtmf.t line 67.
	--
	t/19_call_with_dtmf.t		      (Wstat: 768 Tests: 108 Failed: 3)
	Failed tests:  25-27
	Non-zero exit status: 3
	--
	Result: FAIL
	Failed 1/24 test programs. 3/1875 subtests failed.
	make: *** [Makefile:828: test_dynamic] Error 255

perl-Tie-DBI-1.08-alt1
	Result: FAIL
	Failed 1/2 test programs. 0/46 subtests failed.
	make: *** [Makefile:780: test_dynamic] Error 255

php8.0-8.0.28-alt1
	Time taken	:  655 seconds
	EXPECTED FAILED TEST SUMMARY
	Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt]  XFAIL
	REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
	--
	updateTimestamp never called when session data is empty [ext/session/tests/bug71162.phpt]
	XFAIL REASON: Current session module is designed to write empty session always. In
	addition, current session module only supports SessionHandlerInterface only from PHP 7.0.
	FAILED TEST SUMMARY
	proc_open [ext/standard/tests/general_functions/proc_open02.phpt]

python3-module-mkdocs-1.4.1-alt2
	...................................................................................................................................................................................................................................................................................................................................................................................................................................................E...............................................s......................................................s..............s..............s..............................................................................................
	ERROR: test_watch_with_broken_symlinks (mkdocs.tests.livereload_tests.BuildTests)
	Traceback (most recent call last):
	--
	paths = [os.path.join(root, entry.name) for entry in self.listdir(root)]
	OSError: [Errno 40] Too many levels of symbolic links:
	'/usr/src/tmp/mkdocs_test-d5q7euiu/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir/circular/subdir'
	Ran 663 tests in 8.755s
	FAILED (errors=1, skipped=4)
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-mkdocs-1.4.1/.tox/py3/bin/python -m unittest discover
	-p '*tests.py' mkdocs --top-level-directory . (exited with code 1)
	py3 finish: run-test  after 9.09 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-mkdocs-1.4.1/.tox/.tmp/package/1/mkdocs-1.4.1-py3-none-any.whl

python3-module-tokenlib-2.0.0-alt1
	tokenlib/tests/test_tokens.py::TestTokens::test_token_secrets_differ_for_each_token
	PASSED [ 50%]
	tokenlib/tests/test_tokens.py::TestTokens::test_token_validation FAILED  [ 58%]
	tokenlib/tests/test_tokens.py::TestTokens::test_tokens_are_native_string_type PASSED [ 66%]
	--
	>	with self.assertRaises(errors.InvalidSignatureError):
	E	AssertionError: InvalidSignatureError not raised
	tokenlib/tests/test_tokens.py:36: AssertionError
	--
	=========================== short test summary info ============================
	FAILED tokenlib/tests/test_tokens.py::TestTokens::test_token_validation - Ass...
	================== 1 failed, 11 passed, 13 warnings in 0.05s ===================
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-tokenlib-2.0.0/.tox/py3/bin/pytest -v ./tokenlib/tests
	(exited with code 1)
	py3 finish: run-test  after 0.31 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed

xxdiff-5.1-alt1
	qmake6	-o Makefile.qmake xxdiff.pro
	make: qmake6: No such file or directory
	make: *** [Makefile.bootstrap:22: Makefile.qmake] Error 127

	5 error logs REMOVED from the list
perl-DateTime-HiRes-0.04-alt2
perl-Math-BigInt-FastCalc-0.5013-alt1
perl-Math-BigInt-GMP-1.6011-alt1
python3-module-easyprocess-1.1-alt1
python3-module-zmq-24.0.1-alt1.1

Total 119 error logs.


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