bug#46772: make check FAILs: publish.scm store.scm

2024-11-17 Thread Maxim Cournoyer
Hello, Leo Famulari writes: > On Thu, Feb 25, 2021 at 02:51:29PM +, Sanne Wouda wrote: >> I'm seeing two failures when running the guix test suite on HEAD >> (c1da9829f8b6) >> >> publish.scm "with cache" fails on line 456: >> >> (= #o644 (stat:perms (lstat nar))) >> >> which seems to be

bug#46772: make check FAILs: publish.scm store.scm

2021-03-02 Thread Leo Famulari
On Thu, Feb 25, 2021 at 02:51:29PM +, Sanne Wouda wrote: > I'm seeing two failures when running the guix test suite on HEAD > (c1da9829f8b6) > > publish.scm "with cache" fails on line 456: > > (= #o644 (stat:perms (lstat nar))) > > which seems to be due to umask: > > $ umask > 0002 > > If

bug#46772: make check FAILs: publish.scm store.scm

2021-02-25 Thread Sanne Wouda
I'm seeing two failures when running the guix test suite on HEAD (c1da9829f8b6) publish.scm "with cache" fails on line 456: (= #o644 (stat:perms (lstat nar))) which seems to be due to umask: $ umask 0002 If I set umask to 022, the test passes. The second failure is a crash in store.scm, which