guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Merging ‘staging’?


From: Ludovic Courtès
Subject: Merging ‘staging’?
Date: Mon, 06 Jun 2022 23:17:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

Ludovic Courtès <ludo@gnu.org> skribis:

> Thanks for the heads-up!  I think merging ‘staging’ should be
> top-priority.  People are welcome to upgrade/reconfigure from it with:
>
>   guix time-machine --branch=staging -- …
>
> Remaining things to check:
>
>   - [ ] system tests

I set up a jobset and we’re doing okay compared to ‘master’:

  https://ci.guix.gnu.org/jobset/staging-tests

The main regression is the timescaledb test, because timescaledb fails
its tests on that branch (help welcome!).

Then there’s what looks like a transient failure of the installation
test, which is more worrisome but not a regression I believe:

--8<---------------cut here---------------start------------->8---
Jun  5 17:44:46 localhost installer[252]: command ("guix" "system" "init" 
"--fallback" "--no-grafts" "--no-substitutes" "/mnt/etc/config.scm" "/mnt") 
succeeded 

conversation expecting pattern ((quote installation-complete))
Jun  5 17:44:46 localhost shepherd[1]: Service guix-daemon has been stopped. 

Jun  5 17:44:46 localhost shepherd[1]: Service guix-daemon has been started. 

Jun  5 17:44:46 localhost installer[252]: crashing due to uncaught exception: 
system-error ("umount" "~S: ~A" ("/remove" "Device or resource busy") (16)) 

Jun  5 17:44:47 localhost installer[252]: running form #<newt-form 21d9960> 
("Unexpected problem") with 1 clients 

Jun  5 17:44:47 localhost installer[252]: form #<newt-form 21d9960> 
("Unexpected problem"): client 20 replied #t 

/gnu/store/87wf3r1v18an9cj8d2jkh0240g07dqd6-shepherd-marionette.scm:1:1718: 
ERROR:
  1. &pattern-not-matched:
      pattern: ((quote installation-complete))
      sexp: (contents-dialog (title "Unexpected problem") (text "The installer 
has encountered an unexpected problem. The backtrace is displayed below. You 
may choose to exit or create a dump archive.") (content "In 
./gnu/installer/steps.scm:\n   144:13 19 (run ((substitutes . #f) (network 
(select-technology . #<<technology> name: \"Wired\" type: \"ethernet\" 
powered?: #t connected?: #t>) (power-technology . #<unspecified>) (# . #<<???>) 
???) ???) ???)\n   144:13 18 (run ((user #<<user> name: \"root\" real-name: 
\"\" group: \"users\" password: <secret> home-directory: \"/root\"> #<<user> 
name: \"alice\" real-name: \"Alice\" group: \"users\" password: <s???> ???) 
???) ???)\n   144:13 17 (run ((services #<<system-service> name: \"GNOME\" 
type: desktop recommended?: #f snippet: ((service gnome-desktop-service-type)) 
packages: ()> #<<system-service> name: \"Xfce\" ty???> ???) ???) ???)\n   
142:23 16 (run ((partition #<<user-partition> name: #f type: normal file-name: 
\"/dev/vda1\" disk-file-name: \"/dev/vda\" crypt-label: #f crypt-password: #f 
fs-type: ext4 bootable?: #t esp?:???> ???) ???) ???)\nIn 
./gnu/installer/newt/final.scm:\n   128:11 15 (run-final-page ((partition 
#<<user-partition> name: #f type: normal file-name: \"/dev/vda1\" 
disk-file-name: \"/dev/vda\" crypt-label: #f crypt-password: #f fs-type: ext4 
bootable???> ???) ???) ???)\n   101:21 14 (run-install-shell \"en_HK.utf8\" 
#:users _)\nIn ./gnu/installer/final.scm:\n    191:5 13 (install-system 
\"en_HK.utf8\" #:users _)\n   113:13 12 (call-with-mnt-container #<procedure 
7f6f6b992080 at ./gnu/installer/final.scm:192:7 ()>)\nIn 
gnu/build/linux-container.scm:\n   265:16 11 (run-container _ _ (mnt) _ 
#<procedure 7f6f6b992080 at ./gnu/installer/final.scm:192:7 ()> #:guest-uid _ 
#:guest-gid _)\nIn ./gnu/installer/final.scm:\n   222:13 10 (_)\nIn 
gnu/build/install.scm:\n    270:5  9 (unmount-cow-store \"/mnt\" 
\"/tmp/guix-inst\")\nIn guix/build/syscalls.scm:\n    588:8  8 (_ _ _ 
#:update-mtab? _)\nIn ice-9/boot-9.scm:\n  1685:16  7 (raise-exception _ 
#:continuable? _)\n  1780:13  6 (_ #<&compound-exception components: 
(#<&external-error> #<&origin origin: \"umount\"> #<&message message: \"~S: 
~A\"> #<&irritants irritants: (\"/remove\" \"Device or resource busy\")> 
#<&ex???>)\nIn ice-9/eval.scm:\n    619:8  5 (_ #(#(#(#<directory (guile-user) 
7f6f74584c80>) system-error (\"umount\" \"~S: ~A\" (\"/remove\" \"Device or 
resource busy\") (16))) #<variable 7f6f60988c40 value: #<unspecified>> 
#<varia???> ???))\n   626:19  4 (_ #(#(#(#<directory (guile-user) 
7f6f74584c80>) system-error (\"umount\" \"~S: ~A\" (\"/remove\" \"Device or 
resource busy\") (16))) #<variable 7f6f60988c40 value: #<unspecified>> 
#<varia???> ???))\nIn ./gnu/installer/dump.scm:\n     54:4  3 (prepare-dump 
system-error (\"umount\" \"~S: ~A\" (\"/remove\" \"Device or resource busy\") 
(16)) #:result _)\nIn ice-9/ports.scm:\n   433:17  2 (call-with-output-file _ _ 
#:binary _ #:encoding _)\nIn ./gnu/installer/dump.scm:\n    56:27  1 (_ 
#<output: installer-backtrace 7>)\nIn unknown file:\n           0 (make-stack 
#t)\n./gnu/installer/dump.scm:58:36: In procedure umount: \"/remove\": Device 
or resource busy\n"))
Jun  5 17:44:47 localhost installer[196]: unmounting "/mnt/" 

Backtrace:
           2 (primitive-load "/gnu/store/58r38d916naqslddflkwf8xavyv?")
In ice-9/eval.scm:
   191:35  1 (_ #f)
    619:8  0 (_ #(#<directory (guile-user) 7fffeffcfc80> #<variabl?>))

ice-9/eval.scm:619:8: Throw to key `marionette-eval-failure' with args `((quote 
(complete-installation installer-socket)))'.
builder for `/gnu/store/zmg87adhblg5c7jv0c06wsb7rancxxq0-installation.drv' 
failed with exit code 1
@ build-failed /gnu/store/zmg87adhblg5c7jv0c06wsb7rancxxq0-installation.drv - 1 
builder for `/gnu/store/zmg87adhblg5c7jv0c06wsb7rancxxq0-installation.drv' 
failed with exit code 1
cannot build derivation 
`/gnu/store/2lr3d1yapxf8azx7mzxkmgxc4zgl9sky-gui-installed-desktop-os-encrypted.drv':
 1 dependencies couldn't be built
--8<---------------cut here---------------end--------------->8---

(From <https://ci.guix.gnu.org/build/958038/details>.)

>   - [ ] status on non-x86_64 architectures

‘guix weather -s i686-linux’ says 89% (which is underestimated, because
it wrongfully checks for all the packages, including unsupported
packages), which sounds good.

We have to check for AArch64 & co.  Any takers?

Overall it seems to me we should be able to merge ‘staging’ within a
couple of days.  Thoughts?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]