From: Dariqq <dariqq@posteo.net>
To: 75205@debbugs.gnu.org
Subject: bug#75205: guix package test failure on i686-linux (kexec-load-file test)
Date: Mon, 30 Dec 2024 16:55:17 +0000 [thread overview]
Message-ID: <781419f2-6304-4c18-b01c-412121126ee5@posteo.net> (raw)
Hello,
The guix package is failing the newly added kexec-load-file syscall test
on i686-linux:
From https://ci.guix.gnu.org/build/7774049/details:
test-name: kexec-load-file
location:
/tmp/guix-build-guix-1.4.0-31.121e96d.drv-0/source/tests/syscalls.scm:688
source:
+ (test-equal
+ "kexec-load-file"
+ EPERM
+ (catch 'system-error
+ (lambda ()
+ (let ((fd1 (open-fdes "/dev/null" O_RDONLY))
+ (fd2 (open-fdes "/dev/null" O_RDONLY)))
+ (kexec-load-file fd1 fd2 "gnu.repl=yes")))
+ (lambda args (system-error-errno args))))
expected-value: 1
actual-value: 14
result: FAIL
next reply other threads:[~2024-12-30 16:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-30 16:55 Dariqq [this message]
2025-01-01 4:17 ` bug#75205: guix package test failure on i686-linux (kexec-load-file test) Ian Eure
2025-01-04 18:11 ` Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=781419f2-6304-4c18-b01c-412121126ee5@posteo.net \
--to=dariqq@posteo.net \
--cc=75205@debbugs.gnu.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).