automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw108610 [PATCH] devtools: fix symbols check
@ 2022-03-09  1:08 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-03-09  1:08 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Tuesday, March 08 2022 21:18:59 
Applied on: CommitID:272f94e58b01a904b5d8cf66649512b0d62f1a8c
Apply patch set 108610 failed:

Checking patch devtools/check-symbol-maps.sh...
error: while searching for:
    ret=1
fi

local_miss_maps=$(grep -L 'local: \*;' $@)
if [ -n "$local_miss_maps" ] ; then
    echo "Found maps without local catch-all:"
    echo "$local_miss_maps"

error: patch failed: devtools/check-symbol-maps.sh:53
Applying patch devtools/check-symbol-maps.sh with 1 reject...
Rejected hunk #1.
diff a/devtools/check-symbol-maps.sh b/devtools/check-symbol-maps.sh	(rejected hunks)
@@ -53,7 +53,7 @@ if [ -n "$duplicate_symbols" ] ; then
     ret=1
 fi
 
-local_miss_maps=$(grep -L 'local: \*;' $@)
+local_miss_maps=$(grep -L 'local: \*;' $@ || true)
 if [ -n "$local_miss_maps" ] ; then
     echo "Found maps without local catch-all:"
     echo "$local_miss_maps"

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-09  1:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09  1:08 |WARNING| pw108610 [PATCH] devtools: fix symbols check dpdklab

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