7 NEW error logs

libcacard-2.8.1-alt1
        <12>Dec 23 05:59:53 hwtests: Configuration.cpp(96): Missing log.level in
        configuration. Using default value: INFO
        <11>Dec 23 05:59:53 hwtests: OSToken.cpp(600): Token integrity check 
failed
        1/8 libcacard:simpletlv      OK              0.03s
        --
        Full log written to
        
/usr/src/RPM/BUILD/libcacard-2.8.1/x86_64-alt-linux/meson-logs/testlog.txt
        FAILED: [code=1] meson-internal__test
        /usr/bin/meson test --no-rebuild --print-errorlogs

mumps-5.3.5-alt5
        ld: /usr/src/tmp/ccPpRuOS.ltrans0.ltrans.o: in function `setupElimTree':
        /usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/tree.c:377:(.text+0xab89): 
undefined
        reference to `setupCSSFromGraph'
        ld: 
/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/tree.c:377:(.text+0xacbc): undefined
        reference to `setupCSSFromGraph'
        collect2: error: ld returned 1 exit status
        make[2]: *** [Makefile:34: libpord_seq.so] Error 1

openmotif-2.3.8-alt2
        make[4]: Entering directory
        '/usr/src/RPM/BUILD/openmotif-2.3.8/demos/programs/hellomotifi18n'
        ../../../clients/uil/uil swedish/uid/l_strings.uil -I. -o 
swedish/uid/l_strings.uid
        make[4]: Leaving directory
        '/usr/src/RPM/BUILD/openmotif-2.3.8/demos/programs/hellomotifi18n'
        make[4]: Entering directory
        '/usr/src/RPM/BUILD/openmotif-2.3.8/demos/programs/hellomotifi18n'
        x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../../../include 
-I../../../lib/Xm
        -I../../../lib -I../../../lib    -I/usr/include/freetype2 
-I/usr/include/libpng16
        -I/usr/include/harfbuzz -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include
        -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz
        -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pipe 
-frecord-gcc-switches
        -Wall -g -O2 -flto=auto  -Wall -g -fno-strict-aliasing -Wno-unused 
-Wno-comment
        -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz
        -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -c -o 
helloint.o helloint.c
        make[4]: Leaving directory
        '/usr/src/RPM/BUILD/openmotif-2.3.8/demos/programs/hellomotifi18n'
        make[3]: *** [Makefile:578: all-recursive] Error 1
        make[2]: *** [Makefile:431: all-recursive] Error 1
        make[1]: *** [Makefile:398: all-recursive] Error 1
        make: *** [Makefile:457: all-recursive] Error 1

python3-module-schemathesis-4.7.6-alt1
        >       assert "Schemathesis test server is running!" in stdout
        E       AssertionError: assert 'Schemathesis test server is running!' 
in ''
        
/usr/src/RPM/BUILD/python3-module-schemathesis-4.7.6/test/test_app.py:32: 
AssertionError
        --
        >       assert "Schemathesis test server is running!" in stdout
        E       AssertionError: assert 'Schemathesis test server is running!' 
in ''
        
/usr/src/RPM/BUILD/python3-module-schemathesis-4.7.6/test/test_app.py:32: 
AssertionError
        --
        SKIPPED [1] test/cli/test_commands.py:862: Cover only tracebacks that 
highlight error
        positions in every line
        FAILED test/test_app.py::test_app[flask] - AssertionError: assert 
'Schemathes...
        FAILED test/test_app.py::test_app[aiohttp] - AssertionError: assert 
'Schemath...
        ===== 2 failed, 3384 passed, 4 skipped, 299 warnings in 168.52s 
(0:02:48) ======
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'--snapshot-update',
        'test/', '-n', 'auto']' returned non-zero exit status 1.

python3-module-truststore-0.10.4-alt1
        >           raise new_e
        E           urllib3.exceptions.SSLError: [SSL: 
CERTIFICATE_VERIFY_FAILED] certificate
        verify failed: unable to get local issuer certificate (_ssl.c:1032)
        /usr/lib/python3/site-packages/urllib3/connectionpool.py:488: SSLError
        --
        method = 'GET', url = '/', response = None
        error = SSLError(SSLCertVerificationError(1, '[SSL: 
CERTIFICATE_VERIFY_FAILED] certificate
        verify failed: unable to get local issuer certificate (_ssl.c:1032)'))
        _pool = <urllib3.connectionpool.HTTPSConnectionPool object at 
0x7f00a8e56490>
        --
        response: BaseHTTPResponse | None = None,
        error: Exception | None = None,
        _pool: ConnectionPool | None = None,
        --
        :type response: :class:`~urllib3.response.BaseHTTPResponse`
        :param Exception error: An error encountered during the request, or
        None if the response was received successfully.
        :return: A new ``Retry`` object.
        if self.total is False and error:
        # Disabled, indicate to re-raise the error.
        --
        read -= 1
        elif error:
        # Other retry?
        --
        >           raise MaxRetryError(_pool, url, reason) from reason  # 
type: ignore[arg-type]
        E           urllib3.exceptions.MaxRetryError: 
HTTPSConnectionPool(host='localhost',
        port=44979): Max retries exceeded with url: / (Caused by
        SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] 
certificate
        verify failed: unable to get local issuer certificate (_ssl.c:1032)')))
        /usr/lib/python3/site-packages/urllib3/util/retry.py:519: MaxRetryError
        ------------------------------ Captured log call 
-------------------------------
        WARNING  urllib3.connectionpool:connectionpool.py:868 Retrying 
(Retry(total=2,
        connect=None, read=None, redirect=None, status=None)) after connection 
broken by
        'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] 
certificate
        verify failed: unable to get local issuer certificate 
(_ssl.c:1032)'))': /
        WARNING  urllib3.connectionpool:connectionpool.py:868 Retrying 
(Retry(total=1,
        connect=None, read=None, redirect=None, status=None)) after connection 
broken by
        'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] 
certificate
        verify failed: unable to get local issuer certificate 
(_ssl.c:1032)'))': /
        WARNING  urllib3.connectionpool:connectionpool.py:868 Retrying 
(Retry(total=0,
        connect=None, read=None, redirect=None, status=None)) after connection 
broken by
        'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] 
certificate
        verify failed: unable to get local issuer certificate 
(_ssl.c:1032)'))': /
        ------------------------------ Captured log call 
-------------------------------

python3-module-xonsh-0.22.0-alt1
        >       assert "hello mom jawaka\n" == sample.x
        E       AssertionError: assert 'hello mom jawaka\n' == ''
        E
        --
        procerr = NonBlockingFDReader(caperr.fileno(), timeout=self.timeout)
        ValueError: I/O operation on closed file
        Enable tracemalloc to get traceback where the object was allocated.
        --
        XPASS tests/test_integrations.py::test_xonsh_no_close_fds
        FAILED tests/test_imphooks.py::test_sub_import - AssertionError: assert 
'hello mom
        jawaka\n' == ''
        + hello mom jawaka
        --
        Exception ignored in: <_io.BufferedWriter name=15>
        OSError: [Errno 9] Bad file descriptor
        Failed with Command '['pytest', '--timeout=240', '-vvvra', 
'--durations=5']' returned
        non-zero exit status 1.INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'xonsh', 
'run-tests.xsh', 'test',
        '--', '--timeout=240', '-vvvra']' returned non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpm-tmp.75316 (%check)

rpcs3-0.0.38-alt1
        [1088/1460] /usr/bin/clang++ -DDATADIR=\"/usr/share/rpcs3\" 
-DGAMEMODE_AVAILABLE
        -DGLSLANG_IS_SHARED_LIBRARY=1 -DHAVE_FAUDIO -DHAVE_LIBEVDEV 
-DHAVE_VULKAN -DHAVE_WAYLAND
        -DHAVE_X11 -DLLVM_AVAILABLE -DSOUNDTOUCH_ALLOW_SSE 
-DSOUNDTOUCH_FLOAT_SAMPLES
        -DST_NO_EXCEPTION_HANDLING -DUSE_MULTICH_ALWAYS -DYAML_CPP_STATIC_DEFINE
        -DZLIB_CONST=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS 
-D__STDC_FORMAT_MACROS
        -D__STDC_LIMIT_MACROS -I/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/../..
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/..
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/../../3rdparty
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38 -I/usr/lib/llvm-20.1/include
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/asmjit/asmjit/src
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/GL
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/stblib/stb
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/SoundTouch/soundtouch/include
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/miniupnp/PkgConfig::MiniUPnPc
        -I/usr/include/miniupnpc -I/usr/include/glslang
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/rtmidi/PkgConfig::RtMidi
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/yaml-cpp/yaml-cpp/include
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/zstd/PkgConfig::RtMidi 
-isystem
        /usr/include/libusb-1.0 -isystem /usr/include/AL -isystem 
/usr/include/libevdev-1.0
        -isystem /usr/include/rtmidi -pipe -frecord-gcc-switches -Wall -g -O2
        -I/usr/include/stb -O2 -g -DNDEBUG -std=gnu++20 -flto=thin -fPIC 
-pthread -Wall
        -fno-exceptions -fstack-protector -msse -msse2 -mcx16 
-Werror=old-style-cast
        -Werror=sign-compare -Werror=reorder -Werror=return-type 
-Werror=overloaded-virtual
        -Werror=missing-noreturn -Werror=implicit-fallthrough -Wunused-parameter
        -Wignored-qualifiers -Wredundant-move -Wcast-qual -Wdeprecated-copy 
-Wtautological-compare
        -Wempty-body -Wredundant-decls -Wstrict-aliasing=1 
-Werror=inconsistent-missing-override
        -Werror=delete-non-virtual-dtor -fconstexpr-steps=16777216 
-Wno-unused-lambda-capture
        -Wno-unused-private-field -Wno-unused-command-line-argument
        -Wno-elaborated-enum-base -D_REENTRANT -D__UNIX_JACK__ -D__LINUX_ALSA__ 
-MD
        -MT 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o
        -MF 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o.d
        
@rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o.modmap
        -o 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o -c
        
/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/RSX/GL/glutils/buffer_object.cpp
        FAILED: [code=1] 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o
        /usr/bin/clang++ -DDATADIR=\"/usr/share/rpcs3\" -DGAMEMODE_AVAILABLE
        -DGLSLANG_IS_SHARED_LIBRARY=1 -DHAVE_FAUDIO -DHAVE_LIBEVDEV 
-DHAVE_VULKAN -DHAVE_WAYLAND
        -DHAVE_X11 -DLLVM_AVAILABLE -DSOUNDTOUCH_ALLOW_SSE 
-DSOUNDTOUCH_FLOAT_SAMPLES
        -DST_NO_EXCEPTION_HANDLING -DUSE_MULTICH_ALWAYS -DYAML_CPP_STATIC_DEFINE
        -DZLIB_CONST=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS 
-D__STDC_FORMAT_MACROS
        -D__STDC_LIMIT_MACROS -I/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/../..
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/..
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/../../3rdparty
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38 -I/usr/lib/llvm-20.1/include
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/asmjit/asmjit/src
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/GL
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/stblib/stb
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/SoundTouch/soundtouch/include
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/miniupnp/PkgConfig::MiniUPnPc
        -I/usr/include/miniupnpc -I/usr/include/glslang
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/rtmidi/PkgConfig::RtMidi
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/yaml-cpp/yaml-cpp/include
        -I/usr/src/RPM/BUILD/rpcs3-0.0.38/3rdparty/zstd/PkgConfig::RtMidi 
-isystem
        /usr/include/libusb-1.0 -isystem /usr/include/AL -isystem 
/usr/include/libevdev-1.0
        -isystem /usr/include/rtmidi -pipe -frecord-gcc-switches -Wall -g -O2
        -I/usr/include/stb -O2 -g -DNDEBUG -std=gnu++20 -flto=thin -fPIC 
-pthread -Wall
        -fno-exceptions -fstack-protector -msse -msse2 -mcx16 
-Werror=old-style-cast
        -Werror=sign-compare -Werror=reorder -Werror=return-type 
-Werror=overloaded-virtual
        -Werror=missing-noreturn -Werror=implicit-fallthrough -Wunused-parameter
        -Wignored-qualifiers -Wredundant-move -Wcast-qual -Wdeprecated-copy 
-Wtautological-compare
        -Wempty-body -Wredundant-decls -Wstrict-aliasing=1 
-Werror=inconsistent-missing-override
        -Werror=delete-non-virtual-dtor -fconstexpr-steps=16777216 
-Wno-unused-lambda-capture
        -Wno-unused-private-field -Wno-unused-command-line-argument
        -Wno-elaborated-enum-base -D_REENTRANT -D__UNIX_JACK__ -D__LINUX_ALSA__ 
-MD
        -MT 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o
        -MF 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o.d
        
@rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o.modmap
        -o 
rpcs3/Emu/CMakeFiles/rpcs3_emu.dir/RSX/GL/glutils/buffer_object.cpp.o -c
        
/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/RSX/GL/glutils/buffer_object.cpp
        
/usr/src/RPM/BUILD/rpcs3-0.0.38/rpcs3/Emu/RSX/GL/glutils/buffer_object.cpp:47:4:
 error: use
        of undeclared identifier 'glNamedBufferStorageEXT'; did you mean 
'__glewBufferStorageEXT'?
        47 |                         DSA_CALL2(NamedBufferStorage, m_id, size, 
data_, flags);

        14 error logs REMOVED from the list
azure-sdk-for-ruby-20200316-alt1.6
dbus-cpp-5.0.6-alt1
dropbear-musl-2025.89-alt1
foma-0.10.0-alt1_1.7.20210601gitdfe1ccb
fractal-12.1-alt1
gcr4-4.4.0.1-alt1.1
httpdbg-1.2.1-alt1
llvm17.0-17.0.6-alt4.4
python3-module-aiohttp-3.13.2-alt1
python3-module-pexpect-4.9.0-alt1
python3-module-tox-4.32.0-alt1
srt-1.5.4-alt2
xmlunit-0:2.8.2-alt1_8jpp11
zed-0.217.2-alt1

Total 169 error logs.
_______________________________________________
Sisyphus-cybertalk mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-cybertalk

Reply via email to