automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw115424 [PATCH v2 4/4] eal: remove unneeded includes from a public header
       [not found] <20220825153709.33181-5-dmitry.kozliuk@gmail.com>
@ 2022-08-25 15:39 ` checkpatch
  2022-08-25 17:00 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-08-25 15:39 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/115424

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw115424 [PATCH v2 4/4] eal: remove unneeded includes from a public header
       [not found] <20220825153709.33181-5-dmitry.kozliuk@gmail.com>
  2022-08-25 15:39 ` |SUCCESS| pw115424 [PATCH v2 4/4] eal: remove unneeded includes from a public header checkpatch
@ 2022-08-25 17:00 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-08-25 17:00 UTC (permalink / raw)
  To: test-report; +Cc: dmitry.kozliuk, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2927988662
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-mini" failed at step Build and test
"ubuntu-20.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-riscv64" failed at step Build and test
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################
[669/1537] Linking target examples/dpdk-dma.
[670/1537] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[671/1537] Linking target examples/dpdk-ethtool.
[672/1537] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
FAILED: examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-eventdev_pipeline@exe -Iexamples -I../examples -Iexamples/eventdev_pipeline -I../examples/eventdev_pipeline -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -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 -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o' -MF 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o.d' -o 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o' -c ../examples/eventdev_pipeline/main.c
../examples/eventdev_pipeline/main.c: In function ‘xdigit2val’:
../examples/eventdev_pipeline/main.c:66:6: error: implicit declaration of function ‘isdigit’ [-Werror=implicit-function-declaration]
   66 |  if (isdigit(c))
      |      ^~~~~~~
../examples/eventdev_pipeline/main.c:68:11: error: implicit declaration of function ‘isupper’ [-Werror=implicit-function-declaration]
   68 |  else if (isupper(c))
      |           ^~~~~~~
../examples/eventdev_pipeline/main.c: In function ‘parse_coremask’:
../examples/eventdev_pipeline/main.c:90:9: error: implicit declaration of function ‘isblank’ [-Werror=implicit-function-declaration]
   90 |  while (isblank(*coremask))
      |         ^~~~~~~
../examples/eventdev_pipeline/main.c:103:7: error: implicit declaration of function ‘isxdigit’ [-Werror=implicit-function-declaration]
  103 |   if (isxdigit(c) == 0) {
      |       ^~~~~~~~
cc1: all warnings being treated as errors
[673/1537] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[674/1537] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
[3468/4631] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[3469/4631] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_tx.c.o'.
[3470/4631] Linking target examples/dpdk-ethtool.
[3471/4631] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
FAILED: examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-eventdev_pipeline@exe -Iexamples -I../examples -Iexamples/eventdev_pipeline -I../examples/eventdev_pipeline -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -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 -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o' -MF 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o.d' -o 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o' -c ../examples/eventdev_pipeline/main.c
../examples/eventdev_pipeline/main.c: In function ‘xdigit2val’:
../examples/eventdev_pipeline/main.c:66:6: error: implicit declaration of function ‘isdigit’ [-Werror=implicit-function-declaration]
   66 |  if (isdigit(c))
      |      ^~~~~~~
../examples/eventdev_pipeline/main.c:68:11: error: implicit declaration of function ‘isupper’ [-Werror=implicit-function-declaration]
   68 |  else if (isupper(c))
      |           ^~~~~~~
../examples/eventdev_pipeline/main.c: In function ‘parse_coremask’:
../examples/eventdev_pipeline/main.c:90:9: error: implicit declaration of function ‘isblank’ [-Werror=implicit-function-declaration]
   90 |  while (isblank(*coremask))
      |         ^~~~~~~
../examples/eventdev_pipeline/main.c:103:7: error: implicit declaration of function ‘isxdigit’ [-Werror=implicit-function-declaration]
  103 |   if (isxdigit(c) == 0) {
      |       ^~~~~~~~
cc1: all warnings being treated as errors
[3472/4631] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[3473/4631] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[3467/4631] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[3468/4631] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
FAILED: examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o 
ccache clang -Iexamples/c590b3c@@dpdk-eventdev_pipeline@exe -Iexamples -I../examples -Iexamples/eventdev_pipeline -I../examples/eventdev_pipeline -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -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-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o' -MF 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o.d' -o 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o' -c ../examples/eventdev_pipeline/main.c
../examples/eventdev_pipeline/main.c:66:6: error: implicitly declaring library function 'isdigit' with type 'int (int)' [-Werror,-Wimplicit-function-declaration]
        if (isdigit(c))
            ^
../examples/eventdev_pipeline/main.c:66:6: note: include the header <ctype.h> or explicitly provide a declaration for 'isdigit'
../examples/eventdev_pipeline/main.c:68:11: error: implicitly declaring library function 'isupper' with type 'int (int)' [-Werror,-Wimplicit-function-declaration]
        else if (isupper(c))
                 ^
../examples/eventdev_pipeline/main.c:68:11: note: include the header <ctype.h> or explicitly provide a declaration for 'isupper'
../examples/eventdev_pipeline/main.c:90:9: error: implicitly declaring library function 'isblank' with type 'int (int)' [-Werror,-Wimplicit-function-declaration]
        while (isblank(*coremask))
               ^
../examples/eventdev_pipeline/main.c:90:9: note: include the header <ctype.h> or explicitly provide a declaration for 'isblank'
../examples/eventdev_pipeline/main.c:103:7: error: implicitly declaring library function 'isxdigit' with type 'int (int)' [-Werror,-Wimplicit-function-declaration]
                if (isxdigit(c) == 0) {
                    ^
../examples/eventdev_pipeline/main.c:103:7: note: include the header <ctype.h> or explicitly provide a declaration for 'isxdigit'
4 errors generated.
[3469/4631] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[3470/4631] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
      |                                                           ^~~~~~~~~~~
../lib/telemetry/telemetry.c:24:1: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?
   23 | #include "telemetry_internal.h"
  +++ |+#include <errno.h>
   24 | 
../lib/telemetry/telemetry.c:470:12: error: ‘ENOENT’ undeclared (first use in this function)
  470 |    return -ENOENT;
      |            ^~~~~~
../lib/telemetry/telemetry.c:476:12: error: ‘EADDRINUSE’ undeclared (first use in this function)
  476 |    return -EADDRINUSE;
      |            ^~~~~~~~~~
../lib/telemetry/telemetry.c: In function ‘telemetry_v2_init’:
../lib/telemetry/telemetry.c:576:26: error: ‘EADDRINUSE’ undeclared (first use in this function)
  576 |   if (v2_socket.sock != -EADDRINUSE || suffix < 0) {
      |                          ^~~~~~~~~~
../lib/telemetry/telemetry.c:601:2: error: implicit declaration of function ‘atexit’; did you mean ‘_exit’? [-Werror=implicit-function-declaration]
  601 |  atexit(unlink_sockets);
      |  ^~~~~~
      |  _exit
../lib/telemetry/telemetry.c:601:2: error: nested extern declaration of ‘atexit’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[7/4071] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[8/4071] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.0.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
      |                                                           ^~~~~~~~~~~
../lib/telemetry/telemetry.c:24:1: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?
   23 | #include "telemetry_internal.h"
  +++ |+#include <errno.h>
   24 | 
../lib/telemetry/telemetry.c:470:12: error: ‘ENOENT’ undeclared (first use in this function)
  470 |    return -ENOENT;
      |            ^~~~~~
../lib/telemetry/telemetry.c:476:12: error: ‘EADDRINUSE’ undeclared (first use in this function)
  476 |    return -EADDRINUSE;
      |            ^~~~~~~~~~
../lib/telemetry/telemetry.c: In function ‘telemetry_v2_init’:
../lib/telemetry/telemetry.c:576:26: error: ‘EADDRINUSE’ undeclared (first use in this function)
  576 |   if (v2_socket.sock != -EADDRINUSE || suffix < 0) {
      |                          ^~~~~~~~~~
../lib/telemetry/telemetry.c:601:2: error: implicit declaration of function ‘atexit’; did you mean ‘_exit’? [-Werror=implicit-function-declaration]
  601 |  atexit(unlink_sockets);
      |  ^~~~~~
      |  _exit
../lib/telemetry/telemetry.c:601:2: error: nested extern declaration of ‘atexit’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[7/4248] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[8/4248] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.0.symbols'.
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-static-ppc64le" at step Build and test
####################################################################################
      |                                                           ^~~~~~~~~~~
../lib/telemetry/telemetry.c:24:1: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?
   23 | #include "telemetry_internal.h"
  +++ |+#include <errno.h>
   24 | 
../lib/telemetry/telemetry.c:470:12: error: ‘ENOENT’ undeclared (first use in this function)
  470 |    return -ENOENT;
      |            ^~~~~~
../lib/telemetry/telemetry.c:476:12: error: ‘EADDRINUSE’ undeclared (first use in this function)
  476 |    return -EADDRINUSE;
      |            ^~~~~~~~~~
../lib/telemetry/telemetry.c: In function ‘telemetry_v2_init’:
../lib/telemetry/telemetry.c:576:26: error: ‘EADDRINUSE’ undeclared (first use in this function)
  576 |   if (v2_socket.sock != -EADDRINUSE || suffix < 0) {
      |                          ^~~~~~~~~~
../lib/telemetry/telemetry.c:601:2: error: implicit declaration of function ‘atexit’; did you mean ‘_exit’? [-Werror=implicit-function-declaration]
  601 |  atexit(unlink_sockets);
      |  ^~~~~~
      |  _exit
../lib/telemetry/telemetry.c:601:2: error: nested extern declaration of ‘atexit’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[7/3912] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[8/3912] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.0.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
      |                                                           ^~~~~~~~~~~
../lib/telemetry/telemetry.c:24:1: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?
   23 | #include "telemetry_internal.h"
  +++ |+#include <errno.h>
   24 | 
../lib/telemetry/telemetry.c:470:12: error: ‘ENOENT’ undeclared (first use in this function)
  470 |    return -ENOENT;
      |            ^~~~~~
../lib/telemetry/telemetry.c:476:12: error: ‘EADDRINUSE’ undeclared (first use in this function)
  476 |    return -EADDRINUSE;
      |            ^~~~~~~~~~
../lib/telemetry/telemetry.c: In function ‘telemetry_v2_init’:
../lib/telemetry/telemetry.c:576:26: error: ‘EADDRINUSE’ undeclared (first use in this function)
  576 |   if (v2_socket.sock != -EADDRINUSE || suffix < 0) {
      |                          ^~~~~~~~~~
../lib/telemetry/telemetry.c:601:2: error: implicit declaration of function ‘atexit’; did you mean ‘_exit’? [-Werror=implicit-function-declaration]
  601 |  atexit(unlink_sockets);
      |  ^~~~~~
      |  _exit
../lib/telemetry/telemetry.c:601:2: error: nested extern declaration of ‘atexit’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[7/4089] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[8/4089] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.0.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
      |                                                           ^~~~~~~~~~~
../lib/telemetry/telemetry.c:24:1: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?
   23 | #include "telemetry_internal.h"
  +++ |+#include <errno.h>
   24 | 
../lib/telemetry/telemetry.c:470:12: error: ‘ENOENT’ undeclared (first use in this function)
  470 |    return -ENOENT;
      |            ^~~~~~
../lib/telemetry/telemetry.c:476:12: error: ‘EADDRINUSE’ undeclared (first use in this function)
  476 |    return -EADDRINUSE;
      |            ^~~~~~~~~~
../lib/telemetry/telemetry.c: In function ‘telemetry_v2_init’:
../lib/telemetry/telemetry.c:576:26: error: ‘EADDRINUSE’ undeclared (first use in this function)
  576 |   if (v2_socket.sock != -EADDRINUSE || suffix < 0) {
      |                          ^~~~~~~~~~
../lib/telemetry/telemetry.c:601:2: error: implicit declaration of function ‘atexit’; did you mean ‘_exit’? [-Werror=implicit-function-declaration]
  601 |  atexit(unlink_sockets);
      |  ^~~~~~
      |  _exit
../lib/telemetry/telemetry.c:601:2: error: nested extern declaration of ‘atexit’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[7/4059] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[8/4059] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.0.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################




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




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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-25 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220825153709.33181-5-dmitry.kozliuk@gmail.com>
2022-08-25 15:39 ` |SUCCESS| pw115424 [PATCH v2 4/4] eal: remove unneeded includes from a public header checkpatch
2022-08-25 17:00 ` |FAILURE| " 0-day Robot

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).