Skip to content

Comments

rust_kvs: integrate S-CORE logging#33

Closed
pawelrutkaq wants to merge 1 commit intomainfrom
pawelrutkaq_integrate_mw_log
Closed

rust_kvs: integrate S-CORE logging#33
pawelrutkaq wants to merge 1 commit intomainfrom
pawelrutkaq_integrate_mw_log

Conversation

@pawelrutkaq
Copy link

No description provided.

Signed-off-by: Pawel Rutka <pawel.rutka@int2code.com>
@github-actions
Copy link

github-actions bot commented Sep 3, 2025

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]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 5cc6de08-83a2-4b9b-b783-11bd0be4deb5
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-4mKwezZI/cRJtzanuKwfvj+C0wuCO5C+fxSvAIZIZG8="
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 'googletest', the root module requires module version googletest@1.15.0, but got googletest@1.17.0 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.1.1, but got rules_cc@0.2.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'toolchains_llvm', the root module requires module version toolchains_llvm@1.2.0, but got toolchains_llvm@1.3.0 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: 2 packages loaded
Loading: 2 packages loaded
    currently loading: 
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)

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

Analyzing: target //:license-check (129 packages loaded, 1758 targets configured)

Analyzing: target //:license-check (133 packages loaded, 2292 targets configured)

Analyzing: target //:license-check (136 packages loaded, 2302 targets configured)

Analyzing: target //:license-check (136 packages loaded, 2302 targets configured)

Analyzing: target //:license-check (137 packages loaded, 2302 targets configured)

Analyzing: target //:license-check (139 packages loaded, 4309 targets configured)

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

DEBUG: Rule 'toolchains_llvm++llvm+llvm_toolchain_llvm' indicated that a canonical reproducible form can be obtained by modifying arguments _action_listener = <unknown object com.google.devtools.build.lib.packages.Attribute$LabelListLateBoundDefault>, _config_dependencies = [], _configure = False, _environ = [], _original_name = "llvm_toolchain_llvm"
DEBUG: Repository toolchains_llvm++llvm+llvm_toolchain_llvm instantiated at:
  <builtin>: in <toplevel>
Repository rule llvm defined at:
  /home/runner/.bazel/external/toolchains_llvm+/toolchain/rules.bzl:27:23: in <toplevel>
Analyzing: target //:license-check (141 packages loaded, 4553 targets configured)

INFO: Analyzed target //:license-check (142 packages loaded, 6488 targets configured).
[8 / 14] Creating runfiles tree bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/score_dash_license_checker+/tool/formatters/dash_format_converter.runfiles [for tool]; 0s local ... (3 actions, 1 running)
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 83 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
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: 190.914s, Critical Path: 0.67s
INFO: 14 processes: 3 disk cache hit, 9 internal, 2 processwrapper-sandbox.
INFO: Build completed successfully, 14 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

github-actions bot commented Sep 3, 2025

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

Copy link

@arkjedrz arkjedrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important - PRs should target eclipse-score/inc_mw_per.

compile_error!("`logging` and `score-log` cannot be enabled at the same time.");

#[cfg(feature = "logging")]
pub use log::{debug, error, info, trace, warn};
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy complains about info and trace being unused.

)
)

__cit_deps = [
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add crate_features to CIT?

Ok(())
}

fn init_logging() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Examples and tests relying on output should implement such init, right?

@arkjedrz
Copy link

PR is obsolete, recent work is here eclipse-score#206

@arkjedrz arkjedrz closed this Jan 15, 2026
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.

3 participants