20 NEW error logs

batik-0:1.14-alt1_3jpp11
        [INFO] 
------------------------------------------------------------------------
        [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
        (package-all) on project batik-all: Execution package-all of
        goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
        failed: An API incompatibility was encountered while executing
        org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single: 
java.lang.NoSuchFieldError:
        ROLE
        [ERROR] -----------------------------------------------------

byteman-4.0.16-alt1_7jpp11
        [INFO] 
------------------------------------------------------------------------
        [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
        (make-assembly) on project byteman: Execution make-assembly of
        goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
        failed: An API incompatibility was encountered while executing
        org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single: 
java.lang.NoSuchFieldError:
        ROLE
        [ERROR] -----------------------------------------------------

dropbear-2025.88-alt1
        >       self.socket.bind(self.server_address)
        E       OSError: [Errno 98] Address already in use
        /usr/lib/python3.12/socketserver.py:478: OSError
        --
        >       self.socket.bind(self.server_address)
        E       OSError: [Errno 98] Address already in use
        /usr/lib/python3.12/socketserver.py:478: OSError
        --
        [231] Aug 23 10:36:07 Pubkey auth succeeded for 'root' with 
ecdsa-sha2-nistp256 key
        SHA256:yAMyEFlnl2WRI4Og5ycNpGzX/MIqFjfLHtq8I5Gq78I from 127.0.0.1:40624
        [232] Aug 23 10:36:07 lastlog_perform_login: Couldn't stat 
/var/log/lastlog: No such
        file or directory
        [232] Aug 23 10:36:07 lastlog_openseek: /var/log/lastlog is not a file 
or directory!
        [231] Aug 23 10:36:07 Exit (root) from <127.0.0.1:40624>: Exited 
normally
        [231] Aug 23 10:36:07 syslogin_perform_logout: logout(pts/1) returned 
an error: No such
        file or directory
        [235] Aug 23 10:36:07 Child connection from 127.0.0.1:40630
        --
        [240] Aug 23 10:36:07 Pubkey auth succeeded for 'root' with 
ecdsa-sha2-nistp256 key
        SHA256:yAMyEFlnl2WRI4Og5ycNpGzX/MIqFjfLHtq8I5Gq78I from 127.0.0.1:40646
        [241] Aug 23 10:36:07 lastlog_perform_login: Couldn't stat 
/var/log/lastlog: No such
        file or directory
        [241] Aug 23 10:36:07 lastlog_openseek: /var/log/lastlog is not a file 
or directory!
        [240] Aug 23 10:36:07 Exit (root) from <127.0.0.1:40646>: Exited 
normally
        [240] Aug 23 10:36:07 syslogin_perform_logout: logout(pts/2) returned 
an error: No such
        file or directory
        [244] Aug 23 10:36:07 Child connection from 127.0.0.1:40658
        --
        [249] Aug 23 10:36:08 Pubkey auth succeeded for 'root' with 
ecdsa-sha2-nistp256 key
        SHA256:yAMyEFlnl2WRI4Og5ycNpGzX/MIqFjfLHtq8I5Gq78I from 127.0.0.1:40668
        [250] Aug 23 10:36:08 lastlog_perform_login: Couldn't stat 
/var/log/lastlog: No such
        file or directory
        [250] Aug 23 10:36:08 lastlog_openseek: /var/log/lastlog is not a file 
or directory!
        [249] Aug 23 10:36:08 Exit (root) from <127.0.0.1:40668>: Exited 
normally
        [249] Aug 23 10:36:08 syslogin_perform_logout: logout(pts/3) returned 
an error: No such
        file or directory
        [253] Aug 23 10:36:08 Child connection from 127.0.0.1:40684
        --
        [258] Aug 23 10:36:08 Pubkey auth succeeded for 'root' with 
ecdsa-sha2-nistp256 key
        SHA256:yAMyEFlnl2WRI4Og5ycNpGzX/MIqFjfLHtq8I5Gq78I from 127.0.0.1:40692
        [259] Aug 23 10:36:08 lastlog_perform_login: Couldn't stat 
/var/log/lastlog: No such
        file or directory
        [259] Aug 23 10:36:08 lastlog_openseek: /var/log/lastlog is not a file 
or directory!
        [258] Aug 23 10:36:08 Exit (root) from <127.0.0.1:40692>: Exited 
normally
        [258] Aug 23 10:36:08 syslogin_perform_logout: logout(pts/4) returned 
an error: No such
        file or directory
        [262] Aug 23 10:36:08 Child connection from 127.0.0.1:40706

flux-0.196.1-alt1
        243 |     fn from_assignment(a: &Assignment) -> Node<'_> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/errors.rs:62:17
        --
        62 |     pub fn iter(&self) -> slice::Iter<'_, T> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/errors.rs:66:21
        --
        66 |     pub fn iter_mut(&mut self) -> slice::IterMut<'_, T> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/formatter/mod.rs:1952:16
        --
        1952 |     fn new(op: &ast::Operator) -> Operator<'_> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/formatter/mod.rs:1960:24
        --
        1960 |     fn new_logical(op: &ast::LogicalOperator) -> Operator<'_> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/semantic/bootstrap.rs:111:26
        --
        111 | fn stdlib_importer(path: &Path) -> FileSystemImporter<StdFS<'_>> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/semantic/bootstrap.rs:197:20
        --
        197 | pub fn stdlib(dir: &Path) -> Result<(PackageExports, 
FileSystemImporter<StdFS<'_>>)>
        {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/semantic/check.rs:127:28
        --
        127 | fn check_option_stmts(pkg: &nodes::Package) -> 
Result<OptionMap<'_>> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/semantic/flatbuffers/semantic_generated.rs:29562:33
        --
        29562 |     pub fn root_as_package(buf: &[u8]) -> Result<Package<'_>,
        flatbuffers::InvalidFlatbuffer> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/semantic/flatbuffers/semantic_generated.rs:29573:14
        --
        29574 |     ) -> Result<Package<'_>, flatbuffers::InvalidFlatbuffer> {
        error: hiding a lifetime that's elided elsewhere is confusing
        --> flux-core/src/semantic/flatbuffers/semantic_generated.rs:29607:50

gitui-0.27.0-alt1
        Running `rustc --crate-name git2_hooks --edition=2021 
git2-hooks/src/lib.rs
        --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat
        --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C 
linker-plugin-lto
        -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 
'cfg(feature,
        values())' -C metadata=cca706c549cfd9e4 -C 
extra-filename=-a428ef29a2f35de2
        --out-dir /usr/src/RPM/BUILD/gitui-0.27.0/target/release/deps -C 
linker=gcc
        -L dependency=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/deps 
--extern
        
git2=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/deps/libgit2-84d7a7a19476e32e.rmeta
        --extern
        
log=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/deps/liblog-cb6314c021e4088d.rmeta
        --extern
        
shellexpand=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/deps/libshellexpand-9d02235df90ec788.rmeta
        --extern
        
thiserror=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/deps/libthiserror-ef10433ed829b8d7.rmeta
        -Copt-level=3 -Cdebuginfo=1 --cfg=rustix_use_libc -L
        
native=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/build/libgit2-sys-28048381b353b5f3/out/build
        -L
        
native=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/build/libssh2-sys-ec220d85ed158d10/out/build
        -L
        
native=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/build/libz-sys-6a6f20a99aa070df/out/lib
        -L
        
native=/usr/src/RPM/BUILD/gitui-0.27.0/target/release/build/libz-sys-6a6f20a99aa070df/out/lib`
        error: associated constant `CREATE_NO_WINDOW` is never used
        --> git2-hooks/src/hookspath.rs:214:8
        --
        16  |     dead_code,
        error: could not compile `git2-hooks` (lib) due to 1 previous error
        Caused by:

gnome-vfs-1:2.24.4-alt14
        PASS: test-address
        FAIL: test-async-cancel
        PASS: test-escape
        --
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        .. contents:: :depth: 2
        FAIL: test-async-cancel
        Testing get file info...
        --
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        See test/test-suite.log

guile-fibers-1.3.1-alt1
        ;;; compiled
        
/usr/src/.cache/guile/ccache/2.2-LE-4-3.A/usr/src/RPM/BUILD/guile-fibers-1.3.1/tests/concurrent-web-server.scm.go
        Backtrace:
        7 (apply-smob/1 #<catch-closure fc520>)
        --
        In procedure connect: Connection refused
        FAIL: tests/concurrent-web-server.scm
        1 of 11 tests failed
        make[2]: *** [Makefile:1081: check-TESTS] Error 1

himalaya-0.8.1-alt2
        --> 
/usr/src/RPM/BUILD/himalaya-0.8.1/vendor/pimalaya-email/src/backend/sync.rs:232:60
        232 |             .map_err(|err| Error::SyncAccountLockFileError(err, 
account.clone()))?;
        |                            ------------------------------- ^^^ 
expected `FileLockError`,
        found `TryLockError`
        --
        --> 
/usr/src/RPM/BUILD/himalaya-0.8.1/vendor/pimalaya-email/src/backend/sync.rs:343:62
        343 |             .map_err(|err| Error::SyncAccountUnlockFileError(err, 
account.clone()))?;
        |                            --------------------------------- ^^^ 
expected
        `FileLockError`, found `Error`
        --
        35  |     SyncAccountUnlockFileError(#[source] FileLockError, String),
        help: try wrapping the expression in `advisory_lock::FileLockError::Io`
        343 |             .map_err(|err|
        Error::SyncAccountUnlockFileError(advisory_lock::FileLockError::Io(err),
        account.clone()))?;
        Some errors have detailed explanations: E0061, E0308.
        For more information about an error, try `rustc --explain E0061`.
        error: could not compile `pimalaya-email` (lib) due to 3 previous errors

jffi-1.3.4-alt1_1jpp11
        [INFO] 
------------------------------------------------------------------------
        [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
        (jffi-complete) on project jffi: Execution jffi-complete of
        goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single
        failed: An API incompatibility was encountered while executing
        org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single: 
java.lang.NoSuchFieldError:
        ROLE
        [ERROR] -----------------------------------------------------

libopenh264-2.6.0-alt2
        [ RUN      ] EncoderInterfaceTest.DiffResolutionCheck
        [       OK ] EncoderInterfaceTest.DiffResolutionCheck (232 ms)
        [ RUN      ] EncoderInterfaceTest.NalSizeChecking
        5/5 api        OK             457.09s
        Summary of Failures:
        4/5 encoder    TIMEOUT         60.07s   killed by signal 15 SIGTERM
        Ok:                4
        Fail:              0
        Timeout:           1
        Full log written to
        
/usr/src/RPM/BUILD/libopenh264-2.6.0/i586-alt-linux/meson-logs/testlog.txt

perl-Net-SIP-0.838-alt1
        t/23_valid_message.t .................... ok
        #   Failed test 'DTMF audio generator and extractor for codec pcma 
works'
        #   at t/24_dtmf_audio.t line 24.
        --
        t/24_dtmf_audio.t                     (Wstat: 256 (exited 1) Tests: 2 
Failed: 1)
        Failed test:  2
        Non-zero exit status: 1
        --
        Result: FAIL
        Failed 1/26 test programs. 1/2000 subtests failed.
        make: *** [Makefile:829: test_dynamic] Error 255

plexus-archiver-0:4.2.7-alt1_2jpp11
        [INFO] -------------------------------------------------------------
        [ERROR] COMPILATION ERROR :
        [INFO] -------------------------------------------------------------

plexus-io-3.5.1-alt1
        [INFO] 
------------------------------------------------------------------------
        [INFO] BUILD FAILURE
        [INFO] 
------------------------------------------------------------------------
        [INFO] Total time:  0.197 s
        [INFO] Finished at: 2025-08-23T08:43:29Z
        [INFO] 
------------------------------------------------------------------------
        [ERROR] UndeclaredThrowableException: InvocationTargetException: Plugin
        org.eclipse.sisu:sisu-maven-plugin:0.9.0.M4 or one of its dependencies 
could not be
        resolved: Cannot access central (https://repo.maven.apache.org/maven2) 
in offline mode
        and the artifact org.eclipse.sisu:sisu-maven-plugin:jar:0.9.0.M4 has 
not been downloaded
        from it before.
        [ERROR]
        [ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.
        [ERROR] Re-run Maven using the -X switch to enable full debug logging.

python3-module-backrefs-6.0.1-alt1
        =========================== short test summary info 
============================
        FAILED tests/test_bregex.py::TestExceptions::test_timeout - Failed: DID 
NOT R...
        ======================== 1 failed, 566 passed in 5.04s 
=========================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest']' 
returned non-zero
        exit status 1.

python3-module-hypothesis-crosshair-0.0.24-alt1
        
hypothesis_crosshair_provider/crosshair_provider_test.py::test_provider_conformance_crosshair
        PASSED [ 30%]
        hypothesis_crosshair_provider/end_to_end_test.py::test_int FAILED       
 [ 35%]
        hypothesis_crosshair_provider/end_to_end_test.py::test_float PASSED     
 [ 40%]
        --
        hypothesis_crosshair_provider/end_to_end_test.py::test_list PASSED      
 [ 65%]
        hypothesis_crosshair_provider/end_to_end_test.py::test_set FAILED       
 [ 70%]
        hypothesis_crosshair_provider/end_to_end_test.py::test_dict PASSED      
 [ 75%]
        --
        =========================== short test summary info 
============================
        FAILED hypothesis_crosshair_provider/end_to_end_test.py::test_int - 
Failed: D...
        FAILED hypothesis_crosshair_provider/end_to_end_test.py::test_set - 
hypothesi...
        ============= 2 failed, 18 passed, 7 warnings in 196.69s (0:03:16) 
=============
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra']' returned
        non-zero exit status 1.

python3-module-pulsectl-asyncio-1.2.2-alt2
        
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_ext_stream_restore
 PASSED
        [ 29%]
        
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample 
FAILED
        [ 35%]
        
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_sink_src 
PASSED [ 41%]
        --
        >                       self.assertGreater(peak, 0)
        E      AssertionError: 0.0 not greater than 0
        tests/test_async_with_dummy_instance.py:461: AssertionError
        --
        =========================== short test summary info 
============================
        FAILED 
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample
        =================== 1 failed, 16 passed, 1 warning in 20.28s 
===================

python3-module-schemathesis-4.0.15-alt1
        ------------------------------ Captured log call 
-------------------------------
        ERROR    aiohttp.server:web_protocol.py:481 Error handling request from 
127.0.0.1
        Traceback (most recent call last):
        --
        SKIPPED [1] test/coverage/test_combinations.py:252: This test is not 
applicable for
        multiple_of=None
        FAILED test/engine/test_engine.py::test_stateful_auth[Open API 3.0] - 
assert ...
        ===== 1 failed, 2380 passed, 1 skipped, 263 warnings in 912.76s 
(0:15:12) ======
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'--snapshot-update',
        'test/']' returned non-zero exit status 1.

python3-module-shapely-2.1.1-alt1
        XFAIL
        
.run_venv/lib/python3/site-packages/shapely/tests/legacy/test_wkb.py::test_dump_hex_load_binary
        - Not yet implemented for Shapely 2.0
        FAILED
        
.run_venv/lib/python3/site-packages/shapely/tests/test_set_operations.py::test_coverage_union_overlapping_inputs
        ====== 1 failed, 6260 passed, 99 skipped, 3 xfailed in 211.97s 
(0:03:31) =======
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['pytest', '-vra', '--pyargs', 
'shapely.tests']'
        returned non-zero exit status 1.

python3-module-silx-2.2.2-alt1
        SKIPPED [2] 
../../../../lib/python3/site-packages/_pytest/unittest.py:385: Network or
        silx website not available
        FAILED
        
.run_venv/lib/python3/site-packages/silx/io/test/test_h5py_utils.py::TestH5pyUtils::test_modes_multi_process
        =========== 1 failed, 1152 passed, 1408 skipped in 112.89s (0:01:52) 
===========
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python', '-c', "import 
silx.test, sys;
        sys.exit(silx.test.run_tests(verbosity=1, args=['-ra', '-Wignore', 
'--low-mem']))"]'
        returned non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpm-tmp.1733 (%check)

xmvn-4.2.0-alt2
        + rm -rf /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/configuration.xml
        /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/config.d/
        /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/conf/toolchains.xml
        /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/maven-metadata/
        + for rpm404_ghost in /usr/share/xmvn/conf/logging.rpmmoved
        ++ dirname /usr/share/xmvn/conf/logging.rpmmoved
        + mkdir -p /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/conf
        + touch /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/conf/logging.rpmmoved
        + subst 's/commons-compress/& commons-io/' 
/usr/src/tmp/xmvn-buildroot/usr/bin/xmvn-install
        + rm /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/lib/guice-5.1.0.jar
        + ln -s /usr/share/java/google-guice.jar
        /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/lib/guice-5.1.0.jar
        + ln -s /usr/share/java/aopalliance.jar
        /usr/src/tmp/xmvn-buildroot/usr/share/xmvn/lib/aopalliance-1.0.jar
        ln: failed to create symbolic link
        '/usr/src/tmp/xmvn-buildroot/usr/share/xmvn/lib/aopalliance-1.0.jar': 
File exists

        25 error logs REMOVED from the list
auditd-plugin-clickhouse-lite-0.1.8-alt2
dropbear-musl-2025.88-alt1
erlang-proper-1.4.0.19.3bbd-alt1
forbidden-apis-2.5-alt1_10jpp11
gcr4-4.4.0.1-alt1
jid-0.7.6-alt1
jmc-core-7.1.1-alt1_5.1jpp11
libgdchart-0.11.5-alt1.4
mame-0.278-alt1
mumps-5.3.5-alt3
musikcube-3.0.4-alt1
nom-tam-fits-1.15.2-alt1_13jpp11
ouch-0.6.1-alt1
palemoon-2:33.8.0-alt2
perl-POE-Component-SSLify-1.012-alt1_17
pstoedit-4.02-alt1
pudb-2024.1.3-alt1
python3-module-castellan-5.3.0-alt1
python3-module-cattrs-25.1.1-alt1
python3-module-oslo.log-7.1.0-alt1.1
python3-module-tox-4.28.4-alt1
qt5-pim-5.15-alt1
setserial-1:2.17-alt2.qa1
staticcheck-0.4.7-alt1
trurl-0.16.1-alt1

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

Reply via email to