|FAILURE| pw117300-117305 [PATCH] [v7, 6/6] security: hide session structure

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Oct 4 14:08:41 CEST 2022


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

_Testing issues_

Submitter: Akhil Goyal <gakhil at marvell.com>
Date: Tuesday, October 04 2022 11:10:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fe1a5a9b42f33a4cbfea741d03179557c03acd18

117300-117305 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
ccache arm-linux-gnueabihf-gcc -Idrivers/a715181@@tmp_rte_crypto_scheduler at sta -Idrivers -I../drivers -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Ilib/cryptodev -I../lib/cryptodev -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/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/reorder -I../lib/reorder -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -fPIC -march=armv8-a -mfpu=neon -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.scheduler  -MD -MQ 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_rte_cryptodev_scheduler.c.o' -MF 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_rte_cryptodev_scheduler.c.o.d' -o 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_rte_cryptodev_scheduler.c.o' -c ../drivers/crypto/scheduler/rte_cryptodev_scheduler.c
In file included from ../drivers/crypto/scheduler/rte_cryptodev_scheduler.c:11:
../drivers/crypto/scheduler/scheduler_pmd_private.h: In function 'scheduler_retrieve_session':
../drivers/crypto/scheduler/scheduler_pmd_private.h:198:26: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
198 |    op[0]->sym->session = (void *)
|                          ^
../drivers/crypto/scheduler/scheduler_pmd_private.h:201:26: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
201 |    op[1]->sym->session = (void *)
|                          ^
../drivers/crypto/scheduler/scheduler_pmd_private.h:204:26: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
204 |    op[2]->sym->session = (void *)
|                          ^
../drivers/crypto/scheduler/scheduler_pmd_private.h:207:26: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
207 |    op[3]->sym->session = (void *)
|                          ^
../drivers/crypto/scheduler/scheduler_pmd_private.h:216:26: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
216 |    op[0]->sym->session = (void *)
|                          ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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 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/23758/

UNH-IOL DPDK Community Lab

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


More information about the test-report mailing list