Bug 484634 - CI job failed to register option: The setting useBreezeDark is already registered.
Summary: CI job failed to register option: The setting useBreezeDark is already regist...
Status: RESOLVED WORKSFORME
Alias: None
Product: Craft
Classification: Unmaintained
Component: Blueprints (show other bugs)
Version: master
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-27 22:49 UTC by Ralf Habacker
Modified: 2024-09-21 19:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.