automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw143655-143657 [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support
       [not found] <20240905102624.865044-4-mingjinx.ye@intel.com>
@ 2024-09-05 10:22 ` qemudev
  2024-09-05 10:51 ` |WARNING| pw143657 " checkpatch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-09-05 10:22 UTC (permalink / raw)
  To: test-report; +Cc: Mingjin Ye, zhoumin

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

_ninja build failure_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thu,  5 Sep 2024 10:26:22 +0000
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 523fd7b3adfdf5a87651e8ca33bc69223b3211d5

143655-143657 --> 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/ethdev.sym_chk
/usr/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/zhoumin/gh_dpdk/buildtools/check-symbols.sh /home/zhoumin/gh_dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[1097/2530] Linking target drivers/librte_common_ionic.so.25.0
[1098/2530] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_em_rxtx.c.o
[1099/2530] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_com.c.o
[1100/2530] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ether.c.o
[1101/2530] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_ethdev.c.o
[1102/2530] Generating rte_net_bnx2x.pmd.c with a custom command
[1103/2530] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1104/2530] Generating rte_net_cxgbe.pmd.c with a custom command
[1105/2530] Generating symbol file lib/librte_timer.so.25.0.p/librte_timer.so.25.0.symbols
[1106/2530] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1107/2530] Generating symbol file lib/librte_ring.so.25.0.p/librte_ring.so.25.0.symbols
[1108/2530] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_rxtx.c.o
[1109/2530] Generating rte_net_bond.pmd.c with a custom command
[1110/2530] Generating symbol file lib/librte_pci.so.25.0.p/librte_pci.so.25.0.symbols
[1111/2530] Generating rte_net_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1112/2530] Generating symbol file lib/librte_meter.so.25.0.p/librte_meter.so.25.0.symbols
[1113/2530] Generating symbol file lib/librte_acl.so.25.0.p/librte_acl.so.25.0.symbols
[1114/2530] Generating symbol file drivers/librte_common_dpaax.so.25.0.p/librte_common_dpaax.so.25.0.symbols
[1115/2530] Generating symbol file lib/librte_dmadev.so.25.0.p/librte_dmadev.so.25.0.symbols
[1116/2530] Generating symbol file lib/librte_stack.so.25.0.p/librte_stack.so.25.0.symbols
[1117/2530] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_fm_flow.c.o
[1118/2530] Generating symbol file lib/librte_rawdev.so.25.0.p/librte_rawdev.so.25.0.symbols
[1119/2530] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_rxtx.c.o
[1120/2530] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[1121/2530] Generating symbol file drivers/librte_common_iavf.so.25.0.p/librte_common_iavf.so.25.0.symbols
[1122/2530] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_main.c.o
[1123/2530] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_ethdev.c.o
[1124/2530] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1125/2530] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1126/2530] Generating rte_net_bnxt.pmd.c with a custom command
[1127/2530] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1128/2530] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[1129/2530] 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] 4+ messages in thread

* |WARNING| pw143657 [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support
       [not found] <20240905102624.865044-4-mingjinx.ye@intel.com>
  2024-09-05 10:22 ` |FAILURE| pw143655-143657 [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support qemudev
@ 2024-09-05 10:51 ` checkpatch
  2024-09-05 11:24 ` |FAILURE| " 0-day Robot
  2024-09-06  0:05 ` |FAILURE| pw143655-143657 [PATCH] [v2, " dpdklab
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-09-05 10:51 UTC (permalink / raw)
  To: test-report; +Cc: Mingjin Ye

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#129: FILE: examples/ptpclient/ptpclient.c:167:
+	int64_t master_offset;

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#140: FILE: examples/ptpclient/ptpclient.c:328:
+	printf("
T4 - Master Clock.  %lds %ldns
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#146: FILE: examples/ptpclient/ptpclient.c:333:
+		printf("
Delta between master and slave clocks:%"PRId64"ns
",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#146: FILE: examples/ptpclient/ptpclient.c:333:
+		printf("
Delta between master and slave clocks:%"PRId64"ns
",

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#190: FILE: examples/ptpclient/ptpclient.c:364:
+		printf("master offset: %"PRId64"ns
", ptp_data->master_offset);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#190: FILE: examples/ptpclient/ptpclient.c:364:
+		printf("master offset: %"PRId64"ns
", ptp_data->master_offset);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#314: FILE: examples/ptpclient/ptpclient.c:542:
+ptp_adjust_freq(struct ptpv2_data_slave_ordinary *ptp_data)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#322: FILE: examples/ptpclient/ptpclient.c:550:
+	ptp_data->master_offset = t2_ns - t1_ns - ptp_data->path_delay;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#326: FILE: examples/ptpclient/ptpclient.c:554:
+	adj_freq = pi_sample(ptp_data->servo, ptp_data->master_offset, t2_ns,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#337: FILE: examples/ptpclient/ptpclient.c:565:
+					     -ptp_data->master_offset);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#348: FILE: examples/ptpclient/ptpclient.c:576:
+send_delay_request(struct ptpv2_data_slave_ordinary *ptp_data)

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#388: FILE: examples/ptpclient/ptpclient.c:706:
+clock_path_delay(struct ptpv2_data_slave_ordinary *ptp_data)

total: 0 errors, 12 warnings, 412 lines checked

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

* |FAILURE| pw143657 [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support
       [not found] <20240905102624.865044-4-mingjinx.ye@intel.com>
  2024-09-05 10:22 ` |FAILURE| pw143655-143657 [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support qemudev
  2024-09-05 10:51 ` |WARNING| pw143657 " checkpatch
@ 2024-09-05 11:24 ` 0-day Robot
  2024-09-06  0:05 ` |FAILURE| pw143655-143657 [PATCH] [v2, " dpdklab
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-09-05 11:24 UTC (permalink / raw)
  To: test-report; +Cc: mingjinx.ye, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10719130738
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
[247/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'.
[248/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'.
[249/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'.
[250/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'.
[251/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'.
[252/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'.
[253/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'.
[254/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'.
[255/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
[256/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_recycle_mbufs.c.o'.
[257/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'.
[258/897] Generating test_symlink with a custom command.
[259/897] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[260/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'.
[261/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o'.
[262/897] Compiling C object 'app/a172ced@@dpdk-test@exe/test_packet_burst_generator.c.o'.
[263/897] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o'.
[264/897] Compiling C object 'app/a172ced@@dpdk-test@exe/test_virtual_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
[249/3028] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_ipsec.c.o'.
[250/3028] Compiling C object 'lib/76b5a35@@rte_dmadev@sta/dmadev_rte_dmadev_trace_points.c.o'.
[251/3028] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/cryptodev_rte_cryptodev.c.o'.
[252/3028] Linking static target lib/librte_dmadev.a.
[253/3028] Linking static target lib/librte_cryptodev.a.
[254/3028] Generating distributor.sym_chk with a meson_exe.py custom command.
[255/3028] Linking target lib/librte_distributor.so.25.0.
[256/3028] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[257/3028] Linking static target lib/librte_efd.a.
[258/3028] Generating dmadev.sym_chk with a meson_exe.py custom command.
[259/3028] Linking target lib/librte_dmadev.so.25.0.
[260/3028] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_eventdev_trace_points.c.o'.
[261/3028] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[262/3028] Generating symbol file 'lib/76b5a35@@rte_dmadev@sha/librte_dmadev.so.25.0.symbols'.
[263/3028] Generating efd.sym_chk with a meson_exe.py custom command.
[264/3028] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_eventdev_private.c.o'.
[265/3028] Generating cryptodev.sym_chk with a meson_exe.py custom command.
[266/3028] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
[245/3028] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_ipsec.c.o'.
[246/3028] Compiling C object 'lib/76b5a35@@rte_cryptodev@sta/cryptodev_rte_cryptodev.c.o'.
[247/3028] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
[248/3028] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[252/4113] Linking static target lib/librte_distributor.a.
[253/4113] Compiling C object 'lib/76b5a35@@rte_dmadev@sta/dmadev_rte_dmadev.c.o'.
[254/4113] Generating distributor.sym_chk with a meson_exe.py custom command.
[255/4113] Linking target lib/librte_distributor.so.25.0.
[256/4113] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_ipsec.c.o'.
[257/4113] Generating symbol file 'lib/76b5a35@@rte_distributor@sha/librte_distributor.so.25.0.symbols'.
[258/4113] Compiling C object 'lib/76b5a35@@rte_dmadev@sta/dmadev_rte_dmadev_trace_points.c.o'.
[259/4113] Linking static target lib/librte_dmadev.a.
[260/4113] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[261/4113] Linking static target lib/librte_efd.a.
[262/4113] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_eventdev_private.c.o'.
[263/4113] Generating efd.sym_chk with a meson_exe.py custom command.
[264/4113] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[265/4113] Linking target lib/librte_efd.so.25.0.
[266/4113] Generating dmadev.sym_chk with a meson_exe.py custom command.
[267/4113] Generating cryptodev.sym_chk with a meson_exe.py custom command.
[268/4113] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_eventdev_trace_points.c.o'.
[269/4113] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
[272/4113] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_dma_adapter.c.o'.
[273/4113] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_crypto_adapter.c.o'.
[274/4113] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
[275/4113] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
[236/3186] Compiling C object 'lib/76b5a35@@rte_dmadev@sta/dmadev_rte_dmadev_trace_points.c.o'.
[237/3186] Linking static target lib/librte_dmadev.a.
[238/3186] Generating distributor.sym_chk with a meson_exe.py custom command.
[239/3186] Linking target lib/librte_distributor.so.25.0.
[240/3186] Generating symbol file 'lib/76b5a35@@rte_distributor@sha/librte_distributor.so.25.0.symbols'.
[241/3186] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[242/3186] Linking static target lib/librte_efd.a.
[243/3186] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_eventdev_trace_points.c.o'.
[244/3186] Generating dmadev.sym_chk with a meson_exe.py custom command.
[245/3186] Linking target lib/librte_dmadev.so.25.0.
[246/3186] Generating efd.sym_chk with a meson_exe.py custom command.
[247/3186] Linking target lib/librte_efd.so.25.0.
[248/3186] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[249/3186] Generating symbol file 'lib/76b5a35@@rte_dmadev@sha/librte_dmadev.so.25.0.symbols'.
[250/3186] Generating symbol file 'lib/76b5a35@@rte_efd@sha/librte_efd.so.25.0.symbols'.
[251/3186] Generating cryptodev.sym_chk with a meson_exe.py custom command.
[252/3186] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_dma_adapter.c.o'.
[253/3186] Compiling C object 'lib/76b5a35@@rte_node@sta/node_ip6_rewrite.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[269/4214] Linking static target lib/librte_gpudev.a.
[270/4214] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_eventdev.c.o'.
[271/4214] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp4.c.o'.
[272/4214] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp6.c.o'.
[273/4214] Generating dispatcher.sym_chk with a meson_exe.py custom command.
[274/4214] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_udp4.c.o'.
[275/4214] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_eth_rx_adapter.c.o'.
[276/4214] Linking static target lib/librte_eventdev.a.
[277/4214] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_tcp4.c.o'.
[278/4214] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_vxlan_tcp4.c.o'.
[279/4214] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_vxlan_udp4.c.o'.
[280/4214] Linking static target lib/librte_gro.a.
[281/4214] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[282/4214] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_udp4.c.o'.
[283/4214] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_common.c.o'.
[284/4214] Generating gro.sym_chk with a meson_exe.py custom command.
[285/4214] Generating gpudev.sym_chk with a meson_exe.py custom command.
[286/4214] Generating eventdev.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-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
[263/3506] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[264/3506] Linking static target lib/librte_gpudev.a.
[265/3506] Generating cryptodev.sym_chk with a meson_exe.py custom command.
[266/3506] Linking target lib/librte_cryptodev.so.25.0.
[267/3506] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_timer_adapter.c.o'.
[268/3506] Generating symbol file 'lib/76b5a35@@rte_cryptodev@sha/librte_cryptodev.so.25.0.symbols'.
[269/3506] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_rte_gro.c.o'.
[270/3506] Generating dispatcher.sym_chk with a meson_exe.py custom command.
[271/3506] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp4.c.o'.
[272/3506] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_eventdev.c.o'.
[273/3506] Linking static target lib/librte_eventdev.a.
[274/3506] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp6.c.o'.
[275/3506] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[276/3506] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_udp4.c.o'.
[277/3506] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_vxlan_tcp4.c.o'.
[278/3506] Generating gpudev.sym_chk with a meson_exe.py custom command.
[279/3506] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_vxlan_udp4.c.o'.
[280/3506] Generating eventdev.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-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
[270/3477] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp6.c.o'.
[271/3477] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp4.c.o'.
[272/3477] Generating dispatcher.sym_chk with a meson_exe.py custom command.
[273/3477] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_udp4.c.o'.
[274/3477] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_vxlan_tcp4.c.o'.
[275/3477] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_tcp4.c.o'.
[276/3477] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_vxlan_udp4.c.o'.
[277/3477] Linking static target lib/librte_gro.a.
[278/3477] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_udp4.c.o'.
[279/3477] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_common.c.o'.
[280/3477] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_tunnel_tcp4.c.o'.
[281/3477] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_gso_tunnel_udp4.c.o'.
[282/3477] Generating ethdev.sym_chk with a meson_exe.py custom command.
FAILED: lib/ethdev.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ethdev.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ethdev/version.map lib/librte_ethdev.a
rte_eth_timesync_read_time is flagged as experimental
but is not listed in version map
Please add rte_eth_timesync_read_time to the version map
[283/3477] Generating gro.sym_chk with a meson_exe.py custom command.
[284/3477] Compiling C object 'lib/76b5a35@@rte_gso@sta/gso_rte_gso.c.o'.
[285/3477] Generating gpudev.sym_chk with a meson_exe.py custom command.
[286/3477] Compiling C object 'lib/76b5a35@@rte_ip_frag@sta/ip_frag_rte_ipv6_fragmentation.c.o'.
[287/3477] Generating eventdev.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-22.04-gcc-riscv64" at step Build and test
####################################################################################




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




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

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

* |FAILURE| pw143655-143657 [PATCH] [v2, 3/3] examples/ptpclient: add frequency adjustment support
       [not found] <20240905102624.865044-4-mingjinx.ye@intel.com>
                   ` (2 preceding siblings ...)
  2024-09-05 11:24 ` |FAILURE| " 0-day Robot
@ 2024-09-06  0:05 ` dpdklab
  3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-09-06  0:05 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/143655

_build patch failure_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, September 05 2024 10:26:24 
Applied on: CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
Apply patch set 143655-143657 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

https://lab.dpdk.org/results/dashboard/patchsets/30920/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2024-09-06  0:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240905102624.865044-4-mingjinx.ye@intel.com>
2024-09-05 10:22 ` |FAILURE| pw143655-143657 [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support qemudev
2024-09-05 10:51 ` |WARNING| pw143657 " checkpatch
2024-09-05 11:24 ` |FAILURE| " 0-day Robot
2024-09-06  0:05 ` |FAILURE| pw143655-143657 [PATCH] [v2, " 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).