automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw112573 [PATCH] devtools: unify cross-compilation tests
Date: Wed,  8 Jun 2022 12:08:19 -0400 (EDT)	[thread overview]
Message-ID: <20220608160819.B50486D4CE@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/112573

_apply patch failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, June 08 2022 15:50:43 
Applied on: CommitID:b38db1bfb930fa27cfbc36db227b56c1c1613164
Apply patch set 112573 failed:

Checking patch devtools/test-meson-builds.sh...
error: while searching for:
fi

# x86 MinGW
build build-x86-mingw $srcdir/config/x86/cross-mingw skipABI \
	-Dexamples=helloworld

# generic armv8a with clang as host compiler
f=$srcdir/config/arm/arm64_armv8_linux_gcc
export CC="clang"
build build-arm64-host-clang $f ABI $use_shared
unset CC
# some gcc/arm configurations
for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do
	export CC="$CCACHE gcc"
	targetdir=build-$(basename $f | tr '_' '-' | cut -d'-' -f-2)
	build $targetdir $f skipABI $use_shared
	unset CC
done

# ppc configurations
for f in $srcdir/config/ppc/ppc* ; do
	targetdir=build-$(basename $f | cut -d'-' -f-2)
	build $targetdir $f ABI $use_shared
done

# RISC-V configuration
build build-riscv64-linux-gcc $srcdir/config/riscv/riscv64_linux_gcc ABI \
	$use_shared

# Test installation of the x86-generic target, to be used for checking
# the sample apps build using the pkg-config file for cflags and libs

error: patch failed: devtools/test-meson-builds.sh:253
Applying patch devtools/test-meson-builds.sh with 1 reject...
Rejected hunk #1.
diff a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh	(rejected hunks)
@@ -253,31 +253,20 @@ if check_cc_flags '-m32' ; then
 fi
 
 # x86 MinGW
-build build-x86-mingw $srcdir/config/x86/cross-mingw skipABI \
-	-Dexamples=helloworld
+f=$srcdir/config/x86/cross-mingw
+build build-x86-mingw $f skipABI -Dexamples=helloworld
 
-# generic armv8a with clang as host compiler
+# generic armv8
 f=$srcdir/config/arm/arm64_armv8_linux_gcc
-export CC="clang"
-build build-arm64-host-clang $f ABI $use_shared
-unset CC
-# some gcc/arm configurations
-for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do
-	export CC="$CCACHE gcc"
-	targetdir=build-$(basename $f | tr '_' '-' | cut -d'-' -f-2)
-	build $targetdir $f skipABI $use_shared
-	unset CC
-done
+build build-arm64-generic-gcc $f ABI $use_shared
 
-# ppc configurations
-for f in $srcdir/config/ppc/ppc* ; do
-	targetdir=build-$(basename $f | cut -d'-' -f-2)
-	build $targetdir $f ABI $use_shared
-done
+# IBM POWER
+f=$srcdir/config/ppc/ppc64le-power8-linux-gcc
+build build-ppc64-power8-gcc $f ABI $use_shared
 
-# RISC-V configuration
-build build-riscv64-linux-gcc $srcdir/config/riscv/riscv64_linux_gcc ABI \
-	$use_shared
+# generic RISC-V
+f=$srcdir/config/riscv/riscv64_linux_gcc
+build build-riscv64-generic-gcc $f ABI $use_shared
 
 # Test installation of the x86-generic target, to be used for checking
 # the sample apps build using the pkg-config file for cflags and libs

https://lab.dpdk.org/results/dashboard/patchsets/22510/

UNH-IOL DPDK Community Lab

             reply	other threads:[~2022-06-08 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 16:08 dpdklab [this message]
     [not found] <20220608155044.4128611-1-thomas@monjalon.net>
2022-06-08 15:51 ` checkpatch

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=20220608160819.B50486D4CE@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --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).