From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 72A7A60721 for ; Wed, 8 Feb 2017 05:31:50 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id v185VnwJ009670 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 7 Feb 2017 21:31:50 -0800 (PST) Received: from [128.224.162.183] (128.224.162.183) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Tue, 7 Feb 2017 21:31:49 -0800 To: , "Burton, Ross" References: <20170208033001.9309.89399@do.openembedded.org> From: Hongxu Jia Message-ID: <5cdc7c7a-22fe-f5ad-3ff2-89f9e45cf6d1@windriver.com> Date: Wed, 8 Feb 2017 13:31:47 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170208033001.9309.89399@do.openembedded.org> Subject: =?UTF-8?B?UmU6IOKclyBwYXRjaHRlc3Q6IGZhaWx1cmUgZm9yIDExIHBhY2thZ2VzIHVwZ3JhZGU=?= X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 05:31:51 -0000 Content-Type: multipart/alternative; boundary="------------04DF5E8B2C7DFF908B73C56E" --------------04DF5E8B2C7DFF908B73C56E Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 2017年02月08日 11:30, Patchwork wrote: > == Series Details == > > Series: 11 packages upgrade > Revision: 1 > URL : https://patchwork.openembedded.org/series/5200/ > State : failure > > == Summary == > > > Thank you for submitting this patch series to OpenEmbedded Core. This is > an automated response. Several tests have been executed on the proposed > series by patchtest resulting in the following failures: > > > > * Issue Added patch file is missing Upstream-Status in the header [test_upstream_status_presence] > Suggested fix Add Upstream-Status: to the header of meta/recipes-devtools/elfutils/elfutils-0.168/debian/hurd_path.patch (possible values: Pending, Submitted, Accepted, Backport, Denied, Inappropriate) The hurd_path.patch is cherry picked from debian which does not has "Upstream-Status: " and "Signed-off-by", so I think we could ignore this warning. Here is the upstream source of debian patch: http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.168-0.2.debian.tar.xz You may suggest to add it to SRC_URI rather than picking up manually, but debian frequently upgrades miner version "-0.2", and which does not sync up with upstream elfutils, that's why I manually cherry pick. > * Issue Series does not apply on top of target branch [test_series_merge_on_head] > Suggested fix Rebase your series on top of targeted branch > Targeted branch master (currently at 68da6c9884) Previously, Zhengtried to upgrade bash failed (git am "bash: 4.3.30 -> 4.4.eml" failed) the reason is encoding issue, if invoking "git send-email", it set UTF-8 by default --- Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- And the utf-8 encoding changed the content of meta/recipes-extended/bash/bash/fix-run-intl.patch, which caused "git am" failed. Manually send the patch as attachment could workaround the issue. But the patchwork still report apply failure, I guess it applied [PATCH 12/13] before [PATCH 11/13], or could not detect attachment of [PATCH 11/13]. Hi Ross or any one concerns, Could you apply the patch manually, to see if it is OK? (I tested to save as the eml file and invoke git am to apply, everything is ok) //Hongxu > * Issue A patch file has been added, but does not have a Signed-off-by tag [test_signed_off_by_presence] > Suggested fix Sign off the added patch file (meta/recipes-devtools/elfutils/elfutils-0.168/debian/hurd_path.patch) > > > > If you believe any of these test results are incorrect, please reply to the > mailing list (openembedded-core@lists.openembedded.org) raising your concerns. > Otherwise we would appreciate you correcting the issues and submitting a new > version of the patchset if applicable. Please ensure you add/increment the > version number when sending the new version (i.e. [PATCH] -> [PATCH v2] -> > [PATCH v3] -> ...). > > --- > Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest > Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe > --------------04DF5E8B2C7DFF908B73C56E Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 8bit
On 2017年02月08日 11:30, Patchwork wrote:
== Series Details ==

Series: 11 packages upgrade
Revision: 1
URL   : https://patchwork.openembedded.org/series/5200/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Added patch file is missing Upstream-Status in the header [test_upstream_status_presence] 
  Suggested fix    Add Upstream-Status: <status> to the header of meta/recipes-devtools/elfutils/elfutils-0.168/debian/hurd_path.patch (possible values: Pending, Submitted, Accepted, Backport, Denied, Inappropriate)

The hurd_path.patch is cherry picked from debian which does
not has "Upstream-Status: <status>" and "Signed-off-by", so I
think we could ignore this warning.

Here is the upstream source of debian patch:
http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.168-0.2.debian.tar.xz

You may suggest to add it to SRC_URI rather than picking up manually,
but debian frequently upgrades miner version "-0.2", and which does not
sync up with upstream elfutils, that's why I manually cherry pick.

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 68da6c9884)

Previously, Zheng tried to upgrade bash failed (git am "bash: 4.3.30 -> 4.4.eml" failed)
the reason is encoding issue, if invoking "git send-email", it set UTF-8 by default
---
           Content-Type: text/plain; charset=UTF-8
           Content-Transfer-Encoding: 8bit
---
And the utf-8 encoding changed the content of meta/recipes-extended/bash/bash/fix-run-intl.patch,
which caused "git am" failed.

Manually send the patch as attachment could workaround the issue.
But the patchwork still report apply failure, I guess it applied [PATCH 12/13]
before [PATCH 11/13], or could not detect attachment of [PATCH 11/13].

Hi Ross or any one concerns,

Could you apply the patch manually, to see if it is OK?
(I tested to save as the eml file and invoke git am to apply, everything is ok)

//Hongxu

* Issue             A patch file has been added, but does not have a Signed-off-by tag [test_signed_off_by_presence] 
  Suggested fix    Sign off the added patch file (meta/recipes-devtools/elfutils/elfutils-0.168/debian/hurd_path.patch)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe


--------------04DF5E8B2C7DFF908B73C56E--