ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20240228 x86_64 beehive_status: +10 -23 (136)
@ 2024-02-28  4:44 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2024-02-28  4:44 UTC (permalink / raw)
  To: sisyphus-cybertalk

	10 NEW error logs

ldns-1.8.1-alt2
	./libtool --tag=CC --quiet --mode=link x86_64-alt-linux-gcc -DOPENSSL_API_COMPAT=10100
	-fno-strict-aliasing -Wunused-function -Wstrict-prototypes -Wwrite-strings -W
	-Wall -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FILE_OFFSET_BITS=64
	examples/ldns-keygen.lo compat/b64_pton.lo compat/b64_ntop.lo libldns.la -lssl	-lcrypto
	-o examples/ldns-keygen
	ld: /usr/src/tmp/ccGgQ7Gq.ltrans0.ltrans.o:(.debug_info+0x2b): undefined reference to
	`ldns_keygen.c.461b00a9'
	ld: /usr/src/tmp/ccGgQ7Gq.ltrans0.ltrans.o:(.debug_info+0x46): undefined reference to
	`ldns_keygen.c.461b00a9'
	ld: /usr/src/tmp/ccGgQ7Gq.ltrans0.ltrans.o:(.debug_info+0x53): undefined reference to
	`ldns_keygen.c.461b00a9'
	ld: /usr/src/tmp/ccGgQ7Gq.ltrans0.ltrans.o:(.debug_info+0x60): undefined reference to
	`ldns_keygen.c.461b00a9'
	ld: /usr/src/tmp/ccGgQ7Gq.ltrans0.ltrans.o:(.debug_info+0x79): undefined reference to
	`ldns_keygen.c.461b00a9'
	ld: /usr/src/tmp/ccGgQ7Gq.ltrans0.ltrans.o:(.debug_info+0x86): more undefined references
	to `ldns_keygen.c.461b00a9' follow
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:203: examples/ldns-keygen] Error 1

libmicrohttpd-0.9.77-alt1
	PASS: test_get_wait11
	FAIL: test_quiesce
	PASS: test_quiesce_stream
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See src/testcurl/test-suite.log

libvamp-2.10.0-alt2
	ld: ./libvamp-hostsdk.a: error adding symbols: file format not recognized
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:271: rdf/generator/vamp-rdf-template-generator] Error 1
	--
	ld: ./libvamp-hostsdk.a: error adding symbols: file format not recognized
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:268: host/vamp-simple-host] Error 1

nim-lang-2.0.2-alt1
	Used /usr/src/RPM/BUILD/nim-2.0.2/bin/nim to run the tests. Use --nim to override.
	tests failed

procmail-3.22-alt11
	make[1]: Entering directory '/usr/src/RPM/BUILD/procmail-3.22/src'
	lto1: internal compiler error: resolution sub id 0xf148643e238b47eb not in object file
	libbacktrace could not find executable to open
	--
	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[1]: *** [Makefile:251: recommend] Error 1

python3-module-easyprocess-1.1-alt2
	tests/test_fast/test_proc.py::test_start3 PASSED			 [ 15%]
	tests/test_fast/test_proc.py::test_alive FAILED				 [ 18%]
	tests/test_fast/test_proc.py::test_std PASSED				 [ 21%]
	--
	tests/test_fast/test_proc.py::test_wrap PASSED				 [ 26%]
	tests/test_fast/test_proc.py::test_with FAILED				 [ 28%]
	tests/test_fast/test_proc.py::test_parse PASSED				 [ 31%]
	--
	=========================== short test summary info ============================
	FAILED tests/test_fast/test_proc.py::test_alive - assert False
	FAILED tests/test_fast/test_proc.py::test_with - assert False
	=================== 2 failed, 36 passed in 79.80s (0:01:19) ====================

