[cyber] I: p8-20190317 i586 beehive_status: +20 -14 (1003)

ALT beekeeper hiver на altlinux.org
Вс Мар 17 14:07:01 MSK 2019


	20 NEW error logs

gcc4.7-4.7.2-alt10
	libtool: link: (cd ".libs" && rm -f "libgcj_bc.so" && ln -s "libgcj_bc.so.1.0.0"
	"libgcj_bc.so")
	/usr/bin/ld: cannot find -lgcj_bc
	collect2: error: ld returned 1 exit status
	make[3]: *** [ecjx] Error 1

gcc4.8-4.8.2-alt5
	libtool: link: (cd ".libs" && rm -f "libgcj_bc.so" && ln -s "libgcj_bc.so.1.0.0"
	"libgcj_bc.so")
	/usr/bin/ld: cannot find -lgcj_bc
	collect2: error: ld returned 1 exit status
	make[3]: *** [ecjx] Error 1

ice-3.3.1-alt2.3.1
	In file included from ../../include/Ice/Incoming.h:16:0,
	from ../../include/Ice/Properties.h:25,
	from TraceLevels.cpp:12:
	../../include/Ice/ServantManagerF.h:21:26: note: 'IceUtil::Shared*
	IceInternal::upCast(IceInternal::ServantManager*)' declared here, later in the
	translation unit
	ICE_API IceUtil::Shared* upCast(ServantManager*);
	make[2]: Leaving directory `/usr/src/RPM/BUILD/Ice-3.3.1/cpp/src/IceStorm'
	make[1]: *** [all] Error 1
	make[1]: Leaving directory `/usr/src/RPM/BUILD/Ice-3.3.1/cpp/src'
	make: *** [all] Error 1
	make: Leaving directory `/usr/src/RPM/BUILD/Ice-3.3.1/cpp'

libglui-2.36-alt1.qa1
	./lib/libglui.so: file not recognized: File truncated
	collect2: error: ld returned 1 exit status
	make: *** [bin/example4] Error 1

perl-Cache-Memcached-Fast-0.23-alt1.1
	gcc -c	-I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe
	-fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
	-pipe -Wall -g -O2 -march=i586 -mtune=generic	-DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"
	-fPIC "-I/usr/lib/perl5/CORE"  -DHAVE_POLL_H connect.c
	client.c:27:27: fatal error: parse_keyword.h: No such file or directory
	compilation terminated.

python-module-ColanderAlchemy-0.3.4-alt1.dev1.git20150720.1.1
	test_unsupported_column_types (tests.test_schema.TestsSQLAlchemySchemaNode) ... ok
	test_validator_typedecorator_override (tests.test_schema.TestsSQLAlchemySchemaNode)
	... ERROR
	ERROR: test_validator_typedecorator_override (tests.test_schema.TestsSQLAlchemySchemaNode)
	Traceback (most recent call last):
	--
	zip(reversed(objects), reversed(values))
	TypeError: unhashable type: 'list'
	Ran 45 tests in 0.188s
	FAILED (errors=1)

python-module-berserker_resolver-1.0.3-alt1.git20141125.1
	raise DistutilsError(msg)
	distutils.errors.DistutilsError: Could not find suitable distribution for
	Requirement.parse('dnspython3')

python-module-kids.data-0.0.3-alt1.git20150205.2
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	File "/usr/src/RPM/BUILD/python3/README.rst", line 120, in README.rst
	--
	mget(dct, 'a.b.y')
	NameError: name 'mget' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 122, in README.rst
	--
	mset(dct, 'a.b.z', 2)
	NameError: name 'mset' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 123, in README.rst
	--
	mdel(dct, 'a.b')
	NameError: name 'mdel' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 127, in README.rst
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	File "/usr/src/RPM/BUILD/python3/README.rst", line 146, in README.rst
	--
	cycle_exists(1, get_children)
	NameError: name 'cycle_exists' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 149, in README.rst
	--
	cycle_exists(3, get_children)
	NameError: name 'cycle_exists' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 158, in README.rst
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	File "/usr/src/RPM/BUILD/python3/README.rst", line 160, in README.rst
	--
	list(leafage([1, 4], get_children))
	NameError: name 'leafage' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 169, in README.rst
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	File "/usr/src/RPM/BUILD/python3/README.rst", line 172, in README.rst

python-module-mockito-0.5.2-alt1.1
	testVerifies (mockito_test.verifications_test.VerifyZeroInteractionsTest) ... ok
	FAIL: testVerifiesDetectsNamedArguments (mockito_test.verifications_test.InorderVerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted %s to be invoked, got %s instead" % (wanted_invocation,
	invocation))
	mockito.verification.VerificationError:
	Wanted foo() to be invoked, got foo() instead
	>>  raise VerificationError("\nWanted %s to be invoked, got %s instead" %
	(wanted_invocation, invocation))
	FAIL: testVerifiesWhenMethodIsUsingKeywordArguments
	(mockito_test.verifications_test.InorderVerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted %s to be invoked, got %s instead" % (wanted_invocation,
	invocation))
	mockito.verification.VerificationError:
	Wanted someOtherMethod(1) to be invoked, got someOtherMethod(1) instead
	>>  raise VerificationError("\nWanted %s to be invoked, got %s instead" %
	(wanted_invocation, invocation))
	FAIL: testVerifiesDetectsNamedArguments (mockito_test.verifications_test.VerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted but not invoked: %s" % (invocation))
	mockito.verification.VerificationError:
	Wanted but not invoked: foo()
	>>  raise VerificationError("\nWanted but not invoked: %s" % (invocation))
	FAIL: testVerifiesWhenMethodIsUsingKeywordArguments
	(mockito_test.verifications_test.VerifyTest)
	Traceback (most recent call last):
	--
	raise VerificationError("\nWanted but not invoked: %s" % (invocation))
	mockito.verification.VerificationError:
	Wanted but not invoked: someOtherMethod(1)
	--
	Ran 164 tests in 0.072s
	FAILED (failures=4)

python-module-pyjenkins-0.4.8-alt1.git20150810.1.1
	raise DistutilsError(msg)
	distutils.errors.DistutilsError: Could not find suitable distribution for
	Requirement.parse('mimeparse')

python-module-sact.epoch-1.3.0-alt1.1.1
	NameError: name 't' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 243, in README.rst
	--
	Time(t.iso) == t
	NameError: name 'Time' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 248, in README.rst
	--
	t.short        ## warning: this representation does not include tz info
	NameError: name 't' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 250, in README.rst
	--
	t.local.short  ## warning: this representation does not include tz info
	NameError: name 't' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 252, in README.rst
	--
	t.short_short  ## warning: this representation does not include tz info
	NameError: name 't' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 259, in README.rst
	--
	Traceback (most recent call last):
	ValueError: No timezone hinted, nor found.
	Got:
	--
	Time(t.short)
	NameError: name 'Time' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 263, in README.rst
	--
	Time(t.short, hint_src_tz=UTC())
	NameError: name 'Time' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 273, in README.rst
	--
	Time.strptime('15:08', '%H:%M', hint_src_tz=TzLocal())
	NameError: name 'Time' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 280, in README.rst
	--
	Time.strptime('15:08', '%H:%M', hint_src_tz=TzLocal()).local
	NameError: name 'Time' is not defined
	File "/usr/src/RPM/BUILD/python3/README.rst", line 286, in README.rst

python-module-zope.annotation-4.4.2-alt1.dev0.git20150613.1.1
	runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.annotation.tests.test_attributeannotations. ... ERROR
	runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.annotation.tests.test_configure. ... ERROR
	ERROR: runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.annotation.tests.test_attributeannotations.
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	ERROR: runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.annotation.tests.test_configure.
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	Ran 2 tests in 0.001s
	FAILED (errors=2)

python-module-zope.browsermenu-4.1.1-alt1.1.1
	runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.browsermenu.tests.test_directives. ... ERROR
	MenuField (zope.browsermenu.field)
	--
	testMenuItemsPermission (zope.browsermenu.tests.test_menudirectives.TestPermissions) ... ok
	ERROR: runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.browsermenu.tests.test_directives.
	--
	from zope.component.testfiles.views import IC, V1, VZMI, R1, IV
	ImportError: cannot import name V1
	Ran 15 tests in 0.447s
	FAILED (errors=1)

python-module-zope.browserpage-4.1.1-alt1.dev0.git20150713.1.1
	runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.browserpage.tests.test_page. ... ERROR
	test_simple (zope.browserpage.tests.test_simpleviewclass.Test_SimpleTestView) ... ok
	--
	testInitWithoutType (zope.browserpage.tests.test_viewzpt.TestViewZPTContentType) ... ok
	ERROR: runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.browserpage.tests.test_page.
	--
	from zope.component.testfiles.views import IC, V1, VZMI, R1, IV
	ImportError: cannot import name V1
	Ran 23 tests in 0.331s
	FAILED (errors=1)

python-module-zope.browserresource-4.1.1-alt1.dev0.git20141226.1.1
	runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.browserresource.tests.test_directives. ... ERROR
	testBrowserDefault (zope.browserresource.tests.test_directory.Test) ... ok
	--
	Doctest: zope.browserresource.resources.Resources ... ok
	ERROR: runTest (zope.testrunner.find.StartUpFailure)
	StartUpFailure: import errors in zope.browserresource.tests.test_directives.
	--
	from zope.component.testfiles.views import R1, IV
	ImportError: cannot import name R1
	Ran 38 tests in 0.489s
	FAILED (errors=1)

python-module-zope.lifecycleevent-4.1.1-alt1.dev0.git20141229.1.1
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'

python-module-zope.location-4.0.4-alt2.dev0.git20150128.1.1
	test_wo_name_obj_implements_ILocation (zope.location.tests.test_location.Test_located)
	... ok
	test_it (zope.location.tests.test_configure.Test_ZCML_loads) ... ERROR
	ERROR: test_it (zope.location.tests.test_configure.Test_ZCML_loads)
	Traceback (most recent call last):
	--
	class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase):
	ZopeXMLConfigurationError: File
	"/usr/lib/python2.7/site-packages/zope/component/meta.zcml", line 7.4-11.10
	File "/usr/lib/python2.7/site-packages/zope/location/configure.zcml", line 6.4-6.57
	TypeError: Error when calling the metaclass bases
	multiple bases have instance lay-out conflict
	Ran 83 tests in 0.169s
	FAILED (errors=1)

python-module-zope.sendmail-4.0.2-alt1.dev0.git20150613.1
	running build_ext
	test_vocabulary (unittest.loader._FailedTest) ... ERROR
	test_args_processing (zope.sendmail.tests.test_queue.TestConsoleApp) ... ok
	--
	test_newMessage_never_loops (zope.sendmail.tests.test_maildir.TestMaildir) ... ok
	test_directives (unittest.loader._FailedTest) ... ERROR
	testBrokenMailerErrorsAreEaten (zope.sendmail.tests.test_delivery.TestDirectMailDelivery)
	... ok
	--
	testSend (zope.sendmail.tests.test_delivery.TestQueuedMailDelivery) ... ok
	ERROR: test_vocabulary (unittest.loader._FailedTest)
	ImportError: Failed to import test module: test_vocabulary
	Traceback (most recent call last):
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	ERROR: test_directives (unittest.loader._FailedTest)
	ImportError: Failed to import test module: test_directives
	Traceback (most recent call last):
	--
	import zope.deferredimport
	ImportError: No module named 'zope.deferredimport'
	Ran 43 tests in 0.070s
	FAILED (errors=2)

python-module-zope.viewlet-4.0.1-alt1.dev0.git20150613.1.1
	ConfigurationError: ('No such file', '...foo.pt')
	Got:
	--
	raise ConfigurationError("No such file", template)
	ConfigurationError: ('No such file',
	'/usr/src/RPM/BUILD/python-module-zope.viewlet-4.0.1/foo.pt')
	File "<string>", line 3.2-7.8
	--
	Traceback (most recent call last):
	ZopeXMLConfigurationError: File "<string>", line 3.2-7.8
	ConfigurationError: Must specify a class or template
	Got:
	--
	raise ConfigurationError("Must specify a class or template")
	ConfigurationError: Must specify a class or template
	File "<string>", line 3.2-7.8
	--
	Traceback (most recent call last):
	ZopeXMLConfigurationError: File "<string>", line 3.2-9.8
	ConfigurationError: Attribute and template cannot be used together.
	Got:
	--
	"Attribute and template cannot be used together.")
	ConfigurationError: Attribute and template cannot be used together.
	File "<string>", line 3.2-9.8
	--
	Traceback (most recent call last):
	ZopeXMLConfigurationError: File "<string>", line 3.2-9.8
	ConfigurationError: The provided class doesn't have the specified attribute
	Got:

tiptop-2.3-alt1
	i586-alt-linux-gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include/libxml2
	-I.. -I. -c y.tab.c
	y.tab.c:891:3: error: unterminated comment
	/* There are many possibilities here to consider:
	y.tab.c:782:0: error: unterminated #if
	#if YYERROR_VERBOSE

	14 error logs REMOVED from the list
aircrack-ng-1.1-alt2.qa1
firefox-gost-45.9.0-alt0.M80P.1
gcc4.5-4.5.4-alt4
git-2.10.2-alt1
gprolog-1.4.4-alt2
joda-time-0:2.8.1-alt1_1.tzdata2015ejpp8
libcgroup-0.41-alt1
librabbitmq-c-0.5.2-alt1.git20140830
libxerces-c28-2.8.0-alt3.qa4
meschach-1.2-alt1.b.3
perl-Gnome2-Canvas-1.002-alt5.1.1
perl-HTML-FormFu-MultiForm-1.00-alt1
perl-IO-Event-0.813-alt2
uae-0.8.29-alt2

Total 1003 error logs.


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