automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw125633-125635 [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode
       [not found] <20230330062939.1206267-4-feifei.wang2@arm.com>
@ 2023-03-30  6:21 ` qemudev
  2023-03-30  6:31 ` |SUCCESS| pw125635 " checkpatch
  2023-03-30  7:39 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-03-30  6:21 UTC (permalink / raw)
  To: test-report; +Cc: Feifei Wang, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/125635

_ninja build failure_

Submitter: Feifei Wang <feifei.wang2@arm.com>
Date: Thu, 30 Mar 2023 14:29:37 +0800
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: c682c8991963be243dcc3b7cdc9d6984a1961f4e

125633-125635 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o
cc -Idrivers/libtmp_rte_net_ixgbe.a.p -Idrivers -I../drivers -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_
 config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LIBRTE_IXGBE_BYPASS -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ixgbe -MD -MQ drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o -MF drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o.d -o drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o -c ../drivers/net/ixgbe/ixgbe_rxtx.c
./drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rx_descriptors_refill_vec’:
./drivers/net/ixgbe/ixgbe_rxtx.c:1055:29: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxdp = rxq->rx_ring + rxq->rxrearm_start;
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c:1056:28: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxep = &rxq->sw_ring[rxq->rxrearm_start];
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c:1068:7: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxq->rxrearm_start += nb;
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c:1069:11: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
if (rxq->rxrearm_start >= rxq->nb_rx_desc)
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c:1070:8: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxq->rxrearm_start = 0;
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c:1072:5: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_nb’
rxq->rxrearm_nb -= nb;
^~
./drivers/net/ixgbe/ixgbe_rxtx.c:1074:27: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rx_id = (uint16_t)((rxq->rxrearm_start == 0) ?
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c:1075:34: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
(rxq->nb_rx_desc - 1) : (rxq->rxrearm_start - 1));
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rxq_buf_recycle_info_get’:
./drivers/net/ixgbe/ixgbe_rxtx.c:5771:42: error: ‘RTE_IXGBE_RXQ_REARM_THRESH’ undeclared (first use in this function); did you mean ‘IXGBE_RXD_ERR_TCPE’?
rxq_buf_recycle_info->refill_request = RTE_IXGBE_RXQ_REARM_THRESH;
^~~~~~~~~~~~~~~~~~~~~~~~~~
IXGBE_RXD_ERR_TCPE
./drivers/net/ixgbe/ixgbe_rxtx.c:5771:42: note: each undeclared identifier is reported only once for each function it appears in
./drivers/net/ixgbe/ixgbe_rxtx.c:5772:45: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxq_buf_recycle_info->refill_head = &rxq->rxrearm_start;
^~~~~~~~~~~~~
rx_deferred_start
[1451/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_vf_representor.c.o
[1452/2869] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_ipn3ke_ipn3ke_representor.c.o
[1453/2869] Compiling C object drivers/libtmp_rte_net_liquidio.a.p/net_liquidio_base_lio_23xx_vf.c.o
[1454/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ipsec.c.o
[1455/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_82599.c.o
[1456/2869] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_switch.c.o
[1457/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_tm.c.o
[1458/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_pf.c.o
[1459/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_nvs.c.o
[1460/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_fdir.c.o
[1461/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_phy.c.o
[1462/2869] Generating symbol file lib/librte_pipeline.so.23.1.p/librte_pipeline.so.23.1.symbols
[1463/2869] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_txrx.c.o
[1464/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_rndis.c.o
[1465/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_rte_pmd_ixgbe.c.o
[1466/2869] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_memif_socket.c.o
[1467/2869] Generating rte_net_ionic.pmd.c with a custom command
[1468/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_ethdev.c.o
[1469/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_vf.c.o
[1470/2869] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o
[1471/2869] Compiling C object drivers/libtmp_rte_net_liquidio.a.p/net_liquidio_lio_ethdev.c.o
[1472/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_x550.c.o
[1473/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_common.c.o
[1474/2869] Compiling C object drivers/libtmp_rte_net_liquidio.a.p/net_liquidio_lio_rxtx.c.o
[1475/2869] Generating rte_net_iavf.pmd.c with a custom command
[1476/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_flow.c.o
[1477/2869] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_rxtx.c.o
[1478/2869] Compiling C object drivers/libtmp_rte_net_nfp.a.p/net_nfp_flower_nfp_flower.c.o
[1479/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_rxtx.c.o
[1480/2869] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_rte_eth_memif.c.o
[1481/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ethdev.c.o
[1482/2869] Generating rte_net_cnxk.pmd.c with a custom command
[1483/2869] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw125635 [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode
       [not found] <20230330062939.1206267-4-feifei.wang2@arm.com>
  2023-03-30  6:21 ` |FAILURE| pw125633-125635 [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode qemudev
@ 2023-03-30  6:31 ` checkpatch
  2023-03-30  7:39 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-03-30  6:31 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw125635 [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode
       [not found] <20230330062939.1206267-4-feifei.wang2@arm.com>
  2023-03-30  6:21 ` |FAILURE| pw125633-125635 [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode qemudev
  2023-03-30  6:31 ` |SUCCESS| pw125635 " checkpatch
@ 2023-03-30  7:39 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-03-30  7:39 UTC (permalink / raw)
  To: test-report; +Cc: feifei.wang2, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4561383462
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
[51/720] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[52/720] Linking target examples/dpdk-ethtool.
[53/720] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[54/720] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[55/720] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_tx.c.o'.
[56/720] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_aes.c.o'.
[57/720] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation.c.o'.
[58/720] Linking target examples/dpdk-eventdev_pipeline.
[59/720] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_hmac.c.o'.
[60/720] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_tdes.c.o'.
[61/720] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_gcm.c.o'.
[62/720] Generating doxygen with a custom command.
FAILED: doc/api/html 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api.conf
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6667: error: argument 'rxq_recycle_info' of command @param is not found in the argument list of rte_eth_dev_buf_recycle(uint16_t rx_port_id, uint16_t rx_queue_id, uint16_t tx_port_id, uint16_t tx_queue_id, struct rte_eth_rxq_buf_recycle_info *rxq_buf_recycle_info) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api.conf']' returned non-zero exit status 1.
[63/720] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_cmac.c.o'.
[64/720] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[43/720] Linking target examples/dpdk-bbdev_app.
[44/720] Linking target app/test/dpdk-test.
[45/720] Generating examples.dox with a custom command.
[46/720] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[47/720] Linking target examples/dpdk-dma.
[48/720] Linking target examples/dpdk-distributor.
[49/720] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[50/720] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[51/720] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[52/720] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[53/720] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[54/720] Generating doxygen with a custom command.
FAILED: doc/api/html 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api.conf
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6667: error: argument 'rxq_recycle_info' of command @param is not found in the argument list of rte_eth_dev_buf_recycle(uint16_t rx_port_id, uint16_t rx_queue_id, uint16_t tx_port_id, uint16_t tx_queue_id, struct rte_eth_rxq_buf_recycle_info *rxq_buf_recycle_info) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api.conf']' returned non-zero exit status 1.
[55/720] Linking target examples/dpdk-ethtool.
[56/720] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
      |         ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1070:6: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 1070 |   rxq->rxrearm_start = 0;
      |      ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1072:5: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_nb’
 1072 |  rxq->rxrearm_nb -= nb;
      |     ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1074:25: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 1074 |  rx_id = (uint16_t)((rxq->rxrearm_start == 0) ?
      |                         ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1075:32: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 1075 |    (rxq->nb_rx_desc - 1) : (rxq->rxrearm_start - 1));
      |                                ^~
../drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rxq_buf_recycle_info_get’:
../drivers/net/ixgbe/ixgbe_rxtx.c:5771:42: error: ‘RTE_IXGBE_RXQ_REARM_THRESH’ undeclared (first use in this function)
 5771 |   rxq_buf_recycle_info->refill_request = RTE_IXGBE_RXQ_REARM_THRESH;
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ixgbe/ixgbe_rxtx.c:5771:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ixgbe/ixgbe_rxtx.c:5772:43: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 5772 |   rxq_buf_recycle_info->refill_head = &rxq->rxrearm_start;
      |                                           ^~
[1549/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1550/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
      |         ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1070:6: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 1070 |   rxq->rxrearm_start = 0;
      |      ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1072:5: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_nb’
 1072 |  rxq->rxrearm_nb -= nb;
      |     ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1074:25: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 1074 |  rx_id = (uint16_t)((rxq->rxrearm_start == 0) ?
      |                         ^~
../drivers/net/ixgbe/ixgbe_rxtx.c:1075:32: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 1075 |    (rxq->nb_rx_desc - 1) : (rxq->rxrearm_start - 1));
      |                                ^~
../drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rxq_buf_recycle_info_get’:
../drivers/net/ixgbe/ixgbe_rxtx.c:5771:42: error: ‘RTE_IXGBE_RXQ_REARM_THRESH’ undeclared (first use in this function)
 5771 |   rxq_buf_recycle_info->refill_request = RTE_IXGBE_RXQ_REARM_THRESH;
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ixgbe/ixgbe_rxtx.c:5771:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ixgbe/ixgbe_rxtx.c:5772:43: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 5772 |   rxq_buf_recycle_info->refill_head = &rxq->rxrearm_start;
      |                                           ^~
[1527/3798] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[1528/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_kni@sta/net_kni_rte_eth_kni.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2023-03-30  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230330062939.1206267-4-feifei.wang2@arm.com>
2023-03-30  6:21 ` |FAILURE| pw125633-125635 [PATCH v5 3/3] net/ixgbe: implement recycle buffer mode qemudev
2023-03-30  6:31 ` |SUCCESS| pw125635 " checkpatch
2023-03-30  7:39 ` |FAILURE| " 0-day Robot

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