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 breaks because of the wc example #147

Open
lastland opened this issue Nov 3, 2020 · 0 comments
Open

CI breaks because of the wc example #147

lastland opened this issue Nov 3, 2020 · 0 comments

Comments

@lastland
Copy link
Collaborator

lastland commented Nov 3, 2020

Issue by lastland
Thursday Feb 20, 2020 at 19:38 GMT
Originally opened as antalsz/hs-to-coq#147


It looks like that my wc example would sometimes break the CI. The relevant log message says:

0.95s$ make -j2 -C examples/wc
make: Entering directory '/home/travis/build/antalsz/hs-to-coq/examples/wc'
stack exec hs-to-coq -- -e module-edits/Simple/edits \
              \
              \
	     -i wc/src -e ../../base/edits -e ../containers/edits -e ../transformers/edits -e edits --iface-dir ../../base --iface-dir ../containers/lib --iface-dir ../transformers/lib --iface-dir lib --dependency-dir deps -N  -o lib wc/src/Simple.hs
stack exec hs-to-coq -- -e module-edits/MultiCore/edits \
             -p module-edits/MultiCore/preamble.v \
              \
	     -i wc/src -e ../../base/edits -e ../containers/edits -e ../transformers/edits -e edits --iface-dir ../../base --iface-dir ../containers/lib --iface-dir ../transformers/lib --iface-dir lib --dependency-dir deps -N  -o lib drop-in/MultiCore.hs
deps/Simple.mk: openFile: does not exist (No such file or directory)
Makefile:99: recipe for target 'lib/Simple.v' failed
make: *** [lib/Simple.v] Error 1
make: *** Waiting for unfinished jobs....
deps/MultiCore.mk: openFile: does not exist (No such file or directory)
Makefile:113: recipe for target 'lib/MultiCore.v' failed
make: *** [lib/MultiCore.v] Error 1
make: Leaving directory '/home/travis/build/antalsz/hs-to-coq/examples/wc'

The bizarre part of this error is that it only occurs sometimes. 🤔

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

No branches or pull requests

1 participant