16 NEW error logs
btrfs-progs-6.3.1-alt1.P10.1
0inputs+0outputs (0major+40625minor)pagefaults 0swaps
Error: no exit code is found, failure.
dropbear-2022.83-alt2
0inputs+0outputs (0major+41354minor)pagefaults 0swaps
Error: no exit code is found, failure.
e2fsprogs-1.47.1.0.10.ad56-alt1.p10.1
0inputs+0outputs (0major+40018minor)pagefaults 0swaps
Error: no exit code is found, failure.
fscrypt-0.3.0.0.5.e479779-alt1
make: Entering directory '/usr/src/RPM/BUILD/fscrypt-0.3.0.0.5.e479779'
make: git: No such file or directory
make: Leaving directory '/usr/src/RPM/BUILD/fscrypt-0.3.0.0.5.e479779'
--
make: Entering directory '/usr/src/RPM/BUILD/fscrypt-0.3.0.0.5.e479779'
make: git: No such file or directory
make: Leaving directory '/usr/src/RPM/BUILD/fscrypt-0.3.0.0.5.e479779'
--
0inputs+0outputs (0major+40011minor)pagefaults 0swaps
Error: no exit code is found, failure.
kernel-image-std-def-2:5.10.252-alt1
0inputs+0outputs (0major+40190minor)pagefaults 0swaps
Error: no exit code is found, failure.
error: Bad exit status from /usr/src/tmp/rpm-tmp.28797 (%check)
kernel-modules-dm-secdel-un-def-2:1.0.9-alt1.393638.1
0inputs+0outputs (0major+39097minor)pagefaults 0swaps
Error: no exit code is found, failure.
kernel-modules-ipt-so-std-def-1.0-alt9.330492.1
0inputs+0outputs (0major+39886minor)pagefaults 0swaps
Error: no exit code is found, failure.
error: Bad exit status from /usr/src/tmp/rpm-tmp.62895 (%check)
kernel-modules-lkrg-un-def-0.9.8-alt3.393638.1
0inputs+0outputs (0major+38222minor)pagefaults 0swaps
Error: no exit code is found, failure.
+ exit 1
litmus-0.14.0-alt1.git.9fbc73d
checking for a BSD-compatible install... /bin/install -c
./configure: line 2846: syntax error near unexpected token `0,'
./configure: line 2846: `NE_REQUIRE_VERSIONS(0, 26 27 28 29 30 31)'
openblas-0.3.23-alt1.2
gemv.c: In function 'dgemv_':
gemv.c:229:29: error: 'GEMM_MULTITHREAD_THRESHOLD' undeclared (first
use in this function)
229 | if ( 1L * m * n < 2304L * GEMM_MULTITHREAD_THRESHOLD )
--
ger.c: In function 'dger_':
ger.c:167:49: error: 'GEMM_MULTITHREAD_THRESHOLD' undeclared (first use
in this function)
167 | if (incx == 1 && incy == 1 && 1L*m*n <= 2048
*GEMM_MULTITHREAD_THRESHOLD) {
php7-7.4.33-alt1.p10.1
Time taken : 502 seconds
EXPECTED FAILED TEST SUMMARY
Test open_basedir configuration
[tests/security/open_basedir_linkinfo.phpt] XFAIL
REASON: BUG: open_basedir cannot delete symlink to prohibited file. See
also
--
Bug #73529 session_decode() silently fails on wrong input
[ext/session/tests/bug73529.phpt]
XFAIL REASON: session_decode() does not return proper status.
FAILED TEST SUMMARY
Bug #74093 (Maximum execution time of n+2 seconds exceed not written in
error_log)
[Zend/tests/bug74093.phpt]
--
TEST FAILURE: ../php7-source/Zend/tests/bug74093.diff --
001+ Fatal error: Maximum execution time of 1 second exceeded in
/usr/src/RPM/BUILD/php7-source/Zend/tests/bug74093.php on line 6
001- Fatal error: Maximum execution time of 1+1 seconds exceeded %s
-- ../php7-source/Zend/tests/bug74093.diff result ends.
php8.2-pcntl-8.2.30-alt1
0inputs+0outputs (0major+38887minor)pagefaults 0swaps
Error: no exit code is found, failure.
python3-module-pyshark-0.6-alt2
==================================== ERRORS
====================================
________________ ERROR at teardown of test_count_packets[False]
________________
request = <SubRequest 'simple_xml_and_json_capture' for <Function
test_count_packets[False]>>
--
return await asyncio.wait_for(process.wait(), 1)
except asyncTimeoutError:
self._log.debug(
"Waiting for process to close failed, may have zombie process.")
except ProcessLookupError:
pass
except OSError:
if os.name != "nt":
--
raise RuntimeError('This event loop is already running')
RuntimeError: This event loop is already running
warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
--
=========================== short test summary info
============================
ERROR ../tests/test_basic_parsing.py::test_count_packets[False] -
pyshark.cap...
=================== 73 passed, 2 warnings, 1 error in 15.20s
===================
ERROR: InvocationError for command
/usr/src/RPM/BUILD/python3-module-pyshark-0.6/src/.tox/py3/bin/pytest
.. -s (exited
with code 1)
py3 finish: run-test after 15.35 seconds
--
___________________________________ summary
____________________________________
ERROR: py3: commands failed
cleanup
/usr/src/RPM/BUILD/python3-module-pyshark-0.6/src/.tox/.tmp/package/1/pyshark-0.6-py3-none-any.whl
python3-module-requests-2.32.3-alt0.p10.1
> raise MaxRetryError(_pool, url, error or
ResponseError(cause))
E urllib3.exceptions.MaxRetryError:
HTTPSConnectionPool(host='localhost',
port=50311): Max retries exceeded with url: / (Caused by
SSLError(SSLError(1, '[SSL:
SSLV3_ALERT_CERTIFICATE_EXPIRED] sslv3 alert certificate expired
(_ssl.c:2444)')))
/usr/lib/python3/site-packages/urllib3/util/retry.py:592: MaxRetryError
--
timeout = TimeoutSauce(connect=connect, read=read)
except ValueError:
raise ValueError(
--
> raise SSLError(e, request=request)
E requests.exceptions.SSLError:
HTTPSConnectionPool(host='localhost',
port=50311): Max retries exceeded with url: / (Caused by
SSLError(SSLError(1, '[SSL:
SSLV3_ALERT_CERTIFICATE_EXPIRED] sslv3 alert certificate expired
(_ssl.c:2444)')))
.run_venv/lib64/python3/site-packages/requests/adapters.py:698: SSLError
--
XFAIL
tests/test_requests.py::TestRequests::test_response_iter_lines_reentrant
FAILED
tests/test_requests.py::TestPreparingURLs::test_different_connection_pool_for_mtls_settings
===== 1 failed, 577 passed, 14 skipped, 13 deselected, 1 xfailed in
47.86s =====
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra',
'-Wignore',
'-k', 'not TestTimeout and not test_unicode_header_name', 'tests']'
returned non-zero
exit status 1.
redis-7.2.11-alt1
Killing still running Redis server 1992153
Killing still running Redis server 1995468
Killing still running Redis server 2019344
Killing still running Redis server 2019664
Killing still running Redis server 2154130
Killing still running Redis server 2154807
Killing still running Redis server 2286893
Killing still running Redis server 2939157
Killing still running Redis server 2939761
Killing still running Redis server 2940944
wsil4j-1.0-alt2_21jpp8
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/wsil4j-buildroot
+ /bin/rm -rf -- /usr/src/tmp/wsil4j-buildroot
+
PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd wsil4j-1.0
+ mkdir -p META-INF
+ cp -p /usr/src/RPM/SOURCES/wsil4j-MANIFEST.MF META-INF/MANIFEST.MF
+ touch META-INF/MANIFEST.MF
+ zip -u build/lib/wsil4j.jar META-INF/MANIFEST.MF
12 error logs REMOVED from the list
bind-9.16.50-alt3
chrony-4.5-alt1
clamav-1.4.3-alt3
ipmiutil-3.1.3-alt2
kernel-image-std-def-2:5.10.250-alt1
kernel-modules-ipt-so-std-def-1.0-alt9.330490.1
kernel-modules-virtualbox-addition-std-def-7.1.12a-alt1.330490.1
kernel-modules-virtualbox-std-def-7.1.12a-alt1.330490.1
lightdm-1.30.0-alt24
meschach-1.2-alt1.b.3
proftpd-1.3.6-alt0.4.ga73dbfe3b
psmisc-23.3-alt2
Total 107 error logs.
_______________________________________________
Sisyphus-cybertalk mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-cybertalk