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

scooter: missing builds for some platforms #383908

Open
3 tasks done
thomasschafer opened this issue Feb 21, 2025 · 2 comments
Open
3 tasks done

scooter: missing builds for some platforms #383908

thomasschafer opened this issue Feb 21, 2025 · 2 comments
Labels
0.kind: bug Something is broken

Comments

@thomasschafer
Copy link

Nixpkgs version

  • Unstable (25.05)

Describe the bug

Hi, scooter is listed as being available on 5 platforms:

However, for aarch64-darwin, i686-linux and x86_64-darwin, I see the error

This job is not a member of the latest evaluation of its jobset. This means it was removed or had an evaluation error.

Apologies in advance as I don't have a great grasp of Nix/Nixpkgs yet, but could anyone point me to the relevant logs or anything I could use to help debug this? I can build scooter fine locally with cargo on my aarch64-darwin machine, so I'm not sure what the issue is here. I have also pulled down the nixpkgs repo (again on my darwin machine) and run nix-build -A scooter and I don't see any errors.

Steps to reproduce

Please see the links I shared above

Expected behaviour

I'd expect scooter to build successfully on all platforms

Screenshots

No response

Relevant log output

Additional context

No response

System metadata

n/a

Notify maintainers

@felixzieger


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.

@thomasschafer thomasschafer added the 0.kind: bug Something is broken label Feb 21, 2025
@felixzieger
Copy link
Contributor

Hi Thomas, I do not know why Hydra did not build the package for the platforms you mentioned. I don't think a build error caused this. Building on x86_64-darwin works, this is the platform that I am on.

@thomasschafer
Copy link
Author

Hi Thomas, I do not know why Hydra did not build the package for the platforms you mentioned. I don't think a build error caused this. Building on x86_64-darwin works, this is the platform that I am on.

Okay, so maybe this is an issue with Hydra itself? Strangely I can run nix-shell -p scooter on my darwin machine and it appears to pull down the correct version and run as expected, so I guess that means it is on nixpgs for aarch64-darwin (and presumably the other platforms too)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants