* |FAILURE| pw133818 [PATCH] [v3] examples/l2fwd-macsec: add MACsec fo
@ 2023-11-03 11:03 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-11-03 11:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Akhil Goyal
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133818
_Testing issues_
Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Friday, November 03 2023 07:32:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e9555aad006a739de9ae2a14a94128931634eea0
133818 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[2106/2193] Linking target examples/dpdk-l2fwd-event.
[2107/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats@exe/l2fwd-jobstats_main.c.o'.
[2108/2193] Linking target examples/dpdk-l2fwd-jobstats.
[2109/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_shm.c.o'.
[2110/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o'.
FAILED: examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o
ccache arm-linux-gnueabihf-gcc -Iexamples/c590b3c@@dpdk-l2fwd-macsec@exe -Iexamples -I../examples -Iexamples/l2fwd-macsec -I../examples/l2fwd-macsec -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonl
iteral -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a -mfpu=neon -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -MF 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o.d' -o 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -c ../examples/l2fwd-macsec/main.c
../examples/l2fwd-macsec/main.c: In function 'l2fwd_parse_macsec_port_config':
../examples/l2fwd-macsec/main.c:899:11: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
899 | printf("MACsec src-dst MAC addr already parsed for port: %" PRIu64 "\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
900 | portid);
| ~~~~~~
| |
| long unsigned int
In file included from ../examples/l2fwd-macsec/main.c:9:
/usr/arm-linux-gnueabihf/include/inttypes.h:105:34: note: format string is defined here
105 | # define PRIu64 __PRI64_PREFIX "u"
cc1: all warnings being treated as errors
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)
Kernel: Container Host Kernel
Compiler: gcc 9.4.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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28216/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 5+ messages in thread
* |FAILURE| pw133818 [PATCH] [v3] examples/l2fwd-macsec: add MACsec fo
@ 2023-11-03 13:34 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-11-03 13:34 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Akhil Goyal
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133818
_Testing issues_
Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Friday, November 03 2023 07:32:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e9555aad006a739de9ae2a14a94128931634eea0
133818 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[2106/2193] Linking target examples/dpdk-l2fwd-event.
[2107/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats@exe/l2fwd-jobstats_main.c.o'.
[2108/2193] Linking target examples/dpdk-l2fwd-jobstats.
[2109/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_shm.c.o'.
[2110/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o'.
FAILED: examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o
ccache arm-linux-gnueabihf-gcc -Iexamples/c590b3c@@dpdk-l2fwd-macsec@exe -Iexamples -I../examples -Iexamples/l2fwd-macsec -I../examples/l2fwd-macsec -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonl
iteral -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a -mfpu=neon -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -MF 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o.d' -o 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -c ../examples/l2fwd-macsec/main.c
../examples/l2fwd-macsec/main.c: In function 'l2fwd_parse_macsec_port_config':
../examples/l2fwd-macsec/main.c:899:11: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
899 | printf("MACsec src-dst MAC addr already parsed for port: %" PRIu64 "\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
900 | portid);
| ~~~~~~
| |
| long unsigned int
In file included from ../examples/l2fwd-macsec/main.c:9:
/usr/arm-linux-gnueabihf/include/inttypes.h:105:34: note: format string is defined here
105 | # define PRIu64 __PRI64_PREFIX "u"
cc1: all warnings being treated as errors
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)
Kernel: Container Host Kernel
Compiler: gcc 9.4.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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/28216/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 5+ messages in thread
* |FAILURE| pw133818 [PATCH] [v3] examples/l2fwd-macsec: add MACsec fo
@ 2023-11-03 12:01 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-11-03 12:01 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Akhil Goyal
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133818
_Testing issues_
Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Friday, November 03 2023 07:32:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e9555aad006a739de9ae2a14a94128931634eea0
133818 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[2106/2193] Linking target examples/dpdk-l2fwd-event.
[2107/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats@exe/l2fwd-jobstats_main.c.o'.
[2108/2193] Linking target examples/dpdk-l2fwd-jobstats.
[2109/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_shm.c.o'.
[2110/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o'.
FAILED: examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o
ccache arm-linux-gnueabihf-gcc -Iexamples/c590b3c@@dpdk-l2fwd-macsec@exe -Iexamples -I../examples -Iexamples/l2fwd-macsec -I../examples/l2fwd-macsec -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonl
iteral -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a -mfpu=neon -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -MF 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o.d' -o 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -c ../examples/l2fwd-macsec/main.c
../examples/l2fwd-macsec/main.c: In function 'l2fwd_parse_macsec_port_config':
../examples/l2fwd-macsec/main.c:899:11: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
899 | printf("MACsec src-dst MAC addr already parsed for port: %" PRIu64 "\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
900 | portid);
| ~~~~~~
| |
| long unsigned int
In file included from ../examples/l2fwd-macsec/main.c:9:
/usr/arm-linux-gnueabihf/include/inttypes.h:105:34: note: format string is defined here
105 | # define PRIu64 __PRI64_PREFIX "u"
cc1: all warnings being treated as errors
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)
Kernel: Container Host Kernel
Compiler: gcc 9.4.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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28216/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 5+ messages in thread
* |FAILURE| pw133818 [PATCH] [v3] examples/l2fwd-macsec: add MACsec fo
@ 2023-11-03 11:16 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-11-03 11:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Akhil Goyal
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133818
_Testing issues_
Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Friday, November 03 2023 07:32:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e9555aad006a739de9ae2a14a94128931634eea0
133818 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[2106/2193] Linking target examples/dpdk-l2fwd-event.
[2107/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats@exe/l2fwd-jobstats_main.c.o'.
[2108/2193] Linking target examples/dpdk-l2fwd-jobstats.
[2109/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_shm.c.o'.
[2110/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o'.
FAILED: examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o
ccache arm-linux-gnueabihf-gcc -Iexamples/c590b3c@@dpdk-l2fwd-macsec@exe -Iexamples -I../examples -Iexamples/l2fwd-macsec -I../examples/l2fwd-macsec -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonl
iteral -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a -mfpu=neon -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -MF 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o.d' -o 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -c ../examples/l2fwd-macsec/main.c
../examples/l2fwd-macsec/main.c: In function 'l2fwd_parse_macsec_port_config':
../examples/l2fwd-macsec/main.c:899:11: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
899 | printf("MACsec src-dst MAC addr already parsed for port: %" PRIu64 "\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
900 | portid);
| ~~~~~~
| |
| long unsigned int
In file included from ../examples/l2fwd-macsec/main.c:9:
/usr/arm-linux-gnueabihf/include/inttypes.h:105:34: note: format string is defined here
105 | # define PRIu64 __PRI64_PREFIX "u"
cc1: all warnings being treated as errors
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)
Kernel: Container Host Kernel
Compiler: gcc 9.4.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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28216/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 5+ messages in thread
* |FAILURE| pw133818 [PATCH] [v3] examples/l2fwd-macsec: add MACsec fo
@ 2023-11-03 10:58 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-11-03 10:58 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Akhil Goyal
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133818
_Testing issues_
Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Friday, November 03 2023 07:32:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e9555aad006a739de9ae2a14a94128931634eea0
133818 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[2106/2193] Linking target examples/dpdk-l2fwd-event.
[2107/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats@exe/l2fwd-jobstats_main.c.o'.
[2108/2193] Linking target examples/dpdk-l2fwd-jobstats.
[2109/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_shm.c.o'.
[2110/2193] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o'.
FAILED: examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o
ccache arm-linux-gnueabihf-gcc -Iexamples/c590b3c@@dpdk-l2fwd-macsec@exe -Iexamples -I../examples -Iexamples/l2fwd-macsec -I../examples/l2fwd-macsec -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonl
iteral -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a -mfpu=neon -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -MF 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o.d' -o 'examples/c590b3c@@dpdk-l2fwd-macsec@exe/l2fwd-macsec_main.c.o' -c ../examples/l2fwd-macsec/main.c
../examples/l2fwd-macsec/main.c: In function 'l2fwd_parse_macsec_port_config':
../examples/l2fwd-macsec/main.c:899:11: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
899 | printf("MACsec src-dst MAC addr already parsed for port: %" PRIu64 "\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
900 | portid);
| ~~~~~~
| |
| long unsigned int
In file included from ../examples/l2fwd-macsec/main.c:9:
/usr/arm-linux-gnueabihf/include/inttypes.h:105:34: note: format string is defined here
105 | # define PRIu64 __PRI64_PREFIX "u"
cc1: all warnings being treated as errors
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)
Kernel: Container Host Kernel
Compiler: gcc 9.4.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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28216/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-03 13:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-03 11:03 |FAILURE| pw133818 [PATCH] [v3] examples/l2fwd-macsec: add MACsec fo dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-11-03 13:34 dpdklab
2023-11-03 12:01 dpdklab
2023-11-03 11:16 dpdklab
2023-11-03 10:58 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).