Hi Danny, Danny Milosavljevic wrote: > On Mon, 21 Oct 2019 23:39:32 +0200 > Danny Milosavljevic wrote: > > > ERROR:tests/test-util-filemonitor.c:665:test_file_monitor_events: > > assertion failed: (err == 0) ERROR - Bail out! > > ERROR:tests/test-util-filemonitor.c:665:test_file_monitor_events: > > assertion failed: (err == 0) > > > > Four times in a row now. > > guix commit 05b0b050bce644d96ed2222b7d88414f50bb23d9 I've hit the same error five times in a row too. The test seems to depend on the order of notifications between two inotify queues (one open on the folder and the other one open on the file name). I don't know any easy way to fix it, so I propose to comment it out before check phase as in the attached patch. What do you think? Happy hacking! Miguel