* |FAILURE| pw132246 [PATCH v1 11/11] test/bbdev: support 4 bit LLR compression
[not found] <20230929181328.104311-12-hernan.vargas@intel.com>
` (2 preceding siblings ...)
2023-09-29 20:17 ` |SUCCESS| pw132246 " checkpatch
@ 2023-09-29 21:39 ` 0-day Robot
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-09-29 21:39 UTC (permalink / raw)
To: test-report; +Cc: hernan.vargas, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/132246/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6356915280
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
../app/test-bbdev/test_bbdev_vector.c:1015:7: error: ‘struct rte_bbdev_op_fft’ has no member named ‘cs_theta_0’
1015 | fft->cs_theta_0[i] = (uint32_t) strtoul(tok, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c:1028:7: error: ‘struct rte_bbdev_op_fft’ has no member named ‘cs_theta_d’
1028 | fft->cs_theta_d[i] = (uint32_t) strtoul(tok, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c:1041:7: error: ‘struct rte_bbdev_op_fft’ has no member named ‘time_offset’
1041 | fft->time_offset[i] = (uint32_t) strtoul(tok, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c: In function ‘parse_mld_params’:
../app/test-bbdev/test_bbdev_vector.c:1093:6: error: dereferencing pointer to incomplete type ‘struct rte_bbdev_op_mldts’
1093 | mld->num_layers = (uint32_t) strtoul(token, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c: In function ‘parse_entry’:
../app/test-bbdev/test_bbdev_vector.c:1193:32: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
1193 | } else if (vector->op_type == RTE_BBDEV_OP_MLDTS) {
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_vector.c: In function ‘bbdev_check_vector’:
../app/test-bbdev/test_bbdev_vector.c:1709:32: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
1709 | } else if (vector->op_type == RTE_BBDEV_OP_MLDTS) {
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
~~~~~~ ^
../app/test-bbdev/test_bbdev_vector.c:928:42: error: no member named 'fft' in 'struct test_bbdev_vector'
struct rte_bbdev_op_fft *fft = &vector->fft;
~~~~~~ ^
../app/test-bbdev/test_bbdev_vector.c:1005:8: error: no member named 'freq_resample_mode' in 'struct rte_bbdev_op_fft'
fft->freq_resample_mode = (uint32_t) strtoul(token, &err, 0);
~~~ ^
../app/test-bbdev/test_bbdev_vector.c:1008:8: error: no member named 'output_depadded_size' in 'struct rte_bbdev_op_fft'
fft->output_depadded_size = (uint32_t) strtoul(token, &err, 0);
~~~ ^
../app/test-bbdev/test_bbdev_vector.c:1015:9: error: no member named 'cs_theta_0' in 'struct rte_bbdev_op_fft'
fft->cs_theta_0[i] = (uint32_t) strtoul(tok, &err, 0);
~~~ ^
../app/test-bbdev/test_bbdev_vector.c:1028:9: error: no member named 'cs_theta_d' in 'struct rte_bbdev_op_fft'
fft->cs_theta_d[i] = (uint32_t) strtoul(tok, &err, 0);
~~~ ^
../app/test-bbdev/test_bbdev_vector.c:1041:9: error: no member named 'time_offset' in 'struct rte_bbdev_op_fft'
fft->time_offset[i] = (uint32_t) strtoul(tok, &err, 0);
~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2512/3818] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_ring.c.o'.
[2513/3818] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
../app/test-bbdev/test_bbdev_perf.c:3842:12: error: implicit declaration of function ‘rte_bbdev_enqueue_mldts_ops’; did you mean ‘rte_bbdev_enqueue_fft_ops’? [-Werror=implicit-function-declaration]
3842 | enq += rte_bbdev_enqueue_mldts_ops(tp->dev_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| rte_bbdev_enqueue_fft_ops
../app/test-bbdev/test_bbdev_perf.c:3842:12: error: nested extern declaration of ‘rte_bbdev_enqueue_mldts_ops’ [-Werror=nested-externs]
../app/test-bbdev/test_bbdev_perf.c: In function ‘throughput_test’:
../app/test-bbdev/test_bbdev_perf.c:4997:35: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
4997 | else if (test_vector.op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_perf.c: In function ‘validation_latency_test’:
../app/test-bbdev/test_bbdev_perf.c:5644:22: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
5644 | else if (op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_perf.c: In function ‘offload_cost_test’:
../app/test-bbdev/test_bbdev_perf.c:6267:22: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
6267 | else if (op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
cc1: all warnings being treated as errors
[1759/3077] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'.
[1760/3077] Linking target app/dpdk-pdump.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
| ^~
../app/test-bbdev/test_bbdev_vector.c:1028:7: error: ‘struct rte_bbdev_op_fft’ has no member named ‘cs_theta_d’
1028 | fft->cs_theta_d[i] = (uint32_t) strtoul(tok, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c:1041:7: error: ‘struct rte_bbdev_op_fft’ has no member named ‘time_offset’
1041 | fft->time_offset[i] = (uint32_t) strtoul(tok, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c: In function ‘parse_mld_params’:
../app/test-bbdev/test_bbdev_vector.c:1093:6: error: dereferencing pointer to incomplete type ‘struct rte_bbdev_op_mldts’
1093 | mld->num_layers = (uint32_t) strtoul(token, &err, 0);
| ^~
../app/test-bbdev/test_bbdev_vector.c: In function ‘parse_entry’:
../app/test-bbdev/test_bbdev_vector.c:1193:32: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
1193 | } else if (vector->op_type == RTE_BBDEV_OP_MLDTS) {
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_vector.c: In function ‘bbdev_check_vector’:
../app/test-bbdev/test_bbdev_vector.c:1709:32: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
1709 | } else if (vector->op_type == RTE_BBDEV_OP_MLDTS) {
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
[2568/3987] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'.
[2569/3987] 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.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
../app/test-bbdev/test_bbdev_perf.c:3842:12: error: implicit declaration of function ‘rte_bbdev_enqueue_mldts_ops’; did you mean ‘rte_bbdev_enqueue_fft_ops’? [-Werror=implicit-function-declaration]
3842 | enq += rte_bbdev_enqueue_mldts_ops(tp->dev_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| rte_bbdev_enqueue_fft_ops
../app/test-bbdev/test_bbdev_perf.c:3842:12: error: nested extern declaration of ‘rte_bbdev_enqueue_mldts_ops’ [-Werror=nested-externs]
../app/test-bbdev/test_bbdev_perf.c: In function ‘throughput_test’:
../app/test-bbdev/test_bbdev_perf.c:4997:35: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
4997 | else if (test_vector.op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_perf.c: In function ‘validation_latency_test’:
../app/test-bbdev/test_bbdev_perf.c:5644:22: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
5644 | else if (op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_perf.c: In function ‘offload_cost_test’:
../app/test-bbdev/test_bbdev_perf.c:6267:22: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
6267 | else if (op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
cc1: all warnings being treated as errors
[2017/3294] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2018/3294] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
../app/test-bbdev/test_bbdev_perf.c:3842:12: error: implicit declaration of function ‘rte_bbdev_enqueue_mldts_ops’; did you mean ‘rte_bbdev_enqueue_fft_ops’? [-Werror=implicit-function-declaration]
3842 | enq += rte_bbdev_enqueue_mldts_ops(tp->dev_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| rte_bbdev_enqueue_fft_ops
../app/test-bbdev/test_bbdev_perf.c:3842:12: error: nested extern declaration of ‘rte_bbdev_enqueue_mldts_ops’ [-Werror=nested-externs]
../app/test-bbdev/test_bbdev_perf.c: In function ‘throughput_test’:
../app/test-bbdev/test_bbdev_perf.c:4997:35: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
4997 | else if (test_vector.op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_perf.c: In function ‘validation_latency_test’:
../app/test-bbdev/test_bbdev_perf.c:5644:22: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
5644 | else if (op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
../app/test-bbdev/test_bbdev_perf.c: In function ‘offload_cost_test’:
../app/test-bbdev/test_bbdev_perf.c:6267:22: error: ‘RTE_BBDEV_OP_MLDTS’ undeclared (first use in this function); did you mean ‘RTE_BBDEV_OP_FFT’?
6267 | else if (op_type == RTE_BBDEV_OP_MLDTS)
| ^~~~~~~~~~~~~~~~~~
| RTE_BBDEV_OP_FFT
cc1: all warnings being treated as errors
[1992/3266] Linking target drivers/librte_baseband_acc.so.24.0.
[1993/3266] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread