|FAILURE| pw113947 [PATCH v2 3/3] l3fwd-power: add option to call uncore API

0-day Robot robot at bytheb.org
Wed Jul 13 17:38:51 CEST 2022


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2664074680
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
 94/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.17 s 
 95/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s 
 96/103 DPDK:fast-tests / table_autotest        OK       6.68 s 
 97/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.17 s 
 98/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.62 s 
 99/103 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s 
100/103 DPDK:fast-tests / latencystats_autotest  OK       0.17 s 
101/103 DPDK:fast-tests / pdump_autotest        OK       5.22 s 
102/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s 
103/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s 

Ok:                   95
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               7
Timeout:               0

Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
80/89 DPDK:fast-tests / metrics_autotest      OK       0.27 s 
81/89 DPDK:fast-tests / telemetry_json_autotest  OK       0.27 s 
82/89 DPDK:fast-tests / telemetry_data_autotest  OK       0.27 s 
83/89 DPDK:fast-tests / table_autotest        OK      18.23 s 
84/89 DPDK:fast-tests / ring_pmd_autotest     OK       0.27 s 
85/89 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       2.23 s 
86/89 DPDK:fast-tests / bitratestats_autotest  OK       0.27 s 
87/89 DPDK:fast-tests / latencystats_autotest  OK       0.27 s 
88/89 DPDK:fast-tests / vdev_autotest         OK       0.27 s 
89/89 DPDK:fast-tests / compressdev_autotest  SKIP     0.27 s 

Ok:                   81
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               7
Timeout:               0

Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
../lib/power/rte_power_uncore.c:40:65: error: ‘RTE_MAX_NUMA_DIE’ undeclared here (not in a function); did you mean ‘RTE_MAX_NUMA_NODES’?
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                                                 ^~~~~~~~~~~~~~~~
      |                                                                 RTE_MAX_NUMA_NODES
../lib/power/rte_power_uncore.c: In function ‘rte_power_get_uncore_freq’:
../lib/power/rte_power_uncore.c:316:1: error: control reaches end of non-void function [-Werror=return-type]
  316 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_set_uncore_freq’:
../lib/power/rte_power_uncore.c:332:1: error: control reaches end of non-void function [-Werror=return-type]
  332 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_uncore_get_num_freqs’:
../lib/power/rte_power_uncore.c:399:1: error: control reaches end of non-void function [-Werror=return-type]
  399 | }
      | ^
At top level:
../lib/power/rte_power_uncore.c:40:33: error: ‘uncore_info’ defined but not used [-Werror=unused-variable]
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                 ^~~~~~~~~~~
cc1: all warnings being treated as errors
[378/4077] Generating rte_rawdev_mingw with a custom command.
[379/4077] Compiling C object 'lib/76b5a35@@rte_regexdev at sta/regexdev_rte_regexdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
../lib/power/rte_power_uncore.c:40:65: error: ‘RTE_MAX_NUMA_DIE’ undeclared here (not in a function); did you mean ‘RTE_MAX_NUMA_NODES’?
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                                                 ^~~~~~~~~~~~~~~~
      |                                                                 RTE_MAX_NUMA_NODES
../lib/power/rte_power_uncore.c: In function ‘rte_power_get_uncore_freq’:
../lib/power/rte_power_uncore.c:316:1: error: control reaches end of non-void function [-Werror=return-type]
  316 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_set_uncore_freq’:
../lib/power/rte_power_uncore.c:332:1: error: control reaches end of non-void function [-Werror=return-type]
  332 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_uncore_get_num_freqs’:
../lib/power/rte_power_uncore.c:399:1: error: control reaches end of non-void function [-Werror=return-type]
  399 | }
      | ^
At top level:
../lib/power/rte_power_uncore.c:40:33: error: ‘uncore_info’ defined but not used [-Werror=unused-variable]
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                 ^~~~~~~~~~~
cc1: all warnings being treated as errors
[376/4254] Compiling C object 'lib/76b5a35@@rte_rawdev at sta/rawdev_rte_rawdev.c.o'.
[377/4254] Generating rte_rawdev_mingw with a custom command.
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-static-ppc64le" at step Build and test
####################################################################################
../lib/power/rte_power_uncore.c:40:65: error: ‘RTE_MAX_NUMA_DIE’ undeclared here (not in a function); did you mean ‘RTE_MAX_NUMA_NODES’?
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                                                 ^~~~~~~~~~~~~~~~
      |                                                                 RTE_MAX_NUMA_NODES
../lib/power/rte_power_uncore.c: In function ‘rte_power_get_uncore_freq’:
../lib/power/rte_power_uncore.c:316:1: error: control reaches end of non-void function [-Werror=return-type]
  316 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_set_uncore_freq’:
../lib/power/rte_power_uncore.c:332:1: error: control reaches end of non-void function [-Werror=return-type]
  332 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_uncore_get_num_freqs’:
../lib/power/rte_power_uncore.c:399:1: error: control reaches end of non-void function [-Werror=return-type]
  399 | }
      | ^
At top level:
../lib/power/rte_power_uncore.c:40:33: error: ‘uncore_info’ defined but not used [-Werror=unused-variable]
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                 ^~~~~~~~~~~
cc1: all warnings being treated as errors
[376/3918] Generating rte_rawdev_mingw with a custom command.
[377/3918] Compiling C object 'lib/76b5a35@@rte_regexdev at sta/regexdev_rte_regexdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
../lib/power/rte_power_uncore.c:40:65: error: ‘RTE_MAX_NUMA_DIE’ undeclared here (not in a function); did you mean ‘RTE_MAX_NUMA_NODES’?
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                                                 ^~~~~~~~~~~~~~~~
      |                                                                 RTE_MAX_NUMA_NODES
../lib/power/rte_power_uncore.c: In function ‘rte_power_get_uncore_freq’:
../lib/power/rte_power_uncore.c:316:1: error: control reaches end of non-void function [-Werror=return-type]
  316 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_set_uncore_freq’:
../lib/power/rte_power_uncore.c:332:1: error: control reaches end of non-void function [-Werror=return-type]
  332 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_uncore_get_num_freqs’:
../lib/power/rte_power_uncore.c:399:1: error: control reaches end of non-void function [-Werror=return-type]
  399 | }
      | ^
At top level:
../lib/power/rte_power_uncore.c:40:33: error: ‘uncore_info’ defined but not used [-Werror=unused-variable]
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                 ^~~~~~~~~~~
cc1: all warnings being treated as errors
[373/4095] Compiling C object 'lib/76b5a35@@rte_rawdev at sta/rawdev_rte_rawdev.c.o'.
[374/4095] Generating rte_rawdev_def with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
../lib/power/rte_power_uncore.c:40:65: error: ‘RTE_MAX_NUMA_DIE’ undeclared here (not in a function); did you mean ‘RTE_MAX_NUMA_NODES’?
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                                                 ^~~~~~~~~~~~~~~~
      |                                                                 RTE_MAX_NUMA_NODES
../lib/power/rte_power_uncore.c: In function ‘rte_power_get_uncore_freq’:
../lib/power/rte_power_uncore.c:316:1: error: control reaches end of non-void function [-Werror=return-type]
  316 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_set_uncore_freq’:
../lib/power/rte_power_uncore.c:332:1: error: control reaches end of non-void function [-Werror=return-type]
  332 | }
      | ^
../lib/power/rte_power_uncore.c: In function ‘rte_power_uncore_get_num_freqs’:
../lib/power/rte_power_uncore.c:399:1: error: control reaches end of non-void function [-Werror=return-type]
  399 | }
      | ^
At top level:
../lib/power/rte_power_uncore.c:40:33: error: ‘uncore_info’ defined but not used [-Werror=unused-variable]
   40 | static struct uncore_power_info uncore_info[RTE_MAX_NUMA_NODES][RTE_MAX_NUMA_DIE];
      |                                 ^~~~~~~~~~~
cc1: all warnings being treated as errors
[374/4065] Compiling C object 'lib/76b5a35@@rte_rawdev at sta/rawdev_rte_rawdev.c.o'.
[375/4065] Compiling C object 'drivers/a715181@@tmp_rte_baseband_null at sta/baseband_null_bbdev_null.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list