[cyber] I: Sisyphus-20151122 x86_64 beehive_status: +10 -19 (577)

ALT beekeeper hiver на altlinux.org
Вс Ноя 22 16:01:25 MSK 2015


	10 NEW error logs

classmate-0.8.0-alt1_3jpp7
	Results :
	Failed tests:
	AnnotationsTest.annotationsToSize:68 expected:<...est=@org.junit.Test([expected=class
	org.junit.Test$None, timeout=0])}> but was:<...est=@org.junit.Test([timeout=0,
	expected=class org.junit.Test$None])}>

doublecmd-0.6.6-alt1
	-Fu/usr/lib64/lazarus/lcl/units/x86_64-linux
	-Fu/usr/src/.lazarus/lib/units/x86_64-linux/qt
	-Fu/usr/src/RPM/BUILD/doublecmd-0.6.6/components/CmdLine/
	-FU/usr/src/RPM/BUILD/doublecmd-0.6.6/coAn unhandled exception occurred at
	$000000000055F5FA :
	EAccessViolation : Access violation
	$000000000055F5FA
	$0000000000578FB9
	$000000000057D6D8
	$000000000057ECA8
	$000000000041BFEA

kdelibs-3.5.13.2-alt4.1
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp: In member function
	'void IppRequest::setMap(const QMap<QString, QString>&)':
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:757:34: error: invalid
	use of incomplete type 'ipp_t {aka struct _ipp_s}'
	ipp_attribute_t *attr = request_->attrs;
	--
	typedef struct _ipp_s ipp_t;  /**** IPP request/response data ****/
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:760:11: error: invalid
	use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}'
	if (attr->next && strcmp(attr->next->name, "document-format") == 0)
	--
	typedef struct _ipp_attribute_s ipp_attribute_t;
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:760:32: error: invalid
	use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}'
	if (attr->next && strcmp(attr->next->name, "document-format") == 0)
	--
	typedef struct _ipp_attribute_s ipp_attribute_t;
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:762:33: error: invalid
	use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}'
	ipp_attribute_t *attr2 = attr->next;
	--
	typedef struct _ipp_attribute_s ipp_attribute_t;
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:763:8: error: invalid
	use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}'
	attr->next = attr2->next;
	--
	typedef struct _ipp_attribute_s ipp_attribute_t;
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:763:22: error: invalid
	use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}'
	attr->next = attr2->next;
	--
	typedef struct _ipp_attribute_s ipp_attribute_t;
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:764:24: error:
	'_ipp_free_attr' was not declared in this scope
	_ipp_free_attr(attr2);
	/usr/src/RPM/BUILD/kdelibs-3.5.13.2/kdeprint/cups/ipprequest.cpp:767:14: error: invalid
	use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}'
	attr = attr->next;

perl-Net-CUPS-0.61-alt4.1
	on your system is too old for this module to work properly.
	Please upgrade the version of CUPS on your system to version
	1.2.2 or higher and re-run Makefile.PL to install this module.
	+ : running make
	+ '[' -n '' ']'
	+ NPROCS=1
	+ make -j1 'OPTIMIZE=-pipe -Wall -g -O2' 'CP=/bin/cp -p'
	make: Entering directory `/usr/src/RPM/BUILD/Net-CUPS-0.61'
	make: *** No targets specified and no makefile found.  Stop.
	make: Leaving directory `/usr/src/RPM/BUILD/Net-CUPS-0.61'

perl-XML-LibXSLT-1.94-alt1
	PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
	"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
	#   Failed test 'LibXML version is the same as its run time version.'
	#   at t/01basic.t line 22.
	--
	t/01basic.t		(Wstat: 256 Tests: 4 Failed: 1)
	Failed test:  4
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/22 test programs. 1/246 subtests failed.
	make: *** [test_dynamic] Error 255

python-module-cups-1.9.67-alt1
	cupsmodule.c: In function 'initcups':
	cupsmodule.c:1272:17: error: 'CUPS_SERVER_REMOTE_PRINTERS' undeclared (first use in
	this function)
	STR_CONSTANT (CUPS_SERVER_REMOTE_PRINTERS);
	--
	PyDict_SetItemString (d, #name, PyUnicode_FromString (name))
	error: command 'x86_64-alt-linux-gcc' failed with exit status 1
	make: *** [cups.so] Error 1

python-module-logilab-common-1.0.2-alt1.hg20150708
	........E....
	ERROR: test_monkeypatch_arbitrary_callable (unittest_decorators.DecoratorsTC)
	Traceback (most recent call last)
	--
	callableObj(*args, **kwargs)
	TypeError: 'NoneType' object is not callable
	no stdout

python-module-unittest2-1.1.0-alt1.hg20150630
	test_old_testresult_setup (unittest2.test._test_unittest2_with.TestWith) ... ok
	FAIL: testDeprecatedMethodNames (unittest2.test._test_unittest2_with.TestWith)
	Test that the deprecated methods raise a DeprecationWarning.
	--
	meth(*args)
	AssertionError: PendingDeprecationWarning not triggered
	Ran 383 tests in 1.007s
	FAILED (failures=1, skipped=3)

ruby-nokogiri-1.6.6.2-alt1
	@@ -1 +1 @@
	-[#<Nokogiri::XML::SyntaxError: ID unique already defined>]
	2) Failure:

ruby-tmail-1.2.3.1-alt3.5
	-	boundary="boundary"
	This is the preamble
	--boundary
	Content-Type: text/plain
	Blah
	--boundary--
	Finished in 0.353859332 seconds.
	210 tests, 4002 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
	99.5238% passed
	593.46 tests/s, 11309.58 assertions/s

	19 error logs REMOVED from the list
fonts-ttf-sil-padauk-2.8-alt2_7
jq-1.4-alt1
kde4-amarok-2.8.0-alt6
kernel-modules-nvidia-un-def-352.41-alt3.262662.1
owfs-2.9p5-alt1.1
perl-CGI-SpeedyCGI-2.22-alt4.1
perl-Date-Pcalc-6.1-alt4.1
perl-HTML-CTPP2-2.6.7-alt4.1
perl-HTML-WikiConverter-MoinMoin-0.54-alt1.1
perl-Term-Gnuplot-0.90380905-alt4.1
pure-0.64-alt1
python-module-hmmlearn-0.1.1-alt1.git20150423
python-module-pysnmp4-4.2.6-alt1.rc1
python-module-watchdog-0.8.3-alt1.git20150727
qpid-proton-0.8-alt1
scim-bridge-0.4.16-alt1
scim-tables-0.5.12-alt2
spamassassin-3.4.0-alt1
valgrind-3.10.0-alt1

Total 577 error logs.


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