From: ALT beekeeper <hiver@altlinux.org> To: sisyphus-cybertalk@lists.altlinux.org Subject: [cyber] I: p10-20230507 x86_64 beehive_status: +10 -7 (47) Date: Sun, 7 May 2023 03:30:47 +0000 Message-ID: <ZFcbZ4aPKuyDlyTU@beehive.mskdc.altlinux.org> (raw) 10 NEW error logs glibc-6:2.32-alt5 UNSUPPORTED: sunrpc/tst-svc_register FAIL: time/tst-cpuclock1 Summary of test results: -- + cut '-d ' -f2- + grep '^FAIL:' build-x86_64-linux/tests.sum + xargs -i tail -v -n 100 'build-x86_64-linux/{}.test-result' 'build-x86_64-linux/{}.out' ==> build-x86_64-linux/time/tst-cpuclock1.test-result <== FAIL: time/tst-cpuclock1 original exit status 1 kernel-modules-kvdo-std-def-6.2.6.3-alt1.330419.1 kernel-headers-modules-std-def is already the newest version. E: Version ='6.2.6.3' for 'kernel-source-kvdo' was not found hsh-install: Failed to calculate package file list. kernel-modules-r8168-std-def-8.049.02-alt1.k.330419.1 kernel-headers-modules-std-def is already the newest version. E: Version ='8.049.02' for 'kernel-source-r8168' was not found hsh-install: Failed to calculate package file list. kernel-modules-rtl8812au-std-def-7502.20210405-alt1.330419.1 kernel-headers-modules-std-def is already the newest version. E: Version ='7502.20210405' for 'kernel-source-rtl8812au' was not found hsh-install: Failed to calculate package file list. kernel-modules-vhba-std-def-20200106-alt1.k.330419.1 kernel-headers-modules-std-def is already the newest version. E: Version ='20200106' for 'kernel-source-vhba' was not found hsh-install: Failed to calculate package file list. kernel-source-hinic-2.3.2.17-alt2 /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_main.c: In function 'qp_add_napi': /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_main.c:488:2: error: too many arguments to function 'netif_napi_add' 488 | netif_napi_add(nic_dev->netdev, &irq_cfg->napi, -- /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c: In function 'hinic_alloc_cmd_buf': /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c:265:17: error: implicit declaration of function 'pci_pool_alloc'; did you mean 'dma_pool_alloc'? [-Werror=implicit-function-declaration] 265 | cmd_buf->buf = pci_pool_alloc(cmdqs->cmd_buf_pool, GFP_ATOMIC, -- /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c: In function 'hinic_free_cmd_buf': /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c:291:2: error: implicit declaration of function 'pci_pool_free'; did you mean 'dma_pool_free'? [-Werror=implicit-function-declaration] 291 | pci_pool_free(cmdqs->cmd_buf_pool, cmd_buf->buf, cmd_buf->dma_addr); -- /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c: In function 'hinic_cmdqs_init': /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c:1495:22: error: assignment to 'struct pci_pool *' from incompatible pointer type 'struct dma_pool *' [-Werror=incompatible-pointer-types] 1495 | cmdqs->cmd_buf_pool = dma_pool_create("hinic_cmdq", hwdev->dev_hdl, /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c:1544:24: error: passing argument 1 of 'dma_pool_destroy' from incompatible pointer type [-Werror=incompatible-pointer-types] 1544 | dma_pool_destroy(cmdqs->cmd_buf_pool); -- /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c: In function 'hinic_cmdqs_free': /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.c:1570:24: error: passing argument 1 of 'dma_pool_destroy' from incompatible pointer type [-Werror=incompatible-pointer-types] 1570 | dma_pool_destroy(cmdqs->cmd_buf_pool); -- 24 | void dma_pool_destroy(struct dma_pool *pool); cc1: some warnings being treated as errors make[1]: *** [scripts/Makefile.build:250: /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_cmdq.o] Error 1 -- CC [M] /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_ethtool.o /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:2416:19: error: initialization of 'void (*)(struct net_device *, struct ethtool_ringparam *, struct kernel_ethtool_ringparam *, struct netlink_ext_ack *)' from incompatible pointer type 'void (*)(struct net_device *, struct ethtool_ringparam *)' [-Werror=incompatible-pointer-types] 2416 | .get_ringparam = hinic_get_ringparam, /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:2416:19: note: (near initialization for 'hinic_ethtool_ops.get_ringparam') /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:2417:19: error: initialization of 'int (*)(struct net_device *, struct ethtool_ringparam *, struct kernel_ethtool_ringparam *, struct netlink_ext_ack *)' from incompatible pointer type 'int (*)(struct net_device *, struct ethtool_ringparam *)' [-Werror=incompatible-pointer-types] 2417 | .set_ringparam = hinic_set_ringparam, /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:2417:19: note: (near initialization for 'hinic_ethtool_ops.set_ringparam') /usr/src/RPM/BUILD/kernel-source-hinic-2.3.2.17/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:2447:19: error: initialization of 'void (*)(struct net_device *, struct ethtool_ringparam *, struct kernel_ethtool_ringparam *, struct netlink_ext_ack *)' from incompatible pointer type 'void (*)(struct net_device *, struct ethtool_ringparam *)' [-Werror=incompatible-pointer-types] 2447 | .get_ringparam = hinic_get_ringparam, libical-3.0.11-alt1 html/ICalRecurrence.html:1095: warning: no link for: "GArray" -> (<span class="type">GArray</span>). html/ICalTime.html:1236: warning: no link for: "i-cal-time-compare-tz" -> (<code class="function">i_cal_time_compare_tz()</code>). html/ICalTimeSpan.html:147: warning: no link for: "g-object-unref" -> (<code class="function">g_object_unref()</code>). html/ICalTimezone.html:1183: warning: no link for: "FILE:CAPS" -> (<span class="type">FILE</span>). html/api-index-full.html:27: warning: no link for: "libical-glib-i-cal-forward-declarations" -> (i-cal-forward-declarations). gmake[2]: Leaving directory '/usr/src/RPM/BUILD/libical-3.0.11/x86_64-alt-linux' gmake[1]: Entering directory '/usr/src/RPM/BUILD/libical-3.0.11/x86_64-alt-linux' [ 99%] Built target gtkdoc-libical-glib gmake[1]: Leaving directory '/usr/src/RPM/BUILD/libical-3.0.11/x86_64-alt-linux' gmake: *** [Makefile:146: all] Error 2 libredland-1.0.17-alt3 /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/raptor2 -I/usr/include/rasqal -I/usr/include/raptor2 -DPKGDATADIR="\"/usr/share/redland\"" -I/usr/include/raptor2 -I/usr/include/rasqal -I/usr/include/raptor2 -DREDLAND_MODULE_PATH="\""/usr/local/lib/redland:/usr/lib64/redland"\"" -DLIBRDF_INTERNAL=1 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o rdf_stream.lo rdf_stream.c libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT comes from libtool 2.4.2. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 libtool: and run autoconf again. make[3]: *** [Makefile:879: rdf_stream.lo] Error 63 make[3]: Leaving directory '/usr/src/RPM/BUILD/redland-1.0.17/src' make[2]: *** [Makefile:978: all-recursive] Error 1 make[1]: *** [Makefile:667: all] Error 2 make: *** [Makefile:624: all-recursive] Error 1 lightdm-1.30.0-alt24 PASS: test-session-greeter-autologin FAIL: test-session-greeter-reconnect PASS: test-session-greeter-unlock -- # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 See tests/test-suite.log python3-3.9.16-alt1 test_msilib test_nis test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 Total duration: 2 min 19 sec Tests result: FAILURE error: Bad exit status from /usr/src/tmp/rpm-tmp.86637 (%check) RPM build errors: Macro %optflags_lto not found Macro %optflags_lto failed to expand 7 error logs REMOVED from the list automake_1.11-1.11.6-alt9 fprintd-1.94.2-alt1 gawk-5.1.0.0.213.d04f-alt1 ibus-1.5.25-alt1 libxfce4ui-4.16.1-alt1 perl-Prima-1.61-alt1 proftpd-1.3.6-alt0.4.ga73dbfe3b Total 47 error logs.
reply other threads:[~2023-05-07 3:30 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=ZFcbZ4aPKuyDlyTU@beehive.mskdc.altlinux.org \ --to=hiver@altlinux.org \ --cc=devel@lists.altlinux.org \ --cc=sisyphus-cybertalk@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus cybertalk This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \ sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com public-inbox-index sisyphus-cybertalk Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk AGPL code for this site: git clone https://public-inbox.org/public-inbox.git