See this build log.
main was previously passing (e.g. here), no code was changed when it started failing, so either a dependency for github actions themselves changed to cause this.
The error is
subprocess.CalledProcessError: Command '['cargo', 'metadata', '--manifest-path', 'Cargo.toml', '--format-version', '1']' died with <Signals.SIGKILL: 9>
This is within setuptools-rust inside cibuildwheel in the docker container.
The problem is, this could be:
- github actions
- cibuildwheel
- setuptools-rust
- cargo
- rust
As per #151, upreving setup-qemu-action didn't help.
What's weird is that died with <Signals.SIGKILL: 9> indicates something killed the process, all resources used up or timeout.
See this build log.
mainwas previously passing (e.g. here), no code was changed when it started failing, so either a dependency for github actions themselves changed to cause this.The error is
This is within
setuptools-rustinsidecibuildwheelin the docker container.The problem is, this could be:
As per #151, upreving
setup-qemu-actiondidn't help.What's weird is that
died with <Signals.SIGKILL: 9>indicates something killed the process, all resources used up or timeout.