Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is failing regularly because of a Dynlink #11401

Open
maiste opened this issue Jan 27, 2025 · 1 comment
Open

CI is failing regularly because of a Dynlink #11401

maiste opened this issue Jan 27, 2025 · 1 comment
Labels

Comments

@maiste
Copy link
Collaborator

maiste commented Jan 27, 2025

Expected Behavior

The CI goes green when running PRs.

Actual Behavior

 File "c/dune", lines 11-14, characters 0-95:
 11 | (rule
  12 |  (targets out.log)
  13 |  (deps (package c))
  14 |  (action (with-stdout-to out.log (run %{bin:c}))))
 Fatal error: exception Dynlink.Error (Dynlink.Cannot_open_dll "Dynlink.Error (Dynlink.Cannot_open_dll \"Failure(\\\"$TESTCASE_ROOT/_build/install/default/lib/b/b/b/b.cmxs: cannot open shared object file: No such file or directory\\\")\")")

Reproduction

This is a test that is sometimes broken, but it seems to face a race condition somewhere... I try to reproduce but I wasn't able to on another CI or on my own computer.

Specifications

  • On the CI, Ubuntu latest
@maiste maiste added the bug label Jan 27, 2025
@ElectreAAS
Copy link
Collaborator

Had this happen to me on a local machine, ubuntu latest as well
Happened once, and after a git bisect I couldn't reproduce it anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants