From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: "Zoltán Böszörményi" <zboszor@gmail.com>,
openembedded-core@lists.openembedded.org
Cc: "Alexander Kanavin" <alex.kanavin@gmail.com>,
"Randy MacLeod" <randy.macleod@windriver.com>,
"Khem Raj" <raj.khem@gmail.com>
Subject: Re: [OE-core][PATCH v4 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test
Date: Sat, 01 Feb 2025 15:37:59 +0100 [thread overview]
Message-ID: <D7H6P74CVGDM.3LTRAMF91XPEH@bootlin.com> (raw)
In-Reply-To: <20250131064352.2613105-2-zboszor@gmail.com>
On Fri Jan 31, 2025 at 7:43 AM CET, Zoltán Böszörményi wrote:
> Enable building rpm with rpm-seqouia for the test.
>
> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
> ---
Sorry, I still get some errors while building:
2025-02-01 14:28:32,979 - oe-selftest - INFO - 9: 40/54 602/618 (56.20s) (0 failed) (signing.Signing.test_signing_packages)
2025-02-01 14:28:32,979 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py", line 113, in test_signing_packages
runCmd('%s/rpmkeys --define "_dbpath %s" --import %s' %
File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-3250811/tmp/work/core2-64-poky-linux/ed/1.20.2/recipe-sysroot-native/usr/bin/rpmkeys --define "_dbpath /tmp/oeqa-rpmdbsj05eco3" --import /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-3250811/meta-selftest/files/signing/key.pub' returned non-zero exit status 1:
error: Certificate 7B31316B5D64AD52:
Policy rejects 7B31316B5D64AD52: No binding signature at time 2025-02-01T14:28:26Z
error: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-3250811/meta-selftest/files/signing/key.pub: key 1 import failed.
https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/893/steps/14/logs/stdio
Do you mind having a look at this ?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-02-01 14:38 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-29 12:47 [OE-core][PATCH v3 1/2] rpm-sequoia: New recipe for version 1.7.0 Zoltán Böszörményi
2025-01-29 12:47 ` [OE-core][PATCH v3 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test Zoltán Böszörményi
2025-01-29 13:05 ` Alexander Kanavin
2025-01-29 13:49 ` Böszörményi Zoltán
[not found] ` <181F2E043A3A6FB9.31881@lists.openembedded.org>
2025-01-30 4:44 ` Böszörményi Zoltán
2025-01-30 14:24 ` [OE-core][PATCH v3 1/2] rpm-sequoia: New recipe for version 1.7.0 Mathieu Dubois-Briand
2025-01-31 6:43 ` [OE-core][PATCH v4 " Zoltán Böszörményi
2025-01-31 6:43 ` [OE-core][PATCH v4 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test Zoltán Böszörményi
2025-02-01 14:37 ` Mathieu Dubois-Briand [this message]
2025-02-02 8:44 ` Böszörményi Zoltán
[not found] ` <182057ACF258490B.1760@lists.openembedded.org>
2025-02-03 10:11 ` Böszörményi Zoltán
2025-02-03 11:18 ` Alexander Kanavin
2025-02-03 11:24 ` Böszörményi Zoltán
2025-02-03 12:29 ` Richard Purdie
2025-02-03 12:35 ` Alexander Kanavin
2025-02-03 12:24 ` [OE-core][PATCH v5 1/2] rpm-sequoia: New recipe for version 1.7.0 Zoltán Böszörményi
2025-02-03 12:24 ` [OE-core][PATCH v5 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test Zoltán Böszörményi
2025-02-03 12:37 ` Alexander Kanavin
2025-02-04 12:25 ` Böszörményi Zoltán
[not found] ` <182100E5D19BBE2E.15786@lists.openembedded.org>
2025-02-05 4:39 ` Böszörményi Zoltán
2025-01-31 6:52 ` [OE-core][PATCH v3 1/2] rpm-sequoia: New recipe for version 1.7.0 Alexander Kanavin
[not found] ` <181FB46B3FA62DDF.15786@lists.openembedded.org>
2025-01-31 8:34 ` Alexander Kanavin
2025-01-31 9:54 ` Böszörményi Zoltán
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=D7H6P74CVGDM.3LTRAMF91XPEH@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=randy.macleod@windriver.com \
--cc=zboszor@gmail.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