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

Windows CI fails with an internal compiler error #1840

Closed
olupton opened this issue May 30, 2022 · 2 comments · Fixed by #1841
Closed

Windows CI fails with an internal compiler error #1840

olupton opened this issue May 30, 2022 · 2 comments · Fixed by #1841
Labels
bug CI Continuous Integration

Comments

@olupton
Copy link
Collaborator

olupton commented May 30, 2022

Context

The Windows CI jobs are now failing, see for example https://github.com/neuronsimulator/nrn/runs/6585801841#step:6:935 on master:

[ 54%] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/parallel.cpp.obj
during GIMPLE pass: pcom
D:/a/nrn/nrn/src/oc/parallel.cpp: In function 'void hoc_parallel_begin()':
D:/a/nrn/nrn/src/oc/parallel.cpp:39:6: internal compiler error: in compute_distributive_range, at tree-data-ref.cc:593
   39 | void hoc_parallel_begin(void) {
      |      ^~~~~~~~~~~~~~~~~~
libbacktrace could not find executable to open
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <https://github.com/msys2/MINGW-packages/issues> for instructions.

Overview of the CI issue

This CI job was passing the previous day: https://github.com/neuronsimulator/nrn/runs/6575669887

The obvious change is that GCC moved from 11.3.0 to 12.1.0, but I have not checked that this is in fact the problem.

Expected result/behavior

Everything should work...

@olupton olupton added bug CI Continuous Integration labels May 30, 2022
@olupton
Copy link
Collaborator Author

olupton commented May 30, 2022

Error is similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853

@olupton
Copy link
Collaborator Author

olupton commented May 30, 2022

Tried to debug this a bit with tmate.io, but it was very unstable. I came across actions/runner-images#5151, which makes me wonder if our setup is doing something unsupported.

olupton added a commit that referenced this issue May 30, 2022
nrnhines pushed a commit that referenced this issue May 31, 2022
@alexsavulescu alexsavulescu mentioned this issue Jun 29, 2022
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant