Skip to content

Fix: updated the dependency version and com tracing lib flag#30

Open
hmluqman wants to merge 2 commits into
eclipse-score:mainfrom
etas-contrib:bugfix/fix-dependency-versions-com-flag
Open

Fix: updated the dependency version and com tracing lib flag#30
hmluqman wants to merge 2 commits into
eclipse-score:mainfrom
etas-contrib:bugfix/fix-dependency-versions-com-flag

Conversation

@hmluqman
Copy link
Copy Markdown
Contributor

No description provided.

@hmluqman hmluqman closed this Apr 23, 2026
@hmluqman hmluqman requested a deployment to workflow-approval April 23, 2026 15:04 — with GitHub Actions Waiting
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
2026/04/29 11:01:24 Downloading https://releases.bazel.build/8.3.0/release/bazel-8.3.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 39fa6377-ca9b-405d-aa83-19b7d8ad48d4
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'rules_boost+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-LTilyiMMjpYyAi1PW+8RycyAEHy9clo7915R0Bchb2E="
DEBUG: Repository rules_boost+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.4.1, but got rules_python@1.8.3 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'googletest', the root module requires module version googletest@1.17.0, but got googletest@1.17.0.bcr.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_rust', the root module requires module version rules_rust@0.61.0, but got rules_rust@0.68.1-score in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.2.1, but got rules_cc@0.2.16 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_rust_policies', the root module requires module version score_rust_policies@0.0.3, but got score_rust_policies@0.0.5 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_process', the root module requires module version score_process@1.4.2, but got score_process@1.4.3 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_crates', the root module requires module version score_crates@0.0.6, but got score_crates@0.0.7 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (61 packages loaded, 9 targets configured)

Analyzing: target //:license-check (71 packages loaded, 9 targets configured)

Analyzing: target //:license-check (86 packages loaded, 9 targets configured)

Analyzing: target //:license-check (140 packages loaded, 1164 targets configured)

Analyzing: target //:license-check (149 packages loaded, 4507 targets configured)

Analyzing: target //:license-check (151 packages loaded, 6305 targets configured)

Analyzing: target //:license-check (161 packages loaded, 6371 targets configured)

Analyzing: target //:license-check (161 packages loaded, 6371 targets configured)

Analyzing: target //:license-check (161 packages loaded, 6371 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8260 targets configured)

Analyzing: target //:license-check (165 packages loaded, 8381 targets configured)

INFO: Analyzed target //:license-check (166 packages loaded, 8507 targets configured).
[9 / 16] checking cached actions
[9 / 16] [Prepa] Expanding template external/score_tooling+/dash/tool/formatters/dash_format_converter [for tool]
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[14 / 16] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
[15 / 16] Building license.check.license_check.jar (); 0s disk-cache, multiplex-worker
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 26.835s, Critical Path: 2.58s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions
Copy link
Copy Markdown

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

@hmluqman hmluqman reopened this Apr 28, 2026
@hmluqman hmluqman requested a deployment to workflow-approval April 28, 2026 10:01 — with GitHub Actions Waiting
@hmluqman hmluqman requested a deployment to workflow-approval April 28, 2026 10:19 — with GitHub Actions Waiting
Signed-off-by: Hafiz Muhammad Luqman <hafizmuhammad.luqman@etas.com>
Signed-off-by: Hafiz Muhammad Luqman <hafizmuhammad.luqman@etas.com>
@hmluqman hmluqman force-pushed the bugfix/fix-dependency-versions-com-flag branch from 9134a54 to e0496d4 Compare April 29, 2026 11:01
@hmluqman hmluqman requested a review from AlexanderLanin April 29, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants