[cyber] I: Sisyphus-20220805 x86_64 beehive_status: +13 -15 (118)
ALT beekeeper
hiver на altlinux.org
Пт Авг 5 06:32:37 MSK 2022
13 NEW error logs
ansible-lint-4.3.7-alt1
Selected version
python3-module-setuptools_scm#6.4.2-alt2:sisyphus+297628.3200.4.1 на 1649344839 for
python3-module-setuptools_scm>=3.5.0
E: Couldn't find package python3-module-setuptools_scm_git_archive>=1.0
hsh-install: Failed to calculate package file list.
appmenu-qt5-0.3.1-alt0.5
appmenuplatformmenubar.cpp:380:72: warning: 'QString::SkipEmptyParts' is deprecated
[-Wdeprecated-declarations]
380 | kdeDirs += kdeDirsVar.split(QLatin1Char(':'),
QString::SkipEmptyParts);
/usr/include/qt5/QtCore/qstring.h:605:9: note: declared here
605 | SkipEmptyParts Q_DECL_ENUMERATOR_DEPRECATED
appmenuplatformmenubar.cpp:380:44: warning: 'QStringList QString::split(QChar,
SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep,
Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations]
380 | kdeDirs += kdeDirsVar.split(QLatin1Char(':'),
QString::SkipEmptyParts);
/usr/include/qt5/QtCore/qstring.h:615:17: note: declared here
615 | QStringList split(QChar sep, SplitBehavior behavior,
make[1]: Leaving directory '/usr/src/RPM/BUILD/appmenu-qt5-0.3.1/src'
make: *** [Makefile:47: sub-src-make_first] Error 2
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)
deepin-api-5.5.12-alt1
make: Leaving directory '/usr/src/RPM/BUILD/dde-api-5.5.12'
make: Entering directory '/usr/src/RPM/BUILD/dde-api-5.5.12'
env
GOPATH="/usr/src/RPM/BUILD/dde-api-5.5.12/.build:/usr/src/RPM/BUILD/dde-api-5.5.12/.build:/usr/src/RPM/BUILD/dde-api-5.5.12/vendor"
go build -o out/bin/locale-helper github.com/linuxdeepin/dde-api/locale-helper
cannot find package "github.com/linuxdeepin/dde-api/locale-helper" in any of:
/usr/lib/golang/src/github.com/linuxdeepin/dde-api/locale-helper (from $GOROOT)
/usr/src/RPM/BUILD/dde-api-5.5.12/.build/src/github.com/linuxdeepin/dde-api/locale-helper
(from $GOPATH)
/usr/src/RPM/BUILD/dde-api-5.5.12/.build/src/github.com/linuxdeepin/dde-api/locale-helper
/usr/src/RPM/BUILD/dde-api-5.5.12/vendor/src/github.com/linuxdeepin/dde-api/locale-helper
make: *** [Makefile:58: out/bin/locale-helper] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/dde-api-5.5.12'
perl-Glib-1.3293-alt1
t/9.t (Wstat: 0 Tests: 30 Failed: 2)
Failed tests: 29-30
Files=33, Tests=1193, 35 wallclock secs ( 0.15 usr 0.03 sys + 2.18 cusr 0.33 csys =
2.69 CPU)
Result: FAIL
Failed 1/33 test programs. 2/1193 subtests failed.
make: *** [Makefile:1110: test_dynamic] Error 255
prometheus-simpleclient-java-0.12.0-alt1_4jpp11
[ERROR] io.prometheus.client.HistogramTest.testTimeWithExemplar Time elapsed: 0.02 s
<<< FAILURE!
java.lang.AssertionError: expected:<0.015> but was:<0.016186167>
at io.prometheus.client.HistogramTest.assertExemplar(HistogramTest.java:302)
python3-module-FormEncode-1:2.0.1-alt1
Selecting python3-module-setuptools_scm for 'python3(setuptools_scm)'
E: Couldn't find package python3(setuptools_scm_git_archive)
hsh-install: Failed to calculate package file list.
python3-module-easyprocess-1.1-alt1
tests/test_fast/test_proc.py::test_start3 PASSED [ 21%]
tests/test_fast/test_proc.py::test_alive FAILED [ 23%]
tests/test_fast/test_proc.py::test_std PASSED [ 26%]
--
tests/test_fast/test_proc.py::test_wrap PASSED [ 31%]
tests/test_fast/test_proc.py::test_with FAILED [ 34%]
tests/test_fast/test_proc.py::test_parse PASSED [ 36%]
--
=========================== short test summary info ============================
FAILED tests/test_fast/test_proc.py::test_alive - assert False
FAILED tests/test_fast/test_proc.py::test_with - assert False
=================== 2 failed, 36 passed in 79.05s (0:01:19) ====================
python3-module-mypy-0.942-alt1
main:6: error: Assignment expressions are only supported in Python 3.8 and greater (diff)
Alignment of first line difference:
E: main:7: note: Revealed type is "Literal[True]"...
A: main:6: error: Assignment expressions are only supported in Python 3.8 a...
_______________________ testWalrusConditionalTypeCheck2 ________________________
--
assert_string_arrays_equal(output, a, msg.format(testcase.file, testcase.line))
E AssertionError: Unexpected type checker output
(/usr/src/RPM/BUILD/python3-module-mypy-0.942/test-data/unit/check-python38.test, line 423)
----------------------------- Captured stderr call -----------------------------
--
Actual:
main:5: error: Assignment expressions are only supported in Python 3.8 and greater (diff)
Alignment of first line difference:
E: main:6: note: Revealed type is "builtins.str"...
A: main:5: error: Assignment expressions are only supported in Python 3.8 a...
____________________________ testWalrusPartialTypes ____________________________
--
assert_string_arrays_equal(output, a, msg.format(testcase.file, testcase.line))
E AssertionError: Unexpected type checker output
(/usr/src/RPM/BUILD/python3-module-mypy-0.942/test-data/unit/check-python38.test, line 438)
----------------------------- Captured stderr call -----------------------------
Expected:
main:4: error: Need type annotation for "x" (hint: "x: List[<type>] = ...") (diff)
main:13: note: Revealed type is "builtins.list[builtins.int]" (diff)
Actual:
main:4: error: Assignment expressions are only supported in Python 3.8 and greater (diff)
Alignment of first line difference:
E: main:4: error: Need type annotation for "x" (hint: "x: List[<type>] = .....
A: main:4: error: Assignment expressions are only supported in Python 3.8 a...
_______________ testWalrusAssignmentAndConditionScopeForLiteral ________________
python3-module-pyfakefs-4.5.6-alt1
raise OSError(err_no, message, filename)
IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/usr/src/tmp'
ERROR: test_temporary_file (pyfakefs.tests.fake_tempfile_test.FakeTempfileModuleTest)
Traceback (most recent call last):
--
raise OSError(err_no, message, filename)
IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/usr/src/tmp'
ERROR: test_pause_resume
(pyfakefs.tests.fake_filesystem_unittest_test.PauseResumePatcherTest)
Traceback (most recent call last):
--
raise OSError(err_no, message, filename)
IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/usr/src/tmp'
ERROR: test_pause_resume_contextmanager
(pyfakefs.tests.fake_filesystem_unittest_test.PauseResumePatcherTest)
Traceback (most recent call last):
--
raise OSError(err_no, message, filename)
IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/usr/src/tmp'
ERROR: test_pause_resume (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumeTest)
Traceback (most recent call last):
--
raise OSError(err_no, message, filename)
IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/usr/src/tmp'
ERROR: test_pause_resume_contextmanager
(pyfakefs.tests.fake_filesystem_unittest_test.PauseResumeTest)
Traceback (most recent call last):
python3-module-veusz-3.4-alt1
from sipbuild.code_generator import set_globals, parse, generateCode
ImportError: cannot import name 'parse' from 'sipbuild.code_generator'
(/usr/lib64/python3/site-packages/sipbuild/code_generator.abi3.so)
python3-module-vispy-0.6.6-alt1
rpm-build-python3 is already the newest version.
E: Couldn't find package python3-module-setuptools_scm_git_archive
hsh-install: Failed to calculate package file list.
tarantool-2.8.4-alt1
- [box/net.box_roll_back_gh-822.test.lua, null]
- [box/net.box_reconnect_after.test.lua, null]
make[3]: *** [test/CMakeFiles/test-force.dir/build.make:70: test/CMakeFiles/test-force]
Error 3
make[3]: Leaving directory '/usr/src/RPM/BUILD/tarantool-2.8.4'
make[2]: *** [CMakeFiles/Makefile2:5356: test/CMakeFiles/test-force.dir/all] Error 2
make[2]: Leaving directory '/usr/src/RPM/BUILD/tarantool-2.8.4'
make[1]: *** [CMakeFiles/Makefile2:5363: test/CMakeFiles/test-force.dir/rule] Error 2
make[1]: Leaving directory '/usr/src/RPM/BUILD/tarantool-2.8.4'
make: *** [Makefile:2074: test-force] Error 2
make: Leaving directory '/usr/src/RPM/BUILD/tarantool-2.8.4'
15 error logs REMOVED from the list
fleet-commander-admin-0.15.1-alt9
glibc-6:2.35.0.6.491f2e-alt1
ipython3-8.0.1-alt1
libaom-3.3.0-alt1
nx-libs-3.5.99.26-alt3
python3-module-PyQt5-5.15.6-alt1
python3-module-PyQtWebEngine-5.15.5-alt1
python3-module-elasticsearch-5.1.0-alt2
python3-module-markdown-checklist-0.4.1-alt2
python3-module-poppler-qt5-21.1.0-alt2
python3-module-readthedocs-sphinx-ext-2.1.1-alt1
python3-module-shapely-1.8.2-alt1
python3-module-sphinxcontrib-qthelp-1.0.3-alt1
qgis3-3.24.0-alt2
qscintilla2-2.13.1-alt1.1
Total 118 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk