Test-Label: iol-x86_64-unit-testing Test-Status: FAILURE http://dpdk.org/patch/111749 _Testing issues_ Submitter: Stephen Hemminger Date: Tuesday, May 24 2022 18:46:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:981a025741f80b4036f994ed30b04e757299ab19 111748-111749 --> testing fail Test environment and result as below: +------------------+----------------+ | Environment | dpdk_unit_test | +==================+================+ | openSUSE Leap 15 | PASS | +------------------+----------------+ | Fedora 31 | PASS | +------------------+----------------+ | Fedora 34 clang | FAIL | +------------------+----------------+ | Fedora 32 | PASS | +------------------+----------------+ | Fedora 33 | PASS | +------------------+----------------+ | Ubuntu 18.04 | PASS | +------------------+----------------+ | RHEL 7 | PASS | +------------------+----------------+ | CentOS Stream 8 | PASS | +------------------+----------------+ | Fedora 34 | PASS | +------------------+----------------+ | Arch Linux | PASS | +------------------+----------------+ | Ubuntu 20.04 | PASS | +------------------+----------------+ | RHEL8 | PASS | +------------------+----------------+ ==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ==== [396/3344] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o'. FAILED: lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o clang -Ilib/76b5a35@@rte_sched@sta -Ilib -I../lib -Ilib/sched -I../lib/sched -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Xclang -fcolor-diagnostics -pipe -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.sched -MD -MQ 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o' -MF 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o.d' -o 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o' -c ../lib/sched/rte_sched.c In file included from ../lib/sched/rte_sched.c:18: In file included from ../lib/sched/rte_sched.h:65: ../lib/sched/rte_pie.h:242:19: error: implicit conversion from 'uint64_t' (aka 'unsigned long') to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Werror,-Wimplicit-const-int-float-conversion] if (rte_rand() < (uint64_t)RTE_RAND_MAX * pie->drop_prob) { ^~~~~~~~~~~~~~~~~~~~~~ ~ 1 error generated. [397/3344] Linking target lib/librte_reorder.so.22.2. [398/3344] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o'. FAILED: lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o clang -Ilib/76b5a35@@rte_sched@sta -Ilib -I../lib -Ilib/sched -I../lib/sched -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Xclang -fcolor-diagnostics -pipe -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.sched -MD -MQ 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -MF 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o.d' -o 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -c ../lib/sched/rte_pie.c In file included from ../lib/sched/rte_pie.c:8: ../lib/sched/rte_pie.h:242:19: error: implicit conversion from 'uint64_t' (aka 'unsigned long') to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Werror,-Wimplicit-const-int-float-conversion] if (rte_rand() < (uint64_t)RTE_RAND_MAX * pie->drop_prob) { ^~~~~~~~~~~~~~~~~~~~~~ ~ 1 error generated. [399/3344] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.22.2.symbols'. ninja: build stopped: subcommand failed. ==== End log output ==== openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 Fedora 34 clang Kernel: 5.4.0-72-generic Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34) 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) Ubuntu 18.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0-3ubuntu1~18.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) 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) Arch Linux Kernel: 5.4.0-73-generic Compiler: gcc 11.1.0 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/22272/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/