Test-Label: iol-testing Test-Status: FAILURE http://dpdk.org/patch/93103 _Testing issues_ Submitter: Pavan Nikhilesh Bhagavatula Date: Monday, May 10 2021 14:02:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:627c5b41bb14a1afbd1489b0fc4b8224532a823d 93102-93103 --> testing fail Test environment and result as below: +---------------------+----------------------+--------------------+----------------+-------------------+ | Environment | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_unit_test | dpdk_compile_spdk | +=====================+======================+====================+================+===================+ | Windows Server 2019 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | FreeBSD 11.2 | SKIPPED | FAIL | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | Ubuntu 18.04 ARM | SKIPPED | FAIL | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | Ubuntu 18.04 | SKIPPED | PASS | FAIL | FAIL | +---------------------+----------------------+--------------------+----------------+-------------------+ | CentOS 8 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | Fedora 31 | SKIPPED | FAIL | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | CentOS Stream 8 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | Ubuntu 20.04 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | Fedora 32 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | RHEL 7 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | RHEL8 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | openSUSE Leap 15 | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ | Arch Linux | SKIPPED | PASS | SKIPPED | SKIPPED | +---------------------+----------------------+--------------------+----------------+-------------------+ ==== 20 line log output for Ubuntu 18.04 (dpdk_unit_test): ==== FAILED: examples/dpdk-bbdev_app.p/bbdev_app_main.c.o cc -Iexamples/dpdk-bbdev_app.p -Iexamples -I../examples -Iexamples/bbdev_app -I../examples/bbdev_app -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/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/bbdev -I../lib/bbdev -fdiagnostics-color=always -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-missing-field-initializers -D_GNU_SOURCE -march=native -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ examples/dpdk-bbdev_app.p/bbdev_app_main.c.o -MF examples/dpdk-bbdev_app.p/bbdev_app_main.c.o.d -o examples/dpdk-bbdev_app.p/bbdev_app_main.c.o -c ../examples/bbdev_app/main.c In file included from ../lib/eal/x86/include/rte_atomic.h:13:0, from ../examples/bbdev_app/main.c:21: ../lib/eal/include/rte_common.h:312:15: error: braced-group within expression allowed only inside a function __extension__({ \ ^ ../examples/bbdev_app/main.c:48:18: note: in expansion of macro ‘RTE_ALIGN_CEIL’ #define NCB (3 * RTE_ALIGN_CEIL(K + 4, 32)) ^~~~~~~~~~~~~~ ../examples/bbdev_app/main.c:145:23: note: in expansion of macro ‘NCB’ uint8_t llr_temp_buf[NCB]; ^~~ [2761/2947] Compiling C object examples/dpdk-ethtool.p/ethtool_ethtool-app_main.c.o [2762/2947] Compiling C object examples/dpdk-eventdev_pipeline.p/eventdev_pipeline_main.c.o [2763/2947] Compiling C object app/test/dpdk-test.p/test_ring_perf.c.o [2764/2947] Compiling C object app/test/dpdk-test.p/test_ring.c.o [2765/2947] Compiling C object app/test/dpdk-test.p/test_memcpy_perf.c.o 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) FreeBSD 11.2 Kernel: 11.2 Compiler: gcc 8.3 Ubuntu 18.04 ARM Kernel: 5.4.0-53-generic Compiler: gcc 9.3 Ubuntu 18.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0-3ubuntu1~18.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) Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 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 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) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Arch Linux Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 10.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/17018/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/