Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

triton-llvm-19.1.0 build failure on x86_64-linux as of 3b01f602 #367784

Open
samuela opened this issue Dec 24, 2024 · 1 comment
Open

triton-llvm-19.1.0 build failure on x86_64-linux as of 3b01f602 #367784

samuela opened this issue Dec 24, 2024 · 1 comment
Labels
0.kind: build failure A package fails to build

Comments

@samuela
Copy link
Member

samuela commented Dec 24, 2024

Issue description

Build of triton-llvm-19.1.0 failed on x86_64-linux as of 3b01f60. This is currently breaking python3Packages.torchvision.

error: builder for '/nix/store/40cl85gc0qvrby080zn1wcwi86hgqm9s-triton-llvm-19.1.0-rc1.drv' failed with exit code 1;
       last 10 log lines:
       >
       > Total Discovered Tests: 62430
       >   Skipped          :   336 (0.54%)
       >   Unsupported      : 23841 (38.19%)
       >   Passed           : 38183 (61.16%)
       >   Expectedly Failed:    68 (0.11%)
       >   Failed           :     2 (0.00%)
       > FAILED: CMakeFiles/check-all /build/source/llvm/build/CMakeFiles/check-all
       > cd /build/source/llvm/build && /nix/store/c1r53bm7qq1nkn9s263yv4z1f8x2zr1w-python3-3.12.8-env/bin/python3.12 /build/source/llvm/build/./bin/llvm-lit -sv /build/source/llvm/build/utils/mlgo-utils /build/source/llvm/build/tools/mlir/test /build/source/llvm/build/utils/lit /build/source/llvm/build/test
       > ninja: build stopped: subcommand failed.
       For full logs, run 'nix log /nix/store/40cl85gc0qvrby080zn1wcwi86hgqm9s-triton-llvm-19.1.0-rc1.drv'.
error: 1 dependencies of derivation '/nix/store/k35cjnlcvcmdb1vk32zn0ybbcc4nsnqz-python3.12-triton-3.1.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/kxv0qkdkvx36g3mqmjzbjxm4m1djklcm-python3.12-torch-2.5.1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/a63lxi3m57hnhxr996prh43kjwg89bv1-python3.12-torchvision-0.20.1.drv' failed to build

full build log

python3Packages.torchvision maintainers cc: @ericsagnes
triton-llvm-19.1.0 maintainers cc:
Other cc: n/a

Steps to reproduce

  1. Checkout nixpkgs at commit 3b01f60
  2. Run nix-build -A triton-llvm-19.1.0

Technical details

 - system: `"x86_64-linux"`
 - host os: `Linux 6.5.0-1025-azure, Ubuntu, 22.04.5 LTS (Jammy Jellyfish), nobuild`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.16.1`
 - nixpkgs: `/nix/store/r413rmscl2r9p8jb5d844ldy883ikvqz-source`

Contents of ~/.config/nixpkgs/config.nix:

{ allowUnfree = true; cudaSupport = true; cudaCapabilities = ["8.0"]; }

Misc.

This issue was automatically generated by nixpkgs-upkeep.

  • CI workflow that created this issue.
  • Internal tags: -1759560083658511306 7582399524411700635
@samuela samuela added the 0.kind: build failure A package fails to build label Dec 24, 2024
@benpye
Copy link
Contributor

benpye commented Dec 24, 2024

Looks like this is the same as #363965 ? Note this is currently broken in nixos-unstable-small.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

No branches or pull requests

2 participants