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

Build failure: python313Packages.ansible #390977

Open
3 tasks done
offby0point5 opened this issue Mar 18, 2025 · 0 comments
Open
3 tasks done

Build failure: python313Packages.ansible #390977

offby0point5 opened this issue Mar 18, 2025 · 0 comments
Labels

Comments

@offby0point5
Copy link

Nixpkgs version

  • Unstable (25.05)

Steps to reproduce

Anything evaluating python313Packages.ansible and some related packages will fail.
You could test this: nix shell nixpkgs#python313Packages.ansible

Hydra cannot not evaluate it either.

Can Hydra reproduce this build failure?

Yes, Hydra can reproduce this build failure.

Link to Hydra build job

https://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors

Relevant log output

in job ‘python313Packages.ansible.x86_64-linux’:
error:
       … while calling the 'deepSeq' builtin
         at /nix/store/shh5sdqk4h0s482fxyyw6v5hhljapby9-source/lib/customisation.nix:479:35:
          478|     in
          479|     if drv == null then null else deepSeq drv' drv';
             |                                   ^
          480|

       … while evaluating the attribute 'outPath'
         at /nix/store/shh5sdqk4h0s482fxyyw6v5hhljapby9-source/lib/customisation.nix:468:13:
          467|           value = commonAttrs // {
          468|             outPath = output.outPath;
             |             ^
          469|             drvPath = output.drvPath;

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: future-1.0.0 not supported for interpreter python3.13

Additional context

It seems that Python 3.13 no longer supports many of the Python 2/3 compatibility features that are used by the future package. That's why it cannot be built on this Python version. This issue was linked in the nixpkgs.

System metadata

  • system: "x86_64-linux"
  • host os: Linux 6.12.17, NixOS, 25.05 (Warbler), 25.05.20250305.d69ab0d
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.12
  • nixpkgs: /nix/store/b19xi89pgm1arig3l9xqn1h81zjd1j91-source

Notify maintainers


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

@offby0point5 offby0point5 added the 0.kind: build failure A package fails to build label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants