ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20220723 x86_64 beehive_status: +5 -1 (212)
@ 2022-07-23  3:35 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2022-07-23  3:35 UTC (permalink / raw)
  To: sisyphus-cybertalk

	5 NEW error logs

jss-5.1.0-alt1
	Jul 23, 2022 2:30:58 AM org.mozilla.jss.ssl.javax.JSSEngineReferenceImpl info
	INFO: [JSS Client TLSv1/SSL3_RSA_WITH_RC4_128_MD5] JSSEngine.unwrap() - Got SSLException:
	javax.net.ssl.SSLException: Unexpected return from PR.Read(): SSL_ERROR_HANDSHAKE_FAILED
	(-12116)
	Exception in thread "main" javax.net.ssl.SSLException: Unexpected return from PR.Read():
	SSL_ERROR_HANDSHAKE_FAILED (-12116)
	at
	org.mozilla.jss.ssl.javax.JSSEngineReferenceImpl.unwrap(JSSEngineReferenceImpl.java:1259)
	--
	74/74 Test #74: JUnit_PrintableConverterTest ......................   Passed	0.13 sec
	92% tests passed, 6 tests failed out of 74
	Total Test time (real) =  44.47 sec
	The following tests FAILED:
	35 - SSLClientAuth (Failed)

kernel-image-ovz-el7-1:3.10.0-alt4.1160.62.1.vz7.187.6
	CC
	/usr/src/RPM/BUILD/kernel-image-ovz-el7-3.10.0-alt4.1160.62.1.vz7.187.6/rh7-3.10.0/tools/objtool/special.o
	CC
	/usr/src/RPM/BUILD/kernel-image-ovz-el7-3.10.0-alt4.1160.62.1.vz7.187.6/rh7-3.10.0/tools/objtool/objtool.o
	HOSTCC	scripts/mod/file2alias.o
	HOSTLD	scripts/mod/modpost
	CC
	/usr/src/RPM/BUILD/kernel-image-ovz-el7-3.10.0-alt4.1160.62.1.vz7.187.6/rh7-3.10.0/tools/objtool/libstring.o
	CC
	/usr/src/RPM/BUILD/kernel-image-ovz-el7-3.10.0-alt4.1160.62.1.vz7.187.6/rh7-3.10.0/tools/objtool/str_error_r.o
	LD
	/usr/src/RPM/BUILD/kernel-image-ovz-el7-3.10.0-alt4.1160.62.1.vz7.187.6/rh7-3.10.0/tools/objtool/objtool-in.o
	make[1]: *** [Makefile:47: objtool] Error 2
	make: *** [Makefile:1463: tools/objtool] Error 2
	make: *** Waiting for unfinished jobs....

libotr5-4.1.1-alt1.2
	624 |	      sock_to_bob = socket(PF_UNIX, SOCK_STREAM, 0);
	client.c:624:30: error: 'PF_UNIX' undeclared (first use in this function)
	624 |	      sock_to_bob = socket(PF_UNIX, SOCK_STREAM, 0);
	client.c:624:30: note: each undeclared identifier is reported only once for each function
	it appears in
	client.c:624:39: error: 'SOCK_STREAM' undeclared (first use in this function)
	624 |	      sock_to_bob = socket(PF_UNIX, SOCK_STREAM, 0);
	--
	client.c: In function 'bob_thread':
	client.c:776:32: error: 'PF_UNIX' undeclared (first use in this function)
	776 |	      sock_to_alice = socket(PF_UNIX, SOCK_STREAM, 0);
	client.c:776:41: error: 'SOCK_STREAM' undeclared (first use in this function)
	776 |	      sock_to_alice = socket(PF_UNIX, SOCK_STREAM, 0);
	client.c: In function 'create_unix_socket':
	client.c:979:28: error: 'PF_UNIX' undeclared (first use in this function)
	979 |	      if ((sock = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) {
	client.c:979:37: error: 'SOCK_STREAM' undeclared (first use in this function)
	979 |	      if ((sock = socket(PF_UNIX, SOCK_STREAM, 0)) < 0) {
	client.c:986:27: error: 'AF_UNIX' undeclared (first use in this function)
	986 |	      sun->sun_family = AF_UNIX;

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

python3-module-pytest-xdist-2.5.0-alt1
	result = pytester.runpytest("-n1")
	>	result.stdout.fnmatch_lines(["*RuntimeError: Some runtime error*"])
	E	Failed: nomatch: '*RuntimeError: Some runtime error*'
	E	    and: '============================= test session starts
	=============================='
	--
	E	    and: 'INTERNALERROR>     raise IOError("cannot send to {!r}".format(self))'
	E	    and: 'INTERNALERROR> OSError: cannot send to <Channel id=1 closed>'
	E	    and: ''
	E	    and: '============================ no tests ran in 0.33s
	============================='
	E	remains unmatched: '*RuntimeError: Some runtime error*'
	/usr/src/RPM/BUILD/python3-module-pytest-xdist-2.5.0/testing/acceptance_test.py:1156:
	Failed
	--
	INTERNALERROR>	   raise IOError("cannot send to {!r}".format(self))
	INTERNALERROR> OSError: cannot send to <Channel id=1 closed>
	============================ no tests ran in 0.33s =============================
	--
	reason: [NOTRUN]
	FAILED testing/acceptance_test.py::test_internal_errors_propagate_to_controller
	============ 1 failed, 154 passed, 2 skipped, 10 xfailed in 55.82s =============
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-pytest-xdist-2.5.0/.tox/py3/bin/pytest (exited with
	code 1)
	py3 finish: run-test  after 56.08 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-pytest-xdist-2.5.0/.tox/.tmp/package/1/pytest-xdist-2.5.0.zip

	1 error log REMOVED from the list
gawk-5.1.0.0.213.d04f-alt1

Total 212 error logs.


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

only message in thread, other threads:[~2022-07-23  3:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23  3:35 [cyber] I: Sisyphus-20220723 x86_64 beehive_status: +5 -1 (212) 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