[cyber] I: Sisyphus-20210121 i586 beehive_status: +14 -14 (480)
ALT beekeeper
hiver ÎÁ altlinux.org
þÔ ñÎ× 21 22:15:46 MSK 2021
14 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()));
atlas-3.9.35-alt1.qa1
make -f Makefile INSTALL_LOG/s
hasher-priv: master: idle time limit (3600 seconds) exceeded
custodia-0.6.0-alt6
using tox.ini: /usr/src/RPM/BUILD/custodia-0.6.0/tox.ini (pid 3481057)
'exit code 1' cmd '/usr/bin/python2.7' out '' err 'Traceback (most recent call last):\n
File "/usr/lib/python3/site-packages/tox/helper/get_version.py", line 3, in <module>\n
import json\nImportError: No module named json\n'
using tox-3.20.1 from /usr/lib/python3/site-packages/tox/__init__.py (pid 3481057)
--
using tox.ini: /usr/src/RPM/BUILD/custodia-0.6.0/tox.ini (pid 3487502)
'exit code 1' cmd '/usr/bin/python2.7' out '' err 'Traceback (most recent call last):\n
File "/usr/lib/python3/site-packages/tox/helper/get_version.py", line 3, in <module>\n
import json\nImportError: No module named json\n'
using tox-3.20.1 from /usr/lib/python3/site-packages/tox/__init__.py (pid 3487502)
--
self.fail(str(exc))
E AssertionError: HTTPSConnectionPool(host='localhost', port=37907): Max
retries exceeded with url: /forwarder/test/ (Caused by SSLError(SSLError(1, '[SSL:
TLSV13_ALERT_CERTIFICATE_REQUIRED] tlsv13 alert certificate required (_ssl.c:2623)')))
=============================== warnings summary ===============================
--
=========================== short test summary info ============================
FAILED tests/test_custodia.py::CustodiaHTTPSTests::test_client_no_client_cert
============= 1 failed, 161 passed, 1 warning in 129.89s (0:02:09) =============
ERROR: InvocationError for command /usr/src/RPM/BUILD/custodia-0.6.0/.tox/py38/bin/python
-m coverage run --parallel -m pytest --capture=no --strict (exited with code 1)
ERROR: invocation failed (exit code 1)
✖ FAIL py38 in 2 minutes, 35.177 seconds
___________________________________ summary ____________________________________
ERROR: py38: parallel child exit code 1
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);
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_paths.so
cd /usr/src/RPM/BUILD/krita-4.4.1/BUILD/plugins/flake/pathshapes && /usr/bin/cmake -E
cmake_link_script CMakeFiles/krita_shape_paths.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586
-mtune=generic -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/lib -L/usr/lib/kf5/devel -shared -o krita_shape_paths.so
CMakeFiles/krita_shape_paths.dir/krita_shape_paths_autogen/mocs_compilation.cpp.o
CMakeFiles/krita_shape_paths.dir/ellipse/EllipseShape.cpp.o
CMakeFiles/krita_shape_paths.dir/ellipse/EllipseShapeFactory.cpp.o
CMakeFiles/krita_shape_paths.dir/ellipse/EllipseShapeConfigWidget.cpp.o
CMakeFiles/krita_shape_paths.dir/ellipse/EllipseShapeConfigCommand.cpp.o
CMakeFiles/krita_shape_paths.dir/spiral/SpiralShape.cpp.o
CMakeFiles/krita_shape_paths.dir/spiral/SpiralShapeFactory.cpp.o
CMakeFiles/krita_shape_paths.dir/spiral/SpiralShapeConfigWidget.cpp.o
CMakeFiles/krita_shape_paths.dir/spiral/SpiralShapeConfigCommand.cpp.o
CMakeFiles/krita_shape_paths.dir/star/StarShape.cpp.o
CMakeFiles/krita_shape_paths.dir/star/StarShapeFactory.cpp.o
CMakeFiles/krita_shape_paths.dir/star/StarShapeConfigWidget.cpp.o
CMakeFiles/krita_shape_paths.dir/star/StarShapeConfigCommand.cpp.o
CMakeFiles/krita_shape_paths.dir/rectangle/RectangleShape.cpp.o
CMakeFiles/krita_shape_paths.dir/rectangle/RectangleShapeFactory.cpp.o
CMakeFiles/krita_shape_paths.dir/rectangle/RectangleShapeConfigWidget.cpp.o
CMakeFiles/krita_shape_paths.dir/rectangle/RectangleShapeConfigCommand.cpp.o
CMakeFiles/krita_shape_paths.dir/enhancedpath/EnhancedPathShape.cpp.o
CMakeFiles/krita_shape_paths.dir/enhancedpath/EnhancedPathShapeFactory.cpp.o
CMakeFiles/krita_shape_paths.dir/enhancedpath/EnhancedPathCommand.cpp.o
CMakeFiles/krita_shape_paths.dir/enhancedpath/EnhancedPathParameter.cpp.o
CMakeFiles/krita_shape_paths.dir/enhancedpath/EnhancedPathFormula.cpp.o
CMakeFiles/krita_shape_paths.dir/enhancedpath/EnhancedPathHandle.cpp.o
CMakeFiles/krita_shape_paths.dir/PathShapesPlugin.cpp.o
CMakeFiles/krita_shape_paths.dir/qrc_pathshapes.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/widgets/libkritawidgets.so.20.0.0
../../../libs/flake/libkritaflake.so.20.0.0 /usr/lib/libQt5Svg.so.5.15.1
/usr/lib/libKF5Completion.so.5.78.0 ../../../libs/command/libkritacommand.so.20.0.0
../../../libs/psd/libkritapsd.so.20.0.0 ../../../libs/pigment/libkritapigment.so.20.0.0
../../../libs/metadata/libkritametadata.so.20.0.0
../../../libs/widgetutils/libkritawidgetutils.so.20.0.0
../../../libs/odf/libkritaodf.so.20.0.0 ../../../libs/store/libkritastore.so.20.0.0
/usr/lib/libKF5WidgetsAddons.so.5.78.0 /usr/lib/libQt5PrintSupport.so.5.15.1
/usr/lib/libKF5ConfigGui.so.5.78.0 /usr/lib/libKF5GuiAddons.so.5.78.0
/usr/lib/libKF5ItemViews.so.5.78.0 /usr/lib/libQt5X11Extras.so.5.15.1
../../../libs/koplugin/libkritaplugin.so.20.0.0
../../../libs/global/libkritaglobal.so.20.0.0 /usr/lib/libQt5Xml.so.5.15.1
/usr/lib/libQt5Widgets.so.5.15.1 /usr/lib/libQt5Concurrent.so.5.15.1
/usr/lib/libKF5CoreAddons.so.5.78.0 /usr/lib/libKF5ConfigCore.so.5.78.0
/usr/lib/libQt5DBus.so.5.15.1 /usr/lib/libKF5I18n.so.5.78.0
../../../libs/version/libkritaversion.so.20.0.0 -lboost_system-mt -lpng -lz
/usr/lib/libexiv2.so /usr/lib/libQt5Multimedia.so.5.15.1 /usr/lib/libQt5Network.so.5.15.1
/usr/lib/libQt5Gui.so.5.15.1 /usr/lib/libQt5Core.so.5.15.1 -lXi -ldl -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_paths
make[1]: Leaving directory '/usr/src/RPM/BUILD/krita-4.4.1/BUILD'
make: *** [Makefile:163: all] Error 2
libcacard-2.8.0-alt1
# libcacard-DEBUG: vreader_xfr_bytes: status=36864 sw1=0x90 sw2=0x0 len=45 (total=47)
Bail out! ERROR:../tests/common.c:941:test_gp_applet: assertion failed (pbRecvBuffer[16]
!= 0x19): (25 != 25)
--- stderr ---
ERROR:../tests/common.c:941:test_gp_applet: assertion failed (pbRecvBuffer[16] != 0x19):
(25 != 25)
Summary of Failures:
--
Full log written to
/usr/src/RPM/BUILD/libcacard-2.8.0/i586-alt-linux/meson-logs/testlog.txt
FAILED: meson-test
/usr/bin/meson test --no-rebuild --print-errorlogs
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)
ncmpc-0.38-alt1
[60/84] Compiling C++ object ncmpc.p/src_ConfigParser.cxx.o
FAILED: ncmpc.p/src_ConfigParser.cxx.o
c++ -Incmpc.p -I. -I.. -I../src -I/usr/include -fdiagnostics-color=always -pipe
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++17 -D_GNU_SOURCE
-DBOOST_NO_IOSTREAM -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -Wall
-Wextra -Wno-deprecated-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute
-Wredundant-decls -Wundef -Wno-non-virtual-dtor -fvisibility=hidden -Wno-format-truncation
-ffunction-sections -fdata-sections -frecord-gcc-switches -Wall -g -O2 -march=i586
-mtune=generic -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DBOOST_ALL_NO_LIB -pthread
-MD -MQ ncmpc.p/src_ConfigParser.cxx.o -MF ncmpc.p/src_ConfigParser.cxx.o.d -o
ncmpc.p/src_ConfigParser.cxx.o -c ../src/ConfigParser.cxx
--
../src/ConfigParser.cxx: In function ‘bool ReadConfigFile(const char*)’:
../src/ConfigParser.cxx:626:1: internal compiler error: Segmentation fault
626 | ReadConfigFile(const char *filename)
ocaml-ounit-2.2.3-alt1
..............................S.......................~
Error: OUnit:7:Runner:7:Threads.
File
"/usr/src/RPM/BUILD/ocaml-ounit-2.2.3/_build/default/test/oUnit-OUnit-localhost.localdomain#00.log",
line 12212, characters 1-1:
Error: OUnit:7:Runner:7:Threads (in the log).
Timeout after 600.0s
Ran: 55 tests in: 605.79 seconds.
FAILED: Cases: 55 Tried: 55 Errors: 0 Failures: 0 Skip: 1 Todo: 0 Timeouts: 1.
perl-Time-Warp-0.54-alt2_4
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test at t/when.t line 26.
# got: '6'
--
t/when.t (Wstat: 256 Tests: 8 Failed: 1)
Failed test: 5
Non-zero exit status: 1
--
Result: FAIL
Failed 1/1 test programs. 1/8 subtests failed.
make: *** [Makefile:951: test_dynamic] Error 1
python3-module-pexpect-4.8.0-alt1
=========================== short test summary info ============================
FAILED tests/test_interact.py::InteractTestCase::test_interact_exit_unicode
============ 1 failed, 233 passed, 13 warnings in 171.25s (0:02:51) ============
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/i586-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 ));
python3-module-virtualenv-20.1.0-alt1
SKIPPED [1] tests/unit/activation/conftest.py:249: Fish(
version=FileNotFoundError(2, 'No such file or directory'),
creator=CPython3Posix(dest=/usr/src/tmp/pytest-of-builder/pytest-0/popen-gw6/activation-tester-env0/e-$
èрт🚒♞ä¸ç‰‡-j, clear=False, global=False),
interpreter=PythonInfo(spec=CPython3.8.6.final.0-32, system=/usr/bin/python3.8,
exe=/usr/src/RPM/BUILD/python3-module-virtualenv-20.1.0/.tox/py3/bin/python,
platform=linux, version='3.8.6 (default, Oct 2 2020, 00:06:33) \n[GCC 9.3.1 20200518
(ALT Sisyphus 9.3.1-alt1)]', encoding_fs_io=utf-8-utf-8)) is not available due [Errno 2]
No such file or directory: 'fish'
SKIPPED [1] tests/unit/activation/conftest.py:249: Csh(
version=FileNotFoundError(2, 'No such file or directory'),
creator=CPython3Posix(dest=/usr/src/tmp/pytest-of-builder/pytest-0/popen-gw0/activation-tester-env1/e-$
èрт🚒♞ä¸ç‰‡-j, clear=False, global=False),
interpreter=PythonInfo(spec=CPython3.8.6.final.0-32, system=/usr/bin/python3.8,
exe=/usr/src/RPM/BUILD/python3-module-virtualenv-20.1.0/.tox/py3/bin/python,
platform=linux, version='3.8.6 (default, Oct 2 2020, 00:06:33) \n[GCC 9.3.1 20200518
(ALT Sisyphus 9.3.1-alt1)]', encoding_fs_io=utf-8-utf-8)) is not available due [Errno 2]
No such file or directory: 'csh'
SKIPPED [1] tests/unit/create/test_creator.py:281: python 2 only tests
SKIPPED [1] tests/unit/activation/conftest.py:249: Csh(
version=FileNotFoundError(2, 'No such file or directory'),
creator=CPython3Posix(dest=/usr/src/tmp/pytest-of-builder/pytest-0/popen-gw3/activation-tester-env0/e-$
èрт🚒♞ä¸ç‰‡-j, clear=False, global=False),
interpreter=PythonInfo(spec=CPython3.8.6.final.0-32, system=/usr/bin/python3.8,
exe=/usr/src/RPM/BUILD/python3-module-virtualenv-20.1.0/.tox/py3/bin/python,
platform=linux, version='3.8.6 (default, Oct 2 2020, 00:06:33) \n[GCC 9.3.1 20200518
(ALT Sisyphus 9.3.1-alt1)]', encoding_fs_io=utf-8-utf-8)) is not available due [Errno 2]
No such file or directory: 'csh'
SKIPPED [1] tests/unit/test_util.py:19: subprocess patch only applied on Windows python2
--
SKIPPED [1] tests/unit/activation/conftest.py:249: PowerShell(
version=FileNotFoundError(2, 'No such file or directory'),
creator=CPython3Posix(dest=/usr/src/tmp/pytest-of-builder/pytest-0/popen-gw1/activation-tester-env0/e-$
èрт🚒♞ä¸ç‰‡-j, clear=False, global=False),
interpreter=PathPythonInfo(spec=CPython3.8.6.final.0-32, system=/usr/bin/python3.8,
exe=/usr/src/RPM/BUILD/python3-module-virtualenv-20.1.0/.tox/py3/bin/python,
platform=linux, version='3.8.6 (default, Oct 2 2020, 00:06:33) \n[GCC 9.3.1 20200518
(ALT Sisyphus 9.3.1-alt1)]', encoding_fs_io=utf-8-utf-8)) is not available due [Errno 2]
No such file or directory: 'pwsh'
SKIPPED [1] tests/unit/activation/conftest.py:249: Fish(
version=FileNotFoundError(2, 'No such file or directory'),
creator=CPython3Posix(dest=/usr/src/tmp/pytest-of-builder/pytest-0/popen-gw7/activation-tester-env0/e-$
èрт🚒♞ä¸ç‰‡-j, clear=False, global=False),
interpreter=PythonInfo(spec=CPython3.8.6.final.0-32, system=/usr/bin/python3.8,
exe=/usr/src/RPM/BUILD/python3-module-virtualenv-20.1.0/.tox/py3/bin/python,
platform=linux, version='3.8.6 (default, Oct 2 2020, 00:06:33) \n[GCC 9.3.1 20200518
(ALT Sisyphus 9.3.1-alt1)]', encoding_fs_io=utf-8-utf-8)) is not available due [Errno 2]
No such file or directory: 'fish'
SKIPPED [1] tests/unit/activation/conftest.py:249: PowerShell(
transgui-5.18.0-alt2
$0804A091
$0804E30D
$08050778
An unhandled exception occurred at $08051171:
EAccessViolation:
$08051171
$0857E319
$08581647
$0858264D
$08065AA6
14 error logs REMOVED from the list
cinnamon-4.8.6-alt1
dvdisaster-0.72.3-alt3
emu8051-0.71-alt1.qa1
gawk-5.1.0.0.213.d04f-alt1
gear-2.4.2-alt1
libunwind-1.1-alt3
mutt-3:1.10.1-alt2
netplan-0.98-alt1
perl-Test-LectroTest-0.5001-alt3
python3-module-apptools-4.5.0-alt1
stress-ng-0.11.23-alt1
vtk8.2-8.2.0-alt7
wmsysmon-0.7.7-alt2
x11vnc-0.9.16-alt1
Total 480 error logs.
ðÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÐÉÓËÅ ÒÁÓÓÙÌËÉ Sisyphus-cybertalk