|FAILURE| pw111429 [PATCH] mem: telemetry support for memseg and element information

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu May 19 19:12:34 CEST 2022


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

_Testing issues_

Submitter: Amit Prakash Shukla <amitprakashs at marvell.com>
Date: Thursday, May 19 2022 06:10:28 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68c050954ff393b894aa3672a5ef1a231597dab0

111429 --> 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 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): ====
1432 |  snprintf(addr, ADDR_STR, "%p", (void *)ms_start_addr);
|                                 ^
../lib/eal/common/eal_common_memory.c:1434:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1434 |  snprintf(addr, ADDR_STR, "%p", (void *)ms_end_addr);
|                                 ^
../lib/eal/common/eal_common_memory.c: In function 'handle_eal_element_info_request':
../lib/eal/common/eal_common_memory.c:1659:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1659 |   snprintf(str, ADDR_STR, "%p", (void *)ms_start_addr);
|                                 ^
../lib/eal/common/eal_common_memory.c:1661:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1661 |   snprintf(str, ADDR_STR, "%p", (void *)ms_end_addr);
|                                 ^
../lib/eal/common/eal_common_memory.c:1663:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1663 |   snprintf(str, ADDR_STR, "%p", (void *)elem_start_addr);
|                                 ^
../lib/eal/common/eal_common_memory.c:1665:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1665 |   snprintf(str, ADDR_STR, "%p", (void *)elem_end_addr);
|                                 ^
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 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/22194/

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