Bug 484634

Summary: CI job failed to register option: The setting useBreezeDark is already registered.
Product: [Unmaintained] Craft Reporter: Ralf Habacker <ralf.habacker>
Component: BlueprintsAssignee: Hannah von Reth <vonreth>
Status: RESOLVED WORKSFORME    
Severity: normal CC: christoph, kde-windows, kloecker
Priority: NOR    
Version: master   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ralf Habacker 2024-03-27 22:49:44 UTC
SUMMARY

The CI job https://invent.kde.org/habacker/alkimia/-/jobs/1689985 fails to build caused by an issue with craft



STEPS TO REPRODUCE
1. Inspect https://invent.kde.org/habacker/alkimia/-/jobs/1689985

OBSERVED RESULT
At https://invent.kde.org/habacker/alkimia/-/jobs/1689985#L208 a BlueprintException occured:

  File "/builds/habacker/alkimia/craft-clone/bin/options.py", line 322, in registerOption
    raise BlueprintException(
Blueprints.CraftPackageObject.BlueprintException: /builds/habacker/alkimia/blueprints/craft-blueprints-kde/kde/frameworks/tier1/breeze-icons/breeze-icons.py failed:
Failed to register option:
[kde/frameworks/tier1/breeze-icons]
useBreezeDark=False
The setting useBreezeDark is already registered.

EXPECTED RESULT
The build should not fail
Comment 1 Ingo Klöcker 2024-03-28 07:44:10 UTC
The actual error is bug 484633. This "bug" here is just the result of suboptimal error handling. I'd close it as "not worth fixing".
Comment 2 Christoph Cullmann 2024-09-21 19:46:05 UTC
(In reply to Ingo Klöcker from comment #1)
> The actual error is bug 484633. This "bug" here is just the result of
> suboptimal error handling. I'd close it as "not worth fixing".

Second that.