automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: thomas@monjalon.net, robot@bytheb.org
Subject: |FAILURE| pw131386 [PATCH v2 11/11] lib: remove pthread.h from includes
Date: Wed, 13 Sep 2023 07:19:37 -0400	[thread overview]
Message-ID: <20230913111937.321742-1-robot@bytheb.org> (raw)
In-Reply-To: <20230913103600.1935292-12-thomas@monjalon.net>

From: robot@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@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@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@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@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-----------------------------

      parent reply	other threads:[~2023-09-13 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230913103600.1935292-12-thomas@monjalon.net>
2023-09-13 10:30 ` |FAILURE| pw131376-131386 " qemudev
2023-09-13 10:39 ` |SUCCESS| pw131386 " checkpatch
2023-09-13 11: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=20230913111937.321742-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).