automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw146436-146442 [PATCH v2 1/7] dts: rename build target to DPDK build
       [not found] <20241021134935.1210500-2-luca.vizzarro@arm.com>
@ 2024-10-21 13:18 ` qemudev
  2024-10-21 13:51 ` |SUCCESS| pw146436 " checkpatch
  2024-10-22  3:00 ` |WARNING| pw146436-146442 " qemudev
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2024-10-21 13:18 UTC (permalink / raw)
  To: test-report; +Cc: Luca Vizzarro, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/146436

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro@arm.com>
Date: Mon, 21 Oct 2024 14:49:29 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: cff6dba7ff8521df410b40399fd8aca5b450a05b

Apply patch set 146436-146442 failed:

Checking patch doc/guides/tools/dts.rst...
error: while searching for:
. code-block:: console

   (dts-py3.10) $ ./main.py --help
   usage: main.py [-h] [--config-file FILE_PATH] [--output-dir DIR_PATH] [-t SECONDS] [-v] [-s] (--tarball FILE_PATH | --revision ID)
                  [--compile-timeout SECONDS] [--test-suite TEST_SUITE [TEST_CASES ...]] [--re-run N_TIMES]

   Run DPDK test suites. All options may be specified with the environment variables provided in brackets. Command line arguments have higher
   priority.

   options:
     -h, --help            show this help message and exit
     --config-file FILE_PATH
                           [DTS_CFG_FILE] The configuration file that describes the test cases, SUTs and targets. (default: conf.yaml)
     --output-dir DIR_PATH, --output DIR_PATH
                           [DTS_OUTPUT_DIR] Output directory where DTS logs and results are saved. (default: output)
     -t SECONDS, --timeout SECONDS
                           [DTS_TIMEOUT] The default timeout for all DTS operations except for compiling DPDK. (default: 15)
     -v, --verbose         [DTS_VERBOSE] Specify to enable verbose output, logging all messages to the console. (default: False)
     -s, --skip-setup      [DTS_SKIP_SETUP] Specify to skip all setup steps on SUT and TG nodes. (default: False)
     --tarball FILE_PATH, --snapshot FILE_PATH
                           [DTS_DPDK_TARBALL] Path to DPDK source code tarball to test. (default: None)
     --revision ID, --rev ID, --git-ref ID
                           [DTS_DPDK_REVISION_ID] Git revision ID to test. Could be commit, tag, tree ID etc. To test local changes, first
                           commit them, then use their commit ID. (default: None)
     --compile-timeout SECONDS
                           [DTS_COMPILE_TIMEOUT] The timeout for compiling DPDK. (default: 1200)
     --test-suite TEST_SUITE [TEST_CASES ...]
                           [DTS_TEST_SUITES] A list containing a test suite with test cases. The first parameter is the test suite name, and
                           the rest are test case names, which are optional. May be specified multiple times. To specify multiple test suites
                           in the environment variable, join the lists with a comma. Examples: --test-suite suite case case --test-suite
                           suite case ... | DTS_TEST_SUITES='suite case case, suite case, ...' | --test-suite suite --test-suite suite case
                           ... | DTS_TEST_SUITES='suite, suite case, ...' (default: [])
     --re-run N_TIMES, --re_run N_TIMES
                           [DTS_RERUN] Re-run each test case the specified number of times if a test failure occurs. (default: 0)
     --random-seed NUMBER  [DTS_RANDOM_SEED] The seed to use with the pseudo-random generator. If not specified, the configuration value is
                           used instead. If that's also not specified, a random seed is generated. (default: None)


The brackets contain the names of environment variables that set the same thing.
The minimum DTS needs is a config file and a DPDK tarball or git ref ID.
You may pass those to DTS using the command line arguments or use the default paths.

Example command for running DTS with the template configuration and DPDK tag v23.11:


error: patch failed: doc/guides/tools/dts.rst:221
error: doc/guides/tools/dts.rst: patch does not apply


^ permalink raw reply	[flat|nested] 3+ messages in thread

* |SUCCESS| pw146436 [PATCH v2 1/7] dts: rename build target to DPDK build
       [not found] <20241021134935.1210500-2-luca.vizzarro@arm.com>
  2024-10-21 13:18 ` |WARNING| pw146436-146442 [PATCH v2 1/7] dts: rename build target to DPDK build qemudev
@ 2024-10-21 13:51 ` checkpatch
  2024-10-22  3:00 ` |WARNING| pw146436-146442 " qemudev
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2024-10-21 13:51 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/146436

