Test-Label: iol-x86_64-compile-testing Test-Status: WARNING http://dpdk.org/patch/97354 _Testing issues_ Submitter: Srujana Challa Date: Thursday, August 26 2021 10:03:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:fdab8f2e17493192d555cd88cf28b06269174326 97354 --> testing fail Test environment and result as below: +---------------------+--------------------+-------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_mingw64_compile | +=====================+====================+===================+======================+ | Windows Server 2019 | PASS | SKIPPED | PASS | +---------------------+--------------------+-------------------+----------------------+ | Fedora 31 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | FreeBSD 13 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Ubuntu 18.04 | PASS | FAIL | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | CentOS 8 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | CentOS Stream 8 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Fedora 32 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | RHEL 7 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | RHEL8 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Arch Linux | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Fedora 34 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Fedora 33 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Alpine | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ | Fedora 34 clang | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------+----------------------+ ==== 20 line log output for Ubuntu 18.04 (dpdk_compile_spdk): ==== ../examples/ipsec-secgw/ipsec_worker.c: In function 'ipsec_wrkr_non_burst_int_port_drv_mode': ../examples/ipsec-secgw/ipsec_worker.c:763:49: error: 'data' undeclared (first use in this function) ipsec_ev_vector_drv_mode_process(links, &ev, data); ^~~~ ../examples/ipsec-secgw/ipsec_worker.c:763:49: note: each undeclared identifier is reported only once for each function it appears in cc1: all warnings being treated as errors [2977/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_flow.c.o [2978/3113] Compiling C object examples/dpdk-l2fwd.p/l2fwd_main.c.o [2979/3113] Linking target examples/dpdk-kni [2980/3113] Linking target drivers/librte_raw_cnxk_bphy.so.22.0 [2981/3113] Linking target drivers/librte_crypto_cnxk.so.22.0 [2982/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_sad.c.o [2983/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_esp.c.o [2984/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_ipsec_process.c.o [2985/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_ipsec.c.o [2986/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_sp4.c.o [2987/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_sp6.c.o [2988/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_sa.c.o [2989/3113] Compiling C object examples/dpdk-ipsec-secgw.p/ipsec-secgw_ipsec-secgw.c.o ninja: build stopped: subcommand failed. ==== End log output ==== Windows Server 2019 Kernel: 10.0 Compiler: clang 9.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 FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.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 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) 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 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 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) 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) Fedora 33 Kernel: 5.4.0-72-generic Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1) Alpine Kernel: 5.4.0-73-generic Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424 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/18354/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/