Open JCGoran opened 6 months ago
Further observations:
ubuntu:latest
image on both x86_64 and aarch64. Reproduction steps:
docker run -ti --arch $(uname -m) --rm -v $(pwd):/neuron ubuntu:latest /bin/bash
from the root dir of this repo to run the containerbash scripts/install_debian.sh
to install reqspython3 -m venv env && source env/bin/activate
to setup venvpip install neuron-nightly pytest
to get the Python packagespython -m pytest -k test_multi_gridding_mix
. The test will fail with the exact error as above.
For the past couple of days, the CI has been consistently failing on one RXD test, and only on Ubuntu latest (see for instance this CI run: https://github.com/neuronsimulator/nrn-build-ci/actions/runs/8933258624/job/24538369746), with the following trace:
I've isolated the test in this PR (debugging via tmate is enabled): https://github.com/neuronsimulator/nrn-build-ci/pull/65
I did not manage to reproduce the failure locally due to certain container engine issues, but it should in principle be reproducible by using something like act (on x86_64 at least).