yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
369 stars 95 forks source link

test-returning-errno-lwt-preemptive fails in Tumbleweed, works in Leap #691

Open olafhering opened 3 years ago

olafhering commented 3 years ago

make check with commit bef7d50843868998f68eac2664a5a5f5dd996d39 fails in Tumbleweed, likely caused by newer toolchain/glibc. Full build logs attached.

Leap.log.txt.gz Factory.log.txt.gz

[  664s] Command [928] exited with code 1:
[  664s] $ (cd _build/default/tests/test-returning-errno-lwt-preemptive && ./test_returning_errno.exe)
[  664s] ...~
[  664s] ==============================================================================
[  664s] Error: Errno tests:0:calling stat.
[  664s] 
[  664s] File "/home/abuild/rpmbuild/BUILD/ocaml-ctypes-0.18.0/_build/default/tests/test-returning-errno-lwt-preemptive/oUnit-Errno tests
-sheep56#00.log", line 11979, characters 1-1:
[  664s] Error: Errno tests:0:calling stat (in the log).
[  664s] 
[  664s] Timeout after 600.0s
[  664s] ------------------------------------------------------------------------------
olafhering commented 3 years ago

Hmm, so #588 is biting again, hopefully it makes no difference. The used source is avsm/ocaml-ctypes@bef7d50843868998f68eac2664a5a5f5dd996d39

olafhering commented 3 years ago

However, looking at ocaml-ctypes:testsuite, the failures are apparently not specific to Tumbleweed...