14 NEW error logs

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)

libvamp-2.10.0-alt2
        ld: ./libvamp-hostsdk.a: error adding symbols: file format not 
recognized
        collect2: error: ld returned 1 exit status
        make: *** [Makefile:271: rdf/generator/vamp-rdf-template-generator] 
Error 1
        --
        ld: ./libvamp-hostsdk.a: error adding symbols: no more archived files
        collect2: error: ld returned 1 exit status
        make: *** [Makefile:268: host/vamp-simple-host] Error 1

mumps-5.3.5-alt3
        /usr/lib64/openmpi/bin/mpicc -shared graph.o gbipart.o gbisect.o 
ddcreate.o ddbisect.o
        nestdiss.o multisector.o gelim.o bucket.o tree.o symbfac.o interface.o 
sort.o minpriority.o
        -Wl,-soname,libpord-5.3.so -o libpord-5.3.so 
-Wl,--as-needed,-rpath,/usr/lib64/openmpi/lib
        -L/usr/lib64/openmpi/lib -Wl,-z,defs
        lto1: internal compiler error: resolution sub id 0xf10b4495bc67bbb7 not 
in object file
        libbacktrace could not find executable to open
        --
        See <http://bugzilla.altlinux.org> for instructions.
        lto-wrapper: fatal error: x86_64-alt-linux-gcc returned 1 exit status
        compilation terminated.
        ld: error: lto-wrapper failed
        collect2: error: ld returned 1 exit status
        make[2]: *** [Makefile:34: libpord.so] Error 1

python3-module-bowler-0.9.0-alt1
        test_run_bowler_modifier_modifier_func
        
(bowler.tests.lib.BowlerTestCaseTest.test_run_bowler_modifier_modifier_func) 
... ok
        test_run_bowler_modifier_parse_error
        
(bowler.tests.lib.BowlerTestCaseTest.test_run_bowler_modifier_parse_error) ... 
Can't parse
        /usr/src/tmp/tmp41l_qmnl.py: ParseError: bad input: type=5, value='    
', context=('',
        (1, 0))
        ok
        --
        ok
        test_parse_print_func_py2 
(bowler.tests.query.QueryTest.test_parse_print_func_py2)
        ... Can't parse /usr/src/tmp/tmpzolp426m.py: ParseError: bad input: 
type=22, value='=',
        context=('', (1, 33))
        ok
        test_parse_print_func_py2_future_print
        (bowler.tests.query.QueryTest.test_parse_print_func_py2_future_print) 
... Can't parse
        /usr/src/tmp/tmpx8zm2ers.py: ParseError: bad input: type=3, 
value='"hello world"',
        context=(' ', (2, 15))
        ok
        test_parse_print_func_py3 
(bowler.tests.query.QueryTest.test_parse_print_func_py3)
        ... Can't parse /usr/src/tmp/tmpp9hrvw7v.py: ParseError: bad input: 
type=3, value='"hello
        world"', context=(' ', (1, 15))
        ok
        --
        test_validate_print (bowler.tests.tool.ToolTest.test_validate_print) 
... ok
        FAIL: test_run_bowler_modifier_ferries_exception
        
