automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority
       [not found] <20231025151352.995318-1-thomas@monjalon.net>
@ 2023-10-25 14:56 ` qemudev
  2023-10-25 15:17 ` |WARNING| " checkpatch
  2023-10-25 15:40 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-10-25 14:56 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon, zhoumin

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

_ninja build failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wed, 25 Oct 2023 17:13:14 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 2a0557d1ea21c3f63a212385348c97c414970e81

133311 --> 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: lib/eal.sym_chk
/usr/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/zhoumin/dpdk/buildtools/check-symbols.sh /home/zhoumin/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[999/2378] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[1000/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o
[1001/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_eal.c.o
[1002/2378] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1003/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_dev.c.o
[1004/2378] Generating rte_net_enetc.pmd.c with a custom command
[1005/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_intr.c.o
[1006/2378] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_com.c.o
[1007/2378] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1008/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_vf_representor.c.o
[1009/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_flow.c.o
[1010/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ether.c.o
[1011/2378] Generating rte_net_enetfec.pmd.c with a custom command
[1012/2378] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_em_rxtx.c.o
[1013/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_args.c.o
[1014/2378] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1015/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_ethdev.c.o
[1016/2378] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1017/2378] Generating rte_net_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1018/2378] Generating rte_net_cxgbe.pmd.c with a custom command
[1019/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_rxtx.c.o
[1020/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_fm_flow.c.o
[1021/2378] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[1022/2378] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_rxtx.c.o
[1023/2378] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[1024/2378] Generating rte_net_bnx2x.pmd.c with a custom command
[1025/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_main.c.o
[1026/2378] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_ethdev.c.o
[1027/2378] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1028/2378] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1029/2378] Generating rte_net_bnxt.pmd.c with a custom command
[1030/2378] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1031/2378] 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

* |WARNING| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority
       [not found] <20231025151352.995318-1-thomas@monjalon.net>
  2023-10-25 14:56 ` |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority qemudev
@ 2023-10-25 15:17 ` checkpatch
  2023-10-25 15:40 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-10-25 15:17 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/133311

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#194: FILE: lib/eal/include/rte_thread.h:62:
+	 *  WARNING: System may be unstable because of a real-time busy loop. */

total: 0 errors, 1 warnings, 138 lines checked

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

* |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority
       [not found] <20231025151352.995318-1-thomas@monjalon.net>
  2023-10-25 14:56 ` |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority qemudev
  2023-10-25 15:17 ` |WARNING| " checkpatch
@ 2023-10-25 15:40 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-10-25 15:40 UTC (permalink / raw)
  To: test-report; +Cc: thomas, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6642581292
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-stdatomic" failed at step Build and test
"ubuntu-20.04-clang-stdatomic" failed at step Build and test
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" 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
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
[99/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_ptype.c.o'.
[100/1007] Generating mempool.sym_chk with a meson_exe.py custom command.
[101/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[102/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[103/1007] Compiling C object 'lib/net/ab5e066@@net_crc_sse42_lib@sta/net_crc_sse.c.o'.
[104/1007] Linking static target lib/net/libnet_crc_sse42_lib.a.
[105/1007] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[106/1007] Linking static target lib/net/libnet_crc_avx512_lib.a.
[107/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[108/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[109/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[110/1007] Linking static target lib/librte_mbuf.a.
[111/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[112/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[113/1007] Linking static target lib/librte_net.a.
[114/1007] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[115/1007] Generating net.sym_chk with a meson_exe.py custom command.
[116/1007] Generating mbuf.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################
[105/2799] Linking static target lib/net/libnet_crc_avx512_lib.a.
[106/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[107/2799] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[108/2799] Linking static target lib/librte_mbuf.a.
[109/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[110/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[111/2799] Generating mbuf.sym_chk with a meson_exe.py custom command.
[112/2799] Linking static target lib/librte_meter.a.
[113/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[114/2799] Linking static target lib/librte_net.a.
[115/2799] Generating net.sym_chk with a meson_exe.py custom command.
[116/2799] Generating meter.sym_chk with a meson_exe.py custom command.
[117/2799] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[118/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[119/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[120/2799] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[121/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[122/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################
[109/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[110/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[111/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[112/2799] Linking static target lib/librte_net.a.
[113/2799] Generating mbuf.sym_chk with a meson_exe.py custom command.
[114/2799] Linking static target lib/librte_meter.a.
[115/2799] Generating net.sym_chk with a meson_exe.py custom command.
[116/2799] Generating meter.sym_chk with a meson_exe.py custom command.
[117/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[118/2799] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[119/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[120/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[121/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[122/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[123/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[124/2799] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[125/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[126/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[115/3871] Linking static target lib/librte_net.a.
[116/3871] Generating meter.sym_chk with a meson_exe.py custom command.
[117/3871] Generating net.sym_chk with a meson_exe.py custom command.
[118/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[119/3871] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[120/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[121/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[122/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[123/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[124/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[125/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[126/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
[127/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[128/3871] Compiling C object 'lib/76b5a35@@rte_jobstats@sta/jobstats_rte_jobstats.c.o'.
[129/3871] Linking static target lib/librte_jobstats.a.
[130/3871] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[131/3871] Generating jobstats.sym_chk with a meson_exe.py custom command.
[132/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[101/3871] Compiling C object 'lib/net/ab5e066@@net_crc_sse42_lib@sta/net_crc_sse.c.o'.
[102/3871] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[103/3871] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[104/3871] Linking static target lib/net/libnet_crc_sse42_lib.a.
[105/3871] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[106/3871] Linking static target lib/net/libnet_crc_avx512_lib.a.
[107/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[108/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[109/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[110/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[111/3871] Linking static target lib/librte_net.a.
[112/3871] Generating net.sym_chk with a meson_exe.py custom command.
[113/3871] Linking static target lib/librte_meter.a.
[114/3871] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[115/3871] Linking static target lib/librte_mbuf.a.
[116/3871] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[117/3871] Generating mbuf.sym_chk with a meson_exe.py custom command.
[118/3871] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
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-static-i386" at step Build and test
####################################################################################
[105/3118] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[106/3118] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[107/3118] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[108/3118] Linking static target lib/librte_meter.a.
[109/3118] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[110/3118] Linking static target lib/librte_net.a.
[111/3118] Generating meter.sym_chk with a meson_exe.py custom command.
[112/3118] Generating net.sym_chk with a meson_exe.py custom command.
[113/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[114/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[115/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8472.c.o'.
[116/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
[117/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[118/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[119/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[120/3118] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[121/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[122/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[109/4037] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[110/4037] Linking static target lib/librte_meter.a.
[111/4037] Generating mbuf.sym_chk with a meson_exe.py custom command.
[112/4037] Generating meter.sym_chk with a meson_exe.py custom command.
[113/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[114/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[115/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[116/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[117/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[118/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[119/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
[120/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
[121/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[122/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[123/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.o'.
[124/4037] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[125/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[126/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_common.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[102/3342] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[103/3342] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[104/3342] Linking static target lib/librte_mbuf.a.
[105/3342] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[106/3342] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[107/3342] Linking static target lib/librte_net.a.
[108/3342] Generating net.sym_chk with a meson_exe.py custom command.
[109/3342] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[110/3342] Linking static target lib/librte_meter.a.
[111/3342] Generating mbuf.sym_chk with a meson_exe.py custom command.
[112/3342] Generating meter.sym_chk with a meson_exe.py custom command.
[113/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[114/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[115/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[116/3342] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_ring.c.o'.
[117/3342] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[118/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[119/3342] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_eth_rx_adapter.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
####################################################################################
[125/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.o'.
[126/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[127/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[128/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_common.c.o'.
[129/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8472.c.o'.
[130/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
[131/3313] Linking static target lib/librte_ethdev.a.
[132/3313] Compiling C object 'lib/76b5a35@@rte_member@sta/member_rte_member_vbf.c.o'.
[133/3313] Compiling C object 'lib/76b5a35@@rte_pci@sta/pci_rte_pci.c.o'.
[134/3313] Linking static target lib/librte_pci.a.
[135/3313] Generating pci.sym_chk with a meson_exe.py custom command.
[136/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline.c.o'.
[137/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_cirbuf.c.o'.
[138/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse.c.o'.
[139/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_etheraddr.c.o'.
[140/3313] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[141/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_ipaddr.c.o'.
[142/3313] Generating ethdev.sym_chk with a meson_exe.py custom command.
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
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2023-10-25 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231025151352.995318-1-thomas@monjalon.net>
2023-10-25 14:56 ` |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority qemudev
2023-10-25 15:17 ` |WARNING| " checkpatch
2023-10-25 15:40 ` |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).