[cyber] I: Sisyphus-20190903 i586 beehive_status: +13 -7 (96)

ALT beekeeper hiver на altlinux.org
Вт Сен 3 16:12:46 MSK 2019


	13 NEW error logs

apache-commons-pool2-2.4.2-alt4_7jpp8
	[ERROR] testBorrowObjectFairness(org.apache.commons.pool2.impl.TestGenericKeyedObjectPool)
	Time elapsed: 2.585 s  <<< FAILURE!
	java.lang.AssertionError: Thread 36 failed: java.lang.Exception: Expected: 036 found: 037
	at
	org.apache.commons.pool2.impl.TestGenericKeyedObjectPool.testBorrowObjectFairness(TestGenericKeyedObjectPool.java:1115)
	--
	[ERROR] testBorrowObjectFairness(org.apache.commons.pool2.impl.TestGenericObjectPool)
	Time elapsed: 0.45 s  <<< FAILURE!
	java.lang.AssertionError: Thread 0 failed: java.lang.Throwable: Expected: 0 found: 1
	at
	org.apache.commons.pool2.impl.TestGenericObjectPool.testBorrowObjectFairness(TestGenericObjectPool.java:2037)

aqbanking-5.7.8-alt2
	/bin/sh ../../../../../libtool	--tag=CC   --mode=link i586-alt-linux-gcc
	-DBUILDING_AQHBCI -fvisibility=hidden -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586
	-mtune=generic -g -Wall -Wdeclaration-after-statement  -g -o testlib testlib.o
	/usr/src/RPM/BUILD/aqbanking-5.7.8/src/plugins/backends/aqhbci/plugin/libaqhbci.la
	/usr/src/RPM/BUILD/aqbanking-5.7.8/src/libs/aqbanking/libaqbanking.la -lgwenhywfar
	libtool:   error: cannot find the library
	'/usr/src/RPM/BUILD/aqbanking-5.7.8/src/plugins/backends/aqhbci/plugin/libaqhbci.la'
	or unhandled argument
	'/usr/src/RPM/BUILD/aqbanking-5.7.8/src/plugins/backends/aqhbci/plugin/libaqhbci.la'
	make[8]: *** [Makefile:766: testlib] Error 1

cilk-5.4.6-alt11
	perl -I. ./bfnnconv.pl ./cilk-faq.bfnn
	no ./cilk-faq.xrefdb (No such file or directory) at ./bfnnconv.pl line 43.
	S0	    
S1		 
Q1.1		
Q1.2	       
Q1.3	      
Q1.4	     
Q1.5
	
Q1.6	       
Q1.7	      
Q1.8	     
S2	  
Q2.1		 
Q2.2
	
Q2.3	       
Q2.4	      
S3	   
Q3.1	  
Q3.2		 
Q3.3
	
