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

nixosTests.systemd-boot.update fails #237073

Open
roberth opened this issue Jun 10, 2023 · 1 comment
Open

nixosTests.systemd-boot.update fails #237073

roberth opened this issue Jun 10, 2023 · 1 comment
Labels
0.kind: regression Something that worked before working no longer 6.topic: systemd

Comments

@roberth
Copy link
Member

roberth commented Jun 10, 2023

Steps To Reproduce

Steps to reproduce the behavior:

[nixpkgs]$ nix-build -A nixosTests.systemd-boot.update

Build log

[...]
machine # Traceback (most recent call last):
machine #   File "/nix/store/8c27ljrks2590wmdr1pcg3a7l3j4nhxm-systemd-boot", line 341, in <module>
machine #     main()
machine #   File "/nix/store/8c27ljrks2590wmdr1pcg3a7l3j4nhxm-systemd-boot", line 276, in main
machine #     installed_version = version.parse(installed_match.group(1))
machine #   File "/nix/store/29hqagzwk37gc430pdrf21fpzwsld08l-python3-3.10.11-env/lib/python3.10/site-packages/packaging/version.py", line 52, in parse
machine #     return Version(version)
machine #   File "/nix/store/29hqagzwk37gc430pdrf21fpzwsld08l-python3-3.10.11-env/lib/python3.10/site-packages/packaging/version.py", line 197, in __init__
machine #     raise InvalidVersion(f"Invalid version: '{version}'")
machine # packaging.version.InvalidVersion: Invalid version: '000.0-1-notnixos'
[...]
Exception: command `/run/current-system/bin/switch-to-configuration boot` failed (exit code 1)

Additional context

Notify maintainers

@danielfullmer

Metadata

Nixpkgs commit: a30520b

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
@roberth roberth added 0.kind: regression Something that worked before working no longer 6.topic: systemd labels Jun 10, 2023
@RaitoBezarius
Copy link
Member

This is a running gag and has something upstream saying that bootctl output should not be relied upon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: regression Something that worked before working no longer 6.topic: systemd
Projects
None yet
Development

No branches or pull requests

2 participants