automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: tadhg.kearney@intel.com, robot@bytheb.org
Subject: |FAILURE| pw113947 [PATCH v2 3/3] l3fwd-power: add option to call uncore API
Date: Wed, 13 Jul 2022 11:38:51 -0400	[thread overview]
Message-ID: <20220713153851.22425-1-robot@bytheb.org> (raw)
In-Reply-To: <20220713140706.4143705-4-tadhg.kearney@intel.com>

From: robot@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@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@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@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@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@sta/rawdev_rte_rawdev.c.o'.
[375/4065] Compiling C object 'drivers/a715181@@tmp_rte_baseband_null@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-----------------------------

      parent reply	other threads:[~2022-07-13 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220713140706.4143705-4-tadhg.kearney@intel.com>
2022-07-13 14:09 ` |WARNING| " checkpatch
2022-07-13 15:38 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220713153851.22425-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=tadhg.kearney@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).