Q3.4	       
unknown question `compile' at ./bfnnconv.pl line 221, <> line 263.
	--
	libtool: install: /bin/install -p .libs/libcilk.g.p.so.0.0.0
	/usr/src/tmp/cilk-buildroot/usr/lib/libcilk.g.p.so.0.0.0
	/bin/install: cannot stat '.libs/libcilk.g.p.so.0.0.0': No such file or directory
	make[2]: *** [Makefile:565: install-libLTLIBRARIES] Error 1

libsmi-0.5.0-alt1.svn1841
	parser-smi.y: In function 'smiparse':
	parser-smi.y:2815:21: error: 'Parser' {aka 'struct Parser'} has no member named
	'firstState'
	thisParserPtr->firstStatementLine = thisParserPtr->line;
	--
	thisParserPtr->firstStatementLine = thisParserPtr->line;
	parser-smi.y:2815: error: 'ptr' undeclared (first use in this function)
	thisParserPtr->firstStatementLine = thisParserPtr->line;
	parser-smi.y:2815: note: each undeclared identifier is reported only once for each
	function it appears in
	parser-smi.y:2816:8: error: 'p' undeclared (first use in this function)
	thisParserPtr->currentDecl = SMI_DECL_OBJECTTYPE;
	parser-smi.y:2817:13: error: 'pp' undeclared (first use in this function)
	In file included from parser-smi.y:36:

perl-IO-Event-0.813-alt2
	Result: FAIL
	Failed 1/12 test programs. 0/920 subtests failed.
	make: *** [Makefile:780: test_dynamic] Error 255

perl-Net-Server-Mail-0.28-alt1
	t/smtp.t ...... ok
	# Error: Can't call method "peerhost" on an undefined value at t/starttls.t line 131.
	# kill 9, 19541 (server)
	--
	Result: FAIL
	Failed 1/4 test programs. 0/33 subtests failed.
	make: *** [Makefile:783: test_dynamic] Error 255

python-module-alembic-1.0.5-alt2
	% (element, reg.pattern)
	CompileError: Unexpected SQL phrase: 'INITIAL' (matching against
	'^(?:DEFERRED|IMMEDIATE)$')
	__________ PostgresqlAutogenRenderTest.test_inline_exclude_constraint __________
	--
	assert a == b, msg or "%r != %r" % (a, b)
	AssertionError: "op.create_table('t',sa.Column('x',
	sa.String(), nullable=True),sa.Column('y', sa.String(),
	nullable=True),postgresql.ExcludeConstraint((sa.column('x'),
	'>'), where=sa.text(u'x != 2'), using='gist', name='t_excl_x'))"
	!= "op.create_table('t',sa.Column('x', sa.String(), nullable=True),sa.Column('y',
	sa.String(), nullable=True),postgresql.ExcludeConstraint((u'x', '>'), where=sa.text(u'x
	!= 2'), using='gist', name='t_excl_x'))"
	________ PostgresqlOpTest.test_create_exclude_constraint_quoted_literal ________
	--
	assert a == b, msg or "%r != %r" % (a, b)
	AssertionError: [u'ALTER TABLE "SomeTable" ADD CONSTRAINT ex1 EXCLUDE USING gist
	("""SomeColumn""" WITH >) WHERE ("SomeColumn" > 5)'] != ['ALTER TABLE "SomeTable"
	ADD CONSTRAINT ex1 EXCLUDE USING gist ("SomeColumn" WITH >) WHERE ("SomeColumn" > 5)']
	=========================== short test summary info ============================
	FAILED tests/test_op.py::OpTest::test_add_foreign_key_initially - CompileErro...
	FAILED
	tests/test_postgresql.py::PostgresqlAutogenRenderTest::test_inline_exclude_constraint
	FAILED
	tests/test_postgresql.py::PostgresqlOpTest::test_create_exclude_constraint_quoted_literal
	============== 3 failed, 918 passed, 230 skipped in 9.87 seconds ===============

python-module-hupper-1.0-alt1.qa1
	>			'timeout waiting for change to file=%s' % (path,))
	E		    RuntimeError: timeout waiting for change to file=/usr/src/tmp/tmpybin3C
	tests/util.py:100: RuntimeError

python-module-sqlalchemy-batteries-0.4.5-alt1.git20150204.1.1.1
	number = Column(Float(10, scale=2))
	TypeError: __init__() got an unexpected keyword argument 'scale'

racket-7.3-alt1
	raco setup: 4 re-rendering: <pkgs>/racket-index/scribblings/main/release.scrbl
	raco setup: 3 re-rendering: <pkgs>/scribble-doc/scribblings/scribble/scribble.scrbl
	raco setup: 2 re-rendering: <pkgs>/racket-index/scribblings/main/start.scrbl
	raco setup: 1 re-rendering:
	<pkgs>/typed-racket-doc/typed-racket/scribblings/ts-reference.scrbl
	raco setup: 0 re-rendering: <pkgs>/racket-index/scribblings/main/local-redirect.scrbl
	raco setup: 2 re-rendering: <pkgs>/racket-index/scribblings/main/search.scrbl
	make[1]: *** [Makefile:196: install-3m] CPU time limit exceeded
	make[1]: Leaving directory '/usr/src/RPM/BUILD/racket-7.3/src'
	make: *** [Makefile:119: install] Error 2
	make: Leaving directory '/usr/src/RPM/BUILD/racket-7.3/src'

riot-desktop-1.2.1-alt1
	Entrypoint undefined = mobile_guide/index.html
	[0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/vector/mobile_guide/index.html
	101 KiB {0} [built]
	[2] (webpack)/buildin/global.js 472 bytes {0} [built]
	[3] (webpack)/buildin/module.js 497 bytes {0} [built]
	+ 1 hidden module
	Done in 91.69s.
	+ rm -rf node_modules/
	+ mv production/node_modules ./
	+ asar pack . resources/app.asar
	/usr/src/tmp/rpm-tmp.8313: line 107: 26166 Segmentation fault	   asar pack
	. resources/app.asar

vi-traditional-050325-alt1
	/usr/bin/ld.default: cannot find -luxre
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:267: ex] Error 1

xtux-20030306-alt5.qa1
	gcc -o ../../tux_serv main.o sv_net.o sv_netmsg_recv.o sv_netmsg_send.o world.o game.o
	entity.o weapon.o misc.o sv_map.o ai.o hitscan.o item.o event.o  ../../src/common/xtuxlib.a
	-lm
	i586-alt-linux-gcc: error: ../../src/common/xtuxlib.a: No such file or directory
	make[1]: *** [Makefile:46: server] Error 1

	7 error logs REMOVED from the list
alexandria-0.7.3-alt3
doxygen-1:1.8.15-alt1
exifprobe-2.0.1-alt1.qa1
ghc8.6.4-sha-1.6.4.4-alt1
lazarus-1:2.0.4-alt1
python-module-flake8-3.7.8-alt1
ruby-pry-0.12.2-alt2

Total 96 error logs.


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