(bowler.tests.lib.BowlerTestCaseTest.test_run_bowler_modifier_ferries_exception)
        Traceback (most recent call last):
        --
        self.assertRaises(
        AssertionError: AssertionError not raised by <lambda>
        Ran 109 tests in 1.613s
        FAILED (failures=1)

python3-module-exceptiongroup-1.1.1-alt3
        tests/test_catch_py311.py::test_catch_full_match PASSED                 
 [ 21%]
        tests/test_catch_py311.py::test_catch_handler_raises FAILED             
 [ 22%]
        tests/test_catch_py311.py::test_catch_subclass PASSED                   
 [ 23%]
        --
        +-+---------------- 1 ----------------
        | ValueError: bar
        During handling of the above exception, another exception occurred:
        --
        raise RuntimeError("new")
        E   RuntimeError: new
        =========================== short test summary info 
============================
        --
        SKIPPED [1] tests/test_formatting.py:511: No patching is done on Python 
>= 3.11
        FAILED tests/test_catch_py311.py::test_catch_handler_raises - 
RuntimeError: new
        =================== 1 failed, 79 passed, 12 skipped in 0.19s 
===================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra']' returned
        non-zero exit status 1.

python3-module-furl-2.1.3-alt1
        Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
        address
        --
        >       raise ValueError(f'{address!r} does not appear to be an IPv4 or 
IPv6 address')
        E       ValueError: '0:0:0:0:0:0:0:1:1:1:1:1:1:1:1:9999999999999' does 
not appear to
        be an IPv4 or IPv6 address
        /usr/lib64/python3.11/ipaddress.py:54: ValueError
        --
        Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
        address
        --
        >       raise ValueError(f'{address!r} does not appear to be an IPv4 or 
IPv6 address')
        E       ValueError: '0:0:0:0:0:0:0:1:1:1:1:1:1:1:1:9999999999999' does 
not appear to
        be an IPv4 or IPv6 address
        /usr/lib64/python3.11/ipaddress.py:54: ValueError
        =========================== short test summary info 
============================
        FAILED tests/test_furl.py::TestFurl::test_hosts - ValueError: 
'0:0:0:0:0:0:0:...
        FAILED tests/test_furl.py::TestFurl::test_netloc - ValueError: 
'0:0:0:0:0:0:0...
        ========================= 2 failed, 76 passed in 4.53s 
=========================

python3-module-future-0.18.3-alt1
        XFAIL 
tests/test_past/test_translation.py::TestTranslate::test_import_builtin_types
        - reason:
        FAILED tests/test_future/test_builtins.py::BuiltinTest::test_compile - 
Syntax...
        ===== 1 failed, 1045 passed, 50 skipped, 46 xfailed, 61 warnings in 
13.23s =====
        ERROR: InvocationError for command
        /usr/src/RPM/BUILD/python3-module-future-0.18.3/.tox/py3/bin/pytest 
-vra (exited with
        code 1)
        py3 finish: run-test  after 13.51 seconds
        --
        ___________________________________ summary 
____________________________________
        ERROR:   py3: commands failed
        cleanup
        
/usr/src/RPM/BUILD/python3-module-future-0.18.3/.tox/.tmp/package/1/future-0.18.3.zip

python3-module-mypy-1.3.0-alt2
        E     Installing build dependencies: finished with status 'error'
        E     error: subprocess-exited-with-error
        E
        --
        E         WARNING: Retrying (Retry(total=0, connect=None,
        read=None, redirect=None, status=None)) after connection broken by
        'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at
        0x7f2dc2d8f750>: Failed to establish a new connection: [Errno -3] 
Temporary failure in
        name resolution')': /simple/setuptools/
        E         ERROR: Could not find a version that satisfies the 
requirement setuptools>=40.8.0
        (from versions: none)
        E         ERROR: No matching distribution found for setuptools>=40.8.0
        E         [end of output]
        --
        E     note: This error originates from a subprocess, and is likely not 
a problem with pip.
        E   error: subprocess-exited-with-error
        E
        --
        E     Installing build dependencies: finished with status 'error'
        E     error: subprocess-exited-with-error
        E
        --
        E         WARNING: Retrying (Retry(total=0, connect=None,
        read=None, redirect=None, status=None)) after connection broken by
        'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at
        0x7fd2a0084890>: Failed to establish a new connection: [Errno -3] 
Temporary failure in
        name resolution')': /simple/setuptools/
        E         ERROR: Could not find a version that satisfies the 
requirement setuptools>=40.8.0
        (from versions: none)
        E         ERROR: No matching distribution found for setuptools>=40.8.0
        E         [end of output]
        --
        E     note: This error originates from a subprocess, and is likely not 
a problem with pip.
        E   error: subprocess-exited-with-error
        E
        --
        E     Installing build dependencies: finished with status 'error'
        E     error: subprocess-exited-with-error
        E
        --
        E         WARNING: Retrying (Retry(total=0, connect=None,
        read=None, redirect=None, status=None)) after connection broken by
        'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection 
object at
        0x7ff802d3b1d0>: Failed to establish a new connection: [Errno -3] 
Temporary failure in
        name resolution')': /simple/setuptools/
        E         ERROR: Could not find a version that satisfies the 
requirement setuptools>=40.8.0
        (from versions: none)
        E         ERROR: No matching distribution found for setuptools>=40.8.0

python3-module-oslo.log-5.2.0-alt1
        raise RuntimeError(f'{fname} is invalid: {e}')
        RuntimeError: /usr/src/tmp/tmpedbl5h2l/loggingmov3qzck.conf is invalid: 
File contains
        no section headers.
        file: '/usr/src/tmp/tmpedbl5h2l/loggingmov3qzck.conf', line: 1
        --
        {13}
        
oslo_log.tests.unit.test_log.InstanceRecordTestCase.test_instance_uuid_as_arg_in_default_log_msg
        [0.001321s] ... ok
        2023-06-18 06:18:00.177 1005498 ERROR test-json [None 99 myuser 
mytenant mydomain
        myscope myuserdomain mydomain] testing: RuntimeError: test_exception
        traceback
        --
        remote error
        2023-06-18 06:18:00.177 1005498 ERROR test-json Traceback (most recent 
call last):
        2023-06-18 06:18:00.177 1005498 ERROR test-json   File
        "/usr/src/RPM/BUILD/oslo.log-5.2.0/oslo_log/tests/unit/test_log.py", 
line 656, in
        test_exception_with_exc_info_passed
        2023-06-18 06:18:00.177 1005498 ERROR test-json     raise
        RuntimeError('test_exception\ntraceback\nfrom\nremote error')
        2023-06-18 06:18:00.177 1005498 ERROR test-json RuntimeError: 
test_exception
        2023-06-18 06:18:00.177 1005498 ERROR test-json traceback
        2023-06-18 06:18:00.177 1005498 ERROR test-json from
        2023-06-18 06:18:00.177 1005498 ERROR test-json remote error
        2023-06-18 06:18:00.177 1005498 ERROR test-json 
        {13} 
oslo_log.tests.unit.test_log.JSONFormatterTestCase.test_exception_with_exc_info_passed
        [0.001731s] ... ok

python3-module-pycodestyle-2.10.0-alt1
        test_normalize_paths (test_util.UtilTestCase.test_normalize_paths) ... 
ok
        FAIL: test_check_nullbytes (test_api.APITestCase.test_check_nullbytes)
        Traceback (most recent call last):
        --
        self.assertTrue(stdout.startswith(expected),
        AssertionError: False is not true : Output 'stdin:1:1: E901 
SyntaxError: source code
        string cannot contain null bytes\n' does not start with 'stdin:1:1: 
E901 ValueError'
        Ran 53 tests in 0.536s
        FAILED (failures=1)
        ERROR: InvocationError for command
        
/usr/src/RPM/BUILD/python3-module-pycodestyle-2.10.0/.tox/py3/bin/python -m 
unittest
        discover testsuite -vv (exited with code 1)
        py3 finish: run-test  after 1.15 seconds
        --
        ___________________________________ summary 
____________________________________
        ERROR:   py3: commands failed
        cleanup
        
/usr/src/RPM/BUILD/python3-module-pycodestyle-2.10.0/.tox/.tmp/package/1/pycodestyle-2.10.0-py2.py3-none-any.whl

python3-module-pyflakes-3.0.1-alt1
        
........E.....................................................................s.................................s...........................................................................................s....s...................................................................................ss..s..........s....................s....................................................................................................................................................................s....s.........................................s................................................s.................................................................................................................ss..s..........s.
        ERROR: test_misencodedFileUTF16 
(test.test_api.CheckTests.test_misencodedFileUTF16)
        If a source file contains bytes which cannot be decoded, this is
        --
        return compile(source, filename, mode, flags,
        SyntaxError: source code string cannot contain null bytes
        During handling of the above exception, another exception occurred:
        --
        lineno = max(lineno, 1)
        TypeError: '>' not supported between instances of 'int' and 'NoneType'
        Ran 721 tests in 0.588s
        FAILED (errors=1, skipped=17)
        ERROR: InvocationError for command
        /usr/src/RPM/BUILD/python3-module-pyflakes-3.0.1/.tox/py3/bin/python -m 
unittest discover
        pyflakes (exited with code 1)
        py3 finish: run-test  after 0.68 seconds
        --
        ___________________________________ summary 
____________________________________
        ERROR:   py3: commands failed
        cleanup
        
/usr/src/RPM/BUILD/python3-module-pyflakes-3.0.1/.tox/.tmp/package/1/pyflakes-3.0.1-py2.py3-none-any.whl

python3-module-w3lib-2.1.1-alt1
        Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
        address
        --
        >       raise ValueError(f'{address!r} does not appear to be an IPv4 or 
IPv6 address')
        E       ValueError: '' does not appear to be an IPv4 or IPv6 address
        /usr/lib64/python3.11/ipaddress.py:54: ValueError
        --
        =========================== short test summary info 
============================
        FAILED
        
tests/test_url.py::test_safe_url_string_url[https://"%;<=>@[]^`{|}\x7f:"%;<=>@[]^`{|}\x7f:@example.com-https://%22%25%3B%3C%3D%3E%40%5B%5D%5E%60%7B%7C%7D%7F:%22%25%3b%3c%3d%3e%40%5b%5d%5e%60%7b%7c%7d%7f...@example.com]
        FAILED 
tests/test_url.py::test_safe_url_string_url[http://[2a01:5cc0:1:2:3:4]-ValueError]
        ================== 2 failed, 255 passed, 76 xfailed in 4.01s 
===================
        ERROR: InvocationError for command 
/usr/src/RPM/BUILD/w3lib-2.1.1/.tox/py3/bin/python
        -m pytest --doctest-modules --cov=w3lib --cov-report=term 
--cov-report=xml w3lib tests
        (exited with code 1)
        py3 finish: run-test  after 4.22 seconds
        --
        ___________________________________ summary 
____________________________________
        ERROR:   py3: commands failed
        cleanup 
/usr/src/RPM/BUILD/w3lib-2.1.1/.tox/.tmp/package/1/w3lib-2.1.1.zip

python3-module-yarl-1.9.2-alt1
        Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
        address
        --
        >       raise ValueError(f'{address!r} does not appear to be an IPv4 or 
IPv6 address')
        E       ValueError: '\\' does not appear to be an IPv4 or IPv6 address
        /usr/lib64/python3.11/ipaddress.py:54: ValueError
        --
        >               raise ValueError(f"An IPv4 address cannot be in 
brackets")
        E               ValueError: An IPv4 address cannot be in brackets
        /usr/lib64/python3.11/urllib/parse.py:448: ValueError
        --
        Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
        address
        --
        >       raise ValueError(f'{address!r} does not appear to be an IPv4 or 
IPv6 address')
        E       ValueError: '-1' does not appear to be an IPv4 or IPv6 address
        /usr/lib64/python3.11/ipaddress.py:54: ValueError
        --
        Raises:
        ValueError: if the *address* passed isn't either a v4 or a v6
        address
        --
        >       raise ValueError(f'{address!r} does not appear to be an IPv4 or 
IPv6 address')
        E       ValueError: 'some' does not appear to be an IPv4 or IPv6 address
        /usr/lib64/python3.11/ipaddress.py:54: ValueError
        =========================== short test summary info 
============================
        FAILED tests/test_url.py::test_ipv6_zone - ValueError: 
'fe80::822a:a8ff:fe49:...
        FAILED tests/test_url.py::test_human_repr_delimiters - ValueError: '\\' 
does ...
        FAILED tests/test_url_parsing.py::TestHost::test_masked_ipv4 - 
ValueError: An...
        FAILED tests/test_url_parsing.py::TestHost::test_strange_ip - 
ValueError: '-1...

python3-module-zmq-24.0.1-alt1.1
        zmq/backend/cython/socket.pyx:787: in 
zmq.backend.cython.socket.Socket.send
        E   zmq.error.ZMQError: Socket operation on non-socket
        zmq/backend/cython/socket.pyx:138: ZMQError
        --
        zmq/backend/cython/socket.pyx:787: in 
zmq.backend.cython.socket.Socket.send
        E   zmq.error.ZMQError: Socket operation on non-socket
        zmq/backend/cython/socket.pyx:138: ZMQError
        --
        zmq/backend/cython/socket.pyx:787: in 
zmq.backend.cython.socket.Socket.send
        E   zmq.error.ZMQError: Socket operation on non-socket
        zmq/backend/cython/socket.pyx:138: ZMQError
        --
        zmq/backend/cython/socket.pyx:787: in 
zmq.backend.cython.socket.Socket.send
        E   zmq.error.ZMQError: Socket operation on non-socket
        zmq/backend/cython/socket.pyx:138: ZMQError
        --
        =========================== short test summary info 
============================
        FAILED tests/test_log.py::TestPubLog::test_blank_root_topic - 
TimeoutError: T...
        FAILED tests/test_log.py::TestPubLog::test_custom_debug_formatter - 
zmq.error...
        FAILED tests/test_log.py::TestPubLog::test_custom_global_formatter - 
zmq.erro...
        FAILED tests/test_log.py::TestPubLog::test_init_iface - 
zmq.error.ZMQError: S...
        FAILED tests/test_log.py::TestPubLog::test_init_socket - 
zmq.error.ZMQError: ...
        FAILED tests/test_log.py::TestPubLog::test_root_topic - 
zmq.error.ZMQError: S...
        FAILED 
tests/test_log.py::TestPubLog::test_set_info_formatter_via_property - ...

        13 error logs REMOVED from the list
aqsis-1.8.2-alt4_46
erlang-proper-1.4.0.19.3bbd-alt1
flowblade-2.8.0.2-alt1.1
fprintd-1.94.2-alt1
gif2png-3.0.0-alt5.git.a9592ae
gimp-plugin-ogniewski-scaler-20220826-alt1
gimp-plugin-scaler-biakima-1.0.0-alt1
litmus-0.14.0-alt2.git.9fbc73d
pfstools-2.2.0-alt2
python3-3.11.0-alt1
python3-module-easyprocess-1.1-alt1
python3-module-ripozo-sqlalchemy-0.1.6-alt2
python3-module-trimesh-3.22.0-alt1

Total 173 error logs.
_______________________________________________
Sisyphus-cybertalk mailing list
Sisyphus-cybertalk@lists.altlinux.org
https://lists.altlinux.org/mailman/listinfo/sisyphus-cybertalk

Reply via email to