|FAILURE| pw120497 [PATCH] [v2] vhost: exclude VM hugepages from coredumps
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Dec 7 03:13:08 CET 2022
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/120497
_Testing issues_
Submitter: Mike Pattrick <mkp at redhat.com>
Date: Tuesday, December 06 2022 15:05:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:6c8aed5ab7f6dbed8e71199504fa227f5f60c6fd
120497 --> 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 | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/vhost/iotlb.c:152:16: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
152 | mem_set_dump((void *)node->uaddr, node->size, true);
| ^
../lib/vhost/iotlb.c: In function 'vhost_user_iotlb_cache_random_evict':
../lib/vhost/iotlb.c:174:17: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
174 | mem_set_dump((void *)node->uaddr, node->size, true);
| ^
../lib/vhost/iotlb.c: In function 'vhost_user_iotlb_cache_insert':
../lib/vhost/iotlb.c:227:17: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
227 | mem_set_dump((void *)node->uaddr, node->size, true);
| ^
../lib/vhost/iotlb.c:234:15: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
234 | mem_set_dump((void *)node->uaddr, node->size, true);
| ^
../lib/vhost/iotlb.c: In function 'vhost_user_iotlb_cache_remove':
../lib/vhost/iotlb.c:262:17: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
262 | mem_set_dump((void *)node->uaddr, node->size, true);
| ^
cc1: all warnings being treated as errors
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 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/24654/
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