|FAILURE| pw131386 [PATCH v2 11/11] lib: remove pthread.h from includes
0-day Robot
robot at bytheb.org
Wed Sep 13 13:19:37 CEST 2023
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/131386/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6171540270
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"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 Build and test
"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
####################################################################################
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:231:30: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
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-debug+doc+examples+tests" at step Build and test
####################################################################################
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[7/3814] Generating kvargs.sym_chk with a meson_exe.py custom command.
[8/3814] Generating log.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-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
^~~~~~~~~~~~
rte_thread_key
../lib/eal/include/rte_thread.h:80:29: note: 'rte_thread_key' declared here
typedef struct eal_tls_key *rte_thread_key;
^
../lib/eal/include/rte_thread.h:384:29: error: unknown type name 'rte_thread_t'; did you mean 'rte_thread_key'?
int rte_thread_get_priority(rte_thread_t thread_id,
^~~~~~~~~~~~
rte_thread_key
../lib/eal/include/rte_thread.h:80:29: note: 'rte_thread_key' declared here
typedef struct eal_tls_key *rte_thread_key;
^
../lib/eal/include/rte_thread.h:400:29: error: unknown type name 'rte_thread_t'; did you mean 'rte_thread_key'?
int rte_thread_set_priority(rte_thread_t thread_id,
^~~~~~~~~~~~
rte_thread_key
../lib/eal/include/rte_thread.h:80:29: note: 'rte_thread_key' declared here
typedef struct eal_tls_key *rte_thread_key;
^
18 errors generated.
[7/3814] Generating kvargs.sym_chk with a meson_exe.py custom command.
[8/3814] Generating log.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-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[7/3073] Generating kvargs.sym_chk with a meson_exe.py custom command.
[8/3073] Generating log.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-20.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
../lib/eal/include/rte_thread.h:231:30: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[9/1406] Compiling C object 'lib/76b5a35@@rte_log at sta/log_log.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
####################################################################################
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[5/3983] Compiling C object 'lib/76b5a35@@rte_log at sta/log_log.c.o'.
[6/3983] Generating kvargs.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-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[5/3290] Compiling C object 'lib/76b5a35@@rte_log at sta/log_log.c.o'.
[6/3290] Generating kvargs.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-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
231 | rte_thread_set_prefixed_name(rte_thread_t id, const char *name);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:22: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:246:39: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
246 | int rte_thread_equal(rte_thread_t t1, rte_thread_t t2);
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:329:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
329 | int rte_thread_set_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:346:35: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
346 | int rte_thread_get_affinity_by_id(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:384:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
384 | int rte_thread_get_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
../lib/eal/include/rte_thread.h:400:29: error: expected declaration specifiers or ‘...’ before ‘rte_thread_t’
400 | int rte_thread_set_priority(rte_thread_t thread_id,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[5/3262] Compiling C object 'lib/76b5a35@@rte_log at sta/log_log.c.o'.
[6/3262] Generating kvargs.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-20.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [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-----------------------------
More information about the test-report
mailing list