ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20231126 x86_64 beehive_status: +9 -11 (69)
@ 2023-11-26  8:32 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2023-11-26  8:32 UTC (permalink / raw)
  To: sisyphus-cybertalk

	9 NEW error logs

automake_1.11-1.11.6-alt10
	checking for upc... no
	configure: error: no Unified Parallel C compiler was found
	+ exit_status=77
	--
	+ exit 77
	1 of 878 tests failed
	(73 tests were not run)

galera-26.4.16-alt1
	7/7 Test #7: wsrep_test .......................   Passed    0.00 sec
	86% tests passed, 1 tests failed out of 7
	Total Test time (real) =  60.64 sec
	The following tests FAILED:
	2 - gu_tests++ (Failed)

mumps-5.3.5-alt3
	/usr/lib64/openmpi/bin/mpicc -shared graph.o gbipart.o gbisect.o ddcreate.o ddbisect.o
	nestdiss.o multisector.o gelim.o bucket.o tree.o symbfac.o interface.o sort.o minpriority.o
	-Wl,-soname,libpord-5.3.so -o libpord-5.3.so -Wl,--as-needed,-rpath,/usr/lib64/openmpi/lib
	-L/usr/lib64/openmpi/lib -Wl,-z,defs
	lto1: internal compiler error: resolution sub id 0x1d0a7a6921f95723 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[2]: *** [Makefile:34: libpord.so] Error 1

nim-lang-1.6.12-alt3
	FAILURE! total: 283 passed: 277 skipped: 5 failed: 1
	tests failed

ocaml-gsl-1.24.3-alt1
	$ (cd _build/default/src && config/do_sf.exe)
	Fatal error: exception Sys_error("gsl_include.sexp: No such file or directory")
	Running[259]: (cd _build/default/src && config/discover.exe)

openldap-2.6.6-alt1
	PID=834173 - Search done (52).
	<39>Nov 26 05:56:29 lt-slapd[832688]: DIGEST-MD5 common mech free
	>>>>> 00:00:31 Failed	test002-load for lloadd+mdb after 21 seconds
	(exit 1)
	make[2]: *** [Makefile:353: lloadd-slapd-yes] Error 1
	make[2]: Leaving directory '/usr/src/RPM/BUILD/openldap-2.6.6/tests'
	make[1]: *** [Makefile:289: test] Error 2
	make[1]: Leaving directory '/usr/src/RPM/BUILD/openldap-2.6.6/tests'
	make: *** [Makefile:299: test] Error 2
	make: Leaving directory '/usr/src/RPM/BUILD/openldap-2.6.6'

psi-plus-1.5.1627-alt1
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp: In member
	function 'EmojiRegistry::Category EmojiRegistry::startCategory(QStringRef) const':
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:40:10:
	error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'?
	40 |	 std::uint32_t ucs;
	|	   wint_t
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:44:9: error:
	'ucs' was not declared in this scope
	44 |	     ucs = QChar::surrogateToUcs4(in[0], in[1]);
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:46:9: error:
	'ucs' was not declared in this scope
	46 |	     ucs = in[0].unicode();
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:51:9: error:
	'ucs' was not declared in this scope
	51 |	 if (ucs == 0x200d)
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:53:9: error:
	'ucs' was not declared in this scope
	53 |	 if (ucs == 0xfe0f)
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:55:9: error:
	'ucs' was not declared in this scope
	55 |	 if (ucs <= 0x39 && in.length() > 2 && (ucs >= 0x30 || ucs == 0x2a || ucs ==
	0x23) && in[1].unicode() == 0xfe0f
	/usr/src/RPM/BUILD/psi-plus-snapshots-1.5.1627/src/widgets/emojiregistry.cpp:61:38:
	error: 'ucs' was not declared in this scope
	61 |	 auto lb    = ranges_.lower_bound(ucs);

python3-module-oslo.middleware-5.1.1-alt1.1
	{7} oslo_middleware.tests.test_stats.TestStatsMiddleware.test_strips_uuid_if_configured
	[0.002251s] ... ok
	ERROR [oslo_middleware.basic_auth] Problem reading auth file: [Errno 2] No such file
	or directory: '/usr/src/tmp/tmpa7i2ljrg/tmp7dfy09of.missing'
	{4} oslo_middleware.tests.test_auth_basic.TestAuthBasic.test_authenticate [0.003728s]
	... ok
	--
	raise mismatch_error
	testtools.matchers._impl.MismatchError: !=:
	reference = b'''\

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.33 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed

	11 error logs REMOVED from the list
automake_1.16-1.16.5-alt1
cilk-5.4.6-alt13
clisp-1:2.49.92-alt2
fprintd-1.94.2-alt1
libsmi-0.5.0-alt2
pd-0.42.6-alt5_12
python3-module-scikit-learn-1.3.0-alt1
python3-module-zmq-24.0.1-alt1.1.1.1
qt5-webengine-5.15.15-alt1
stringtemplate4-4.3.3-alt1_3jpp11
xdg-desktop-portal-1.18.2-alt1

Total 69 error logs.


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

only message in thread, other threads:[~2023-11-26  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26  8:32 [cyber] I: Sisyphus-20231126 x86_64 beehive_status: +9 -11 (69) 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