|FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back

0-day Robot robot at bytheb.org
Wed Mar 6 23:24:36 CET 2024


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8179401984
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[161/906] Generating cmdline.sym_chk with a meson_exe.py custom command.
[162/906] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.o'.
[163/906] Generating eal.sym_chk with a meson_exe.py custom command.
[164/906] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
FAILED: lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o 
ccache gcc -Ilib/76b5a35@@rte_hash at sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o' -MF 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o.d' -o 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o' -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[169/2952] Compiling C object 'lib/76b5a35@@rte_timer at sta/timer_rte_timer.c.o'.
[170/2952] Generating eal.sym_chk with a meson_exe.py custom command.
[171/2952] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Bogus end-of-siblings marker detected at offset 59f7 in .debug_info section
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Bogus end-of-siblings marker detected at offset 5a03 in .debug_info section
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Bogus end-of-siblings marker detected at offset 5a0f in .debug_info section
objdump: Warning: Further warnings about bogus end-of-sibling markers suppressed
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[170/4033] Generating cmdline.sym_chk with a meson_exe.py custom command.
[171/4033] Compiling C object 'lib/76b5a35@@rte_timer at sta/timer_rte_timer.c.o'.
[172/4033] Generating eal.sym_chk with a meson_exe.py custom command.
[173/4033] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
[170/4033] Compiling C object 'lib/76b5a35@@rte_ethdev at sta/ethdev_rte_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
[166/3201] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o'.
FAILED: lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o 
ccache gcc -Ilib/76b5a35@@rte_hash at sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-zero-length-bounds -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o' -MF 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o.d' -o 'lib/76b5a35@@rte_hash at sta/hash_rte_thash_gfni.c.o' -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[167/3201] Generating eal.sym_chk with a meson_exe.py custom command.
[168/3201] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
[178/1454] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.obj'.
FAILED: lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_hash at sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/log -I../lib/log -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/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-zero-length-bounds -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.obj' -MF 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.obj.d' -o 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.obj' -c ../lib/hash/rte_thash.c
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:9: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:27: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |  uint32_t val[], uint32_t num)
      |                  ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[179/1454] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[157/4173] Generating metrics.sym_chk with a meson_exe.py custom command.
[158/4173] Generating cmdline.sym_chk with a meson_exe.py custom command.
[159/4173] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.o'.
[160/4173] Compiling C object 'lib/76b5a35@@rte_ethdev at sta/ethdev_rte_ethdev.c.o'.
[161/4173] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[158/3467] Generating metrics.sym_chk with a meson_exe.py custom command.
[159/3467] Generating cmdline.sym_chk with a meson_exe.py custom command.
[160/3467] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.o'.
[161/3467] Compiling C object 'lib/76b5a35@@rte_ethdev at sta/ethdev_rte_ethdev.c.o'.
[162/3467] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[157/3438] Generating metrics.sym_chk with a meson_exe.py custom command.
[158/3438] Generating cmdline.sym_chk with a meson_exe.py custom command.
[159/3438] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.o'.
[160/3438] Compiling C object 'lib/76b5a35@@rte_ethdev at sta/ethdev_rte_ethdev.c.o'.
[161/3438] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




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




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


More information about the test-report mailing list