[cyber] I: Sisyphus-20220409 x86_64 beehive_status: +10 -6 (119)
ALT beekeeper
hiver на altlinux.org
Сб Апр 9 06:52:17 MSK 2022
10 NEW error logs
altlinux-freedesktop-menu-0.68-alt1
+ j=altlinux-webdevelopment.directory
+ grep altlinux-webdevelopment.directory ignore.list
+ grep 'Name\[ru\]=' desktop-directories/altlinux-webdevelopment.directory
+ for i in desktop-directories/*.directory
++ basename desktop-directories/altlinux-xfce.directory
+ j=altlinux-xfce.directory
+ grep altlinux-xfce.directory ignore.list
+ rm ignore.list
+ '[' 0 -gt 0 ']'
+ exit 1
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
2 of 878 tests failed
(73 tests were not run)
clisp-1:2.49.92-alt2
;; Compiling file /usr/src/RPM/BUILD/clisp-2.49.92/modules/postgresql/postgresql.lisp ...
;; Wrote file /usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql/postgresql.fas
;; Wrote file /usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql/postgresql.c
0 errors, 0 warnings
make[2]: Leaving directory '/usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql'
make[2]: Entering directory '/usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql'
gcc -I/usr/src/RPM/BUILD/clisp-2.49.92/src/gllib -g -O2 -W -Wswitch -Wcomment
-Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare
-Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -fno-strict-aliasing
-DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -fPIC -DPIC
-I/usr/src/RPM/BUILD/clisp-2.49.92/src/linkkit \
-c postgresql.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/clisp-2.49.92/src/postgresql'
make: *** [Makefile:16: all] Error 2
editorconfig-0.12.5-alt1.1
gmake[2]: Entering directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
[ 81%] Linking C shared library ../../lib/libeditorconfig.so
cd /usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux/src/lib && /usr/bin/cmake
-E cmake_link_script CMakeFiles/editorconfig_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -shared
-Wl,-soname,libeditorconfig.so.0 -o ../../lib/libeditorconfig.so.0.12.5
CMakeFiles/editorconfig_shared.dir/ec_glob.c.o
CMakeFiles/editorconfig_shared.dir/editorconfig.c.o
CMakeFiles/editorconfig_shared.dir/editorconfig_handle.c.o
CMakeFiles/editorconfig_shared.dir/ini.c.o CMakeFiles/editorconfig_shared.dir/misc.c.o
/usr/lib64/libpcre2-8.so
cd /usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux/src/lib && /usr/bin/cmake
-E cmake_symlink_library ../../lib/libeditorconfig.so.0.12.5 ../../lib/libeditorconfig.so.0
../../lib/libeditorconfig.so
gmake[2]: Leaving directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
gmake[1]: Entering directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
[ 81%] Built target editorconfig_shared
gmake[1]: Leaving directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.5/x86_64-alt-linux'
gmake: *** [Makefile:156: all] Error 2
guile22-2.2.7-alt1
WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding
`filter'
FAIL: check-guile
1 of 1 test failed
libaom-3.3.0-alt1
asm_objects/aom_dsp_encoder_sse2/sad4d_sse2.asm.o: file not recognized: file format
not recognized
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/aom.dir/build.make:915: libaom.so.3.3.0] Error 1
libgda6-6.0.0-alt1
[248/944] Generating providers/skel-implementation/capi/capi_token_types with a custom
command (wrapped by meson to capture output)
FAILED: providers/skel-implementation/capi/capi_token_types.h
/usr/bin/meson --internal exe --capture
providers/skel-implementation/capi/capi_token_types.h --
/usr/src/RPM/BUILD/libgda-6.0.0/x86_64-alt-linux/providers/skel-implementation/capi/capi_gen_def
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)'
python3-module-joblib-1.1.0-alt1
for i in range(1))
except ValueError:
# the temporary folder should be deleted by the end of this
--
> assert err == '' # no resource_tracker warnings.
E AssertionError: assert '/usr/src/RPM... (name, e))\n' == ''
E +
/usr/src/RPM/BUILD/python3-module-joblib-1.1.0/joblib/externals/loky/backend/resource_tracker.py:318:
UserWarning: resource_tracker: There appear to be 1 leaked semlock objects to clean up
at shutdown
E + warnings.warn('resource_tracker: There appear to be %d '
E +
/usr/src/RPM/BUILD/python3-module-joblib-1.1.0/joblib/externals/loky/backend/resource_tracker.py:333:
UserWarning: resource_tracker: /loky-1979320-7w9ath6a: FileNotFoundError(2, 'No such
file or directory')
E + warnings.warn('resource_tracker: %s: %r' % (name, e))
--
XPASS joblib/test/test_parallel.py::test_threadpool_limitation_in_child_context[-1-None]
Fails on ppc64le
FAILED joblib/test/test_memmapping.py::test_child_raises_parent_exits_cleanly[loky]
= 1 failed, 1178 passed, 25 skipped, 2 xfailed, 16 xpassed in 111.93s (0:01:51) =
--
[DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers
ERROR: InvocationError for command
/usr/src/RPM/BUILD/python3-module-joblib-1.1.0/.tox/py3/bin/pytest -vra (exited with
code 1)
py3 finish: run-test after 112.47 seconds
--
___________________________________ summary ____________________________________
ERROR: py3: commands failed
cleanup /usr/src/RPM/BUILD/python3-module-joblib-1.1.0/.tox/.tmp/package/1/joblib-1.1.0.zip
python3-module-pytest-xdist-2.5.0-alt1
result = pytester.runpytest("-n1")
> result.stdout.fnmatch_lines(["*RuntimeError: Some runtime error*"])
E Failed: nomatch: '*RuntimeError: Some runtime error*'
E and: '============================= test session starts
=============================='
--
E and: 'INTERNALERROR> raise IOError("cannot send to {!r}".format(self))'
E and: 'INTERNALERROR> OSError: cannot send to <Channel id=1 closed>'
E and: ''
E and: '============================ no tests ran in 0.29s
============================='
E remains unmatched: '*RuntimeError: Some runtime error*'
/usr/src/RPM/BUILD/python3-module-pytest-xdist-2.5.0/testing/acceptance_test.py:1156:
Failed
--
INTERNALERROR> raise IOError("cannot send to {!r}".format(self))
INTERNALERROR> OSError: cannot send to <Channel id=1 closed>
============================ no tests ran in 0.29s =============================
--
reason: [NOTRUN]
FAILED testing/acceptance_test.py::test_internal_errors_propagate_to_controller
======= 1 failed, 154 passed, 2 skipped, 10 xfailed in 61.77s (0:01:01) ========
ERROR: InvocationError for command
/usr/src/RPM/BUILD/python3-module-pytest-xdist-2.5.0/.tox/py3/bin/pytest (exited with
code 1)
py3 finish: run-test after 62.08 seconds
--
___________________________________ summary ____________________________________
ERROR: py3: commands failed
cleanup
/usr/src/RPM/BUILD/python3-module-pytest-xdist-2.5.0/.tox/.tmp/package/1/pytest-xdist-2.5.0.zip
6 error logs REMOVED from the list
borg-1.1.17-alt3
curl-7.82.0-alt1
jicofo-1.1-alt0.4
perl-Text-BibTeX-0.88-alt2
python3-module-funcsigs-1.0.2-alt4
quilt-0.67-alt1
Total 119 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk