[cyber] I: Sisyphus-20250320 x86_64 beehive_status: +14 -21 (285)

ALT beekeeper hiver на altlinux.org
Чт Мар 20 09:25:56 MSK 2025


	14 NEW error logs

bpftrace-0.22.1-alt1
	[	 SKIP	] probe.kprobe_offset_module_error (unmet condition: 'lsmod | grep
	'^nf_tables'')
	[	FAILED	] 1 tests, listed below:
	[	TIMEOUT ] json-output.enum_symbolized_printf

deepin-docparser-1.0.11-alt1
	cd src/ && ( test -e Makefile || /usr/share/dqt5/bin/qmake -o Makefile
	/usr/src/RPM/BUILD/docparser-1.0.11/src/src.pro 'QMAKE_CFLAGS=-pipe -frecord-gcc-switches
	-Wall -g -O2 -flto=auto -fPIC -DPIC' 'QMAKE_CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g
	-O2 -flto=auto -fPIC -DPIC' CONFIG+=nostrip VERSION=1.0.11 LIB_INSTALL_DIR=/usr/lib64 )
	&& make -f Makefile
	Project ERROR: freetype2 development package not found
	make: *** [Makefile:47: sub-src-make_first] Error 3

gnome-games-robots-41.1-alt1
	[122/123] Generating yelp doc help/uk/help-gnome-robots-uk
	FAILED: src/gnome-robots
	/usr/bin/env CARGO_HOME=/usr/src/RPM/BUILD/gnome-robots-41.1/x86_64-alt-linux/cargo-home
	/usr/bin/cargo build --manifest-path /usr/src/RPM/BUILD/gnome-robots-41.1/Cargo.toml
	--target-dir /usr/src/RPM/BUILD/gnome-robots-41.1/x86_64-alt-linux/src --release &&
	cp src/release/gnome-robots src/gnome-robots

httpie-3.2.4-alt3
	=========================== short test summary info ============================
	FAILED tests/test_uploads.py::test_stdin_read_warning - AssertionError: asser...
	= 1 failed, 965 passed, 33 skipped, 25 deselected, 4 xfailed, 143 warnings in 73.92s
	(0:01:13) =
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-m', 'not
	requires_installation']' returned non-zero exit status 1.

inkscape-1.4-alt1.1
	|				     std::unique_ptr<GfxColorSpace>
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:955:46:
	error: cannot convert 'std::unique_ptr<GfxColorSpace>' to 'GfxColorSpace*' in assignment
	955 |		  colorSpace = GfxColorSpace::parse(res, &arg, nullptr, state);
	|					       std::unique_ptr<GfxColorSpace>
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:957:46:
	error: cannot convert 'std::unique_ptr<GfxColorSpace>' to 'GfxColorSpace*' in assignment
	957 |		  colorSpace = GfxColorSpace::parse(res, &obj, nullptr, state);
	|					       std::unique_ptr<GfxColorSpace>
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:961:64:
	error: cannot convert 'std::unique_ptr<GfxColorSpace>' to
	'std::unique_ptr<GfxColorSpace>::pointer' {aka 'GfxColorSpace*'}
	961 |		  colorSpacesCache[cache_name].reset(colorSpace->copy());
	--
	500 |	    reset(pointer __p = pointer()) noexcept
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:965:42:
	error: cannot convert 'std::unique_ptr<GfxColorSpace>' to 'GfxColorSpace*' in assignment
	965 |	      colorSpace = GfxColorSpace::parse(res, &arg, nullptr, state);
	--
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp: In
	member function 'GfxPattern* PdfParser::lookupPattern(Object*, GfxState*)':
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:977:30:
	error: cannot convert 'std::unique_ptr<GfxPattern>' to 'GfxPattern*' in return
	977 |	  return res->lookupPattern(obj->getName(), nullptr, state);
	--
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp: In
	member function 'void PdfParser::opSetFillGray(Object*, int)':
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:986:28:
	error: cannot convert 'GfxDeviceGrayColorSpace*' to 'std::unique_ptr<GfxColorSpace>&&'
	986 |	state->setFillColorSpace(new GfxDeviceGrayColorSpace());
	--
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp: In
	member function 'void PdfParser::opSetStrokeGray(Object*, int)':
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:998:30:
	error: cannot convert 'GfxDeviceGrayColorSpace*' to 'std::unique_ptr<GfxColorSpace>&&'
	998 |	state->setStrokeColorSpace(new GfxDeviceGrayColorSpace());
	--
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp: In
	member function 'void PdfParser::opSetFillCMYKColor(Object*, int)':
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:1011:28:
	error: cannot convert 'GfxDeviceCMYKColorSpace*' to 'std::unique_ptr<GfxColorSpace>&&'
	1011 |	 state->setFillColorSpace(new GfxDeviceCMYKColorSpace());
	--
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp: In
	member function 'void PdfParser::opSetStrokeCMYKColor(Object*, int)':
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:1025:30:
	error: cannot convert 'GfxDeviceCMYKColorSpace*' to 'std::unique_ptr<GfxColorSpace>&&'
	1025 |	 state->setStrokeColorSpace(new GfxDeviceCMYKColorSpace());
	--
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp: In
	member function 'void PdfParser::opSetFillRGBColor(Object*, int)':
	/usr/src/RPM/BUILD/inkscape-1.4/src/extension/internal/pdfinput/pdf-parser.cpp:1039:28:
	error: cannot convert 'GfxDeviceRGBColorSpace*' to 'std::unique_ptr<GfxColorSpace>&&'
	1039 |	 state->setFillColorSpace(new GfxDeviceRGBColorSpace());

liburing-2.9-alt1


oddjob-0.34.7-alt1
	@@ -0,0 +1 @@
	+ls: cannot access '/proc/1527820/fd/3': No such file or directory
	FAIL

okular-24.12.3-alt1
	CMake Error at /usr/share/cmake/Modules/FeatureSummary.cmake:464 (message):
	feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
	run.

php8.4-pcntl-8.4.5-alt1
	001- bool(true)
	001+ Fatal error: Uncaught ValueError: pcntl_setns():
	Argument #1 ($process_id) process no longer available (578) in
	/usr/src/RPM/BUILD/php8.4-pcntl-8.4.5/tests/pcntl_setns_newpid.php:5
	002+ Stack trace:
	--
	Time taken	: 18.572 seconds
	FAILED TEST SUMMARY
	pcntl_setns() [tests/pcntl_setns_newpid.phpt]

python3-module-devpi-server-6.14.0-alt1
	2025-03-20 04:36:21,733 WARNI [REP] No secret file provided, creating a new random
	secret. Login tokens issued before are invalid. Use --secretfile option to provide a
	persistent secret. You can create a proper secret with the devpi-gen-secret command.
	2025-03-20 04:36:21,735 ERROR [REP] error
	fetching http://localhost/+changelog/0-?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0-?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317ae5be0>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	2025-03-20 04:36:21,738 INFO  [REP] fetching http://localhost/+changelog/0?initial_fetch
	2025-03-20 04:36:21,740 ERROR [REP] error
	fetching http://localhost/+changelog/0?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317930b60>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	---------------------------- Captured log teardown -----------------------------
	--
	WARNING  root:log.py:73 [REP] No secret file provided, creating a new random secret. Login
	tokens issued before are invalid. Use --secretfile option to provide a persistent
	secret. You can create a proper secret with the devpi-gen-secret command.
	ERROR	 root:log.py:77 [REP] error fetching http://localhost/+changelog/0-?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0-?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317ae5be0>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	INFO	 root:log.py:70 [REP] fetching http://localhost/+changelog/0?initial_fetch
	ERROR	 root:log.py:77 [REP] error fetching http://localhost/+changelog/0?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317930b60>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	_________________ TestStatusInfoPlugin.test_no_primary_update __________________
	--
	2025-03-20 04:36:22,653 WARNI [REP] No secret file provided, creating a new random
	secret. Login tokens issued before are invalid. Use --secretfile option to provide a
	persistent secret. You can create a proper secret with the devpi-gen-secret command.
	2025-03-20 04:36:22,660 ERROR [REP] error
	fetching http://localhost/+changelog/0-?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0-?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317a72240>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	2025-03-20 04:36:22,660 INFO  [ASYN] Starting asyncio event loop
	--
	WARNING  root:log.py:73 [REP] No secret file provided, creating a new random secret. Login
	tokens issued before are invalid. Use --secretfile option to provide a persistent
	secret. You can create a proper secret with the devpi-gen-secret command.
	ERROR	 root:log.py:77 [REP] error fetching http://localhost/+changelog/0-?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0-?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317a72240>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	INFO	 root:log.py:70 [ASYN] Starting asyncio event loop
	--
	--------------------------- Captured stdout teardown ---------------------------
	2025-03-20 04:36:22,668 ERROR [REP] error
	fetching http://localhost/+changelog/0?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317932ba0>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	2025-03-20 04:36:22,669 INFO  [ASYN] The asyncio event loop stopped
	--
	---------------------------- Captured log teardown -----------------------------
	ERROR	 root:log.py:77 [REP] error fetching http://localhost/+changelog/0?initial_fetch:
	requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost',
	port=80): Max retries exceeded with url: /+changelog/0?initial_fetch (Caused by
	NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd317932ba0>:
	Failed to establish a new connection: [Errno 111] Connection refused'))
	INFO	 root:log.py:70 [ASYN] The asyncio event loop stopped
	--
	XPASS test_devpi_server/test_views_status.py::TestStatusInfoPlugin::test_no_primary_update
	- sometimes fail due to race condition in db table creation
	FAILED test_devpi_server/test_mirror.py::TestMirrorStageprojects::test_simplelinks_timeout
	= 1 failed, 1074 passed, 54 skipped, 1 xfailed, 3 xpassed, 50 warnings in 573.92s
	(0:09:33) =
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra']' returned
	non-zero exit status 1.
	error: Bad exit status from /usr/src/tmp/rpm-tmp.24264 (%check)

python3-module-pyshark-0.6-alt2
	==================================== ERRORS ====================================
	_________________ ERROR at teardown of test_sum_lengths[True] __________________
	request = <SubRequest 'simple_xml_and_json_capture' for <Function test_sum_lengths[True]>>
	--
	return await asyncio.wait_for(process.wait(), 1)
	except asyncTimeoutError:
	self._log.debug(
	"Waiting for process to close failed, may have zombie process.")
	except ProcessLookupError:
	pass
	except OSError:
	if os.name != "nt":
	--
	raise RuntimeError('This event loop is already running')
	RuntimeError: This event loop is already running
	warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
	--
	=========================== short test summary info ============================
	ERROR ../tests/test_basic_parsing.py::test_sum_lengths[True] - pyshark.captur...
	================== 73 passed, 123 warnings, 1 error in 20.73s ==================

python3-module-vcrpy-7.0.0-alt1
	>	    self.sock.sendall(data)
	E	    BrokenPipeError: [Errno 32] Broken pipe
	/usr/lib64/python3.12/http/client.py:1057: BrokenPipeError
	--
	>	    self.sock.sendall(data)
	E	    BrokenPipeError: [Errno 32] Broken pipe
	/usr/lib64/python3.12/http/client.py:1057: BrokenPipeError
	--
	=========================== short test summary info ============================
	FAILED tests/unit/test_stubs.py::TestVCRConnection::test_body_consumed_once_stream
	FAILED tests/unit/test_stubs.py::TestVCRConnection::test_body_consumed_once_iterator
	FAILED tests/unit/test_vcr.py::test_before_record_response_as_filter - pytest...
	================= 3 failed, 174 passed, 3 deselected in 3.04s ==================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-m', 'not online',
	'tests/unit/']' returned non-zero exit status 1.
	error: Bad exit status from /usr/src/tmp/rpm-tmp.20066 (%check)

scribus-1:1.7.0-alt1
	/usr/src/RPM/BUILD/scribus-1.7.0/scribus/plugins/import/pdf/importpdf.cpp: In member
	function 'bool PdfPlug::convert(const QString&)':
	/usr/src/RPM/BUILD/scribus-1.7.0/scribus/plugins/import/pdf/importpdf.cpp:419:72: error:
	invalid conversion from 'const OCGs*' to 'OCGs*' [-fpermissive]
	419 |				      OCGs* ocg = pdfDoc->getOptContentConfig();
	|									 const OCGs*
	/usr/src/RPM/BUILD/scribus-1.7.0/scribus/plugins/import/pdf/importpdf.cpp:423:74: error:
	invalid conversion from 'const Array*' to 'Array*' [-fpermissive]
	423 |					      Array *order = ocg->getOrderArray();

tripso-1.2.2-alt1
	@@ -1,8 +0,0 @@
	-IP (tos 0x0, ttl 64, id 7909, offset 0, flags [DF], proto ICMP (1), length 92, options
	(security,EOL))
	-    10.99.0.1 > 10.99.0.3: ICMP echo request, id 17547, seq 1, length 64
	-	0x0000:  4700 005c 1ee5 4000 4001 d3e9 0a63 0001
	-	0x0010:  0a63 0003 8205 ab03 0400 0000 0800 a5de
	-	0x0020:  448b 0001 9760 745a 0000 0000 3a07 0900
	-	0x0030:  0000 0000 1011 1213 1415 1617 1819 1a1b
	-	0x0040:  1c1d 1e1f 2021 2223 2425 2627 2829 2a2b
	-	0x0050:  2c2d 2e2f 3031 3233 3435 3637
	! Received packet differs from expected!

	21 error logs REMOVED from the list
android-file-transfer-4.2-alt1_2
ardour-8.12-alt1
clisp-1:2.49.92-alt2.3
coquillo-2.0.1-alt1_2
easytag-2.4.3-alt4
emulationstation-de-3.1.0-alt1.1
imv-4.5.0-alt1
kew-3.0.3-alt1
kodi-21.2-alt2
libextractor-1.13-alt1
libkarma-0.1.2-alt2_12
llama-swap-92-alt1
mpz-1.1.1-alt1
mumps-5.3.5-alt3
python3-module-oslo.service-4.0.0-alt1
python3-module-pygeoif-1.5.1-alt1
python3-module-terminado-0.18.1-alt1
python3-module-websockets-14.1-alt1
qmplay2-24.06.16-alt1
rsgain-3.6-alt1
tmux-3.5a-alt1

Total 285 error logs.


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