Skip to content

Actually --known_good is not required#491

Merged
MaximilianSoerenPollak merged 1 commit intoeclipse-score:mainfrom
etas-contrib:hotfix-mergelinks-known-good
Apr 15, 2026
Merged

Actually --known_good is not required#491
MaximilianSoerenPollak merged 1 commit intoeclipse-score:mainfrom
etas-contrib:hotfix-mergelinks-known-good

Conversation

@a-zw
Copy link
Copy Markdown
Contributor

@a-zw a-zw commented Apr 14, 2026

Fixes breaking logging: https://github.com/eclipse-score/logging/actions/runs/24405821314/job/71288707509

ERROR: /home/runner/work/logging/logging/BUILD:49:5: Executing genrule //:merged_sourcelinks failed: (Exit 2): bash failed: error executing Genrule command (from target //:merged_sourcelinks) /bin/bash -c ... (remaining 1 argument skipped)

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
usage: merge_sourcelinks.py [-h] --output OUTPUT --known_good KNOWN_GOOD
                            [files ...]
merge_sourcelinks.py: error: the following arguments are required: --known_good

@github-actions
Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //src:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.4.2) and connecting to it...
INFO: Invocation ID: 0b3b4a69-ed9f-4da9-9777-819a6f93877b
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
WARNING: Target pattern parsing failed.
ERROR: Skipping '//src:license-check': no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
ERROR: no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
INFO: Elapsed time: 4.891s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@a-zw a-zw changed the title fix: Actually --known_good is not required Actually --known_good is not required Apr 14, 2026
@github-actions
Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@a-zw a-zw marked this pull request as ready for review April 15, 2026 06:58
@MaximilianSoerenPollak
Copy link
Copy Markdown
Contributor

The consumer tests fails with this:

ERROR: /home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel:81:24: Traceback (most recent call last):
	File "/home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel", line 81, column 24, in <toplevel>
		single_version_override(
Error in single_version_override: multiple overrides for dep score_docs_as_code found
ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for <root>
Computing main repo mapping: 
ERROR: /home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel:81:24: Traceback (most recent call last):
	File "/home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel", line 81, column 24, in <toplevel>
		single_version_override(
Error in single_version_override: multiple overrides for dep score_docs_as_code found
ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for <root>
Computing main repo mapping: 
ERROR: /home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel:81:24: Traceback (most recent call last):
	File "/home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel", line 81, column 24, in <toplevel>
		single_version_override(
Error in single_version_override: multiple overrides for dep score_docs_as_code found
ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for <root>
INFO: Starting clean.
Computing main repo mapping: 
ERROR: /home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel:82:24: Traceback (most recent call last):
	File "/home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel", line 82, column 24, in <toplevel>
		single_version_override(
Error in single_version_override: multiple overrides for dep score_docs_as_code found
ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for <root>
Computing main repo mapping: 
ERROR: /home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel:82:24: Traceback (most recent call last):
	File "/home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel", line 82, column 24, in <toplevel>
		single_version_override(
Error in single_version_override: multiple overrides for dep score_docs_as_code found
ERROR: Error computing the main repository mapping: error executing MODULE.bazel file for <root>
Computing main repo mapping: 
ERROR: /home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel:82:24: Traceback (most recent call last):
	File "/home/runner/.cache/docs_as_code_consumer_tests/score/MODULE.bazel", line 82, column 24, in <toplevel>
		single_version_override(
Error in single_version_override: multiple overrides for dep score_docs_as_code found

Which is a fault in consumer tests I would say.
As I didn't build it to deal with 'single_version_override' in mind.

So I will adapt that.

@MaximilianSoerenPollak MaximilianSoerenPollak merged commit 7600a7d into eclipse-score:main Apr 15, 2026
12 of 13 checks passed
@a-zw a-zw deleted the hotfix-mergelinks-known-good branch April 15, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants