[cyber] I: Sisyphus-20181226 x86_64 beehive_status: +12 -15 (309)

ALT beekeeper hiver на altlinux.org
Ср Дек 26 09:30:06 MSK 2018


	12 NEW error logs

cinnamon-control-center-4.0.0-alt1
	CC	 cc-datetime-panel.lo
	cc-datetime-panel.c:27:10: fatal error: cc-dtm-proxy.h: No such file or directory
	#include "cc-dtm-proxy.h"

e-uae-0.8.29-alt1
	/usr/bin/ld.default: build68k.o: file not recognized: file truncated
	collect2: error: ld returned 1 exit status
	make[2]: *** [Makefile:45: build68k] Error 1
	--
	/usr/bin/ld.default: build68k.o: file not recognized: file truncated
	collect2: error: ld returned 1 exit status
	make[2]: *** [Makefile:45: build68k] Error 1

golang-github-xtaci-smux-1.0.7-alt1_1
	+ go test -compiler gc github.com/xtaci/smux
	--- FAIL: TestReadDeadline (0.00s)
	session_test.go:554: No error when reading with past deadline

perl-Mojo-IOLoop-ReadWriteProcess-0.23-alt1
	Can't use an undefined value as filehandle reference at lib/Mojo/IOLoop/ReadWriteProcess.pm
	line 297.
	hasher-priv: master: idle time limit (3600 seconds) exceeded

perl-Test-Taint-1.06-alt4
	t/tainted.t ............ ok
	#   Failed test '$ENV{TEST_ACTIVE} is tainted'
	#   at t/tainted_ok.t line 12.
	--
	t/tainted_ok.t	     (Wstat: 256 Tests: 3 Failed: 1)
	Failed test:  2
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/9 test programs. 1/145 subtests failed.
	make: *** [Makefile:948: test_dynamic] Error 255

perl-Wx-0.9932-alt2.1
	find-requires: running scripts
	(cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h:13:10: fatal error:
	wx/event.h: No such file or directory
	#include <wx/event.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h:13:10: fatal error:
	wx/event.h: No such file or directory
	#include <wx/event.h>
	--
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h: cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h:26:10: fatal error:
	wx/defs.h: No such file or directory
	#include <wx/defs.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h:26:10: fatal error:
	wx/defs.h: No such file or directory
	#include <wx/defs.h>
	--
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h: cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h:14:10: fatal error:
	patchlevel.h: No such file or directory
	#include <patchlevel.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h:14:10: fatal error:
	patchlevel.h: No such file or directory
	#include <patchlevel.h>
	--
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h:
	cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h:16:24: error: missing
	binary operator before token "("
	#if WXPERL_W_VERSION_GE( 2, 5, 4 )
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h:16:24: error: missing
	binary operator before token "("
	#if WXPERL_W_VERSION_GE( 2, 5, 4 )
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h:
	cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/helpers.h:16:10: fatal error:
	wx/object.h: No such file or directory
	#include <wx/object.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/helpers.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/helpers.h:16:10: fatal error:
	wx/object.h: No such file or directory
	#include <wx/object.h>

perl-ph-0.11-alt1
	/usr/src/tmp/OeCS8xQE1u.c: In function 'main':
	/usr/src/tmp/OeCS8xQE1u.c:102:37: error: invalid application of 'sizeof' to incomplete
	type 'struct serial_iso7816'
	printf("TIOCGISO7816 %ld\n", (long)(TIOCGISO7816));
	/usr/src/tmp/OeCS8xQE1u.c:156:37: error: invalid application of 'sizeof' to incomplete
	type 'struct serial_iso7816'
	printf("TIOCSISO7816 %ld\n", (long)(TIOCSISO7816));

python-module-joblib-0.11-alt2
	return self.gen.next()
	/usr/lib64/python2.7/contextlib.py:17: DeprecationWarning: The file
	'/usr/src/RPM/BUILD/python-module-joblib-0.11/joblib/test/data/joblib_0.9.2_compressed_pickle_py34_np19.gz'
	has been generated with a joblib version less than 0.10. Please regenerate this pickle
	file.
	return self.gen.next()
	/usr/lib64/python2.7/contextlib.py:17: DeprecationWarning: The file
	'/usr/src/RPM/BUILD/python-module-joblib-0.11/joblib/test/data/joblib_0.9.2_compressed_pickle_py33_np18.gz'
	has been generated with a joblib version less than 0.10. Please regenerate this pickle
	file.
	return self.gen.next()
	joblib/test/test_parallel.py::test_nested_loop[multiprocessing-threading]
	/usr/src/RPM/BUILD/python-module-joblib-0.11/joblib/parallel.py:547: UserWarning:
	Multiprocessing-backed parallel loops cannot be nested below threads, setting n_jobs=1
	**self._backend_args)
	-- Docs: https://docs.pytest.org/en/latest/warnings.html
	========= 1 failed, 897 passed, 3 skipped, 9 warnings in 59.79 seconds =========

python-module-jsonobject-0.6.1-alt1.git20150130.1
	Selecting python-dev for 'python-devel'
	E: Couldn't find package python-module-couchdbkit
	hsh-install: Failed to calculate package file list.

python-module-pexpect-4.6-alt1
	>	assert resp == 1  # index 1 == EOF
	E	AssertionError: assert 2 == 1
	tests/test_performance.py:108: AssertionError

sdcv-0.5.2-alt1
	10/10 Test  #7: t_interactive ....................   Passed    5.01 sec
	90% tests passed, 1 tests failed out of 10
	Total Test time (real) =   5.03 sec
	The following tests FAILED:
	10 - t_datadir (Failed)

tardy-1.17-alt2.qa1
	mv normal.o common/file/output/normal.o
	mv: cannot stat 'normal.o': No such file or directory
	make: *** [Makefile:181: common/file/output/normal.o] Error 1

	15 error logs REMOVED from the list
bitlbee-facebook-1.1.2-alt1.g553593d
chromium-71.0.3578.98-alt1
cinnamon-settings-daemon-4.0.2-alt1
jed-2:0.99.19-alt2.qa2.1
kde5-umbrello-18.04.3-alt1.S1
kexi-3.1.0-alt1.S1
kf5-kdelibs4support-5.53.0-alt1
neko-2.2.0-alt2
oddjob-0.34.4-alt2
pam_ssh-2.1-alt1
python-module-pyjenkins-0.4.8-alt1.git20150810.2
python-module-pytest-bdd-2.19.0-alt1.1
python-module-sh-1.12.14-alt2
sgc-0.2.1-alt1
volpack-1.0c7-alt1.1.qa1

Total 309 error logs.


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