_coding style OK_



^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw146436-146442 [PATCH v2 1/7] dts: rename build target to DPDK build
       [not found] <20241021134935.1210500-2-luca.vizzarro@arm.com>
  2024-10-21 13:18 ` |WARNING| pw146436-146442 [PATCH v2 1/7] dts: rename build target to DPDK build qemudev
  2024-10-21 13:51 ` |SUCCESS| pw146436 " checkpatch
@ 2024-10-22  3:00 ` qemudev
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2024-10-22  3:00 UTC (permalink / raw)
  To: test-report; +Cc: Luca Vizzarro, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/146436

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro@arm.com>
Date: Mon, 21 Oct 2024 14:49:29 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: cff6dba7ff8521df410b40399fd8aca5b450a05b

Apply patch set 146436-146442 failed:

Checking patch doc/guides/tools/dts.rst...
error: while searching for:
. code-block:: console

   (dts-py3.10) $ ./main.py --help
   usage: main.py [-h] [--config-file FILE_PATH] [--output-dir DIR_PATH] [-t SECONDS] [-v] [-s] (--tarball FILE_PATH | --revision ID)
                  [--compile-timeout SECONDS] [--test-suite TEST_SUITE [TEST_CASES ...]] [--re-run N_TIMES]

   Run DPDK test suites. All options may be specified with the environment variables provided in brackets. Command line arguments have higher
   priority.

   options:
     -h, --help            show this help message and exit
     --config-file FILE_PATH
                           [DTS_CFG_FILE] The configuration file that describes the test cases, SUTs and targets. (default: conf.yaml)
     --output-dir DIR_PATH, --output DIR_PATH
                           [DTS_OUTPUT_DIR] Output directory where DTS logs and results are saved. (default: output)
     -t SECONDS, --timeout SECONDS
                           [DTS_TIMEOUT] The default timeout for all DTS operations except for compiling DPDK. (default: 15)
     -v, --verbose         [DTS_VERBOSE] Specify to enable verbose output, logging all messages to the console. (default: False)
     -s, --skip-setup      [DTS_SKIP_SETUP] Specify to skip all setup steps on SUT and TG nodes. (default: False)
     --tarball FILE_PATH, --snapshot FILE_PATH
                           [DTS_DPDK_TARBALL] Path to DPDK source code tarball to test. (default: None)
     --revision ID, --rev ID, --git-ref ID
                           [DTS_DPDK_REVISION_ID] Git revision ID to test. Could be commit, tag, tree ID etc. To test local changes, first
                           commit them, then use their commit ID. (default: None)
     --compile-timeout SECONDS
                           [DTS_COMPILE_TIMEOUT] The timeout for compiling DPDK. (default: 1200)
     --test-suite TEST_SUITE [TEST_CASES ...]
                           [DTS_TEST_SUITES] A list containing a test suite with test cases. The first parameter is the test suite name, and
                           the rest are test case names, which are optional. May be specified multiple times. To specify multiple test suites
                           in the environment variable, join the lists with a comma. Examples: --test-suite suite case case --test-suite
                           suite case ... | DTS_TEST_SUITES='suite case case, suite case, ...' | --test-suite suite --test-suite suite case
                           ... | DTS_TEST_SUITES='suite, suite case, ...' (default: [])
     --re-run N_TIMES, --re_run N_TIMES
                           [DTS_RERUN] Re-run each test case the specified number of times if a test failure occurs. (default: 0)
     --random-seed NUMBER  [DTS_RANDOM_SEED] The seed to use with the pseudo-random generator. If not specified, the configuration value is
                           used instead. If that's also not specified, a random seed is generated. (default: None)


The brackets contain the names of environment variables that set the same thing.
The minimum DTS needs is a config file and a DPDK tarball or git ref ID.
You may pass those to DTS using the command line arguments or use the default paths.

Example command for running DTS with the template configuration and DPDK tag v23.11:


error: patch failed: doc/guides/tools/dts.rst:221
error: doc/guides/tools/dts.rst: patch does not apply


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-22  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241021134935.1210500-2-luca.vizzarro@arm.com>
2024-10-21 13:18 ` |WARNING| pw146436-146442 [PATCH v2 1/7] dts: rename build target to DPDK build qemudev
2024-10-21 13:51 ` |SUCCESS| pw146436 " checkpatch
2024-10-22  3:00 ` |WARNING| pw146436-146442 " qemudev

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).