Skip to content

SIGKILL 9 on aarch64-darwin after 1.83 upgrade #197

@simonzkl

Description

@simonzkl

Something between 9051466..3497106 is causing builds onaarch64-darwin getting SIGKILL-ed. Anything that requires a build script fails with:

       > error: failed to run custom build command for `proc-macro2 v1.0.87`
       >
       > Caused by:
       >   process didn't exit successfully: `/private/tmp/nix-build-cargo-llvm-cov-0.6.14.drv-0/source/target/release/build/proc-macro2-cc0987ae2e60fb30/build-script-build` (signal: 9, SIGKILL: kill)
       > warning: build failed, waiting for other jobs to finish...
       > error: failed to run custom build command for `serde v1.0.210`
       >
       > Caused by:
       >   process didn't exit successfully: `/private/tmp/nix-build-cargo-llvm-cov-0.6.14.drv-0/source/target/release/build/serde-a79c191d45e158fe/build-script-build` (signal: 9, SIGKILL: kill)
       > error: failed to run custom build command for `rustix v0.38.37`
       >
       > Caused by:
       >   process didn't exit successfully: `/private/tmp/nix-build-cargo-llvm-cov-0.6.14.drv-0/source/target/release/build/rustix-0d75d4ace3e7e5a5/build-script-build` (signal: 9, SIGKILL: kill)
       > error: failed to run custom build command for `anyhow v1.0.89`
       >
       > Caused by:
       >   process didn't exit successfully: `/private/tmp/nix-build-cargo-llvm-cov-0.6.14.drv-0/source/target/release/build/anyhow-a8439441284bc7bc/build-script-build` (signal: 9, SIGKILL: kill)
       > error: failed to run custom build command for `libc v0.2.159`
       >
       > Caused by:
       >   process didn't exit successfully: `/private/tmp/nix-build-cargo-llvm-cov-0.6.14.drv-0/source/target/release/build/libc-df0d4e5857f68e29/build-script-build` (signal: 9, SIGKILL: kill)
       For full logs, run 'nix log /nix/store/vvwpm8hsrgd7ww0pw6lcf62g7ap0fxls-cargo-llvm-cov-0.6.14.drv'.

Downgrading rust-overlay (keeping the same nixpkgs revision) solves the issue.

Possible candidates #196, #192, #190?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions