ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20240518 i586 beehive_status: +10 -24 (102)
@ 2024-05-18  8:53 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2024-05-18  8:53 UTC (permalink / raw)
  To: sisyphus-cybertalk

	10 NEW error logs

dopewars-1.5.12-alt2_20.1033svn
	/bin/sh ../../libtool --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall
	-g -O2 -flto=auto -march=i586 -mtune=generic -Wall  -o libsound_sdl.la -rpath /usr/lib
	-lSDL -lpthread -lSDL_mixer sound_sdl.lo  -lglib-2.0
	libtool: link: rm -fr  .libs/libsound_sdl.a
	libtool: link: i586-alt-linux-gcc -shared  -fPIC -DPIC	.libs/sound_sdl.o   -lSDL
	-lpthread -lSDL_mixer -lglib-2.0  -g -O2 -flto=auto -march=i586 -mtune=generic
	-Wl,-soname -Wl,libsound_sdl.so.0 -o .libs/libsound_sdl.so.0.0.0
	libtool: link: (cd ".libs" && rm -f "libsound_sdl.so.0" && ln -s "libsound_sdl.so.0.0.0"
	"libsound_sdl.so.0")
	libtool: link: (cd ".libs" && rm -f "libsound_sdl.so" && ln -s "libsound_sdl.so.0.0.0"
	"libsound_sdl.so")
	libtool: link: ( cd ".libs" && rm -f "libsound_sdl.la" && ln -s "../libsound_sdl.la"
	"libsound_sdl.la" )
	make[3]: Leaving directory '/usr/src/RPM/BUILD/dopewars/src/plugins'
	make[2]: *** [Makefile:577: all-recursive] Error 1
	make[1]: *** [Makefile:478: all-recursive] Error 1
	make: *** [Makefile:406: all] Error 2

gem-oauth-tty-1.0.5.2-alt0.1
	Wrote: /usr/src/in/nosrpm/gem-oauth-tty-1.0.5.2-alt0.1.nosrc.rpm (w1.gzdio)
	error: failed build dependencies:
	gem(rack) >= 3 conflicts with gem-oauth-tty-1.0.5.2-alt0.1

gem-yard-0.9.36-alt1
	Wrote: /usr/src/in/nosrpm/gem-yard-0.9.36-alt1.nosrc.rpm (w1.gzdio)
	error: failed build dependencies:
	gem(rack) >= 3 conflicts with gem-yard-0.9.36-alt1

node-tap-16.0.0-alt1
	+ ln -sr /usr/src/tmp/node-tap-buildroot/usr/lib/node_modules/tap/bin/run.js
	/usr/src/tmp/node-tap-buildroot/usr/bin/tap
	+ mkdir -p /usr/src/tmp/node-tap-buildroot/usr/lib/node_modules/tap/
	+ cp -a CHANGELOG.md CONTRIBUTING.md LICENSE README.md bin coverage-map.js
	docs docs-content example lib netlify.toml node_modules package-lock.json
	package.json postpublish.sh scripts settings.js tap-snapshots test
	/usr/src/tmp/node-tap-buildroot//usr/lib/node_modules/tap/
	+ cd /usr/src/tmp/node-tap-buildroot//usr/lib/node_modules/tap/
	+ npm prune --production
	npm WARN config production Use `--omit=dev` instead.
	npm ERR! Exit handler never called!
	npm ERR! This is an error with npm itself. Please report this error at:
	npm ERR!     <https://github.com/npm/cli/issues>
	npm ERR! A complete log of this run can be found in:
	/usr/src/.npm/_logs/2024-05-18T08_42_08_182Z-debug-0.log

python3-module-oslo.rootwrap-7.0.1-alt1.1
	raise self.failureException(msg)
	AssertionError: -9 == -9 : Server haven't stopped in one second
	Captured daemon_log:

python3-module-pyshark-0.6-alt1
	==================================== ERRORS ====================================
	________________ ERROR at teardown of test_count_packets[True] _________________
	request = <SubRequest 'simple_xml_and_json_capture' for <Function
	test_count_packets[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_count_packets[True] - pyshark.capt...
	================== 73 passed, 123 warnings, 1 error in 33.25s ==================
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-pyshark-0.6/src/.tox/py3/bin/pytest .. -s (exited
	with code 1)
	py3 finish: run-test  after 33.55 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-pyshark-0.6/src/.tox/.tmp/package/1/pyshark-0.6-py3-none-any.whl

python3-module-qtconsole-5.5.2-alt1
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception during subprocesses termination process PID not found
	(pid=2528719)
	Traceback (most recent call last):
	--
	return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
	FileNotFoundError: [Errno 2] No such file or directory: '/proc/2528719/stat'
	During handling of the above exception, another exception occurred:
	--
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception during subprocesses termination process PID not found
	(pid=2556360)
	Traceback (most recent call last):
	--
	return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
	FileNotFoundError: [Errno 2] No such file or directory: '/proc/2556360/stat'
	During handling of the above exception, another exception occurred:
	--
	=========================== short test summary info ============================
	FAILED qtconsole/tests/test_00_console_widget.py::test_input - pytestqt.excep...
	======== 1 failed, 43 passed, 1 skipped, 1 warning in 87.39s (0:01:27) =========
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['xvfb-run', '-s', '-nolisten local', 'pytest',
	'-v', 'qtconsole', '--ignore', 'qtconsole/tests/test_inprocess_kernel.py']' returned
	non-zero exit status 1.

python3-module-requests-2.31.0-alt1
	raise ValueError(f"Port could not be cast to integer value as {port!r}")
	ValueError: Port could not be cast to integer value as '-1'
	127.0.0.1 - - [18/May/2024 08:19:33] "GET /redirect-to?url=http%3A%2F%2Flocalhost%3A-1
	HTTP/1.1" 500 59
	--
	XFAIL tests/test_requests.py::TestRequests::test_response_iter_lines_reentrant
	FAILED
	tests/test_requests.py::TestPreparingURLs::test_redirecting_to_bad_url[http://localhost:-1-InvalidURL]
	======= 1 failed, 576 passed, 18 skipped, 1 xfailed in 70.90s (0:01:10) ========
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-Wignore',
	'tests']' returned non-zero exit status 1.

qemu-8.2.3-alt1
	Warning: load 30.872070 higher than 10 - test might timeout
	ERROR:../tests/qtest/netdev-socket.c:351:test_stream_unix_abstract: assertion
	failed (resp == expect): ("st0: index=0,type=stream,connection error\r\n" == "st0:
	index=0,type=stream,unix:/usr/src/tmp/netdev-socket.GP9ZN2/stream_unix_abstract\r\n")
	(test program exited with status code -6)
	Summary of Failures:
	606/876 qemu:qtest+qtest-tricore / qtest-tricore/netdev-socket			  ERROR
	1203.78s   killed by signal 6 SIGABRT
	Ok:		    801

stringtemplate4-4.3.3-alt1_3jpp11
	[ERROR]
	[ERROR] Please refer to /usr/src/RPM/BUILD/stringtemplate4-4.3.3/target/surefire-reports
	for the individual test results.
	[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
	[date].dumpstream.
	[ERROR] -> [Help 1]
	[ERROR]
	[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
	[ERROR] Re-run Maven using the -X switch to enable full debug logging.
	[ERROR]
	[ERROR] For more information about the errors and possible solutions, please read the
	following articles:
	[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

	24 error logs REMOVED from the list
PokerTH-1.1.2-alt7
apache-commons-pool2-2.4.2-alt4_7jpp11
cairo-clock-0.3.4-alt1.qa4
ditchers-1.2-alt6.1
ghc8.6.4-sha-1.6.4.4-alt1
gource-0.54-alt2
innoextract-1.9-alt1
kcov-42-alt1
mkvtoolnix-83.0-alt1.1
mupen64plus-2.5-alt1
noisetorch-0.12.2-alt2
openscad-2021.01-alt4.1
power-profiles-daemon-0.20-alt1
python3-module-hypothesis-6.100.1-alt1
python3-module-jaraco.collections-5.0.1-alt1
python3-module-pymdown-extensions-10.7.1-alt1.git509e93d
python3-module-pywlroots-0.16.5-alt1
python3-module-websockets-12.0-alt1
qtile-0.23.0-alt1
schroot-1.6.10-alt2.1
smesh-9.8.0.2-alt2
sonata-1.7-alt1.a2.git20140903.2
violetland-0.5-alt2.1
xdg-desktop-portal-1.18.4-alt1

Total 102 error logs.


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

only message in thread, other threads:[~2024-05-18  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-18  8:53 [cyber] I: Sisyphus-20240518 i586 beehive_status: +10 -24 (102) 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