All of lore.kernel.org
 help / color / mirror / Atom feed
* pthread_condattr_setclock: Invalid argument
@ 2021-03-16 17:24 Johann Lombardi
  2021-03-17 13:02 ` Johann Lombardi
  0 siblings, 1 reply; 2+ messages in thread
From: Johann Lombardi @ 2021-03-16 17:24 UTC (permalink / raw)
  To: fio

Hi there,

While rebasing PR #1189 (DFS engine) against latest master, I ran into
the following CI failure on appveyor/msys2:

make.exe test
./fio --minimal --thread --exitall_on_error --runtime=1s --name=nulltest --ioengine=null --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 --size=16T --name=verifyfstest --filename=fiotestfile.tmp --unlink=1 --rw=write --verify=crc32c --verify_state_save=0 --size=16K
pthread_condattr_setclock: Invalid argument
pthread_condattr_setclock: Invalid argument
smalloc: failed adding pool
Assertion failed: i, file smalloc.c, line 235
make: *** [Makefile:622: test] Error 3
Command exited with code 2

https://ci.appveyor.com/project/axboe/fio/builds/38248012/job/kk740eysg1bd1om9

It seems to have been introduced by a recent commit. Any thoughts?

Cheers,
Johann


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pthread_condattr_setclock: Invalid argument
  2021-03-16 17:24 pthread_condattr_setclock: Invalid argument Johann Lombardi
@ 2021-03-17 13:02 ` Johann Lombardi
  0 siblings, 0 replies; 2+ messages in thread
From: Johann Lombardi @ 2021-03-17 13:02 UTC (permalink / raw)
  To: fio

Looking at the logs, it sounds like the pthread_condattr_setclock
configure check now passes on appveyor/msys2 while it used to fail before.
Then pthread_condattr_setclock(CLOCK_MONOTONIC) fails with EINVAL on
this platform. Shall we just force pthread_condattr_setclock to no on
cygwin?

Johann

On Tue, Mar 16, 2021 at 06:24:36PM +0100, Johann Lombardi wrote:
> Hi there,
> 
> While rebasing PR #1189 (DFS engine) against latest master, I ran into
> the following CI failure on appveyor/msys2:
> 
> make.exe test
> ./fio --minimal --thread --exitall_on_error --runtime=1s --name=nulltest --ioengine=null --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 --size=16T --name=verifyfstest --filename=fiotestfile.tmp --unlink=1 --rw=write --verify=crc32c --verify_state_save=0 --size=16K
> pthread_condattr_setclock: Invalid argument
> pthread_condattr_setclock: Invalid argument
> smalloc: failed adding pool
> Assertion failed: i, file smalloc.c, line 235
> make: *** [Makefile:622: test] Error 3
> Command exited with code 2
> 
> https://ci.appveyor.com/project/axboe/fio/builds/38248012/job/kk740eysg1bd1om9
> 
> It seems to have been introduced by a recent commit. Any thoughts?
> 
> Cheers,
> Johann


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-17 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 17:24 pthread_condattr_setclock: Invalid argument Johann Lombardi
2021-03-17 13:02 ` Johann Lombardi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.