automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw111354 [PATCH] mem: telemetry support for memseg and element information
       [not found] <20220519063038.637836-1-amitprakashs@marvell.com>
@ 2022-05-19  6:32 ` checkpatch
  2022-05-19  7:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2022-05-19  6:32 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw111354 [PATCH] mem: telemetry support for memseg and element information
       [not found] <20220519063038.637836-1-amitprakashs@marvell.com>
  2022-05-19  6:32 ` |SUCCESS| pw111354 [PATCH] mem: telemetry support for memseg and element information checkpatch
@ 2022-05-19  7:39 ` 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2022-05-19  7:39 UTC (permalink / raw)
  To: test-report; +Cc: amitprakashs, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2350179354
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
../lib/eal/common/eal_common_memory.c: In function ‘handle_eal_memseg_info_request’:
../lib/eal/common/eal_common_memory.c:1432:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 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
[70/3087] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/3087] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |FAILURE| pw111354 [PATCH] mem: telemetry support for memseg and element information
@ 2022-05-19 11:25 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-05-19 11:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Amit Prakash Shukla

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

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

_Testing issues_

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

111354 --> 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 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang 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 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 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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-05-19 11:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220519063038.637836-1-amitprakashs@marvell.com>
2022-05-19  6:32 ` |SUCCESS| pw111354 [PATCH] mem: telemetry support for memseg and element information checkpatch
2022-05-19  7:39 ` |FAILURE| " 0-day Robot
2022-05-19 11:25 dpdklab

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