[cyber] I: Sisyphus-20230428 x86_64 beehive_status: +9 -50 (137)
ALT beekeeper
hiver на altlinux.org
Пт Апр 28 07:39:20 MSK 2023
9 NEW error logs
blosc2-2.8.0-alt1
1690/1690 Test #1690: test_compat_blosc-2.0.0-lz4-bitshuffle8-nomemcpy.cdata ....
Passed 0.02 sec
99% tests passed, 1 tests failed out of 1690
Total Test time (real) = 31.12 sec
The following tests FAILED:
714 - test_lazychunk (SEGFAULT)
editorconfig-0.12.6-alt1
gmake[2]: Entering directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.6/x86_64-alt-linux'
[ 81%] Linking C shared library ../../lib/libeditorconfig.so
cd /usr/src/RPM/BUILD/editorconfig-core-c-0.12.6/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.6
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.6/x86_64-alt-linux/src/lib && /usr/bin/cmake
-E cmake_symlink_library ../../lib/libeditorconfig.so.0.12.6 ../../lib/libeditorconfig.so.0
../../lib/libeditorconfig.so
gmake[2]: Leaving directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.6/x86_64-alt-linux'
gmake[1]: Entering directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.6/x86_64-alt-linux'
[ 81%] Built target editorconfig_shared
gmake[1]: Leaving directory
'/usr/src/RPM/BUILD/editorconfig-core-c-0.12.6/x86_64-alt-linux'
gmake: *** [Makefile:156: all] Error 2
fish-3.6.1-alt1
246/246 Test #245: wait.py .................................. Passed 3.24 sec
99% tests passed, 1 tests failed out of 246
Total Test time (real) = 6.90 sec
The following tests FAILED:
232 - pipeline.py (Failed)
java-1.8.0-openjdk-0:1.8.0.362.b09-alt0_1jpp8
RPM build errors:
Unparseable macro: % by %%)
Macro %z not found
ignored self-provides: java-1.8.0-openjdk = 0:1.8.0.362.b09-alt0_1jpp8
ignored self-provides: java-1.8.0-openjdk-headless = 0:1.8.0.362.b09-alt0_1jpp8
ignored self-provides: java-1.8.0-openjdk-devel = 0:1.8.0.362.b09
ignored self-provides: java-1.8.0-openjdk-demo = 0:1.8.0.362.b09-alt0_1jpp8
ignored self-provides: java-1.8.0-openjdk-src = 0:1.8.0.362.b09-alt0_1jpp8
ignored self-provides: java-1.8.0-openjdk-javadoc = 0:1.8.0.362.b09-alt0_1jpp8
Unparseable macro: %.*}"
kernel-source-hifc-3.5.0.11-alt5
542 | err = pci_set_dma_mask(pdev, DMA_BIT_MASK(64));
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_lld.c:552:15:
error: implicit declaration of function 'pci_set_consistent_dma_mask'
[-Werror=implicit-function-declaration]
552 | err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
cc1: some warnings being treated as errors
make[1]: *** [scripts/Makefile.build:250:
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_lld.o] Error 1
--
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:
In function 'cqm_buf_alloc_map':
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:212:25:
error: implicit declaration of function 'pci_map_single'; did you mean
'dma_map_single'? [-Werror=implicit-function-declaration]
212 | pci_map_single(dev, va, buf->buf_size,
| dma_map_single
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:213:40:
error: 'PCI_DMA_BIDIRECTIONAL' undeclared (first use in this function); did you mean
'DMA_BIDIRECTIONAL'?
213 | PCI_DMA_BIDIRECTIONAL);
--
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:213:40:
note: each undeclared identifier is reported only once for each function it appears in
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:214:21:
error: implicit declaration of function 'pci_dma_mapping_error'; did you mean
'dma_mapping_error'? [-Werror=implicit-function-declaration]
214 | if (pci_dma_mapping_error(dev, buf->buf_list[i].pa)) {
| dma_mapping_error
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:223:25:
error: implicit declaration of function 'pci_unmap_single'; did you mean
'dma_unmap_single'? [-Werror=implicit-function-declaration]
223 | pci_unmap_single(dev, buf->buf_list[i].pa,
--
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:
In function 'cqm_buf_alloc':
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:332:34:
error: 'PCI_DMA_BIDIRECTIONAL' undeclared (first use in this function); did you mean
'DMA_BIDIRECTIONAL'?
332 | PCI_DMA_BIDIRECTIONAL);
--
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:
In function 'cqm_buf_free':
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:412:50:
error: 'PCI_DMA_BIDIRECTIONAL' undeclared (first use in this function); did you mean
'DMA_BIDIRECTIONAL'?
412 | PCI_DMA_BIDIRECTIONAL);
--
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:
In function '__free_cache_inv':
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:448:41:
error: 'PCI_DMA_BIDIRECTIONAL' undeclared (first use in this function); did you mean
'DMA_BIDIRECTIONAL'?
448 | buf->buf_size, PCI_DMA_BIDIRECTIONAL);
--
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:
In function 'cqm_cla_alloc':
/usr/src/RPM/BUILD/kernel-source-hifc-3.5.0.11/drivers/scsi/huawei/hifc/hifc_cqm_object.c:1620:33:
error: 'PCI_DMA_BIDIRECTIONAL' undeclared (first use in this function); did you mean
'DMA_BIDIRECTIONAL'?
1620 | PCI_DMA_BIDIRECTIONAL);
meschach-1.2-alt1.b.3
gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c
spbkp.c: In function 'spBKPfactor':
spbkp.c:614:17: warning: variable 'row_num' set but not used [-Wunused-but-set-variable]
614 | int row_num;
spbkp.c:612:42: warning: variable 'r' set but not used [-Wunused-but-set-variable]
612 | int i, j, k, l, n, onebyone, r;
spbkp.c: At top level:
spbkp.c:34:17: warning: 'rcsid' defined but not used [-Wunused-variable]
34 | static char rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 stewart Exp $";
make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'
rng-tools-6.14-alt1.git82f665c4
PASS: rngtestzero.sh
FAIL: rngtestjitter.sh
Testsuite summary for rng-tools 6.14
--
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See tests/test-suite.log
texlive-2021-alt3_3
cc1: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
../../../texk/web2c/mplibdir/svgout.w:69:10: fatal error: mpmath.h: No such file or
directory
69 | #include "mpmath.h" /* internal header */
--
cc1: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C
../../../texk/web2c/mplibdir/pngout.w:69:10: fatal error: mpmath.h: No such file or
directory
69 | #include "mpmath.h" /* internal header */
usb-vhci-1.15-alt2
/usr/src/RPM/BUILD/usb-vhci-1.15/usb-vhci-iocifc.c: In function 'ioc_register':
./arch/x86/include/asm/uaccess.h:198:33: error: invalid initializer
198 | __typeof__(ptr) __ptr = (ptr); /* eval ptr once */ \
50 error logs REMOVED from the list
at-spi2-core-2.48.0-alt1
automake_1.11-1.11.6-alt9
clickhouse-22.8.13.20-alt1
crtools-ovz-3.15.5.3-alt1
devhelp-43.0-alt1
eog-44.1-alt1
evince-44.1-alt1
fwupd-1.8.14-alt1
gawk-5.1.0.0.213.d04f-alt1
gcr-3.41.1-alt2
gcr4-4.1.0-alt1
jicofo-1.1-alt0.4
kernel-modules-linux-gpib-std-def-4.3.4-alt1.331628.1
kernel-modules-rtl8192eu-std-def-5.2.19.1-alt1.331628.1
kernelshark-1:2.1.1-alt1
libadwaita-1:1.3.2-alt1
libdex-0.2.0-alt1
libgdk-pixbuf-2.42.10-alt1
libgit2-glib-1.1.0-alt1
libgssdp1.2-1.4.0.1-alt1
libgssdp1.6-1.6.2-alt1
libgtk4-4.10.3-alt1
libgupnp1.6-1.6.3-alt1
libgusb-0.4.5-alt1
libhandy1-1.8.2-alt1
libjson-glib-1.6.6-alt1
libjsonrpc-glib-3.44.0-alt1
libnotify-0.8.2-alt1
libpanel-1.2.0-alt1
libpango-1.50.14-alt1
libpeas-1.36.0-alt1
libportal-1:0.6-alt1
librest1.0-0.9.1-alt1
librsvg-1:2.56.0-alt1
libsecret-0.20.5-alt1
libshumate-1.0.3-alt1.1
libsoup3.0-3.4.1-alt1
mumps-5.3.5-alt3
nautilus-44.1-alt1
perl-POE-1.370-alt1
python3-module-easyprocess-1.1-alt1
python3-module-lxml-4.9.2-alt1
python3-module-mdp-3.6-alt1
python3-module-pycairo-1.23.0-alt1
python3-module-pyquery-2.0.0-alt1
python3-module-websockets-10.4-alt1
qemu-7.2.0-alt3
qt5-webengine-5.15.13-alt1
slicer-4.11.20210226-alt4
vte3-0.72.1-alt1
Total 137 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk