[cyber] I: Sisyphus-20220423 x86_64 beehive_status: +10 -10 (121)

ALT beekeeper hiver на altlinux.org
Сб Апр 23 06:50:26 MSK 2022


	10 NEW error logs

element-web-1.9.7-alt1
	reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`,
	'system', err));
	FetchError: request to https://jitsi.riot.im/libs/external_api.min.js failed, reason:
	getaddrinfo EAI_AGAIN jitsi.riot.im
	at ClientRequest.<anonymous>
	(/usr/src/RPM/BUILD/element-web-1.9.7/node_modules/node-fetch/lib/index.js:1483:11)

gawk-5.1.0.0.213.d04f-alt1
	make[3]: Entering directory '/usr/src/RPM/BUILD/gawk-5.1.0.0.213.d04f-alt1/test'
	1 TESTS FAILED
	make[3]: *** [Makefile:5248: pass-fail] Error 1

kernel-modules-r8168-std-def-8.049.02-alt1.k.331554.2
	make[1]: Entering directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
	find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net/ethernet': No such file
	or directory
	find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net': No such file or directory
	cat: /proc/version: No such file or directory
	make[1]: Leaving directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
	--
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c: In function
	'rtl8168_proc_open':
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: error: implicit
	declaration of function 'pde_data' [-Werror=implicit-function-declaration]
	1736 |	       int (*show)(struct seq_file *, void *) = pde_data(inode);
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: warning:
	initialization of 'int (*)(struct seq_file *, void *)' from 'int' makes pointer from
	integer without a cast [-Wint-conversion]
	cc1: some warnings being treated as errors
	make[3]: *** [scripts/Makefile.build:277:
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.o] Error 1

kernel-modules-r8168-un-def-8.049.02-alt1.k.331796.1
	make[1]: Entering directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
	find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net/ethernet': No such file
	or directory
	find: '/lib/modules/5.15.25-std-def-alt1/kernel/drivers/net': No such file or directory
	cat: /proc/version: No such file or directory
	make[1]: Leaving directory '/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src'
	--
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c: In function
	'rtl8168_proc_open':
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: error: implicit
	declaration of function 'pde_data' [-Werror=implicit-function-declaration]
	1736 |	       int (*show)(struct seq_file *, void *) = pde_data(inode);
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.c:1736:50: warning:
	initialization of 'int (*)(struct seq_file *, void *)' from 'int' makes pointer from
	integer without a cast [-Wint-conversion]
	cc1: some warnings being treated as errors
	make[3]: *** [scripts/Makefile.build:287:
	/usr/src/RPM/BUILD/kernel-source-r8168-8.049.02/src/r8168_n.o] Error 1

libaom-3.3.0-alt1
	/usr/src/RPM/BUILD/libaom-3.3.0/aom_dsp/bitwriter.c:27:3: warning: 'bytes' may be used
	uninitialized [-Wmaybe-uninitialized]
	27 |   memcpy(w->buffer, data, bytes);
	/usr/src/RPM/BUILD/libaom-3.3.0/aom_dsp/bitwriter.c:23:12: note: 'bytes' was declared here
	23 |   uint32_t bytes;
	/usr/bin/cmake -E cmake_symlink_library libaom.so.3.3.0 libaom.so.3 libaom.so
	gmake[2]: Leaving directory '/usr/src/RPM/BUILD/libaom-3.3.0/BUILD'
	gmake[1]: Entering directory '/usr/src/RPM/BUILD/libaom-3.3.0/BUILD'
	[ 91%] Built target aom
	gmake[1]: Leaving directory '/usr/src/RPM/BUILD/libaom-3.3.0/BUILD'
	gmake: *** [Makefile:136: all] Error 2

libsmi-0.5.0-alt2
	886 |					  debug("DEBUGG: OOPS wrong prefix DECL %d,
	at line %d\n", topDecl(), currentParser->line);
	parser-yang.y:886: error: expected statement before ')' token
	886 |					  debug("DEBUGG: OOPS wrong prefix DECL %d,
	at line %d\n", topDecl(), currentParser->line);
	--
	parser-yang.c:4913:7: note: in expansion of macro 'yyerror'
	parser-yang.y:2677: error: expected declaration or statement at end of input
	2677 | %%

node-uglify-js-3.9.4-alt1
	JS_Parse_Error
	Б┬  Should return syntax error
	Б┬  Should reject duplicated label name
	--
	String literals
	Б┬  Should throw syntax error if a string literal contains a newline
	Б┬  Should not throw syntax error if a string has a line continuation
	Б┬  Should throw error in strict mode if string contains escaped
	octalIntegerLiteral
	--
	'try{null[function(){}]}catch(e){console.log(e)}\n' +
	+   "// output: TypeError: Cannot read properties of null (reading 'function(){}')\n" +
	-   "// output: TypeError: Cannot read property 'function(){}' of null\n" +
	'// \n' +
	+   "// minify: TypeError: Cannot read properties of null (reading 'function() {}')\n" +
	-   "// minify: TypeError: Cannot read property 'function() {}' of null\n" +
	'// \n' +

perl-Server-Starter-0.35-alt1.1
	received TERM, sending TERM to all workers:2382560
	hasher-priv: master: idle time limit (3600 seconds) exceeded

php7-memcache-4.0.5.2-alt7.4.28.alt1
	Time taken	:   13 seconds
	FAILED TEST SUMMARY
	memcache->increment()/decrement() with multiple keys [tests/040.phpt]

python3-module-libarchive-c-3.1-alt1
	tests/test_rwx.py::test_files PASSED					 [ 68%]
	tests/test_rwx.py::test_custom_writer_and_stream_reader Fatal Python error: Segmentation
	fault
	Current thread 0x00007f779b912740 (most recent call first):
	--
	File "/usr/lib64/python3.10/runpy.py", line 196 in _run_module_as_main
	FAILED		 [ 71%]
	tests/test_rwx.py::test_custom_writer_and_seekable_stream_reader PASSED  [ 75%]
	--
	=========================== short test summary info ============================
	FAILED tests/test_rwx.py::test_custom_writer_and_stream_reader
	=================== 1 failed, 31 passed, 1 warning in 1.05s ====================
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-libarchive-c-3.1/.tox/py310/bin/python -m pytest -Wd
	-vv --boxed --cov libarchive --cov-report term-missing tests (exited with code 1)
	___________________________________ summary ____________________________________
	ERROR:	 py310: commands failed

	10 error logs REMOVED from the list
kde5-pim-runtime-21.12.3-alt2
meschach-1.2-alt1.b.3
node-canvas-2.7.0-alt1
node-iltorb-2.4.5-alt1
node-leveldown-5.6.0-alt1
node-msgpack-1.0.3-alt2
node-sharp-0.25.3-alt2
perl-POE-Component-IRC-6.93-alt1
perl-Test-LectroTest-0.5001-alt3
python3-module-easyprocess-1.1-alt1

Total 121 error logs.


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