automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdklab@iol.unh.edu, David Marchand <david.marchand@redhat.com>,
	Thomas Monjalon <thomas@monjalon.net>,
	Vamsi Attunuru <vattunuru@marvell.com>
Subject: |FAILURE| pw126508-126511 [PATCH] [v2, 4/4] app: add testgraph application
Date: Tue, 25 Apr 2023 09:04:31 -0700 (PDT)	[thread overview]
Message-ID: <6447fa0f.020a0220.6ae1e.a8fbSMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

_Testing issues_

Submitter: Vamsi Attunuru <vattunuru@marvell.com>
Date: Tuesday, April 25 2023 13:15:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:70cc4e1fed665712e68f2f45d98dda4abc6accda

126508-126511 --> 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   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
[2775/3159] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_cmdline_graph.c.o'.
[2776/3159] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2777/3159] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_parameters.c.o'.
[2778/3159] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o'.
[2779/3159] Linking target app/dpdk-test-graph.
FAILED: app/dpdk-test-graph
aarch64-linux-gnu-gcc  -o app/dpdk-test-graph 'app/a172ced@@dpdk-test-graph@exe/test-graph_cmdline.c.o' 'app/a172ced@@dpdk-test-graph@exe/test-graph_cmdline_graph.c.o' 'app/a172ced@@dpdk-test-graph@exe/test-graph_parameters.c.o' 'app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl lib/librte_ethdev.so.23.2 lib/librte_eal.so.23.2 lib/librte_kvargs.so.23.2 lib/librte_telemetry.so.23.2 lib/librte_net.so.23.2 lib/librte_mbuf.so.23.2 lib/librte_mempool.so.23.2 lib/librte_ring.so.23.2 lib/librte_meter.so.23.2 lib/librte_cmdline.so.23.2 lib/librte_graph.so.23.2 lib/librte_pcapng.so.23.2 lib/librte_node.so.23.2 lib/librte_lpm.so.23.2 lib/librte_hash.so.23.2 lib/librte_rcu.so.23.2 lib/librte_cryptodev.so.23.2 -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson/dpdk/build/lib
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o: in function `configure_graph_nodes':
testgraph.c:(.text+0x1630): undefined reference to `ethdev_rx_get_node_data_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x1638): undefined reference to `ethdev_rx_node_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x1698): undefined reference to `ethdev_tx_node_data_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x16a0): undefined reference to `ethdev_tx_node_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x17b4): undefined reference to `punt_kernel_node_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x1854): undefined reference to `kernel_recv_node_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o: in function `create_graph':
testgraph.c:(.text+0x1cd4): undefined reference to `kernel_recv_node_data_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x1f68): undefined reference to `ethdev_rx_get_node_data_get'
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: testgraph.c:(.text+0x21a4): undefined reference to `ethdev_rx_get_node_data_get'
collect2: error: ld returned 1 exit status
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/26117/

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-04-25 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25 16:04 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25 16:05 dpdklab
2023-04-25 15:15 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6447fa0f.020a0220.6ae1e.a8fbSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=david.marchand@redhat.com \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    --cc=vattunuru@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).