Skip to content

Conversation

@joshualicht
Copy link
Contributor

@joshualicht joshualicht commented Apr 17, 2025

Change content:

  • update cargo.toml to allow creation of executable and library separately
  • add pico-args crate for command line interpretation
  • kvs_tool: provided with documentation and command line help in system.

sbachmann-qorix and others added 3 commits April 22, 2025 09:23
Signed-off-by: Sven Bachmann <sven.bachmann.ext@qorix.ai>
Signed-off-by: Sven Bachmann <sven.bachmann.ext@qorix.ai>
KVS_Tool: Fix line-endings and copyright notice
@vinodreddy-g
Copy link
Contributor

vinodreddy-g commented Apr 23, 2025

Lets please wait for the module template to be merged before merging this PR.

@github-actions
Copy link

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.2.1) and connecting to it...
INFO: Invocation ID: a20e803c-ddb9-433e-8f2b-2a5adea79c18
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'googletest', the root module requires module version googletest@1.14.0, but got googletest@1.14.0.bcr.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

Analyzing: target //:license-check (107 packages loaded, 770 targets configured)

Analyzing: target //:license-check (110 packages loaded, 2098 targets configured)

Analyzing: target //:license-check (117 packages loaded, 2144 targets configured)

Analyzing: target //:license-check (117 packages loaded, 2144 targets configured)

Analyzing: target //:license-check (117 packages loaded, 2144 targets configured)

Analyzing: target //:license-check (121 packages loaded, 2282 targets configured)

Analyzing: target //:license-check (123 packages loaded, 4619 targets configured)

Analyzing: target //:license-check (124 packages loaded, 4739 targets configured)

Analyzing: target //:license-check (124 packages loaded, 4739 targets configured)

Analyzing: target //:license-check (124 packages loaded, 4739 targets configured)

Analyzing: target //:license-check (124 packages loaded, 4739 targets configured)

Analyzing: target //:license-check (124 packages loaded, 4739 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>
INFO: Analyzed target //:license-check (125 packages loaded, 6677 targets configured).
[5 / 12] 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
[9 / 13] [Prepa] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes
[9 / 13] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache
[9 / 13] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 4 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[12 / 13] [Prepa] Building license.check.license_check.jar ()
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: 203.535s, Critical Path: 5.06s
INFO: 13 processes: 9 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 13 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
[main] INFO Querying Eclipse Foundation for license data for 4 items.
[main] INFO Found 0 items.
[main] INFO License information could not be automatically verified for the following content:
[main] INFO 
[main] INFO cargo/cargo/-/adler32/1.2.0
[main] INFO cargo/cargo/-/pico-args/0.5.0
[main] INFO cargo/cargo/-/rust-kvs/0.1.0
[main] INFO cargo/cargo/-/tinyjson/2.5.1
[main] INFO 
[main] INFO This content is either not correctly mapped by the system, or requires review.
[main] INFO A review is required for cargo/cargo/-/tinyjson/2.5.1.
[main] INFO A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20863 .
[main] INFO A review is required for cargo/cargo/-/adler32/1.2.0.
[main] INFO A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20864 .
[main] INFO A review is required for cargo/cargo/-/pico-args/0.5.0.
[main] INFO A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20865 .
[main] INFO A review is required for cargo/cargo/-/rust-kvs/0.1.0.
[main] INFO A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20866 .

@joshualicht
Copy link
Contributor Author

Git History was corrupted during rebase, new PR will be created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants