Test-Label: iol-x86_64-compile-testing Test-Status: FAILURE http://dpdk.org/patch/118886 _Testing issues_ Submitter: Guo, Junfeng Date: Friday, October 21 2022 05:18:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:eb870201b48ebcb1689275bca3f57c99ad1dc876 118873-118886 --> testing fail Test environment and result as below: +---------------------+--------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_mingw64_compile | +=====================+====================+======================+ | FreeBSD 13 | FAIL | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 34 | FAIL | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 32 | FAIL | SKIPPED | +---------------------+--------------------+----------------------+ | Windows Server 2019 | FAIL | PASS | +---------------------+--------------------+----------------------+ | Fedora 31 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Ubuntu 20.04 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 33 | FAIL | SKIPPED | +---------------------+--------------------+----------------------+ | RHEL 7 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | RHEL8 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 34 clang | FAIL | SKIPPED | +---------------------+--------------------+----------------------+ | Ubuntu 18.04 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ ==== 20 line log output for Fedora 34 clang (dpdk_meson_compile): ==== [653/3548] Linking target drivers/librte_common_iavf.so.23.0. [654/3548] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.23.0.symbols'. [655/3548] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_controlq_setup.c.o'. [656/3548] Linking static target drivers/libtmp_rte_common_idpf.a. [657/3548] Generating rte_common_idpf.pmd.c with a custom command. [658/3548] Compiling C object 'drivers/a715181@@rte_common_idpf@sta/meson-generated_.._rte_common_idpf.pmd.c.o'. [659/3548] Generating rte_common_idpf_mingw with a custom command. [660/3548] Generating rte_common_idpf_def with a custom command. [661/3548] Linking static target drivers/librte_common_idpf.a. [662/3548] Generating rte_common_idpf.sym_chk with a meson_exe.py custom command. [663/3548] Compiling C object 'drivers/a715181@@rte_common_idpf@sha/meson-generated_.._rte_common_idpf.pmd.c.o'. [664/3548] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx@sta/common_octeontx_octeontx_mbox.c.o'. [665/3548] Linking static target drivers/libtmp_rte_common_octeontx.a. [666/3548] Linking target drivers/librte_common_idpf.so.23.0. FAILED: drivers/librte_common_idpf.so.23.0 clang -o drivers/librte_common_idpf.so.23.0 'drivers/a715181@@rte_common_idpf@sha/meson-generated_.._rte_common_idpf.pmd.c.o' 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common.c.o' 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_controlq.c.o' 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_controlq_setup.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_common_idpf.so.23 -Wl,--no-as-needed -pthread -lm -ldl -lnuma lib/librte_eal.so.23.0 lib/librte_kvargs.so.23.0 lib/librte_telemetry.so.23.0 -Wl,--end-group -Wl,--version-script=/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/drivers/common/idpf/version.map '-Wl,-rpath,$ORIGIN/../lib' -Wl,-rpath-link,/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/build/lib /usr/bin/ld: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_controlq.c.o:(.bss+0x0): multiple definition of `__rte__packed'; drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common.c.o:(.bss+0x8): first defined here /usr/bin/ld: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_controlq_setup.c.o:(.bss+0x0): multiple definition of `__rte__packed'; drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common.c.o:(.bss+0x8): first defined here clang-12: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. ==== End log output ==== FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 Fedora 34 Kernel: 5.4.0-72-generic Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1) Fedora 32 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 10.2.1 Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 Fedora 33 Kernel: 5.4.0-72-generic Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1) RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Fedora 34 clang Kernel: 5.4.0-72-generic Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34) Ubuntu 18.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0-3ubuntu1~18.04 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/24124/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/