automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw112792 [PATCH] common/iavf: replace zero-length arrays with flexible ones
       [not found] <tencent_7D3A7A9D44570652650B9D5ED095956C4306@qq.com>
@ 2022-06-15 17:27 ` checkpatch
  2022-06-15 17:59 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-06-15 17:27 UTC (permalink / raw)
  To: test-report; +Cc: 835703180

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/112792

_coding style issues_


ERROR:BRACKET_SPACE: space prohibited before open square bracket '['
#95: FILE: drivers/common/iavf/virtchnl_inline_ipsec.h:505:
+		struct virtchnl_ipsec_sa_update sa_update [];

total: 1 errors, 0 warnings, 47 lines checked

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

* |FAILURE| pw112792 [PATCH] common/iavf: replace zero-length arrays with flexible ones
       [not found] <tencent_7D3A7A9D44570652650B9D5ED095956C4306@qq.com>
  2022-06-15 17:27 ` |WARNING| pw112792 [PATCH] common/iavf: replace zero-length arrays with flexible ones checkpatch
@ 2022-06-15 17:59 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-06-15 17:59 UTC (permalink / raw)
  To: test-report; +Cc: 835703180, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2504081687
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" 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-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" 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
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-static" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
  507 |   struct virtchnl_ipsec_sp_destroy sp_destroy[];
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
[590/4616] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.22.2.symbols'.
ninja: build stopped: subcommand failed.
##[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-static" at step Build and test
####################################################################################
                struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
                                                  ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member 'sp_cfg_resp' in a union is not allowed
                struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
                                                  ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member 'ipsec_cap' in a union is not allowed
                struct virtchnl_ipsec_cap ipsec_cap[];
                                          ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member 'ipsec_status' in a union is not allowed
                struct virtchnl_ipsec_status ipsec_status[];
                                             ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member 'ipsec_resp' in a union is not allowed
                struct virtchnl_ipsec_resp ipsec_resp[];
                                           ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member 'event' in a union is not allowed
                struct virtchnl_ipsec_event event[];
                                            ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member 'sa_read' in a union is not allowed
                struct virtchnl_ipsec_sa_read sa_read[];
                                              ^
12 errors generated.
[585/4438] Generating symbol file 'drivers/a715181@@rte_common_cpt@sha/librte_common_cpt.so.22.2.symbols'.
[586/4438] Generating rte_common_dpaax.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
                struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
                                                  ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member 'sp_cfg_resp' in a union is not allowed
                struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
                                                  ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member 'ipsec_cap' in a union is not allowed
                struct virtchnl_ipsec_cap ipsec_cap[];
                                          ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member 'ipsec_status' in a union is not allowed
                struct virtchnl_ipsec_status ipsec_status[];
                                             ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member 'ipsec_resp' in a union is not allowed
                struct virtchnl_ipsec_resp ipsec_resp[];
                                           ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member 'event' in a union is not allowed
                struct virtchnl_ipsec_event event[];
                                            ^
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member 'sa_read' in a union is not allowed
                struct virtchnl_ipsec_sa_read sa_read[];
                                              ^
12 errors generated.
[581/4616] Compiling C object 'lib/76b5a35@@rte_node@sta/node_ip4_rewrite.c.o'.
[582/4616] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[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-i386" at step Build and test
####################################################################################
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
[569/3105] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.22.2.symbols'.
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-static-mingw" at step Build and test
####################################################################################
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
[132/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.obj'.
[133/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
[570/3590] Generating rte_common_dpaax.pmd.c with a custom command.
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
####################################################################################
  507 |   struct virtchnl_ipsec_sp_destroy sp_destroy[];
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
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
####################################################################################
  507 |   struct virtchnl_ipsec_sp_destroy sp_destroy[];
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
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
####################################################################################
  507 |   struct virtchnl_ipsec_sp_destroy sp_destroy[];
      |                                    ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
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
####################################################################################
../drivers/common/iavf/virtchnl_inline_ipsec.h:510:37: error: flexible array member in union
  510 |   struct virtchnl_ipsec_sa_cfg_resp sa_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:511:37: error: flexible array member in union
  511 |   struct virtchnl_ipsec_sp_cfg_resp sp_cfg_resp[];
      |                                     ^~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:512:29: error: flexible array member in union
  512 |   struct virtchnl_ipsec_cap ipsec_cap[];
      |                             ^~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:513:32: error: flexible array member in union
  513 |   struct virtchnl_ipsec_status ipsec_status[];
      |                                ^~~~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:515:30: error: flexible array member in union
  515 |   struct virtchnl_ipsec_resp ipsec_resp[];
      |                              ^~~~~~~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:518:31: error: flexible array member in union
  518 |   struct virtchnl_ipsec_event event[];
      |                               ^~~~~
../drivers/common/iavf/virtchnl_inline_ipsec.h:521:33: error: flexible array member in union
  521 |   struct virtchnl_ipsec_sa_read sa_read[];
      |                                 ^~~~~~~
[570/4055] Generating symbol file 'drivers/a715181@@rte_common_cpt@sha/librte_common_cpt.so.22.2.symbols'.
[571/4055] Generating rte_common_dpaax.pmd.c with a custom command.
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
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-static" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-shared" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-06-15 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_7D3A7A9D44570652650B9D5ED095956C4306@qq.com>
2022-06-15 17:27 ` |WARNING| pw112792 [PATCH] common/iavf: replace zero-length arrays with flexible ones checkpatch
2022-06-15 17:59 ` |FAILURE| " 0-day Robot

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