* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 16:09 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 16:09 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
1 error generated.
[1852/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1853/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -std=c11 -DNT_TOOLS -march=native -DALLOW_EXPE
RIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -c ../drivers/net/ntnic/ntnic_ethdev.c
../drivers/net/ntnic/ntnic_ethdev.c:603:15: error: duplicate 'inline' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static inline __rte_always_inline int
^
../lib/eal/include/rte_common.h:248:29: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
../drivers/net/ntnic/ntnic_ethdev.c:2349:11: error: variable 'n_loop_iter_cnt' set but not used [-Werror,-Wunused-but-set-variable]
uint64_t n_loop_iter_cnt = 0;
^
../drivers/net/ntnic/ntnic_ethdev.c:3385:46: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
return (int)rte_vlog(rte_level, rte_module, format, args);
^~~~~~
3 errors generated.
[1854/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_dbsconfig.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-18 2:03 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-18 2:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Environment | cryptodev_sw_snow3g_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | lpm_autotest |
+=============================+==============================+================+===========================+==============+
| Debian 11 (arm) | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Fedora 37 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Fedora 38 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Fedora 38 (ARM Clang) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| 32-bit Ubuntu 20.04.4 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+-----------------------------+------------------------------+----------------+---------------------------+--------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
1 error generated.
[1930/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1931/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -std=c11 -DNT
_TOOLS -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -c ../drivers/net/ntnic/ntnic_ethdev.c
../drivers/net/ntnic/ntnic_ethdev.c:603:15: error: duplicate 'inline' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static inline __rte_always_inline int
^
../lib/eal/include/rte_common.h:248:29: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
../drivers/net/ntnic/ntnic_ethdev.c:2349:11: error: variable 'n_loop_iter_cnt' set but not used [-Werror,-Wunused-but-set-variable]
uint64_t n_loop_iter_cnt = 0;
^
../drivers/net/ntnic/ntnic_ethdev.c:3385:46: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
return (int)rte_vlog(rte_level, rte_module, format, args);
^~~~~~
3 errors generated.
[1932/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_dbsconfig.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-148-generic aarch64
Compiler: gcc 9.4
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 16:07 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 16:07 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
1 error generated.
[1852/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1853/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -std=c11 -DNT_TOOLS -march=native -DALLOW_EXPE
RIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -c ../drivers/net/ntnic/ntnic_ethdev.c
../drivers/net/ntnic/ntnic_ethdev.c:603:15: error: duplicate 'inline' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static inline __rte_always_inline int
^
../lib/eal/include/rte_common.h:248:29: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
../drivers/net/ntnic/ntnic_ethdev.c:2349:11: error: variable 'n_loop_iter_cnt' set but not used [-Werror,-Wunused-but-set-variable]
uint64_t n_loop_iter_cnt = 0;
^
../drivers/net/ntnic/ntnic_ethdev.c:3385:46: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
return (int)rte_vlog(rte_level, rte_module, format, args);
^~~~~~
3 errors generated.
[1854/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_dbsconfig.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 16:03 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 16:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Environment | cryptodev_sw_snow3g_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+==============================+================+===========================+==============+
| Debian 11 (arm) | PASS | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Fedora 37 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Fedora 38 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Fedora 38 (ARM Clang) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+------------------------------+----------------+---------------------------+--------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
1 error generated.
[1930/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1931/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -std=c11 -DNT
_TOOLS -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -c ../drivers/net/ntnic/ntnic_ethdev.c
../drivers/net/ntnic/ntnic_ethdev.c:603:15: error: duplicate 'inline' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static inline __rte_always_inline int
^
../lib/eal/include/rte_common.h:248:29: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
../drivers/net/ntnic/ntnic_ethdev.c:2349:11: error: variable 'n_loop_iter_cnt' set but not used [-Werror,-Wunused-but-set-variable]
uint64_t n_loop_iter_cnt = 0;
^
../drivers/net/ntnic/ntnic_ethdev.c:3385:46: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
return (int)rte_vlog(rte_level, rte_module, format, args);
^~~~~~
3 errors generated.
[1932/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_dbsconfig.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:56 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:56 UTC (permalink / raw)
To: Test Report; +Cc: Mykola Kostenok, dpdk-test-reports, Mykola Kostenok
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+--------------------------+------------------------------+----------------+---------------------------+
| Environment | cryptodev_sw_snow3g_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest |
+==========================+==============================+================+===========================+
| Debian 11 (arm) | PASS | SKIPPED | PASS |
+--------------------------+------------------------------+----------------+---------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+
| Fedora 37 (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+
| Fedora 38 (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+
| Fedora 38 (ARM Clang) | SKIPPED | FAIL | SKIPPED |
+--------------------------+------------------------------+----------------+---------------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
1 error generated.
[1930/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1931/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -std=c11 -DNT
_TOOLS -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_ethdev.c.o' -c ../drivers/net/ntnic/ntnic_ethdev.c
../drivers/net/ntnic/ntnic_ethdev.c:603:15: error: duplicate 'inline' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static inline __rte_always_inline int
^
../lib/eal/include/rte_common.h:248:29: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
../drivers/net/ntnic/ntnic_ethdev.c:2349:11: error: variable 'n_loop_iter_cnt' set but not used [-Werror,-Wunused-but-set-variable]
uint64_t n_loop_iter_cnt = 0;
^
../drivers/net/ntnic/ntnic_ethdev.c:3385:46: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
return (int)rte_vlog(rte_level, rte_module, format, args);
^~~~~~
3 errors generated.
[1932/3124] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntnic_dbsconfig.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:47 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
[1941/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc.c.o'.
[1942/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc_lr.c.o'.
[1943/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_cpy.c.o'.
[1944/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_ins.c.o'.
[1945/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_rpl.c.o'.
[1946/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1947/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_dbs.c.o'.
[1948/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_epp.c.o'.
[1949/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_platform.c.o'.
[1950/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_rac.c.o'.
[1951/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_stat.c.o'.
[1952/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_supported_nthw_fpga_9563_055_024_0000.c.o'.
[1953/3154] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -std=c11 -DNT
_TOOLS -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -c ../drivers/net/ntnic/ntlog/ntlog.c
../drivers/net/ntnic/ntlog/ntlog.c:107:60: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
vsnprintf(&s[len], (NTLOG_HELPER_STR_SIZE_MAX - 1 - len), format, args);
^~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:39 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1863/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc.c.o'.
[1864/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc_lr.c.o'.
[1865/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_cpy.c.o'.
[1866/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_ins.c.o'.
[1867/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_rpl.c.o'.
[1868/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1869/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_dbs.c.o'.
[1870/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_epp.c.o'.
[1871/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_platform.c.o'.
[1872/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_rac.c.o'.
[1873/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_stat.c.o'.
[1874/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_supported_nthw_fpga_9563_055_024_0000.c.o'.
[1875/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -std=c11 -DNT_TOOLS -march=native -DALLOW_EXPE
RIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -c ../drivers/net/ntnic/ntlog/ntlog.c
../drivers/net/ntnic/ntlog/ntlog.c:107:60: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
vsnprintf(&s[len], (NTLOG_HELPER_STR_SIZE_MAX - 1 - len), format, args);
^~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:36 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1863/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc.c.o'.
[1864/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc_lr.c.o'.
[1865/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_cpy.c.o'.
[1866/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_ins.c.o'.
[1867/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_rpl.c.o'.
[1868/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1869/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_dbs.c.o'.
[1870/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_epp.c.o'.
[1871/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_platform.c.o'.
[1872/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_rac.c.o'.
[1873/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_stat.c.o'.
[1874/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_supported_nthw_fpga_9563_055_024_0000.c.o'.
[1875/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -std=c11 -DNT_TOOLS -march=native -DALLOW_EXPE
RIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -c ../drivers/net/ntnic/ntlog/ntlog.c
../drivers/net/ntnic/ntlog/ntlog.c:107:60: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
vsnprintf(&s[len], (NTLOG_HELPER_STR_SIZE_MAX - 1 - len), format, args);
^~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:35 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1863/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc.c.o'.
[1864/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_slc_lr.c.o'.
[1865/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_cpy.c.o'.
[1866/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_ins.c.o'.
[1867/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_flow_filter_flow_nthw_tx_rpl.c.o'.
[1868/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_fpga_model.c.o'.
[1869/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_dbs.c.o'.
[1870/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_epp.c.o'.
[1871/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_platform.c.o'.
[1872/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_rac.c.o'.
[1873/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_nthw_stat.c.o'.
[1874/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_supported_nthw_fpga_9563_055_024_0000.c.o'.
[1875/2853] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o
clang -Idrivers/a715181@@tmp_rte_net_ntnic@sta -Idrivers -I../drivers -Idrivers/net/ntnic -I../drivers/net/ntnic -I../drivers/net/ntnic/adapter -I../drivers/net/ntnic/include -I../drivers/net/ntnic/nim -I../drivers/net/ntnic/ntlog/include -I../drivers/net/ntnic/ntutil/include -I../drivers/net/ntnic/nthw -I../drivers/net/ntnic/nthw/core -I../drivers/net/ntnic/nthw/supported -I../drivers/net/ntnic/nthw/flow_api -I../drivers/net/ntnic/nthw/flow_filter -I../drivers/net/ntnic/ntconnect/include -I../drivers/net/ntnic/sensors -I../drivers/net/ntnic/sensors/avr_sensors -I../drivers/net/ntnic/sensors/board_sensors -I../drivers/net/ntnic/sensors/nim_sensors -I../drivers/net/ntnic/sensors/ntavr -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/
log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/vhost -I../lib/vhost -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -std=c11 -DNT_TOOLS -march=native -DALLOW_EXPE
RIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ntnic -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -MF 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntlog_ntlog.c.o' -c ../drivers/net/ntnic/ntlog/ntlog.c
../drivers/net/ntnic/ntlog/ntlog.c:107:60: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
vsnprintf(&s[len], (NTLOG_HELPER_STR_SIZE_MAX - 1 - len), format, args);
^~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:26 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:26 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:25 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:23 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:23 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:22 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:22 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:22 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:22 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:21 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
* |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co
@ 2023-08-17 15:15 dpdklab
0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-08-17 15:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Mykola Kostenok
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130472
_Testing issues_
Submitter: Mykola Kostenok <mko-plv@napatech.com>
Date: Thursday, August 17 2023 14:43:12
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:971d2b57972919527e27ed683032a71864a2eb56
130474-130472 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[910/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_hif.c.o'.
[911/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gpio_phy.c.o'.
[912/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_gmf.c.o'.
[913/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst_nt200a0x.c.o'.
[914/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst9563.c.o'.
[915/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_rst.c.o'.
[916/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga_nt200a0x.c.o'.
[917/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_fpga.c.o'.
[918/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_nthw_core_nthw_clock_profiles.c.o'.
[919/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_test.c.o'.
[920/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_stat.c.o'.
[921/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_meter.c.o'.
[922/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_flow.c.o'.
[923/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_modules_ntconn_adapter.c.o'.
[924/2702] Compiling C object 'drivers/a715181@@tmp_rte_net_ntnic@sta/net_ntnic_ntconnect_ntconnect.c.o'.
In file included from ^[[01m^[[K../drivers/net/ntnic/ntconnect/ntconnect.c:14^[[m^[[K:
^[[01m^[[K/usr/include/sys/poll.h:1:2:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K#warning redirecting incorrect #include <sys/poll.h> to <poll.h> [^[[01;31m^[[K-Werror=cpp^[[m^[[K]
1 | #^[[01;31m^[[Kwarning^[[m^[[K redirecting incorrect #include <sys/poll.h> to <poll.h>
| ^[[01;31m^[[K^~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27370/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2023-08-18 2:03 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 16:09 |FAILURE| pw130474-130472 [PATCH] [v2,8/8] net/ntnic: adds socket co dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-08-18 2:03 dpdklab
2023-08-17 16:07 dpdklab
2023-08-17 16:03 dpdklab
2023-08-17 15:56 dpdklab
2023-08-17 15:47 dpdklab
2023-08-17 15:39 dpdklab
2023-08-17 15:36 dpdklab
2023-08-17 15:35 dpdklab
2023-08-17 15:26 dpdklab
2023-08-17 15:25 dpdklab
2023-08-17 15:23 dpdklab
2023-08-17 15:23 dpdklab
2023-08-17 15:22 dpdklab
2023-08-17 15:22 dpdklab
2023-08-17 15:21 dpdklab
2023-08-17 15:15 dpdklab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).