python3-module-mypy-1.8.0-alt2
	Expected:
	^[[31m  main:5: error: singledispatch implementation 1 will never be used: implementation
	2's dispatch type is the same^[[0m (diff)
	Actual:
	--
	Expected:
	^[[31m  main:8: error: Argument to register "str" is incompatible with type "int" in
	function signature^[[0m (diff)
	Actual:
	--
	Actual:
	^[[32m  tmp/was_builtins.py:3: error: Unsupported left operand type for | ("Type[str]")^[[0m
	(diff)
	^[[32m  tmp/was_builtins.py:4: error: Variable "was_builtins.ReadableBuffer" is not
	valid as a type^[[0m (diff)
	^[[32m  tmp/was_builtins.py:4: note: See
	https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases^[[0m
	(diff)
	--
	E: main:3: note: Revealed type is "Union[builtins.str, was_mmap.mmap]"...
	A: tmp/was_builtins.py:3: error: Unsupported left operand type for | ("Type...
	Update the test output using --update-data -n0 (you can additionally use the -k selector
	to update only specific tests)
	--
	raise CompileError(result.errors)
	E   mypy.errors.CompileError: native.py:1: error: Module "functools" has no attribute
	"singledispatchmethod"; maybe "singledispatch"?  [attr-defined]
	During handling of the above exception, another exception occurred:
	--
	assert False, "Compile error"
	E   AssertionError: Compile error
	E   assert False
	----------------------------- Captured stdout call -----------------------------
	run-singledispatch.test:196: error: Module "functools" has no attribute
	"singledispatchmethod"; maybe "singledispatch"?  [attr-defined]
	__________________ testSingleDispatchMethodWithOtherDecorator __________________
	--
	raise CompileError(result.errors)
	E   mypy.errors.CompileError: native.py:1: error: Module "functools" has no attribute
	"singledispatchmethod"; maybe "singledispatch"?  [attr-defined]
	During handling of the above exception, another exception occurred:
	--
	assert False, "Compile error"
	E   AssertionError: Compile error
	E   assert False

python3-module-pydata-sphinx-theme-0.14.0-alt1
	raise FileNotFoundError(resolved_name)
	FileNotFoundError: None
	Traceback (most recent call last):
	--
	raise RuntimeError(err_msg) from None
	RuntimeError: build_wheel failed

python3-module-zmq-25.1.2-alt1
	zmq/backend/cython/socket.pyx:783: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	zmq/backend/cython/socket.pyx:783: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	zmq/backend/cython/socket.pyx:783: in zmq.backend.cython.socket.Socket.send
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/socket.pyx:138: ZMQError
	--
	=========================== short test summary info ============================
	FAILED tests/test_log.py::TestPubLog::test_blank_root_topic - TimeoutError: T...
	FAILED tests/test_log.py::TestPubLog::test_custom_debug_formatter - zmq.error...
	FAILED tests/test_log.py::TestPubLog::test_custom_global_formatter - zmq.erro...
	FAILED tests/test_log.py::TestPubLog::test_custom_message_type - zmq.error.ZM...
	FAILED tests/test_log.py::TestPubLog::test_init_iface - zmq.error.ZMQError: S...
	FAILED tests/test_log.py::TestPubLog::test_init_socket - zmq.error.ZMQError: ...
	FAILED tests/test_log.py::TestPubLog::test_root_topic - zmq.error.ZMQError: S...
	FAILED tests/test_log.py::TestPubLog::test_set_info_formatter_via_property - ...

zot-2.0.1-alt1
	'zui/tests/utils' ->
	'/usr/src/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot/zui/tests/utils'
	'zui/tests/utils/scroll.js' ->
	'/usr/src/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot/zui/tests/utils/scroll.js'
	'zui/tests/utils/test-data-parser.js' ->
	'/usr/src/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot/zui/tests/utils/test-data-parser.js'
	'zui/tests/values' ->
	'/usr/src/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot/zui/tests/values'
	'zui/tests/values/test-constants.js' ->
	'/usr/src/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot/zui/tests/values/test-constants.js'
	+ cd .build/src/github.com/project-zot/zot
	+ pushd zui/
	~/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot/zui
	~/RPM/BUILD/zot-2.0.1/.build/src/github.com/project-zot/zot
	+ npm run build
	/usr/src/tmp/rpm-tmp.71463: line 135: npm: command not found

	23 error logs REMOVED from the list
easyeffects-7.1.4-alt1
ffmpeg-2:6.1.1-alt2
ffmpeg-plugin-browser-118-alt1
ghostscript-10.01.1-alt2
ghostscript9-9.56.1-alt1
glusterfs9-9.6-alt3
gst-plugins-bad1.0-1.22.10-alt1
java-1.8.0-openjdk-0:1.8.0.382.b05-alt0_1jpp8
libleptonica-1.83.1-alt1
meschach-1.2-alt1.b.3
node-18.18.2-alt1
ocaml-num-1.4-alt2
perl-SQL-Statement-1.414-alt1
pipewire-1.0.3-alt1
poppler-current-23.08.0-alt3
pulseeffects-4.8.7-alt1
python3-module-Pillow-10.2.0-alt1
python3-module-asyncpg-0.29.0-alt2
python3-module-nibabel-5.2.0-alt1
python3-module-vcrpy-4.1.1-alt2
stringtemplate4-4.3.3-alt1_3jpp11
watchexec-1.22.3-alt1
xdg-desktop-portal-1.18.2-alt1

Total 136 error logs.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-28  4:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28  4:44 [cyber] I: Sisyphus-20240228 x86_64 beehive_status: +10 -23 (136) ALT beekeeper

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