guix-patches
[Top][All Lists]
Advanced

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

[bug#36692] test failures


From: Marius Bakke
Subject: [bug#36692] test failures
Date: Tue, 16 Jul 2019 18:28:25 +0200
User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)

Robert Vollmert <address@hidden> writes:

> I was able to run both tests from the build directory in /tmp,
> and they both passed fine. Also they both involve user ids, I
> suspect those might differ in the build container?
>
> main = do
>     void $ forkIO $ forever $ getGroupEntryForID 0
>     void $ forkIO $ forever $ getGroupEntryForID 0
>     threadDelay (3*1000*1000)
>
> main = do
>     root <- getUserEntryForName "root"
>     putStrLn (ue2String root)
>     root' <- getUserEntryForID (userID root)
>     putStrLn (ue2String root')
>     if homeDirectory root == homeDirectory root' &&
>        userShell     root == userShell     root'
>         then putStrLn "OK"
>         else putStrLn “Mismatch"

The only reliable user ID available in the build container is 'nobody'
with UID and GID 65534 and the (see nix/libstore/build.cc:1862).

You can likely patch these tests to refer to that instead.

Attachment: signature.asc
Description: PGP signature


reply via email to

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