Open ppoilbarbe opened 3 years ago
Seeing the same issue with boa=0.6.0
and mamba=0.15.0
on linux (no cross compiling). Seems to happen every time for mambabuild
in my case.
Temporarily downgrading both mamba and boa fixed the issue but it's not ideal.
@FHTMitchell do you have some reproducer?
ping @FHTMitchell a reproducer of some sort would be really helpful!
I tried to find a simple way to reproduce it, but I did not find. But as for @FHTMitchell, with these constraints "mamba>=0.13.0,<0.15.0, boa<0.6.1" I don't (yet) have the problem. With boa=0.6.1 the problem occurs (using mambabuild) but not in all cases. As we have very big projects with many dependencies, I did not find how to extract an working example. But I pached the source of conda to show the content of pkg_dist and all asked variables and what is said to be missing was here.
We build packages with mambabuild and for one package we have the error in conda_build.py: "IndexError: list index out of range". It looks like the #88 issue but it is not cross compiling. We are on Linux and build with tox in a docker container run by gitlab-ci. Our project is named 'octantng' so every package or channel containing octant is related to the project. Versions (as shown in container and tox job):
What is strange is that sometimes it works, sometimes not. I had one package which failed and just rerunning its job with GItlab-CI was ok, but it is the same environment since, each time, it starts a new docker container with the same image (no volume mounted)
The log is: