automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw108584 [PATCH] vhost: fix external message handlers
@ 2022-03-08  3:41 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-03-08  3:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, David Marchand

[-- Attachment #1: Type: text/plain, Size: 4917 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/108584

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Monday, March 07 2022 18:11:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2479a1e9a8886c93ba4c8a7aa2a35a04302f1aae

108584 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[420/3281] Generating rte_stack_def with a custom command.
[421/3281] Generating rte_stack_mingw with a custom command.
[422/3281] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_fd_man.c.o'.
[423/3281] Linking target lib/librte_stack.so.22.1.
[424/3281] Generating symbol file 'lib/76b5a35@@rte_stack@sha/librte_stack.so.22.1.symbols'.
[425/3281] Generating rte_vhost_def with a custom command.
[426/3281] Generating rte_vhost_mingw with a custom command.
[427/3281] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_iotlb.c.o'.
[428/3281] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -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 -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/socket.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
^
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/21423/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw108584 [PATCH] vhost: fix external message handlers
@ 2022-03-08  5:32 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-03-08  5:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, David Marchand

[-- Attachment #1: Type: text/plain, Size: 5382 bytes --]

Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/108584

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Monday, March 07 2022 18:11:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2479a1e9a8886c93ba4c8a7aa2a35a04302f1aae

108584 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Ubuntu 18.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| CentOS 8         | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| RHEL 7           | PASS           |
+------------------+----------------+
| Fedora 34 clang  | FAIL           |
+------------------+----------------+
| Arch Linux       | PASS           |
+------------------+----------------+
| Fedora 32        | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| Fedora 33        | PASS           |
+------------------+----------------+

==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ====
In file included from ../lib/vhost/vhost.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
^
1 error generated.
[430/3342] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o
clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost  -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o' -c ../lib/vhost/vhost_crypto.c
In file included from ../lib/vhost/vhost_crypto.c:12:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
^
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/21423/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw108584 [PATCH] vhost: fix external message handlers
@ 2022-03-08  3:21 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-03-08  3:21 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

[-- Attachment #1: Type: text/plain, Size: 6808 bytes --]

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/108584

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Monday, March 07 2022 18:11:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2479a1e9a8886c93ba4c8a7aa2a35a04302f1aae

108584 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS 8            | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Arch Linux          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Fedora 34 clang (dpdk_meson_compile): ====
[427/3370] Compiling C object 'lib/76b5a35@@rte_stack@sta/stack_rte_stack_lf.c.o'.
[428/3370] Linking static target lib/librte_stack.a.
[429/3370] Generating rte_stack_def with a custom command.
[430/3370] Generating rte_stack_mingw with a custom command.
[431/3370] Linking target lib/librte_stack.so.22.1.
[432/3370] Generating symbol file 'lib/76b5a35@@rte_stack@sha/librte_stack.so.22.1.symbols'.
[433/3370] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_fd_man.c.o'.
[434/3370] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_iotlb.c.o'.
[435/3370] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o
clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost  -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/socket.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
^
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0 and gcc 8.1.0 (MinGW)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

CentOS 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/21423/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw108584 [PATCH] vhost: fix external message handlers
@ 2022-03-08  1:56 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-03-08  1:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, David Marchand

[-- Attachment #1: Type: text/plain, Size: 3506 bytes --]

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/108584

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Monday, March 07 2022 18:11:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:2479a1e9a8886c93ba4c8a7aa2a35a04302f1aae

108584 --> testing fail

Test environment and result as below:

+-------------------------------+----------------+--------------+
|          Environment          | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | PASS           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | PASS         |
+-------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_unit_test): ====
[503/3485] Generating lib/flow_classify.sym_chk with a custom command (wrapped by meson to capture output)
[504/3485] Generating lib/mbuf.sym_chk with a custom command (wrapped by meson to capture output)
[505/3485] Generating lib/node.sym_chk with a custom command (wrapped by meson to capture output)
[506/3485] Generating lib/dmadev.sym_chk with a custom command (wrapped by meson to capture output)
[507/3485] Generating lib/power.sym_chk with a custom command (wrapped by meson to capture output)
[508/3485] Generating lib/hash.sym_chk with a custom command (wrapped by meson to capture output)
[509/3485] Generating lib/regexdev.sym_chk with a custom command (wrapped by meson to capture output)
[510/3485] Generating lib/port.sym_chk with a custom command (wrapped by meson to capture output)
[511/3485] Generating lib/mempool.sym_chk with a custom command (wrapped by meson to capture output)
[512/3485] Generating lib/gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[513/3485] Generating lib/table.sym_chk with a custom command (wrapped by meson to capture output)
[514/3485] Generating lib/cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[515/3485] Generating lib/compressdev.sym_chk with a custom command (wrapped by meson to capture output)
[516/3485] Generating lib/graph.sym_chk with a custom command (wrapped by meson to capture output)
[517/3485] Generating lib/cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[518/3485] Generating lib/eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[519/3485] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[520/3485] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[521/3485] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/21423/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw108584 [PATCH] vhost: fix external message handlers
       [not found] <20220307181101.10394-1-david.marchand@redhat.com>
@ 2022-03-07 19:59 ` 0-day Robot
  0 siblings, 0 replies; 5+ messages in thread
From: 0-day Robot @ 2022-03-07 19:59 UTC (permalink / raw)
  To: test-report; +Cc: david.marchand, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1947206263
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
[436/4419] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o 
ccache clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost  -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/socket.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
                                    ^
1 error generated.
[437/4419] Generating symbol file 'lib/76b5a35@@rte_stack@sha/librte_stack.so.22.1.symbols'.
[438/4419] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o 
ccache clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost  -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -c ../lib/vhost/vhost.c
In file included from ../lib/vhost/vhost.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
                                    ^
1 error generated.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
1 error generated.
[438/4599] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o 
ccache clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost  -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_vhost.c.o' -c ../lib/vhost/vhost.c
In file included from ../lib/vhost/vhost.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
                                    ^
1 error generated.
[439/4599] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o'.
FAILED: lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o 
ccache clang -Ilib/76b5a35@@rte_vhost@sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/ethdev -I../lib/ethdev -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost  -MD -MQ 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o' -MF 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o.d' -o 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o' -c ../lib/vhost/vhost_crypto.c
In file included from ../lib/vhost/vhost_crypto.c:12:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
                                    ^
1 error generated.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-03-08  5:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  3:41 |FAILURE| pw108584 [PATCH] vhost: fix external message handlers dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-03-08  5:32 dpdklab
2022-03-08  3:21 dpdklab
2022-03-08  1:56 dpdklab
     [not found] <20220307181101.10394-1-david.marchand@redhat.com>
2022-03-07 19:59 ` 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).