_Testing issues_ Branch: tags/v19.11 7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail Test environment and result as below: +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Environment | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test | +====================================+======================+====================+===================+================+ | Windows Server 2019 | FAIL | FAIL | SKIPPED | SKIPPED | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | FreeBSD 13 | SKIPPED | FAIL | SKIPPED | SKIPPED | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Ubuntu 18.04 ARM | SKIPPED | PASS | SKIPPED | SKIPPED | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | FreeBSD 11.2 | SKIPPED | PASS | SKIPPED | SKIPPED | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Fedora 31 | SKIPPED | PASS | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | openSUSE Leap 15 | SKIPPED | PASS | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Ubuntu 18.04 | SKIPPED | PASS | FAIL | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | CentOS Stream 8 | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Fedora 32 | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Arch Linux | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Fedora 34 | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Ubuntu 20.04 | SKIPPED | PASS | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | CentOS 8 | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | RHEL 7 | SKIPPED | PASS | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Alpine | SKIPPED | FAIL | SKIPPED | SKIPPED | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Fedora 33 | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Fedora 34 clang | SKIPPED | FAIL | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | RHEL8 | SKIPPED | PASS | SKIPPED | FAIL | +------------------------------------+----------------------+--------------------+-------------------+----------------+ | Ubuntu 20.04 ARM cross-compilation | SKIPPED | PASS | SKIPPED | SKIPPED | +------------------------------------+----------------------+--------------------+-------------------+----------------+ ==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ==== PPROCESSOR_GROUP_INFO ../lib/librte_eal/windows/eal/eal_lcore.c:28:27: note: each undeclared identifier is reported only once for each function it appears in ../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: implicit declaration of function 'GetLogicalProcessorInformationEx'; did you mean 'GetLogicalProcessorInformation'? [-Werror=implicit-function-declaration] GetLogicalProcessorInformationEx(lprocRel, NULL, &lprocInfoSize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GetLogicalProcessorInformation ../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: nested extern declaration of 'GetLogicalProcessorInformationEx' [-Werror=nested-externs] ../lib/librte_eal/windows/eal/eal_lcore.c: At top level: ../lib/librte_eal/windows/eal/eal_lcore.c:79:1: error: no previous prototype for 'eal_cpu_detected' [-Werror=missing-prototypes] eal_cpu_detected(unsigned int lcore_id) ^~~~~~~~~~~~~~~~ ../lib/librte_eal/windows/eal/eal_lcore.c:88:1: error: no previous prototype for 'eal_cpu_socket_id' [-Werror=missing-prototypes] eal_cpu_socket_id(unsigned int lcore_id) ^~~~~~~~~~~~~~~~~ ../lib/librte_eal/windows/eal/eal_lcore.c:97:1: error: no previous prototype for 'eal_cpu_core_id' [-Werror=missing-prototypes] eal_cpu_core_id(unsigned int lcore_id) ^~~~~~~~~~~~~~~ cc1.exe: all warnings being treated as errors [10/18] Compiling C object lib/librte_eal.a.p/librte_eal_windows_eal_eal.c.obj ninja: build stopped: subcommand failed. ==== End log output ==== Windows Server 2019 Kernel: 10.0 Compiler: clang 9.0 and gcc 8.1.0 (MinGW) FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 Ubuntu 18.04 ARM Kernel: 5.4.0-53-generic Compiler: gcc 9.3 FreeBSD 11.2 Kernel: 11.2 Compiler: gcc 8.3 Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Ubuntu 18.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0-3ubuntu1~18.04 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Fedora 32 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 10.2.1 Arch Linux Kernel: 5.4.0-73-generic Compiler: gcc 11.1.0 Fedora 34 Kernel: 5.4.0-72-generic Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1) Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 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) 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) Alpine Kernel: 5.4.0-73-generic Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424 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) RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/15628/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/