From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: wangmy <wangmy@fujitsu.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0
Date: Tue, 11 Apr 2023 03:50:08 +0200 [thread overview]
Message-ID: <20230411015008b7b5fe2a@mail.local> (raw)
In-Reply-To: <1681116997-24685-5-git-send-email-wangmy@fujitsu.com>
https://autobuilder.yoctoproject.org/typhoon/#builders/79/builds/5049/steps/15/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/86/builds/5040/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/80/builds/4998/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/87/builds/5079/steps/14/logs/stdio
NOTE: Running task 1159 of 1159 (/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimage)
NOTE: recipe core-image-full-cmdline-1.0-r0: task do_testimage: Started
ERROR: core-image-full-cmdline-1.0-r0 do_testimage: dnf could not find package socat in repository: DNF version: 4.15.0
cachedir: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0-r0/testimage/install_tmp/socat/var/tmp/dnf-pokybuild-15ye4wja
Added oe-repo repo from /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0-r0/oe-rootfs-repo
Last metadata expiration check: 0:00:01 ago on Mon 10 Apr 2023 03:21:57 PM UTC.
%{location}
ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0-r0/temp/log.do_testimage.3539185
NOTE: recipe core-image-full-cmdline-1.0-r0: task do_testimage: Failed
ERROR: Task (/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimage) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1159 tasks of which 1158 didn't need to be rerun and 1 failed.
NOTE: The errors for this build are stored in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/log/error-report/error_report_20230410152148.txt
You can send the errors to a reports server by running:
send-error-report /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/log/error-report/error_report_20230410152148.txt [-s server]
NOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.
Summary: 1 task failed:
/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimage
Summary: There was 1 ERROR message, returning a non-zero exit code.
On 10/04/2023 16:56:37+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.15.0.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.15.0.bb} (98%)
>
> diff --git a/meta/recipes-devtools/dnf/dnf_4.14.0.bb b/meta/recipes-devtools/dnf/dnf_4.15.0.bb
> similarity index 98%
> rename from meta/recipes-devtools/dnf/dnf_4.14.0.bb
> rename to meta/recipes-devtools/dnf/dnf_4.15.0.bb
> index 62df8c4ace..7bf9547424 100644
> --- a/meta/recipes-devtools/dnf/dnf_4.14.0.bb
> +++ b/meta/recipes-devtools/dnf/dnf_4.15.0.bb
> @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
> file://0001-dnf-write-the-log-lock-to-root.patch \
> "
>
> -SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744"
> +SRCREV = "5306910d06631bc93fa3ece0e70ed27ee592b0aa"
> UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
>
> S = "${WORKDIR}/git"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179847): https://lists.openembedded.org/g/openembedded-core/message/179847
> Mute This Topic: https://lists.openembedded.org/mt/98171942/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2023-04-11 1:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 8:56 [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3 wangmy
2023-04-10 8:56 ` [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13 wangmy
2023-04-10 8:56 ` [OE-core] [PATCH] cracklib: upgrade 2.9.10 -> 2.9.11 wangmy
2023-04-10 8:56 ` [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13 wangmy
2023-04-10 17:27 ` Alexandre Belloni
2023-04-10 8:56 ` [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0 wangmy
2023-04-11 1:50 ` Alexandre Belloni [this message]
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=20230411015008b7b5fe2a@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=wangmy@fujitsu.com \
/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