[cyber] I: Sisyphus-20210121 x86_64 beehive_status: +13 -13 (467)
ALT beekeeper
hiver на altlinux.org
Чт Янв 21 15:45:57 MSK 2021
13 NEW error logs
SimGear-2020.1.2-alt4
/usr/src/RPM/BUILD/SimGear-2020.1.2/simgear/props/props.cxx: In function 'SGPropertyNode*
find_node(SGPropertyNode*, const Range&, bool, int)':
/usr/src/RPM/BUILD/SimGear-2020.1.2/simgear/props/props.cxx:557:69: error: template
argument 1 is invalid
557 | typedef split_iterator<typename range_result_iterator<Range>::type>
--
/usr/src/RPM/BUILD/SimGear-2020.1.2/simgear/props/props.cxx:2093:26: required from here
/usr/src/RPM/BUILD/SimGear-2020.1.2/simgear/props/props.cxx:561:26: error: cannot
convert 'boost::algorithm::split_iterator<const char*>' to 'PathSplitIterator' {aka
'int'} in initialization
561 | = make_split_iterator(path, first_finder("/", is_equal()));
apache-commons-pool2-2.4.2-alt4_7jpp8
[ERROR] testBorrowObjectFairness(org.apache.commons.pool2.impl.TestGenericObjectPool)
Time elapsed: 2.735 s <<< FAILURE!
java.lang.AssertionError: Thread 15 failed: java.lang.Throwable: Expected: 15 found: 16
at
org.apache.commons.pool2.impl.TestGenericObjectPool.testBorrowObjectFairness(TestGenericObjectPool.java:2037)
automake_1.11-1.11.6-alt9
checking for upc... no
configure: error: no Unified Parallel C compiler was found
+ exit_status=77
--
+ exit 77
1 of 878 tests failed
(73 tests were not run)
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: /usr/libexec/rpm-build/install -p .libs/libcilk.g.so.0.0.0
/usr/src/tmp/cilk-buildroot/usr/lib64/libcilk.g.so.0.0.0
/bin/install: cannot stat '.libs/libcilk.g.so.0.0.0': No such file or directory
make[2]: *** [Makefile:565: install-libLTLIBRARIES] Error 1
clisp-1:2.49.92-alt2
Bye.
(echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l *erg; echo "To see
which tests failed, type" ; echo " cat "`pwd`"/*.erg" ; exit 1)
Test failed:
-rw-r--r-- 1 builder builder 848 Jan 21 05:27 socket.erg
To see which tests failed, type
cat /usr/src/RPM/BUILD/clisp-2.49.92/src/tests/*.erg
dreamchess-0.3.0-alt1.git5174b54
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c: In function 'whitespace_cb':
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:44:19: error: invalid use
of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
44 | if ((!strcmp(node->value.element.name, "?xml version=\"1.0\"?")
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:45:28: error: invalid use
of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
45 | || !strcmp(node->value.element.name, "options"))
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c: In function
'option_group_load':
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:167:11: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
167 | if (node->type == MXML_ELEMENT) {
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:172:49: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
172 | option = option_group_find_option(group, node->parent->value.opaque);
In file included from /usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:25:
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:174:48: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
174 | DBG_WARN("option '%s' does not exist", node->parent->value.opaque);
--
28 | #define DBG_WARN(...) do {dbg_warn(__FILE__, __LINE__, __VA_ARGS__);} while (0)
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:178:49: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
178 | if (option_select_value_by_name(option, node->value.opaque) == -1)
In file included from /usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:25:
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:179:66: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
179 | DBG_WARN("option '%s' has no value '%s'", option->name, node->value.opaque);
--
28 | #define DBG_WARN(...) do {dbg_warn(__FILE__, __LINE__, __VA_ARGS__);} while (0)
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:180:62: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
180 | DBG_LOG("setting option '%s' to '%s'", option->name, node->value.opaque);
--
29 | #define DBG_LOG(...) do {dbg_log(__FILE__, __LINE__, __VA_ARGS__);} while (0)
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:185:22: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
185 | val = strtol(node->value.opaque, NULL, 10);
In file included from /usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:25:
/usr/src/RPM/BUILD/dreamchess-0.3.0/dreamchess/src/options.c:187:67: error: invalid
use of incomplete typedef 'mxml_node_t' {aka 'struct _mxml_node_s'}
187 | DBG_WARN("value '%s' for option '%s' is not an integer", node->value.opaque,
option->name);
gawk-5.1.0.0.213.d04f-alt1
make[3]: Entering directory '/usr/src/RPM/BUILD/gawk-5.1.0.0.213.d04f-alt1/test'
1 TESTS FAILED
make[3]: *** [Makefile:5248: pass-fail] Error 1
krita-4.4.1-alt1
make[2]: Leaving directory '/usr/src/RPM/BUILD/krita-4.4.1/BUILD'
make[2]: Entering directory '/usr/src/RPM/BUILD/krita-4.4.1/BUILD'
[ 77%] Linking CXX shared module krita_shape_artistictext.so
cd /usr/src/RPM/BUILD/krita-4.4.1/BUILD/plugins/flake/artistictextshape && /usr/bin/cmake
-E cmake_link_script CMakeFiles/krita_shape_artistictext.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -fno-operator-names
-Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type
-Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fext-numeric-literals -fexceptions
-O2 -DNDEBUG -Wl,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags
-L/usr/lib64 -L/usr/lib64/kf5/devel -shared -o krita_shape_artistictext.so
CMakeFiles/krita_shape_artistictext.dir/krita_shape_artistictext_autogen/mocs_compilation.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextShapePlugin.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextShape.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextRange.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextShapeFactory.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextTool.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextToolFactory.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextToolSelection.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextShapeConfigWidget.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextShapeOnPathWidget.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextShapeLoadingUpdater.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ArtisticTextLoadingContext.cpp.o
CMakeFiles/krita_shape_artistictext.dir/AttachTextToPathCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/DetachTextFromPathCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ChangeTextOffsetCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ChangeTextFontCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ChangeTextAnchorCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/AddTextRangeCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/RemoveTextRangeCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/MoveStartOffsetStrategy.cpp.o
CMakeFiles/krita_shape_artistictext.dir/SelectTextStrategy.cpp.o
CMakeFiles/krita_shape_artistictext.dir/ReplaceTextRangeCommand.cpp.o
CMakeFiles/krita_shape_artistictext.dir/qrc_artistictextshape.cpp.o
../../../libs/ui/libkritaui.so.20.0.0 ../../../libs/impex/libkritaimpex.so.20.0.0
../../../libs/color/libkritacolor.so.20.0.0
../../../libs/color/colord/libkritacolord.so.20.0.0
../../../libs/brush/libkritalibbrush.so.20.0.0 ../../../libs/image/libkritaimage.so.20.0.0
../../../libs/psd/libkritapsd.so.20.0.0 ../../../libs/metadata/libkritametadata.so.20.0.0
-lboost_system-mt ../../../libs/widgets/libkritawidgets.so.20.0.0
../../../libs/flake/libkritaflake.so.20.0.0 ../../../libs/command/libkritacommand.so.20.0.0
/usr/lib64/libQt5Svg.so.5.15.1 ../../../libs/pigment/libkritapigment.so.20.0.0
../../../libs/widgetutils/libkritawidgetutils.so.20.0.0
/usr/lib64/libKF5ItemViews.so.5.78.0 ../../../libs/odf/libkritaodf.so.20.0.0
../../../libs/koplugin/libkritaplugin.so.20.0.0 ../../../libs/store/libkritastore.so.20.0.0
/usr/lib64/libKF5CoreAddons.so.5.78.0 /usr/lib64/libKF5Completion.so.5.78.0
/usr/lib64/libKF5WidgetsAddons.so.5.78.0 ../../../libs/global/libkritaglobal.so.20.0.0
/usr/lib64/libKF5I18n.so.5.78.0 ../../../libs/version/libkritaversion.so.20.0.0
/usr/lib64/libQt5Concurrent.so.5.15.1 /usr/lib64/libQt5PrintSupport.so.5.15.1
/usr/lib64/libQt5Widgets.so.5.15.1 /usr/lib64/libKF5ConfigGui.so.5.78.0
/usr/lib64/libKF5ConfigCore.so.5.78.0 /usr/lib64/libQt5DBus.so.5.15.1
/usr/lib64/libQt5Xml.so.5.15.1 /usr/lib64/libKF5GuiAddons.so.5.78.0
-lpng -lz /usr/lib64/libexiv2.so /usr/lib64/libQt5Multimedia.so.5.15.1
/usr/lib64/libQt5Network.so.5.15.1 -lXi -ldl /usr/lib64/libQt5X11Extras.so.5.15.1
/usr/lib64/libQt5Gui.so.5.15.1 /usr/lib64/libQt5Core.so.5.15.1 -lSM -lICE -lX11 -lXext
make[2]: Leaving directory '/usr/src/RPM/BUILD/krita-4.4.1/BUILD'
make[1]: Entering directory '/usr/src/RPM/BUILD/krita-4.4.1/BUILD'
[ 77%] Built target krita_shape_artistictext
make[1]: Leaving directory '/usr/src/RPM/BUILD/krita-4.4.1/BUILD'
make: *** [Makefile:163: all] Error 2
mapsoft-20201212-alt1
from programs/convs_gtiles.cpp:7:
/usr/include/boost/geometry/algorithms/make.hpp:87:10: error: 'std::enable_if_t' has
not been declared
87 | std::enable_if_t<! traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:87:21: error: expected '>' before '<' token
87 | std::enable_if_t<! traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:108:10: error: 'std::enable_if_t'
has not been declared
108 | std::enable_if_t<traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:108:21: error: expected '>' before
'<' token
108 | std::enable_if_t<traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:110:27: error: redefinition of
'template<class Geometry, class Type, <typeprefixerror><anonymous> > constexpr Geometry
boost::geometry::make(const Type&, const Type&)'
110 | constexpr inline Geometry make(Type const& c1, Type const& c2)
--
89 | inline Geometry make(Type const& c1, Type const& c2)
/usr/include/boost/geometry/algorithms/make.hpp:143:10: error: 'std::enable_if_t'
has not been declared
143 | std::enable_if_t<! traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:143:21: error: expected '>' before
'<' token
143 | std::enable_if_t<! traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:163:10: error: 'std::enable_if_t'
has not been declared
163 | std::enable_if_t<traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:163:21: error: expected '>' before
'<' token
163 | std::enable_if_t<traits::make<Geometry>::is_specialized, int> = 0
/usr/include/boost/geometry/algorithms/make.hpp:165:27: error: redefinition of
'template<class Geometry, class Type, <typeprefixerror><anonymous> > constexpr Geometry
boost::geometry::make(const Type&, const Type&, const Type&)'
165 | constexpr inline Geometry make(Type const& c1, Type const& c2, Type const& c3)
python3-module-pexpect-4.8.0-alt1
=========================== short test summary info ============================
FAILED tests/test_async.py::AsyncTests::test_async_replwrap_multiline - pexpe...
============ 1 failed, 233 passed, 13 warnings in 203.03s (0:03:23) ============
python3-module-pynest2d-4.8-alt1
/usr/include/libnest2d/utils/boost_alg.hpp:399:40: required from here
/usr/include/boost/geometry/core/tag.hpp:68:17: error: no type
named 'type' in 'struct boost::geometry::util::remove_cptrref<const
libnest2d::DefaultMultiShape<ClipperLib::Polygon> >'
/usr/include/boost/geometry/core/tag.hpp: In instantiation of 'struct
boost::geometry::tag<libnest2d::DefaultMultiShape<ClipperLib::Polygon> >':
--
/usr/include/libnest2d/utils/boost_alg.hpp:399:40: required from here
/usr/include/boost/geometry/core/tag.hpp:68:17: error: no type named 'type' in 'struct
boost::geometry::util::remove_cptrref<libnest2d::DefaultMultiShape<ClipperLib::Polygon> >'
In file included from /usr/include/c++/10/x86_64-alt-linux/bits/c++allocator.h:33,
--
/usr/include/libnest2d/utils/boost_alg.hpp:449:55: required from here
/usr/include/c++/10/ext/new_allocator.h:150:4: error: no matching function for call to
'boost::geometry::model::point<double, 2, boost::geometry::cs::cartesian>::point(double,
double)'
150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
--
/usr/include/libnest2d/utils/boost_alg.hpp:333:48: required from here
/usr/include/boost/geometry/algorithms/detail/disjoint/interface.hpp:70:25: error: no type
named 'type' in 'struct boost::geometry::dimension<std::vector<ClipperLib::IntPoint> >'
67 | return dispatch::disjoint
--
/usr/include/libnest2d/utils/boost_alg.hpp:340:48: required from here
/usr/include/boost/geometry/algorithms/detail/disjoint/interface.hpp:70:25: error:
no type named 'type' in 'struct boost::geometry::dimension<ClipperLib::Polygon>'
In file included from /usr/include/boost/geometry/core/ring_type.hpp:28,
--
/usr/include/libnest2d/utils/boost_alg.hpp:347:46: required from here
/usr/include/boost/geometry/core/tag.hpp:68:17: error: no type named 'type' in 'struct
boost::geometry::util::remove_cptrref<libnest2d::_Segment<ClipperLib::IntPoint> >'
68 | >::type type;
--
/usr/include/libnest2d/utils/boost_alg.hpp:347:46: required from here
/usr/include/boost/geometry/algorithms/detail/disjoint/interface.hpp:70:25:
error: no type named 'type' in 'struct
boost::geometry::dimension<libnest2d::_Segment<ClipperLib::IntPoint> >'
67 | return dispatch::disjoint
--
/usr/include/libnest2d/utils/boost_alg.hpp:333:48: required from here
/usr/include/boost/geometry/core/coordinate_dimension.hpp:129:5: error: 'value' is not
a member of 'boost::geometry::dimension<const std::vector<ClipperLib::IntPoint> >'
129 | BOOST_STATIC_ASSERT(( dimension<G1>::value == dimension<G2>::value ));
/usr/include/boost/geometry/core/coordinate_dimension.hpp:129:5: error: 'value' is not
a member of 'boost::geometry::dimension<const std::vector<ClipperLib::IntPoint> >'
129 | BOOST_STATIC_ASSERT(( dimension<G1>::value == dimension<G2>::value ));
--
/usr/include/libnest2d/utils/boost_alg.hpp:340:48: required from here
/usr/include/boost/geometry/core/coordinate_dimension.hpp:129:5: error: 'value' is not
a member of 'boost::geometry::dimension<const ClipperLib::Polygon>'
129 | BOOST_STATIC_ASSERT(( dimension<G1>::value == dimension<G2>::value ));
racket-7.3-alt2
raco setup: 3 rendering:
<pkgs>/web-server-doc/web-server/scribblings/web-server-internal.scrbl
raco setup: 3 rendering: <pkgs>/net-doc/net/scribblings/win32-ssl.scrbl
raco setup: 3 rendering: <pkgs>/racket-doc/xml/xml.scrbl
raco setup: 4 rendering: <pkgs>/xrepl-doc/xrepl/xrepl.scrbl
raco setup: 3 rendering: <pkgs>/racket-index/scribblings/main/local-redirect.scrbl
raco setup: 2 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'
transgui-5.18.0-alt2
An unhandled exception occurred at $00000000004316A7:
EThreadError: Thread error
$00000000004316A7
13 error logs REMOVED from the list
SNNS-4.3-alt1.1.1.1
atlas-3.9.35-alt1.qa1
curl-7.74.0-alt1
custodia-0.6.0-alt6
dvdisaster-0.72.3-alt3
emu8051-0.71-alt1.qa1
fish-3.1.2-alt1
karbowanecwallet-1.4.7-alt2
mutt-3:1.10.1-alt2
netplan-0.98-alt1
stress-ng-0.11.23-alt1
vtk8.2-8.2.0-alt7
wmsysmon-0.7.7-alt2
Total 467 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk