[cyber] I: Sisyphus-20220219 i586 beehive_status: +22 -21 (181)
ALT beekeeper
hiver на altlinux.org
Сб Фев 19 09:20:31 MSK 2022
22 NEW error logs
kde5-kitinerary-21.12.1-alt1
In file included from /usr/src/RPM/BUILD/kitinerary-21.12.1/src/cli/main.cpp:7:
/usr/src/RPM/BUILD/kitinerary-21.12.1/BUILD/src/lib/config-kitinerary.h:7:10: fatal
error: ki18n_version.h: No such file or directory
7 | #include <ki18n_version.h> // ### temporary until we depend on >= KF 5.88
liri-power-manager-0.9.0-alt2
cd /usr/src/RPM/BUILD/liri-power-manager-0.9.0/i586-alt-linux/src/daemon
&& /usr/bin/c++ -DLIRI_BUILD_POWER_LIB -DLIRI_CORE_LIB -DLIRI_DAEMON_LIB
-DLIRI_LOCALDEVICE_LIB -DLIRI_LOGIND_LIB -DLIRI_NOTIFICATIONS_LIB -DLIRI_POWER_LIB
-DLIRI_QT5GSETTINGS_LIB -DQT_ASCII_CAST_WARNINGS -DQT_CORE_LIB -DQT_DBUS_LIB
-DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_PLUGIN -DQT_USE_QSTRINGBUILDER
-I/usr/src/RPM/BUILD/liri-power-manager-0.9.0/i586-alt-linux/src/daemon
-I/usr/src/RPM/BUILD/liri-power-manager-0.9.0/src/daemon
-I/usr/src/RPM/BUILD/liri-power-manager-0.9.0/i586-alt-linux/src/daemon/power_autogen/include
-isystem /usr/include/qt5 -isystem /usr/include/qt5/QtDBus -isystem
/usr/include/qt5/QtCore -isystem /usr/share/qt5/../../lib/qt5/mkspecs/linux-g++ -isystem
/usr/include/qt5/QtGui -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5
-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic
-fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fdiagnostics-color=always
-fPIC -std=gnu++14 -MD -MT src/daemon/CMakeFiles/power.dir/batterywatcher.cpp.o -MF
CMakeFiles/power.dir/batterywatcher.cpp.o.d -o CMakeFiles/power.dir/batterywatcher.cpp.o
-c /usr/src/RPM/BUILD/liri-power-manager-0.9.0/src/daemon/batterywatcher.cpp
[01m[K/usr/src/RPM/BUILD/liri-power-manager-0.9.0/src/daemon/batterywatcher.cpp:27:10:[m[K
[01;31m[Kfatal error: [m[KKF5/solid_version.h: No such file or directory
27 | #include [01;31m[K<KF5/solid_version.h>[m[K
nasm-2.15.05-alt1
rm -f html/*.html
perl -I. ./rdsrc.pl -I./ -ohtml html nasmdoc.src
Reading input...done.
Fixing up cross-references...done.
Sorting index tags...done.
Producing HTML output: writing contents file...writing chapter files...
writing index file...done.
make[3]: Leaving directory '/usr/src/RPM/BUILD/nasm-2.15.05/doc'
make[1]: *** [Makefile:455: doc] Error 2
make: *** [Makefile:464: always_everything] Error 2
octoprint-1.6.1-alt5
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
__________ ERROR collecting tests/access/groups/test_groupmanager.py ___________
tests/access/groups/test_groupmanager.py:16: in <module>
--
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
__________ ERROR collecting tests/access/groups/test_groupmanager.py ___________
ImportError while importing test module
'/usr/src/RPM/BUILD/OctoPrint-1.6.1/tests/access/groups/test_groupmanager.py'.
--
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
___________ ERROR collecting tests/access/users/test_usermanager.py ____________
tests/access/users/test_usermanager.py:15: in <module>
--
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
___________ ERROR collecting tests/access/users/test_usermanager.py ____________
ImportError while importing test module
'/usr/src/RPM/BUILD/OctoPrint-1.6.1/tests/access/users/test_usermanager.py'.
--
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
______________ ERROR collecting tests/access/users/test_users.py _______________
tests/access/users/test_users.py:13: in <module>
pcs-1:0.11.2-alt1
checking pip module: lxml ... no
configure: error: Python module lxml not found
python3-module-Flask-Bootstrap-3.3.0.2-alt3
running build_ext
flask_bootstrap (unittest.loader._FailedTest) ... ERROR
sample_application (unittest.loader._FailedTest) ... ERROR
ERROR: flask_bootstrap (unittest.loader._FailedTest)
ImportError: Failed to import test module: flask_bootstrap
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: sample_application (unittest.loader._FailedTest)
ImportError: Failed to import test module: sample_application
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 2 tests in 0.000s
FAILED (errors=2)
Test failed: <unittest.runner.TextTestResult run=2 errors=2 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=2 errors=2 failures=0>
python3-module-Flask-WebTest-0.0.9-alt3
from http import cookiejar
except ImportError:
- import cookielib as cookiejar
--
running build_ext
test (unittest.loader._FailedTest) ... ERROR
ERROR: test (unittest.loader._FailedTest)
ImportError: Failed to import test module: test
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 1 test in 0.000s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
python3-module-aws-xray-sdk-2.8.0-alt1
==================================== ERRORS ====================================
________________ ERROR collecting tests/ext/flask/test_flask.py ________________
ImportError while importing test module
'/usr/src/RPM/BUILD/python3-module-aws-xray-sdk-2.8.0/tests/ext/flask/test_flask.py'.
--
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
__________ ERROR collecting tests/ext/flask_sqlalchemy/test_query.py ___________
ImportError while importing test module
'/usr/src/RPM/BUILD/python3-module-aws-xray-sdk-2.8.0/tests/ext/flask_sqlalchemy/test_query.py'.
--
from itsdangerous import json as _json
E ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
=============================== warnings summary ===============================
--
=========================== short test summary info ============================
ERROR tests/ext/flask/test_flask.py
ERROR tests/ext/flask_sqlalchemy/test_query.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
python3-module-flask-migrate-2.7.0-alt1
ERROR: app_custom_directory_path (unittest.loader._FailedTest)
ImportError: Failed to import test module: app_custom_directory_path
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: app_custom_directory (unittest.loader._FailedTest)
ImportError: Failed to import test module: app_custom_directory
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: app_compare_type2 (unittest.loader._FailedTest)
ImportError: Failed to import test module: app_compare_type2
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: app_compare_type1 (unittest.loader._FailedTest)
ImportError: Failed to import test module: app_compare_type1
python3-module-flask-sqlalchemy-2.5.1-alt1
running build_ext
flask_sqlalchemy (unittest.loader._FailedTest) ... ERROR
ERROR: flask_sqlalchemy (unittest.loader._FailedTest)
ImportError: Failed to import test module: flask_sqlalchemy
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 1 test in 0.000s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
python3-module-flask_mail-0.9.1-alt2
running build_ext
Failure: ImportError (cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)) ... ERROR
ERROR: Failure: ImportError (cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py))
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 1 test in 0.134s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
python3-module-jupyter_client-7.0.6-alt1
==================================== ERRORS ====================================
________________________ ERROR collecting test session _________________________
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
--
from . import (
E ImportError: cannot import name 'constants' from partially initialized
module 'zmq.backend.cython' (most likely due to a circular import)
(/usr/lib/python3/site-packages/zmq/backend/cython/__init__.py)
=========================== short test summary info ============================
ERROR - ImportError: cannot import name 'constants' from partially initializ...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
python3-module-jupyter_console-6.2.0-alt2
from . import (
ImportError: cannot import name 'constants' from partially initialized
module 'zmq.backend.cython' (most likely due to a circular import)
(/usr/lib/python3/site-packages/zmq/backend/cython/__init__.py)
make: *** [Makefile:60: config_options.rst] Error 1
python3-module-libusb1-2.0.1-alt1
Just testing getVersion doesn't raise... ... ok
testHasCapability (usb1.testUSB1.USBTransferTests)
Just testing hasCapability doesn't raise... ... ok
testHasVersion (usb1.testUSB1.USBTransferTests) ... ok
testImplicitUSBContextOpening (usb1.testUSB1.USBTransferTests)
Test pre-1.5 API backward
compatibility. ... /usr/src/RPM/BUILD/python3-module-libusb1-2.0.1/usb1/__init__.py:2093:
DeprecationWarning: Use "with USBContext() as context:" for safer cleanup on interpreter
shutdown. See also USBContext.open().
warnings.warn(
ok
testSetBulk (usb1.testUSB1.USBTransferTests)
Simplest test: feed some data, must not raise. ... /usr/src/tmp/rpm-tmp.16480: line 128:
41944 Segmentation fault /usr/bin/python3 setup.py test
python3-module-moto-1.3.16-alt1
if tld is 'default':
test_server (unittest.loader._FailedTest) ... ERROR
test_simple_instance (tests.test_cloudformation.test_import_value.TestSimpleInstance)
--
Test that we get an exception if a CloudFormation stack tries to imports a non-existent
export value ... ok
test_server (unittest.loader._FailedTest) ... ERROR
ERROR: test_server (unittest.loader._FailedTest)
ImportError: Failed to import test module: test_server
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: test_server (unittest.loader._FailedTest)
ImportError: Failed to import test module: test_server
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: test_server (unittest.loader._FailedTest)
ImportError: Failed to import test module: test_server
Traceback (most recent call last):
python3-module-nbclient-0.5.4-alt1
==================================== ERRORS ====================================
________________ ERROR collecting nbclient/tests/test_client.py ________________
ImportError while importing test module
'/usr/src/RPM/BUILD/python3-module-nbclient-0.5.4/nbclient/tests/test_client.py'.
--
from . import (
E ImportError: cannot import name 'constants' from partially initialized
module 'zmq.backend.cython' (most likely due to a circular import)
(/usr/lib/python3/site-packages/zmq/backend/cython/__init__.py)
=========================== short test summary info ============================
ERROR nbclient/tests/test_client.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
python3-module-nbconvert-6.1.0-alt1
from . import (
E ImportError: cannot import name 'constants' from partially initialized
module 'zmq.backend.cython' (most likely due to a circular import)
(/usr/lib/python3/site-packages/zmq/backend/cython/__init__.py)
___________ ERROR collecting nbconvert/writers/tests/test_stdout.py ____________
ImportError while importing test module
'/usr/src/RPM/BUILD/python3-module-nbconvert-6.1.0/nbconvert/writers/tests/test_stdout.py'.
--
from . import (
E ImportError: cannot import name 'constants' from partially initialized
module 'zmq.backend.cython' (most likely due to a circular import)
(/usr/lib/python3/site-packages/zmq/backend/cython/__init__.py)
=============================== warnings summary ===============================
--
=========================== short test summary info ============================
ERROR nbconvert/exporters/tests/test_asciidoc.py
ERROR nbconvert/exporters/tests/test_export.py
ERROR nbconvert/exporters/tests/test_exporter.py
ERROR nbconvert/exporters/tests/test_html.py
ERROR nbconvert/exporters/tests/test_latex.py
ERROR nbconvert/exporters/tests/test_markdown.py
ERROR nbconvert/exporters/tests/test_notebook.py
ERROR nbconvert/exporters/tests/test_pdf.py
python3-module-pytest-flask-0.10.0-alt2
running build_ext
fixtures (unittest.loader._FailedTest) ... ERROR
plugin (unittest.loader._FailedTest) ... ERROR
ERROR: fixtures (unittest.loader._FailedTest)
ImportError: Failed to import test module: fixtures
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
ERROR: plugin (unittest.loader._FailedTest)
ImportError: Failed to import test module: plugin
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 2 tests in 0.000s
FAILED (errors=2)
Test failed: <unittest.runner.TextTestResult run=2 errors=2 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=2 errors=2 failures=0>
python3-module-qtconsole-5.2.2-alt1
from . import (
ImportError: cannot import name 'constants' from partially initialized
module 'zmq.backend.cython' (most likely due to a circular import)
(/usr/lib/python3/site-packages/zmq/backend/cython/__init__.py)
make: *** [Makefile:62: source/config_options.rst] Error 1
python3-module-resweb-0.1.7-alt3
running build_ext
core (unittest.loader._FailedTest) ... ERROR
ERROR: core (unittest.loader._FailedTest)
ImportError: Failed to import test module: core
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 1 test in 0.000s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
python3-module-shiftschema-0.0.11-alt2
running build_ext
flask_wtf (unittest.loader._FailedTest) ... ERROR
ERROR: flask_wtf (unittest.loader._FailedTest)
ImportError: Failed to import test module: flask_wtf
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 1 test in 0.000s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
python3-module-webplot-0.8-alt2
running build_ext
webplot (unittest.loader._FailedTest) ... ERROR
ERROR: webplot (unittest.loader._FailedTest)
ImportError: Failed to import test module: webplot
Traceback (most recent call last):
--
from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous'
(/usr/lib/python3/site-packages/itsdangerous/__init__.py)
Ran 1 test in 0.000s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
21 error logs REMOVED from the list
LibreOffice-7.3.0.3-alt1
atlas-3.9.35-alt1.qa1
automake_1.11-1.11.6-alt9
clisp-1:2.49.92-alt2
drbd9-9.1.5-alt1
e4rat-0.2.3-alt7
git-delta-0.11.3-alt1
git-pw-2.2.3-alt1
java-1.8.0-openjdk-0:1.8.0.322.b04-alt1_0.1.eajpp8
java-11-openjdk-0:11.0.14.1-alt1_0.1.eajpp11
mars_nwe-0.99-alt6
openssl-engines-rutoken-1:1.4.2-alt1
python3-module-dirty-models-0.9.2-alt1.1
python3-module-dirtyjson-1.0.3-alt2
python3-module-libcst-0.3.18-alt1
python3-module-mypy-0.931-alt1
python3-module-otr-2.0.1-alt1
python3-module-pycobertura-0.10.5-alt4
python3-module-tabulate-0.8.7-alt1
python3-module-yieldfrom.urllib3-0.1.4-alt3
util-linux-2.37.3-alt2
Total 181 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk