|FAILURE| pw142397 [PATCH] app/testpmd: improve sse based macswap

0-day Robot robot at bytheb.org
Sat Jul 13 18:23:55 CEST 2024


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/9921101493
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
                mbuf_field_set(mb[0], ol_flags);
                               ^~
../app/test-pmd/macswap_sse.h:57:38: error: address of register variable requested
                addr1 = _mm_loadu_si128((__m128i *)eth_hdr[1]);
                                                   ^~~~~~~
../app/test-pmd/macswap_sse.h:58:18: error: address of register variable requested
                mbuf_field_set(mb[1], ol_flags);
                               ^~
../app/test-pmd/macswap_sse.h:60:38: error: address of register variable requested
                addr2 = _mm_loadu_si128((__m128i *)eth_hdr[2]);
                                                   ^~~~~~~
../app/test-pmd/macswap_sse.h:61:18: error: address of register variable requested
                mbuf_field_set(mb[2], ol_flags);
                               ^~
../app/test-pmd/macswap_sse.h:63:38: error: address of register variable requested
                addr3 = _mm_loadu_si128((__m128i *)eth_hdr[3]);
                                                   ^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2787/2994] Linking target app/dpdk-test-pipeline.
[2788/2994] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_parameters.c.o'.
[2789/2994] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_recycle_mbufs.c.o'.
[2790/2994] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.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-clang-asan+doc+tests" at step Build and test
####################################################################################
../app/test-pmd/macswap_sse.h:56:18: error: address of register variable requested
                mbuf_field_set(mb[0], ol_flags);
                               ^~
../app/test-pmd/macswap_sse.h:57:38: error: address of register variable requested
                addr1 = _mm_loadu_si128((__m128i *)eth_hdr[1]);
                                                   ^~~~~~~
../app/test-pmd/macswap_sse.h:58:18: error: address of register variable requested
                mbuf_field_set(mb[1], ol_flags);
                               ^~
../app/test-pmd/macswap_sse.h:60:38: error: address of register variable requested
                addr2 = _mm_loadu_si128((__m128i *)eth_hdr[2]);
                                                   ^~~~~~~
../app/test-pmd/macswap_sse.h:61:18: error: address of register variable requested
                mbuf_field_set(mb[2], ol_flags);
                               ^~
../app/test-pmd/macswap_sse.h:63:38: error: address of register variable requested
                addr3 = _mm_loadu_si128((__m128i *)eth_hdr[3]);
                                                   ^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2830/4079] Linking target app/dpdk-test-eventdev.
[2831/4079] Compiling C object 'app/a172ced@@dpdk-test-mldev at exe/test-mldev_test_inference_common.c.o'.
[2832/4079] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.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] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list