You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✖ [340/348] Building FPLean.MonadTransformers.Do
trace: .> LEAN_PATH= ...
error: FPLean/MonadTransformers/Do.lean:356:0: Mismatched commands output:
$ ls
expected
test-data
$ cp ../ForMIO.lean .
$ ls
- ForMIO.lean
expected
+ ForMIO.lean
test-data
Hint: Replace with actual value
$ ls
expected
test-data
$ cp ../ForMIO.lean .
$ ls
e̲x̲p̲e̲c̲t̲e̲d̲
̲ForMIO.lean
e̵x̵p̵e̵c̵ted̵
̵t̵e̵st-data
error: Lean exited with code 1
Some required builds logged failures:
- FPLean.MonadTransformers.Do
error: build failed
If you take the advice and change
$ ls
ForMIO.lean
expected
test-data
to
$ ls
expected
ForMIO.lean
test-data
then this error will disappear.
However, another error can occur:
✖ [340/348] Building FPLean.MonadTransformers.Do
trace: .> LEAN_PATH= ...
error: FPLean/MonadTransformers/Do.lean:167:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:175:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:181:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:259:46: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:324:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:343:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:355:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:366:8: Not found: 'formio'
error: FPLean/MonadTransformers/Do.lean:375:0: resource exhausted (error code: 28, no space left on device)
error: FPLean/MonadTransformers/Do.lean:761:55: resource exhausted (error code: 28, no space left on device)
error: Lean exited with code 1
Some required builds logged failures:
- FPLean.MonadTransformers.Do
error: build failed
As far as I understood, this error is caused by the /tmp folder being full, because during the book building process, temporary files with a total size of several gigabytes are created in this folder. Therefore, before building, you should make sure that the allocated space for /tmp is sufficient.
After troubleshooting these issues, the build completed successfully.
Environment:
$ hostnamectl
Operating System: Arch Linux
Kernel: Linux 6.15.2-arch1-1
Architecture: x86-64
Hello. I encountered several problems while compiling the book.
lake exe fp-leanfails withbash: doug: command not foundandNon-zero exit code from 'sort --shared < test-data'#191And the suggested solution helped with this error.
However, the following error occurred:
If you take the advice and change
to
then this error will disappear.
As far as I understood, this error is caused by the
/tmpfolder being full, because during the book building process, temporary files with a total size of several gigabytes are created in this folder. Therefore, before building, you should make sure that the allocated space for/tmpis sufficient.After troubleshooting these issues, the build completed successfully.
Environment:
$ hostnamectl Operating System: Arch Linux Kernel: Linux 6.15.2-arch1-1 Architecture: x86-64