GNU bug report logs - #75205
guix package test failure on i686-linux (kexec-load-file test)

Previous Next

Package: guix;

Reported by: Dariqq <dariqq <at> posteo.net>

Date: Mon, 30 Dec 2024 16:56:01 UTC

Severity: important

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dariqq <dariqq <at> posteo.net>
Subject: bug#75205: closed (Re: [PATCH 2/3] syscalls: Remove wrong syscall
 ID for ‘kexec_load_file’ on i686.)
Date: Fri, 21 Feb 2025 09:52:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75205: guix package test failure on i686-linux (kexec-load-file test)

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75205 <at> debbugs.gnu.org.

-- 
75205: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75205
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Dariqq <dariqq <at> posteo.net>
Cc: 75205-done <at> debbugs.gnu.org
Subject: Re: [PATCH 2/3] syscalls: Remove wrong syscall ID for
 ‘kexec_load_file’ on i686.
Date: Fri, 21 Feb 2025 10:51:41 +0100
Hi,

Dariqq <dariqq <at> posteo.net> skribis:

> Can #75205 be closed now? With the update to guix in
> d7157cca1053d82041e4fc294f9a5f13e2cf612b the package builds again for
> i686:

Yes, done!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Dariqq <dariqq <at> posteo.net>
To: bug-guix <at> gnu.org
Subject: guix package test failure on i686-linux (kexec-load-file test)
Date: Mon, 30 Dec 2024 16:55:17 +0000
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





This bug report was last modified 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.