[cyber] I: p8-20190127 i586 beehive_status: +11 -13 (990)
ALT beekeeper
hiver на altlinux.org
Вс Янв 27 14:08:52 MSK 2019
11 NEW error logs
apache-mime4j-0:0.7.2-alt3_11jpp8
testLargeBufferedRead(org.apache.james.mime4j.message.StringInputStreamTest) Time
elapsed: 0.074 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<5193> but was:<5200>
at junit.framework.Assert.fail(Assert.java:57)
--
Results :
Failed tests:
org.apache.james.mime4j.message.StringInputStreamTest#testLargeBufferedRead e...
gcc4.7-4.7.2-alt10
libtool: link: ( cd ".libs" && rm -f "libgcj_bc.la" && ln -s "../libgcj_bc.la"
"libgcj_bc.la" )
/usr/bin/ld: cannot find -lgcj_bc
collect2: error: ld returned 1 exit status
make[3]: *** [ecjx] Error 1
gromacs-4.0.7-alt8
static char *argtp[etNR] = {
../../../src/tools/addconf.c:70:13: warning: 'set_margin' defined but not used
[-Wunused-function]
static void set_margin(t_atoms *atoms, rvec *x, real *r)
make[3]: Leaving directory `/usr/src/RPM/BUILD/gromacs-4.0.7/mpi-single/src/tools'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/gromacs-4.0.7/mpi-single/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/RPM/BUILD/gromacs-4.0.7/mpi-single/src'
make: *** [all-recursive] Error 1
make: Leaving directory `/usr/src/RPM/BUILD/gromacs-4.0.7/mpi-single'
havp-0.92-alt2
clamlibscanner.cpp: In member function 'virtual std::__cxx11::string
ClamLibScanner::Scan(const char*)':
clamlibscanner.cpp:207:61: error: invalid conversion from 'int' to 'cl_scan_options*'
[-fpermissive]
int ret = cl_scanfile(FileName, &virname, NULL, engine, scanopts);
--
clamlibscanner.cpp: In constructor 'ClamLibScanner::ClamLibScanner()':
clamlibscanner.cpp:283:16: error: 'CL_SCAN_STDOPT' was not declared in this scope
scanopts = CL_SCAN_STDOPT;
clamlibscanner.cpp:287:31: error: 'CL_SCAN_BLOCKMAX' was not declared in this scope
scanopts = scanopts | CL_SCAN_BLOCKMAX;
clamlibscanner.cpp:291:31: error: 'CL_SCAN_BLOCKENCRYPTED' was not declared in this scope
scanopts = scanopts | CL_SCAN_BLOCKENCRYPTED;
clamlibscanner.cpp:295:31: error: 'CL_SCAN_BLOCKBROKEN' was not declared in this scope
scanopts = scanopts | CL_SCAN_BLOCKBROKEN;
holotz-castle-1.3.14-alt2.qa1
mv HC ../holotz-castle
/usr/bin/ld: cannot find -lJLib
collect2: error: ld returned 1 exit status
mv: cannot stat 'HC': No such file or directory
make[1]: *** [HC] Error 1
klamav-0.46-alt3
/bin/sh ../libtool --silent --tag=CXX --mode=link i586-alt-linux-g++ -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -O2 -pipe -Wall -g -O2 -march=i586
-mtune=generic -I/usr/include/tqtinterface -Wformat-security -Wmissing-format-attribute
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o klamav
-L/usr/lib/qt3/lib -L/usr/lib -Wl,--as-needed -Wl,--enable-new-dtags main.o klamav.o
freshklam.o sigtool.o klamscan.o klamd.o kuarantine.o aboutklamav.o dbviewer.o frame.o
tabwidget.o viewer.o pageviewer.o klamav_run.o directorylist.o scanviewer.o schedule.o
datepicker.o cthost.o ctcron.o ctmonth.o ctdom.o ctdow.o cttask.o ctvariable.o ktlistitem.o
ktlisttask.o ktlisttasks.o ktview.o ktlistcron.o kticon.o activityviewer.o collectiondb.o
configdialog.o k3bjobprogressosd_mod.o update.o dcopklamscan_skel.o archivelimits.o
archivetypes.o specialfiletypes.o firstrunwizard.o autoscanoptions.o logoptions.o
klamavconfig.o -lkio -lkdecore -lkparts -lkhtml -lsqlite3 -lclamav -lkdeui -lDCOP
-lqt-mt -lX11 -lz
make[3]: Leaving directory `/usr/src/RPM/BUILD/klamav-0.46-source/klamav-0.46/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/klamav-0.46-source/klamav-0.46/src'
make[2]: Entering directory `/usr/src/RPM/BUILD/klamav-0.46-source/klamav-0.46'
make[2]: Leaving directory `/usr/src/RPM/BUILD/klamav-0.46-source/klamav-0.46'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/klamav-0.46-source/klamav-0.46'
make: *** [all] Error 2
make: Leaving directory `/usr/src/RPM/BUILD/klamav-0.46-source/klamav-0.46'
libcgroup-0.41-alt1
CC lex.lo
lex.l:18:19: fatal error: parse.h: No such file or directory
compilation terminated.
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.103s
FAILED (failures=4)
strace-4.22-alt1
+ exit 77
FAIL: delay
+ ../strace -V
--
# SKIP: 31
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See tests/test-suite.log
tutka-0.12.5-alt1
|| ( rm -f trackerwidget-marshal.tmp && exit 1 )
mv: cannot stat 'trackerwidget-marshal.tmp': No such file or directory
make[2]: *** [trackerwidget-marshal.h] Error 1
xblas-1.0.248-alt1
../test-dot2/r_truth2.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
make[1]: *** [do_test_hemv2] Error 1
13 error logs REMOVED from the list
atlas-3.9.35-alt1.qa1
gcc4.8-4.8.2-alt5
halibut-1.0-alt1.qa1
ice-3.3.1-alt2.3.1
intercal-0.29-alt1.git20140828.1
openblas-0.2.14-alt1.git20150324
perl-Glib-1.321-alt1
perl-HTML-FormFu-MultiForm-1.00-alt1
python-module-netcall-0.4.2-alt2.git20141120
seamonkey-1:2.48-alt1
spl-0.7.12-alt1
thunderbird-52.9.1-alt0.M80P.1
tiptop-2.3-alt1
Total 990 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk