Skip to content

Build is failing due to error on aarch64 linux builds #154

Description

@samuelcolvin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions