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

Sporadic ccache fault #766

Closed
fpjentzsch opened this issue Feb 15, 2023 · 0 comments
Closed

Sporadic ccache fault #766

fpjentzsch opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fpjentzsch
Copy link
Collaborator

Every now and then we observe build flow failures during rtlsim. This seems to be more prevalent on our cluster with (slow) Lustre filesystem.

Running step: step_set_fifo_depths [14/20]
> /opt/conda/lib/python3.8/subprocess.py(1702)_execute_child()
-> raise child_exception_type(errno_num, err_msg, err_filename)
Build failed

/usr/local/share/verilator/include/verilated.mk:268: recipe for target 'verilated_threads.o' failed
/usr/local/share/verilator/include/verilated.mk:262: recipe for target 'Vfinn_design_wrapper.o' failed
ccache: error: /tmp/home_dir/.ccache/ccache.conf: No such file or directory
ccache: error: /tmp/home_dir/.ccache/ccache.conf: No such file or directory

I believe this might be caused by this race condition bug in ccache, which has been fixed in v3.4.3. FINN is using v3.4.1, so how do we go about updating this package? Is a switch from Ubuntu 18 to Ubuntu 20 for the Docker container planned? The latter supports v3.7.7 natively.

@fpjentzsch fpjentzsch added the bug Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants