* [cyber] I: Sisyphus-20190707 x86_64 beehive_status: +10 -11 (47)
@ 2019-07-07 6:25 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2019-07-07 6:25 UTC (permalink / raw)
To: sisyphus-cybertalk
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 9447 bytes --]
10 NEW error logs
bolt-0.8-alt0.1.g55918d9
--- stderr ---
ERROR:../tests/test-common.c:1233:test_fs_touch: assertion failed (ts >= now):
(1562479212 >= 1562479213)
Full log written to /usr/src/RPM/BUILD/bolt-0.8/x86_64-alt-linux/meson-logs/testlog.txt
FAILED: meson-test
/usr/bin/meson test --no-rebuild --print-errorlogs
erlang-proper-1.3-alt1
DEBUG: No processes to kill
ERROR: One or more eunit tests failed.
ERROR: eunit failed while processing /usr/src/RPM/BUILD/erlang-proper-1.3: rebar_abort
kde5-pim-runtime-19.04.2-alt1
[ 68%] Linking CXX static library ../../../lib/libewsclient.a
cd /usr/src/RPM/BUILD/kdepim-runtime-19.04.2/BUILD/resources/ews/ewsclient &&
/usr/bin/cmake -P CMakeFiles/ewsclient.dir/cmake_clean_target.cmake
cd /usr/src/RPM/BUILD/kdepim-runtime-19.04.2/BUILD/resources/ews/ewsclient &&
/usr/bin/cmake -E cmake_link_script CMakeFiles/ewsclient.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../lib/libewsclient.a
CMakeFiles/ewsclient.dir/auth/ewsabstractauth.cpp.o
CMakeFiles/ewsclient.dir/auth/ewspasswordauth.cpp.o
CMakeFiles/ewsclient.dir/ewsattachment.cpp.o
CMakeFiles/ewsclient.dir/ewsattendee.cpp.o CMakeFiles/ewsclient.dir/ewsclient.cpp.o
CMakeFiles/ewsclient.dir/ewscreatefolderrequest.cpp.o
CMakeFiles/ewsclient.dir/ewscreateitemrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsdeletefolderrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsdeleteitemrequest.cpp.o
CMakeFiles/ewsclient.dir/ewseffectiverights.cpp.o
CMakeFiles/ewsclient.dir/ewseventrequestbase.cpp.o
CMakeFiles/ewsclient.dir/ewsfindfolderrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsfinditemrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsfolder.cpp.o CMakeFiles/ewsclient.dir/ewsfoldershape.cpp.o
CMakeFiles/ewsclient.dir/ewsgeteventsrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsgetstreamingeventsrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsgetfolderrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsgetitemrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsid.cpp.o CMakeFiles/ewsclient.dir/ewsitem.cpp.o
CMakeFiles/ewsclient.dir/ewsitembase.cpp.o CMakeFiles/ewsclient.dir/ewsitemshape.cpp.o
CMakeFiles/ewsclient.dir/ewsjob.cpp.o CMakeFiles/ewsclient.dir/ewsmailbox.cpp.o
CMakeFiles/ewsclient.dir/ewsmovefolderrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsmoveitemrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsoccurrence.cpp.o
CMakeFiles/ewsclient.dir/ewspoxautodiscoverrequest.cpp.o
CMakeFiles/ewsclient.dir/ewspropertyfield.cpp.o
CMakeFiles/ewsclient.dir/ewsrecurrence.cpp.o CMakeFiles/ewsclient.dir/ewsrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsserverversion.cpp.o
CMakeFiles/ewsclient.dir/ewssubscriberequest.cpp.o
CMakeFiles/ewsclient.dir/ewssyncfolderhierarchyrequest.cpp.o
CMakeFiles/ewsclient.dir/ewssyncfolderitemsrequest.cpp.o
CMakeFiles/ewsclient.dir/ewstypes.cpp.o
CMakeFiles/ewsclient.dir/ewsunsubscriberequest.cpp.o
CMakeFiles/ewsclient.dir/ewsupdatefolderrequest.cpp.o
CMakeFiles/ewsclient.dir/ewsupdateitemrequest.cpp.o CMakeFiles/ewsclient.dir/ewsxml.cpp.o
CMakeFiles/ewsclient.dir/ewsclient_debug.cpp.o CMakeFiles/ewsclient.dir/auth/ewsoauth.cpp.o
CMakeFiles/ewsclient.dir/auth/ewspkeyauthjob.cpp.o
CMakeFiles/ewsclient.dir/ewscli_debug.cpp.o
CMakeFiles/ewsclient.dir/ewscli_proto_debug.cpp.o
CMakeFiles/ewsclient.dir/ewscli_req_debug.cpp.o
CMakeFiles/ewsclient.dir/ewscli_failedreq_debug.cpp.o
CMakeFiles/ewsclient.dir/ewsclient_autogen/mocs_compilation.cpp.o
/usr/bin/ranlib ../../../lib/libewsclient.a
make[2]: Leaving directory '/usr/src/RPM/BUILD/kdepim-runtime-19.04.2/BUILD'
make[1]: Entering directory '/usr/src/RPM/BUILD/kdepim-runtime-19.04.2/BUILD'
[ 68%] Built target ewsclient
make[1]: Leaving directory '/usr/src/RPM/BUILD/kdepim-runtime-19.04.2/BUILD'
make: *** [Makefile:133: all] Error 2
libsmi-0.4.8-alt2.2
parser-smi.c:2635:11: error: 'YYMAXDEPTH' undeclared (first use in this function);
did you mean 'YYMAXUTOK'?
if (YYMAXDEPTH <= yystacksize)
--
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
parser-smi.c:2663:9: error: 'YYABORT' undeclared (first use in this function)
YYABORT;
--
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
parser-smi.c:2669:5: error: 'YYACCEPT' undeclared (first use in this function); did
you mean 'ACCESS'?
YYACCEPT;
--
YYDPRINTF ((stderr, "Reading a token: "));
parser-smi.c:2695:17: error: 'YYEOF' undeclared (first use in this function); did you
mean 'EOF'?
if (yychar <= YYEOF)
--
YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
parser-smi.c:2703:60: error: 'yylloc' undeclared (first use in this function); did you
mean 'yyalloc'?
YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
--
yychar = YYEMPTY;
parser-smi.c:2754:11: error: 'yyr2' undeclared (first use in this function); did you mean
'yyn'?
yylen = yyr2[yyn];
--
YYABORT;
parser-smi.y:1954:8: error: 'yyerrok' undeclared (first use in this function); did you
mean 'yyerror'?
yyerrok;
--
parser-smi.y:1954:8: warning: statement with no effect [-Wunused-value]
parser-smi.c:9894:31: error: 'yyr1' undeclared (first use in this function); did you mean
'yyn'?
parser-smi.c:9894:51: error: 'yyloc' undeclared (first use in this function); did you
mean 'yylen'?
parser-smi.c:9898:3: warning: implicit declaration of function 'YY_STACK_PRINT'; did
you mean 'YYSTACK_FREE'? [-Wimplicit-function-declaration]
--
parser-smi.c:9982:18: warning: assignment to 'int' from 'const yytype_uint16 *' {aka
'const short unsigned int *'} makes integer from pointer without a cast [-Wint-conversion]
parser-smi.c:10022:18: error: 'YYTERROR' undeclared (first use in this function)
parser-smi.c:10022:15: warning: assignment to 'int' from 'const yytype_uint16 *' {aka
'const short unsigned int *'} makes integer from pointer without a cast [-Wint-conversion]
libtool_2.4-2.4.6-alt1
make[3]: Leaving directory '/usr/src/RPM/BUILD/libtool-2.4.6'
hasher-priv: master: idle time limit (3600 seconds) exceeded
perl-Parallel-Prefork-0.18-alt1_7
t/05-before_after_fork.t ................. ok
hasher-priv: master: idle time limit (3600 seconds) exceeded
python-module-lxml-4.3.3-alt1.1
Doctest: xpathxslt.txt
FAIL: test_element_cyclic_gc_none (lxml.tests.test_errors.ErrorTestCase)
Traceback (most recent call last):
--
raise self.failureException(msg)
AssertionError: 21912 != 21913
Ran 1835 tests in 28.921s
FAILED (failures=1)
Skipping tests in lxml.cssselect - external cssselect package is not installed
python-module-pycobertura-0.10.5-alt1
========================== 97 passed in 0.96 seconds ===========================
ERROR: InvocationError for command
/usr/src/RPM/BUILD/python-module-pycobertura-0.10.5/.tox/py27/bin/py.test (exited with
code 3)
ERROR: invocation failed (exit code 1)
✖ FAIL py27 in 14.705 seconds
--
with open('report.out') as f:
E FileNotFoundError: [Errno 2] No such file or directory: 'report.out'
____________________ test_diff__output_to_file__force_color ____________________
--
with open('report.out') as f:
E FileNotFoundError: [Errno 2] No such file or directory: 'report.out'
=============================== warnings summary ===============================
--
=========================== short test summary info ============================
FAILED tests/test_cli.py::test_diff__output_to_file - FileNotFoundError: [Err...
FAILED tests/test_cli.py::test_diff__output_to_file__force_color - FileNotFou...
=============== 2 failed, 95 passed, 2 warnings in 1.45 seconds ================
ERROR: InvocationError for command
/usr/src/RPM/BUILD/python-module-pycobertura-0.10.5/.tox/py37/bin/py.test (exited with
code 1)
ERROR: invocation failed (exit code 1)
✖ FAIL py37 in 15.082 seconds
___________________________________ summary ____________________________________
ERROR: py27: parallel child exit code 1
ERROR: py37: parallel child exit code 1
scilab-6.0.2-alt1
[javac] ^
[javac]
/usr/src/RPM/BUILD/scilab-6.0.2/scilab/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteIndexer.java:165:
error: cannot find symbol
[javac] refname.setBoost(100f);
--
[javac] location: variable refname of type Field
[javac]
/usr/src/RPM/BUILD/scilab-6.0.2/scilab/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteIndexer.java:179:
error: cannot find symbol
[javac] refpurpose.setBoost(10f);
--
[javac] location: variable refpurpose of type Field
[javac]
/usr/src/RPM/BUILD/scilab-6.0.2/scilab/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteSearcher.java:60:
error: cannot find symbol
[javac] queryParserHelper.setLowercaseExpandedTerms(true);
--
[javac] 1 warning
BUILD FAILED
/usr/src/RPM/BUILD/scilab-6.0.2/scilab/modules/prebuildjava/build.xml:104: The following
error occurred while executing this line:
sgc-0.2.1-alt3
+ xvfb-run sh makedocs
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
The XKEYBOARD keymap compiler (xkbcomp) reports:
--
pygame.display.init()
error: Couldn't open X11 display
The full traceback has been saved in /usr/src/tmp/sphinx-err-m5j4qU.log, if you want
to report the issue to the developers.
11 error logs REMOVED from the list
atlas-3.9.35-alt1.qa1
compiz-0.9.14.0-alt1
exquisite-1.0.0-alt0.2
gear-2.2.0-alt1
glibc-6:2.27-alt10
hibernate-search-5.5.4-alt4_2jpp8
librabbitmq-c-0.9.0-alt1
meschach-1.2-alt1.b.3
mkimage-profiles-1.3.10-alt1
perl-HTTP-Proxy-0.304-alt2
vi-traditional-050325-alt1
Total 47 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-07 6:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07 6:25 [cyber] I: Sisyphus-20190707 x86_64 beehive_status: +10 -11 (47) ALT beekeeper
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git