Test-Label: iol-x86_64-compile-testing Test-Status: FAILURE http://dpdk.org/patch/118940 _Testing issues_ Submitter: Junfeng Guo Date: Friday, October 21 2022 09:19:28 DPDK git baseline: Repo:dpdk-next-net Branch: master CommitID:67250779c61e7d8ce462c84e2b04943859fca46b 118933-118940 --> testing fail Test environment and result as below: +---------------------+--------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_mingw64_compile | +=====================+====================+======================+ | FreeBSD 13 | FAIL | SKIPPED | +---------------------+--------------------+----------------------+ | Windows Server 2019 | PASS | PASS | +---------------------+--------------------+----------------------+ | Ubuntu 20.04 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 34 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 31 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Ubuntu 18.04 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | RHEL8 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | RHEL 7 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 32 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 33 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 34 clang | PASS | SKIPPED | +---------------------+--------------------+----------------------+ ==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ==== [1055/1973] Generating drivers/rte_net_enic.sym_chk with a custom command (wrapped by meson to capture output) [1056/1973] Linking static target drivers/libtmp_rte_net_fm10k.a [1057/1973] Linking target drivers/librte_net_enic.so.23.0 [1058/1973] Generating drivers/rte_net_fm10k.pmd.c with a custom command [1059/1973] Compiling C object drivers/librte_net_fm10k.a.p/meson-generated_.._rte_net_fm10k.pmd.c.o [1060/1973] Linking static target drivers/librte_net_fm10k.a [1061/1973] Generating drivers/rte_net_failsafe.sym_chk with a custom command (wrapped by meson to capture output) [1062/1973] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o FAILED: drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o ccache cc -Idrivers/libtmp_rte_net_gve.a.p -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -MD -MQ drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o -MF drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o.d -o drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o -c ../drivers/net/gve/base/gve_adminq.c ../drivers/net/gve/base/gve_adminq.c:277:11: error: use of undeclared identifier 'ETIME' return -ETIME; ^ 1 error generated. [1063/1973] Linking target drivers/librte_net_failsafe.so.23.0 [1064/1973] Generating drivers/rte_net_fm10k.sym_chk with a custom command (wrapped by meson to capture output) [1065/1973] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_rx.c.o [1066/1973] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_tx.c.o [1067/1973] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped: subcommand failed. ==== End log output ==== FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 Fedora 34 Kernel: 5.4.0-72-generic Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1) Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 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 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) 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) Fedora 32 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 10.2.1 Fedora 33 Kernel: 5.4.0-72-generic Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1) Fedora 34 clang Kernel: 5.4.0-72-generic Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/24131/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/