automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw111429 [PATCH] mem: telemetry support for memseg and element information
@ 2022-05-19 17:12 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-05-19 17:12 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/111429

_Testing issues_

Submitter: Amit Prakash Shukla <amitprakashs@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/

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

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

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

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

_Testing issues_

Submitter: Amit Prakash Shukla <amitprakashs@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_unit_test |
+==================+================+
| openSUSE Leap 15 | FAIL           |
+------------------+----------------+
| Arch Linux       | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| Fedora 33        | PASS           |
+------------------+----------------+
| RHEL 7           | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| Fedora 32        | PASS           |
+------------------+----------------+
| Ubuntu 18.04     | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| Fedora 34 clang  | PASS           |
+------------------+----------------+

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
55/65 DPDK:fast-tests / thash_autotest        OK       0.43 s
56/65 DPDK:fast-tests / trace_autotest        OK       0.59 s
57/65 DPDK:fast-tests / metrics_autotest      OK       0.50 s
58/65 DPDK:fast-tests / telemetry_json_autotest  OK       0.42 s
59/65 DPDK:fast-tests / telemetry_data_autotest  OK       0.45 s
60/65 DPDK:fast-tests / table_autotest        OK      28.26 s
61/65 DPDK:fast-tests / ring_pmd_autotest     OK       0.79 s
62/65 DPDK:fast-tests / bitratestats_autotest  OK       0.50 s
63/65 DPDK:fast-tests / latencystats_autotest  OK       0.50 s
64/65 DPDK:fast-tests / pdump_autotest        OK       0.61 s
65/65 DPDK:fast-tests / vdev_autotest         OK       0.38 s

Ok:                   63
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               1
Timeout:               0

Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt
==== End log output ====

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

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

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

RHEL8
	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 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-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 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

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

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

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

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

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/

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 17:12 |FAILURE| pw111429 [PATCH] mem: telemetry support for memseg and element information dpdklab
2022-05-19 17:29 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).