Test-Label: iol-testing Test-Status: FAILURE http://dpdk.org/patch/94397 _Testing issues_ Submitter: Wenwu Ma Date: Friday, June 18 2021 20:03:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:478614ee1f62e172c4d4770f157fc9bbb6563523 94393-94397 --> testing fail Test environment and result as below: +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Environment | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_meson_compile | dpdk_unit_test | +====================================+======================+===================+====================+================+ | Windows Server 2019 | PASS | SKIPPED | PASS | SKIPPED | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Ubuntu 18.04 | SKIPPED | PASS | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Fedora 31 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Ubuntu 18.04 ARM | SKIPPED | SKIPPED | FAIL | SKIPPED | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | FreeBSD 13 | SKIPPED | SKIPPED | PASS | SKIPPED | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | FreeBSD 11.2 | SKIPPED | SKIPPED | PASS | SKIPPED | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | CentOS 8 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | openSUSE Leap 15 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Ubuntu 20.04 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Fedora 32 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | RHEL8 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | RHEL 7 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Arch Linux | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | CentOS Stream 8 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Fedora 34 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Ubuntu 20.04 ARM cross-compilation | SKIPPED | SKIPPED | FAIL | SKIPPED | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Fedora 33 | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ | Fedora 34 clang | SKIPPED | SKIPPED | PASS | PASS | +------------------------------------+----------------------+-------------------+--------------------+----------------+ ==== 20 line log output for Ubuntu 18.04 ARM (dpdk_meson_compile): ==== FAILED: examples/dpdk-vhost.p/vhost_virtio_net.c.o ccache cc -Iexamples/dpdk-vhost.p -Iexamples -I../examples -Iexamples/vhost -I../examples/vhost -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ examples/dpdk-vhost.p/vhost_virtio_net.c.o -MF examples/dpdk-vhost.p/vhost_virtio_net.c.o.d -o examples/dpdk-vhost.p/vhost_virtio_net.c.o -c ../examples/vhost/virtio_net.c In file included from ../examples/vhost/main.h:12, from ../examples/vhost/virtio_net.c:13: ../examples/vhost/ioat.h:59:1: error: ‘ioat_check_completed_copies_cb’ defined but not used [-Werror=unused-function] 59 | ioat_check_completed_copies_cb(int vid __rte_unused, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../examples/vhost/ioat.h:50:1: error: ‘ioat_transfer_data_cb’ defined but not used [-Werror=unused-function] 50 | ioat_transfer_data_cb(int vid __rte_unused, uint16_t queue_id __rte_unused, | ^~~~~~~~~~~~~~~~~~~~~ ../examples/vhost/ioat.h:44:12: error: ‘open_ioat’ defined but not used [-Werror=unused-function] 44 | static int open_ioat(const char *value __rte_unused) | ^~~~~~~~~ cc1: all warnings being treated as errors [2588/2904] Compiling C object examples/dpdk-vhost.p/vhost_main.c.o [2589/2904] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output) [2590/2904] Generating rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output) [2591/2904] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped: subcommand failed. [1] Error running command. ==== End log output ==== Windows Server 2019 Kernel: 10.0 Compiler: clang 9.0 and gcc 8.1.0 (MinGW) Ubuntu 18.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0-3ubuntu1~18.04 Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 Ubuntu 18.04 ARM Kernel: 5.4.0-53-generic Compiler: gcc 9.3 FreeBSD 13 Kernel: 13.0 Compiler: gcc 10.2.0 FreeBSD 11.2 Kernel: 11.2 Compiler: gcc 8.3 CentOS 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 Fedora 32 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 10.2.1 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) Arch Linux Kernel: 5.4.0-73-generic Compiler: gcc 11.1.0 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Fedora 34 Kernel: 5.4.0-72-generic Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1) Ubuntu 20.04 ARM cross-compilation Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 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/17435/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/