automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: haijie1@huawei.com, robot@bytheb.org
Subject: |FAILURE| pw128285 [PATCH v2 13/13] ethdev: support telemetry query VLAN info
Date: Wed,  7 Jun 2023 04:19:47 -0400	[thread overview]
Message-ID: <20230607081947.3086828-1-robot@bytheb.org> (raw)
In-Reply-To: <20230607074209.4798-14-haijie1@huawei.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/128285/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5197477668
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-abi+debug+doc+tests" failed at step Install test tools packages
"ubuntu-20.04-clang-asan+doc+tests" failed at step Install test tools packages
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Install riscv64 cross compiling packages
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
[120/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.o'.
[121/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[122/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[123/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[124/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[125/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[126/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o 
ccache gcc -Ilib/76b5a35@@rte_ethdev@sta -Ilib -I../lib -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 -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -MF 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o.d' -o 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -c ../lib/ethdev/rte_ethdev_telemetry.c
In file included from ../lib/ethdev/rte_cman.h:12,
                 from ../lib/ethdev/rte_ethdev.h:163,
                 from ../lib/ethdev/rte_ethdev_telemetry.c:10:
../lib/ethdev/rte_ethdev.h:1925:49: error: ‘RTE_ETH_FEC_LLRS’ undeclared here (not in a function); did you mean ‘RTE_ETH_FEC_RS’?
 1925 | #define RTE_ETH_FEC_MODE_CAPA_MASK(x) RTE_BIT32(RTE_ETH_FEC_ ## x)
      |                                                 ^~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:38:40: note: in definition of macro ‘RTE_BIT32’
   38 | #define RTE_BIT32(nr) (UINT32_C(1) << (nr))
      |                                        ^~
../lib/ethdev/rte_ethdev_telemetry.c:22:4: note: in expansion of macro ‘RTE_ETH_FEC_MODE_CAPA_MASK’
   22 |  { RTE_ETH_FEC_MODE_CAPA_MASK(LLRS), "llrs" },
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~
[127/1441] Generating eal.sym_chk with a meson_exe.py custom command.
[128/1441] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Install test tools packages
####################################################################################
The following additional packages will be installed:
  libbabeltrace1 libboost-regex1.71.0 libc6-dbg libipt2
  libsource-highlight-common libsource-highlight4v5 libxxhash0
Suggested packages:
  gdb-doc gdbserver
The following NEW packages will be installed:
  gdb libbabeltrace1 libboost-regex1.71.0 libc6-dbg libipt2
  libsource-highlight-common libsource-highlight4v5 libxxhash0
0 upgraded, 8 newly installed, 0 to remove and 81 not upgraded.
Need to get 24.3 MB of archives.
After this operation, 45.1 MB of additional disk space will be used.
Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1 [156 kB]
Get:2 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 gdb amd64 10.2-0ubuntu1~20.04~1 [3282 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libipt2 amd64 2.0.1-1 [42.8 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libsource-highlight-common all 3.1.8-1.2build5 [50.7 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libboost-regex1.71.0 amd64 1.71.0-6ubuntu6 [471 kB]
Get:6 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libsource-highlight4v5 amd64 3.1.8-1.2build5 [232 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxxhash0 amd64 0.7.3-1 [15.3 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dbg amd64 2.31-0ubuntu9.9 [20.0 MB]
Err:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dbg amd64 2.31-0ubuntu9.9
  503  Service Unavailable [IP: 52.147.219.192 80]
Fetched 4249 kB in 1min 7s (63.6 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dbg_2.31-0ubuntu9.9_amd64.deb  503  Service Unavailable [IP: 52.147.219.192 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Install test tools packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Install test tools packages
####################################################################################
The following additional packages will be installed:
  libbabeltrace1 libboost-regex1.71.0 libc6-dbg libipt2
  libsource-highlight-common libsource-highlight4v5 libxxhash0
Suggested packages:
  gdb-doc gdbserver
The following NEW packages will be installed:
  gdb libbabeltrace1 libboost-regex1.71.0 libc6-dbg libipt2
  libsource-highlight-common libsource-highlight4v5 libxxhash0
0 upgraded, 8 newly installed, 0 to remove and 81 not upgraded.
Need to get 24.3 MB of archives.
After this operation, 45.1 MB of additional disk space will be used.
Get:1 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1 [156 kB]
Get:2 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 gdb amd64 10.2-0ubuntu1~20.04~1 [3282 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libipt2 amd64 2.0.1-1 [42.8 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libsource-highlight-common all 3.1.8-1.2build5 [50.7 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libboost-regex1.71.0 amd64 1.71.0-6ubuntu6 [471 kB]
Get:6 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libsource-highlight4v5 amd64 3.1.8-1.2build5 [232 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu focal/universe amd64 libxxhash0 amd64 0.7.3-1 [15.3 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dbg amd64 2.31-0ubuntu9.9 [20.0 MB]
Err:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dbg amd64 2.31-0ubuntu9.9
  503  Service Unavailable [IP: 52.154.174.208 80]
Fetched 4249 kB in 2min 18s (30.7 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dbg_2.31-0ubuntu9.9_amd64.deb  503  Service Unavailable [IP: 52.154.174.208 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Install test tools packages
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[114/3034] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[115/3034] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[116/3034] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[117/3034] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[118/3034] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[119/3034] Generating eal.sym_chk with a meson_exe.py custom command.
[120/3034] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o 
ccache gcc -Ilib/76b5a35@@rte_ethdev@sta -Ilib -I../lib -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/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -MF 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o.d' -o 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -c ../lib/ethdev/rte_ethdev_telemetry.c
In file included from ../lib/ethdev/rte_cman.h:12,
                 from ../lib/ethdev/rte_ethdev.h:163,
                 from ../lib/ethdev/rte_ethdev_telemetry.c:10:
../lib/ethdev/rte_ethdev.h:1925:49: error: ‘RTE_ETH_FEC_LLRS’ undeclared here (not in a function); did you mean ‘RTE_ETH_FEC_RS’?
 1925 | #define RTE_ETH_FEC_MODE_CAPA_MASK(x) RTE_BIT32(RTE_ETH_FEC_ ## x)
      |                                                 ^~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:38:40: note: in definition of macro ‘RTE_BIT32’
   38 | #define RTE_BIT32(nr) (UINT32_C(1) << (nr))
      |                                        ^~
../lib/ethdev/rte_ethdev_telemetry.c:22:4: note: in expansion of macro ‘RTE_ETH_FEC_MODE_CAPA_MASK’
   22 |  { RTE_ETH_FEC_MODE_CAPA_MASK(LLRS), "llrs" },
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~
[121/3034] Linking target lib/librte_eal.so.23.2.
[122/3034] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[115/1417] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net-23.dll.symbols'.
[116/1417] Generating symbol file 'lib/76b5a35@@rte_meter@sha/librte_meter-23.dll.symbols'.
[117/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.obj'.
[118/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.obj'.
[119/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.obj'.
[120/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.obj'.
[121/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.obj'.
FAILED: lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_ethdev@sta -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.obj' -MF 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.obj.d' -o 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.obj' -c ../lib/ethdev/rte_ethdev_telemetry.c
In file included from ../lib/ethdev/rte_cman.h:12,
                 from ../lib/ethdev/rte_ethdev.h:163,
                 from ../lib/ethdev/rte_ethdev_telemetry.c:10:
../lib/ethdev/rte_ethdev.h:1925:49: error: ‘RTE_ETH_FEC_LLRS’ undeclared here (not in a function); did you mean ‘RTE_ETH_FEC_RS’?
 1925 | #define RTE_ETH_FEC_MODE_CAPA_MASK(x) RTE_BIT32(RTE_ETH_FEC_ ## x)
      |                                                 ^~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:38:40: note: in definition of macro ‘RTE_BIT32’
   38 | #define RTE_BIT32(nr) (UINT32_C(1) << (nr))
      |                                        ^~
../lib/ethdev/rte_ethdev_telemetry.c:22:4: note: in expansion of macro ‘RTE_ETH_FEC_MODE_CAPA_MASK’
   22 |  { RTE_ETH_FEC_MODE_CAPA_MASK(LLRS), "llrs" },
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~
[122/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.obj'.
[123/1417] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[114/4156] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[115/4156] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[116/4156] Linking static target lib/librte_gpudev.a.
[117/4156] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[118/4156] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[119/4156] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[120/4156] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o 
ccache aarch64-linux-gnu-gcc -Ilib/76b5a35@@rte_ethdev@sta -Ilib -I../lib -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/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -MF 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o.d' -o 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -c ../lib/ethdev/rte_ethdev_telemetry.c
In file included from ../lib/ethdev/rte_cman.h:12,
                 from ../lib/ethdev/rte_ethdev.h:163,
                 from ../lib/ethdev/rte_ethdev_telemetry.c:10:
../lib/ethdev/rte_ethdev.h:1925:49: error: ‘RTE_ETH_FEC_LLRS’ undeclared here (not in a function); did you mean ‘RTE_ETH_FEC_RS’?
 1925 | #define RTE_ETH_FEC_MODE_CAPA_MASK(x) RTE_BIT32(RTE_ETH_FEC_ ## x)
      |                                                 ^~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:38:40: note: in definition of macro ‘RTE_BIT32’
   38 | #define RTE_BIT32(nr) (UINT32_C(1) << (nr))
      |                                        ^~
../lib/ethdev/rte_ethdev_telemetry.c:22:4: note: in expansion of macro ‘RTE_ETH_FEC_MODE_CAPA_MASK’
   22 |  { RTE_ETH_FEC_MODE_CAPA_MASK(LLRS), "llrs" },
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~
[121/4156] Generating eal.sym_chk with a meson_exe.py custom command.
[122/4156] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[113/3828] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[114/3828] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[115/3828] Linking static target lib/librte_gpudev.a.
[116/3828] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[117/3828] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[118/3828] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[119/3828] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o 
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_ethdev@sta -Ilib -I../lib -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/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -MF 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o.d' -o 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o' -c ../lib/ethdev/rte_ethdev_telemetry.c
In file included from ../lib/ethdev/rte_cman.h:12,
                 from ../lib/ethdev/rte_ethdev.h:163,
                 from ../lib/ethdev/rte_ethdev_telemetry.c:10:
../lib/ethdev/rte_ethdev.h:1925:49: error: ‘RTE_ETH_FEC_LLRS’ undeclared here (not in a function); did you mean ‘RTE_ETH_FEC_RS’?
 1925 | #define RTE_ETH_FEC_MODE_CAPA_MASK(x) RTE_BIT32(RTE_ETH_FEC_ ## x)
      |                                                 ^~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:38:40: note: in definition of macro ‘RTE_BIT32’
   38 | #define RTE_BIT32(nr) (UINT32_C(1) << (nr))
      |                                        ^~
../lib/ethdev/rte_ethdev_telemetry.c:22:4: note: in expansion of macro ‘RTE_ETH_FEC_MODE_CAPA_MASK’
   22 |  { RTE_ETH_FEC_MODE_CAPA_MASK(LLRS), "llrs" },
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~
[120/3828] Generating eal.sym_chk with a meson_exe.py custom command.
[121/3828] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Install riscv64 cross compiling packages
####################################################################################
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-10-cross-ports/libgomp1-riscv64-cross_10.3.0-1ubuntu1~20.04cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-10-cross-ports/libatomic1-riscv64-cross_10.3.0-1ubuntu1~20.04cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-9-cross-ports/libgcc-9-dev-riscv64-cross_9.4.0-1ubuntu1~20.04cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-9-cross-ports/gcc-9-riscv64-linux-gnu_9.4.0-1ubuntu1~20.04cross1_amd64.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-defaults-ports/gcc-riscv64-linux-gnu_9.3.0-1ubuntu2_amd64.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-10-cross-ports/libstdc++6-riscv64-cross_10.3.0-1ubuntu1~20.04cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/c/cross-toolchain-base-ports/linux-libc-dev-riscv64-cross_5.4.0-21.25cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/c/cross-toolchain-base-ports/libc6-dev-riscv64-cross_2.31-0ubuntu7cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-9-cross-ports/libstdc++-9-dev-riscv64-cross_9.4.0-1ubuntu1~20.04cross1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-9-cross-ports/g++-9-riscv64-linux-gnu_9.4.0-1ubuntu1~20.04cross1_amd64.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-defaults-ports/g++-riscv64-linux-gnu_9.3.0-1ubuntu2_amd64.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libc/libconfig-inifiles-perl/libconfig-inifiles-perl_3.000002-1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libi/libio-string-perl/libio-string-perl_1.08-3_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libx/libxml-simple-perl/libxml-simple-perl_2.25-1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/liby/libyaml-perl/libyaml-perl_1.30-1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libc/libconfig-auto-perl/libconfig-auto-perl_0.44-1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libf/libfile-which-perl/libfile-which-perl_1.23-1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libf/libfile-homedir-perl/libfile-homedir-perl_1.004-1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/dpkg-cross/libdebian-dpkgcross-perl_2.6.15-3ubuntu1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/dpkg-cross/cross-config_2.6.15-3ubuntu1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/dpkg-cross/dpkg-cross_2.6.15-3ubuntu1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/b/build-essential/crossbuild-essential-riscv64_12.8ubuntu1.1_all.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/liby/libyaml-libyaml-perl/libyaml-libyaml-perl_0.81+repack-1_amd64.deb  503  Service Unavailable [IP: 40.81.13.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
##[error]Process completed with exit code 100.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Install riscv64 cross compiling packages
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-06-07  8:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230607074209.4798-14-haijie1@huawei.com>
2023-06-07  7:36 ` |SUCCESS| pw128273-128285 " qemudev
2023-06-07  7:40 ` |FAILURE| " qemudev
2023-06-07  7:47 ` |SUCCESS| pw128285 " checkpatch
2023-06-07  8:19 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230607081947.3086828-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=haijie1@huawei.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).