* [dpdk-test-report] |SUCCESS| pw100429 [PATCH v1] ci: update machine meson option to platform
[not found] <1633352114-10847-1-git-send-email-juraj.linkes@pantheon.tech>
@ 2021-10-04 12:56 ` checkpatch
2021-10-04 13:20 ` [dpdk-test-report] |FAILURE| pw100429 [dpdk-dev] " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-10-04 12:56 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/100429
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |FAILURE| pw100429 [dpdk-dev] [PATCH v1] ci: update machine meson option to platform
[not found] <1633352114-10847-1-git-send-email-juraj.linkes@pantheon.tech>
2021-10-04 12:56 ` [dpdk-test-report] |SUCCESS| pw100429 [PATCH v1] ci: update machine meson option to platform checkpatch
@ 2021-10-04 13:20 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-10-04 13:20 UTC (permalink / raw)
To: test-report; +Cc: juraj.linkes, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/100429/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1303662235
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-i386" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
BUILD_32BIT: false
BUILD_DOCS: false
CC: ccache gcc
DEF_LIB: static
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: false
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ false = true ]
+ [ false = true ]
+ [ false = true ]
+ [ static = static ]
+ OPTS= -Dexamples=l2fwd,l3fwd
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
BUILD_DOCS: true
CC: ccache gcc
DEF_LIB: shared
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: true
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ false = true ]
+ [ true = true ]
+ OPTS= -Denable_docs=true
+ [ false = true ]
+ [ shared = static ]
+ OPTS= -Denable_docs=true -Dexamples=all
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
BUILD_32BIT: false
BUILD_DOCS: false
CC: ccache clang
DEF_LIB: static
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: false
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ false = true ]
+ [ false = true ]
+ [ false = true ]
+ [ static = static ]
+ OPTS= -Dexamples=l2fwd,l3fwd
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
BUILD_DOCS: true
CC: ccache clang
DEF_LIB: shared
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: true
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ false = true ]
+ [ true = true ]
+ OPTS= -Denable_docs=true
+ [ false = true ]
+ [ shared = static ]
+ OPTS= -Denable_docs=true -Dexamples=all
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized
+ OPTS= -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Denable_docs=true -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
CC: ccache gcc
DEF_LIB: static
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: false
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ false = true ]
+ [ false = true ]
+ [ true = true ]
+ OPTS= -Dc_args=-m32 -Dc_link_args=-m32
+ export PKG_CONFIG_LIBDIR=/usr/lib32/pkgconfig
+ [ static = static ]
+ OPTS= -Dc_args=-m32 -Dc_link_args=-m32 -Dexamples=l2fwd,l3fwd
+ OPTS= -Dc_args=-m32 -Dc_link_args=-m32 -Dexamples=l2fwd,l3fwd -platform=generic
+ OPTS= -Dc_args=-m32 -Dc_link_args=-m32 -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static
+ OPTS= -Dc_args=-m32 -Dc_link_args=-m32 -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized
+ OPTS= -Dc_args=-m32 -Dc_link_args=-m32 -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Dc_args=-m32 -Dc_link_args=-m32 -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
CC: ccache gcc
DEF_LIB: static
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: false
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ true = true ]
+ [ = gcc ]
+ [ = clang ]
+ [ false = true ]
+ [ false = true ]
+ [ static = static ]
+ OPTS= -Dexamples=l2fwd,l3fwd
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized
+ OPTS= -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Dexamples=l2fwd,l3fwd -platform=generic --default-library=static --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
CC: ccache gcc
DEF_LIB: shared
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: none
RUN_TESTS: false
##[endgroup]
+ .ci/linux-build.sh
+ [ -n build ]
+ [ true = true ]
+ [ = gcc ]
+ [ = clang ]
+ [ false = true ]
+ [ false = true ]
+ [ shared = static ]
+ OPTS= -Dexamples=all
+ OPTS= -Dexamples=all -platform=generic
+ OPTS= -Dexamples=all -platform=generic --default-library=shared
+ OPTS= -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized
+ OPTS= -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized -Dcheck_includes=true
+ meson build --werror -Dexamples=all -platform=generic --default-library=shared --buildtype=debugoptimized -Dcheck_includes=true
usage: meson [-h]
{setup,configure,install,introspect,init,test,wrap,subprojects,help}
...
meson: error: unrecognized arguments: -platform=generic
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-04 13:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1633352114-10847-1-git-send-email-juraj.linkes@pantheon.tech>
2021-10-04 12:56 ` [dpdk-test-report] |SUCCESS| pw100429 [PATCH v1] ci: update machine meson option to platform checkpatch
2021-10-04 13:20 ` [dpdk-test-report] |FAILURE| pw100429 [dpdk-dev] " 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).