* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:12 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+--------------------------+--------------+----------------+
| Environment | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS |
+--------------------------+--------------+----------------+
| Fedora 37 (ARM) | SKIPPED | FAIL |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS |
+--------------------------+--------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS |
+--------------------------+--------------+----------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 1:58 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 1:58 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/13/include/arm_neon.h:21107:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
21107 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/13/include/arm_neon.h:21107:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
21107 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:42 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:42 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/13/include/arm_neon.h:21107:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
21107 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/13/include/arm_neon.h:21107:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
21107 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:41 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:41 UTC (permalink / raw)
To: Test Report; +Cc: Paul Szczepanek, dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Environment | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+==============+================+===========================+==============================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
==== 20 line log output for Fedora 38 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/13/include/arm_neon.h:21107:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
21107 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[3030/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ticketlock.c.o'.
[3031/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o'.
[3032/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_thash_perf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:28 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:28 UTC (permalink / raw)
To: Test Report; +Cc: Paul Szczepanek, dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Environment | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+==============+================+===========================+==============================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:19 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:19 UTC (permalink / raw)
To: Test Report; +Cc: Paul Szczepanek, dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Environment | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+==============+================+===========================+==============================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (arm) | SKIPPED | SKIPPED | PASS | PASS |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:15 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:15 UTC (permalink / raw)
To: Test Report; +Cc: Paul Szczepanek, dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+--------------------------+--------------+----------------+---------------------------+
| Environment | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest |
+==========================+==============+================+===========================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+
| Fedora 37 (ARM) | SKIPPED | FAIL | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+----------------+---------------------------+
| Debian 11 (arm) | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+----------------+---------------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-11-01 0:00 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-11-01 0:00 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+--------------------------+--------------+----------------+
| Environment | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS |
+--------------------------+--------------+----------------+
| Fedora 37 (ARM) | SKIPPED | FAIL |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS |
+--------------------------+--------------+----------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:58 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:58 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:57 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:46 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+-----------------------+--------------+----------------+
| Environment | lpm_autotest | dpdk_unit_test |
+=======================+==============+================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+-----------------------+--------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS |
+-----------------------+--------------+----------------+
| Fedora 37 (ARM) | SKIPPED | FAIL |
+-----------------------+--------------+----------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:45 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+-----------------------+--------------+----------------+
| Environment | lpm_autotest | dpdk_unit_test |
+=======================+==============+================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+-----------------------+--------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS |
+-----------------------+--------------+----------------+
| Fedora 37 (ARM) | SKIPPED | FAIL |
+-----------------------+--------------+----------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:43 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:43 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+-----------------------+--------------+----------------+
| Environment | lpm_autotest | dpdk_unit_test |
+=======================+==============+================+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED |
+-----------------------+--------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | PASS |
+-----------------------+--------------+----------------+
| Fedora 37 (ARM) | SKIPPED | FAIL |
+-----------------------+--------------+----------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2994/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_acl.c.o'.
[2995/3043] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_table_combined.c.o'.
[2996/3043] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:36 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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 Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:14 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:14 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:07 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:07 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:304:5:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
In function 'vshlq_u64',
inlined from 'rte_ptr_decompress_32' at ../lib/eal/include/rte_ptr_compress.h:155:17,
inlined from 'test_ring_dequeue' at ../app/test/test_ring.h:302:4:
/usr/lib/gcc/aarch64-redhat-linux/12/include/arm_neon.h:23853:10: error: 'v_dest_table' may be used uninitialized [-Werror=maybe-uninitialized]
23853 | return __builtin_aarch64_ushlv2di_uus (__a, __b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_ptr_compress.h: In function 'test_ring_dequeue':
../lib/eal/include/rte_ptr_compress.h:150:20: note: 'v_dest_table' was declared here
150 | uint64x2_t v_dest_table;
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
* |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres
@ 2023-10-31 23:04 dpdklab
0 siblings, 0 replies; 18+ messages in thread
From: dpdklab @ 2023-10-31 23:04 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Paul Szczepanek
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133677
_Testing issues_
Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Tuesday, October 31 2023 18:10:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:32faaf30732cb4006cd1e45997403427029ef5fe
133679-133677 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[1979/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ring_hts_stress.c.o'.
[1980/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ring_mpmc_stress.c.o'.
[1981/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_rib.c.o'.
[1982/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_reciprocal_division_perf.c.o'.
[1983/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_red.c.o'.
[1984/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_reorder.c.o'.
[1985/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_rib6.c.o'.
[1986/2191] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o'.
FAILED: app/a172ced@@dpdk-test@exe/test_test_ring.c.o
ccache arm-linux-gnueabihf-gcc -Iapp/a172ced@@dpdk-test@exe -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../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 -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -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/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/metrics -I../lib/metrics -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/compressdev -I../
lib/compressdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werro
r -std=c11 -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a -mfpu=neon -DALLOW_EXPERIMENTAL_API -Wno-format-truncation -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o' -MF 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o.d' -o 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o' -c ../app/test/test_ring.c
In file included from ../app/test/test_ring.c:15:
../lib/eal/include/rte_ptr_compress.h: In function 'rte_ptr_decompress_32':
../lib/eal/include/rte_common.h:371:30: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
371 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
| ^
../lib/eal/include/rte_ptr_compress.h:162:19: note: in expansion of macro 'RTE_PTR_ADD'
162 | dest_table[i] = RTE_PTR_ADD(ptr_base, ptr_diff);
| ^~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28162/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-11-01 1:58 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01 0:12 |FAILURE| pw133679-133677 [PATCH] [v3,3/3] docs: add pointer compres dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-11-01 1:58 dpdklab
2023-11-01 0:42 dpdklab
2023-11-01 0:41 dpdklab
2023-11-01 0:28 dpdklab
2023-11-01 0:19 dpdklab
2023-11-01 0:15 dpdklab
2023-11-01 0:00 dpdklab
2023-10-31 23:58 dpdklab
2023-10-31 23:57 dpdklab
2023-10-31 23:46 dpdklab
2023-10-31 23:45 dpdklab
2023-10-31 23:43 dpdklab
2023-10-31 23:36 dpdklab
2023-10-31 23:14 dpdklab
2023-10-31 23:14 dpdklab
2023-10-31 23:07 dpdklab
2023-10-31 23:04 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).