Skip to content

chore(deps): update dependency uv to v0.11.3#356

Open
botty-mcbottington[bot] wants to merge 1 commit intomainfrom
renovate/uv-0.x
Open

chore(deps): update dependency uv to v0.11.3#356
botty-mcbottington[bot] wants to merge 1 commit intomainfrom
renovate/uv-0.x

Conversation

@botty-mcbottington
Copy link
Copy Markdown
Contributor

@botty-mcbottington botty-mcbottington bot commented Feb 16, 2026

This PR contains the following updates:

Package Update Change
uv minor 0.9.300.11.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/uv (uv)

v0.11.3

Compare Source

Released on 2026-04-01.

Enhancements
  • Add progress bar for hashing phase in uv publish (#​18752)
  • Add support for ROCm 7.2 (#​18730)
  • Emit abi3t tags for every abi3 version (#​18777)
  • Expand uv workspace metadata with dependency information from the lock (#​18356)
  • Implement support for PEP 803 (#​18767)
  • Pretty-print platform in built wheel errors (#​18738)
  • Publish installers to /installers/uv/latest on the mirror (#​18725)
  • Show free-threaded Python in built-wheel errors (#​18740)
Preview features
  • Add --ignore and --ignore-until-fixed to uv audit (#​18737)
Bug fixes
  • Bump simple API cache (#​18797)
  • Don't drop blake2b hashes (#​18794)
  • Handle broken range request implementations (#​18780)
  • Remove powerpc64-unknown-linux-gnu from release build targets (#​18800)
  • Respect dependency metadata overrides in uv pip check (#​18742)
  • Support debug CPython ABI tags in environment compatibility (#​18739)
Documentation

v0.11.2

Compare Source

Released on 2026-03-26.

Enhancements
  • Add a dedicated Windows PE editing error (#​18710)
  • Make uv self update fetch the manifest from the mirror first (#​18679)
  • Use uv reqwest client for self update (#​17982)
  • Show uv self update success and failure messages with --quiet (#​18645)
Preview features
  • Evaluate extras and groups when determining auditable packages (#​18511)
Bug fixes
  • Skip redundant project configuration parsing for uv run (#​17890)

v0.10.12

Compare Source

Released on 2026-03-19.

Python
Enhancements
  • Include uv's target triple in version report (#​18520)
  • Allow comma separated values in --no-emit-package (#​18565)
Preview features
Bug fixes
  • Improve reporting of managed interpreter symlinks in uv python list (#​18459)
  • Preserve end-of-line comments on previous entries when removing dependencies (#​18557)
  • Treat abi3 wheel Python version as a lower bound (#​18536)
  • Detect hard-float support on aarch64 kernels running armv7 userspace (#​18530)
Documentation
  • Add Python 3.15 to supported versions (#​18552)
  • Adjust the PyPy note (#​18548)
  • Move Pyodide to Tier 2 in the Python support policy (#​18561)
  • Move Rust and Python version support out of the Platform support policy (#​18535)
  • Update Docker guide with changes from uv-docker-example (#​18558)
  • Update the Python version policy (#​18559)

v0.10.10

Compare Source

Released on 2026-03-13.

Python
Enhancements
  • Add --outdated flag to uv tool list (#​18318)
  • Add riscv64 musl target to build-release-binaries workflow (#​18228)
  • Fetch Ruff from an Astral mirror (#​18286)
  • Improve error handling for platform detection in Python downloads (#​18453)
  • Warn if --project directory does not exist (#​17714)
  • Warn when workspace member scripts are skipped due to missing build system (#​18389)
  • Update build backend versions used in uv init (#​18417)
  • Log explicit config file path in verbose output (#​18353)
  • Make uv cache clear an alias of uv cache clean (#​18420)
  • Reject invalid classifiers, warn on license classifiers in uv_build (#​18419)
Preview features
  • Add links to uv audit output (#​18392)
  • Output/report formatting for uv audit (#​18193)
  • Switch to batched OSV queries for uv audit (#​18394)
Bug fixes
  • Avoid sharing version metadata across indexes (#​18373)
  • Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows (#​18362)
  • Filter out unsupported environment wheels (#​18445)
  • Preserve absolute/relative paths in lockfiles (#​18176)
  • Recreate Python environments under uv tool install --force (#​18399)
  • Respect timestamp and other cache keys in cached environments (#​18396)
  • Simplify selected extra markers in uv export (#​18433)
  • Send pyx mint-token requests with a proper Content-Type (#​18334)
  • Fix Windows operating system and version reporting (#​18383)
Documentation
  • Update the platform support policy with a tier 3 section including freebsd and 32-bit windows (#​18345)

v0.10.9

Compare Source

Released on 2026-03-06.

Enhancements
  • Add fbgemm-gpu, fbgemm-gpu-genai, torchrec, and torchtune to the PyTorch list (#​18338)
  • Add torchcodec to PyTorch List (#​18336)
  • Log the duration we took before erroring (#​18231)
  • Warn when using uv_build settings without uv_build (#​15750)
  • Add fallback to /usr/lib/os-release on Linux system lookup failure (#​18349)
  • Use cargo auditable to include SBOM in uv builds (#​18276)
Configuration
  • Add an environment variable for UV_VENV_RELOCATABLE (#​18331)
Performance
  • Avoid toml Document overhead (#​18306)
  • Use a single global workspace cache (#​18307)
Bug fixes
  • Continue on trampoline job assignment failures (#​18291)
  • Handle the hard link limit gracefully instead of failing (#​17699)
  • Respect build constraints for workspace members (#​18350)
  • Revalidate editables and other dependencies in scripts (#​18328)
  • Support Python 3.13+ on Android (#​18301)
  • Support cp3-none-any (#​17064)
  • Skip tool environments with broken links to Python on Windows (#​17176)
Documentation
  • Add documentation for common marker values (#​18327)
  • Improve documentation on virtual dependencies (#​18346)

v0.10.8

Compare Source

Released on 2026-03-03.

Python
  • Add CPython 3.10.20
  • Add CPython 3.11.15
  • Add CPython 3.12.13
Enhancements
  • Add Docker images based on Docker Hardened Images (#​18247)
  • Add resolver hint when --exclude-newer filters out all versions of a package (#​18217)
  • Configure a real retry minimum delay of 1s (#​18201)
  • Expand uv_build direct build compatibility (#​17902)
  • Fetch CPython from an Astral mirror by default (#​18207)
  • Download uv releases from an Astral mirror in installers by default (#​18191)
  • Add SBOM attestations to Docker images (#​18252)
  • Improve hint for installing meson-python when missing as build backend (#​15826)
Configuration
  • Add UV_INIT_BARE environment variable for uv init (#​18210)
Bug fixes
  • Prevent uv tool upgrade from installing excluded dependencies (#​18022)
  • Promote authentication policy when saving tool receipts (#​18246)
  • Respect exclusions in scripts (#​18269)
  • Retain default-branch Git SHAs in pylock.toml files (#​18227)
  • Skip installed Python check for URL dependencies (#​18211)
  • Respect constraints during --upgrade (#​18226)
  • Fix uv tree orphaned roots and premature deduplication (#​17212)
Documentation
  • Mention cooldown and tweak inline script metadata in dependency bots documentation (#​18230)
  • Move cache prune in GitLab to after_script (#​18206)

v0.10.6

Compare Source

Released on 2026-02-24.

Bug fixes
  • Apply lockfile marker normalization for fork markers (#​18116)
  • Fix Python version selection for scripts with a requires-python conflicting with .python-version (#​18097)
  • Preserve file permissions when using reflinks on Linux (#​18187)
Documentation
  • Remove verbose documentation from optional dependencies help text (#​18180)

v0.10.4

Compare Source

Released on 2026-02-17.

Enhancements
  • Remove duplicate references to the affected paths when showing uv python errors (#​18008)
  • Skip discovery of workspace members that contain only git-ignored files, including in sub-directories (#​18051)
Bug fixes
  • Don't panic when initialising a package at the filesystem root (e.g. uv init / --name foo) (#​17983)
  • Fix permissions on wheel and sdist files produced by the uv_build build backend (#​18020)
  • Revert locked file change to fix locked files on NFS mounts (#​18071)

v0.10.2

Compare Source

Released on 2026-02-10.

Enhancements
  • Deprecate unexpected ZIP compression methods (#​17946)
Bug fixes
  • Fix cargo-install failing due to missing uv-test dependency (#​17954)

v0.10.0

Compare Source

Since we released uv 0.9.0 in October of 2025, we've accumulated various changes that improve correctness and user experience, but could break some workflows. This release contains those changes; many have been marked as breaking out of an abundance of caution. We expect most users to be able to upgrade without making changes.

This release also includes the stabilization of preview features. Python upgrades are now stable, including the uv python upgrade command, uv python install --upgrade, and automatically upgrading Python patch versions in virtual environments when a new version is installed. The add-bounds and extra-build-dependencies settings are now stable. Finally, the uv workspace dir and uv workspace list utilities for writing scripts against workspace members are now stable.

There are no breaking changes to uv_build. If you have an upper bound in your [build-system] table, you should update it, e.g., from <0.10.0 to <0.11.0.

Breaking changes
  • Require --clear to remove existing virtual environments in uv venv (#​17757)

    Previously, uv venv would prompt for confirmation before removing an existing virtual environment in interactive contexts, and remove it without confirmation in non-interactive contexts. Now, uv venv requires the --clear flag to remove an existing virtual environment. A warning for this change was added in uv 0.8.

    You can opt out of this behavior by passing the --clear flag or setting UV_VENV_CLEAR=1.

  • Error if multiple indexes include default = true (#​17011)

    Previously, uv would silently accept multiple indexes with default = true and use the first one. Now, uv will error if multiple indexes are marked as the default.

    You cannot opt out of this behavior. Remove default = true from all but one index.

  • Error when an explicit index is unnamed (#​17777)

    Explicit indexes can only be used via the [tool.uv.sources] table, which requires referencing the index by name. Previously, uv would silently accept unnamed explicit indexes, which could never be referenced. Now, uv will error if an explicit index does not have a name.

    You cannot opt out of this behavior. Add a name to the explicit index or remove the entry.

  • Install alternative Python executables using their implementation name (#​17756, #​17760)

    Previously, uv python install would install PyPy, GraalPy, and Pyodide executables with names like python3.10 into the bin directory. Now, these executables will be named using their implementation name, e.g., pypy3.10, graalpy3.10, and pyodide3.12, to avoid conflicting with CPython installations.

    You cannot opt out of this behavior.

  • Respect global Python version pins in uv tool run and uv tool install (#​14112)

    Previously, uv tool run and uv tool install did not respect the global Python version pin (set via uv python pin --global). Now, these commands will use the global Python version when no explicit version is requested.

    For uv tool install, if the tool is already installed, the Python version will not change unless --reinstall or --python is provided. If the tool was previously installed with an explicit --python flag, the global pin will not override it.

    You can opt out of this behavior by providing an explicit --python flag.

  • Remove Debian Bookworm, Alpine 3.21, and Python 3.8 Docker images (#​17755)

    The Debian Bookworm and Alpine 3.21 images were replaced by Debian Trixie and Alpine 3.22 as defaults in uv 0.9. These older images are now removed. Python 3.8 images are also removed, as Python 3.8 is no longer supported in the Trixie or Alpine base images.

    The following image tags are no longer published:

    • uv:bookworm, uv:bookworm-slim
    • uv:alpine3.21
    • uv:python3.8-*

    Use uv:debian or uv:trixie instead of uv:bookworm, uv:alpine or uv:alpine3.22 instead of uv:alpine3.21, and a newer Python version instead of uv:python3.8-*.

  • Drop PPC64 (big endian) builds (#​17626)

    uv no longer provides pre-built binaries for PPC64 (big endian). This platform appears to be largely unused and is only supported on a single manylinux version. PPC64LE (little endian) builds are unaffected.

    Building uv from source is still supported for this platform.

  • Skip generating activate.csh for relocatable virtual environments (#​17759)

    Previously, uv venv --relocatable would generate an activate.csh script that contained hardcoded paths, making it incompatible with relocation. Now, the activate.csh script is not generated for relocatable virtual environments.

    You cannot opt out of this behavior.

  • Require username when multiple credentials match a URL (#​16983)

    When using uv auth login to store credentials, you can register multiple username and password combinations for the same host. Previously, when uv needed to authenticate and multiple credentials matched the URL (e.g., when retrieving a token with uv auth token), uv would pick the first match. Now, uv will error instead.

    You cannot opt out of this behavior. Include the username in the request, e.g., uv auth token --username foo example.com.

  • Avoid invalidating the lockfile versions after an exclude-newer change (#​17721)

    Previously, changing the exclude-newer setting would cause package versions to be upgraded, ignoring the lockfile entirely. Now, uv will only change package versions if they are no longer within the exclude-newer range.

    You can restore the previous behavior by using --upgrade or --upgrade-package to opt-in to package version changes.

  • Upgrade uv format to Ruff 0.15.0 (#​17838)

    uv format now uses Ruff 0.15.0, which uses the 2026 style guide. See the blog post for details.

    The formatting of code is likely to change. You can opt out of this behavior by requesting an older Ruff version, e.g., uv format --version 0.14.14.

  • Update uv crate test features to use test- as a prefix (#​17860)

    This change only affects redistributors of uv. The Cargo features used to gate test dependencies, e.g., pypi, have been renamed with a test- prefix for clarity, e.g., test-pypi.

Stabilizations
  • uv python upgrade and uv python install --upgrade (#​17766)

    When installing Python versions, an intermediary directory without the patch version attached will be created, and virtual environments will be transparently upgraded to new patch versions.

    See the Python version documentation for more details.

  • uv add --bounds and the add-bounds configuration option (#​17660)

    This does not come with any behavior changes. You will no longer see an experimental warning when using uv add --bounds or add-bounds in configuration.

  • uv workspace list and uv workspace dir (#​17768)

    This does not come with any behavior changes. You will no longer see an experimental warning when using these commands.

  • extra-build-dependencies (#​17767)

    This does not come with any behavior changes. You will no longer see an experimental warning when using extra-build-dependencies in configuration.

Enhancements
  • Improve ABI tag error message phrasing (#​17878)
  • Introduce a 10s connect timeout (#​17733)
  • Allow using pyx.dev as a target in uv auth commands despite PYX_API_URL differing (#​17856)
Bug fixes
  • Support all CPython ABI tag suffixes properly (#​17817)
  • Add support for detecting PowerShell on Linux and macOS (#​17870)
  • Retry timeout errors for streams (#​17875)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 16, 2026

❌ 12 Tests Failed:

Tests completed Failed Passed Skipped
323 12 311 0
View the top 1 failed test(s) by shortest run time
github.com/macropower/kclipper/cmd/kclipper/commands::TestRootCmdArgs/debug_level
Stack Traces | 0.01s run time
=== RUN   TestRootCmdArgs/debug_level
=== PAUSE TestRootCmdArgs/debug_level
=== CONT  TestRootCmdArgs/debug_level
    testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs/debug_level (0.01s)
View the full list of 11 ❄️ flaky test(s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdInvalidArgErrors

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0s run time
=== RUN   TestChartCmdInvalidArgErrors
=== PAUSE TestChartCmdInvalidArgErrors
=== CONT  TestChartCmdInvalidArgErrors
--- FAIL: TestChartCmdInvalidArgErrors (0.00s)
==================
WARNING: DATA RACE
Write at 0x00000bcbe79c by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:67 +0x27c
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000bcbe79c by goroutine 77:
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:43 +0x2af
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 77 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 78:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 77:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x42b
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:54 +0x3f5
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 77 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Read at 0x00000bcbe79c by goroutine 76:
  github.com/spf13/pflag.(*boolValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:30 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0xb1
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:67 +0x27c
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79c by goroutine 78:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:67 +0x27c
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e480 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x27c
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x270
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e480 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x27c
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x270
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79c by goroutine 78:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:36 +0x28b
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79c by goroutine 79:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:67 +0x27c
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdInvalidArgErrors/invalid_max_extract_size_value

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.01s run time
=== RUN   TestChartCmdInvalidArgErrors/invalid_max_extract_size_value
=== PAUSE TestChartCmdInvalidArgErrors/invalid_max_extract_size_value
=== CONT  TestChartCmdInvalidArgErrors/invalid_max_extract_size_value
    testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdInvalidArgErrors/invalid_max_extract_size_value (0.01s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdInvalidArgErrors/invalid_timeout_value

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.01s run time
=== RUN   TestChartCmdInvalidArgErrors/invalid_timeout_value
=== PAUSE TestChartCmdInvalidArgErrors/invalid_timeout_value
=== CONT  TestChartCmdInvalidArgErrors/invalid_timeout_value
    testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdInvalidArgErrors/invalid_timeout_value (0.01s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdRequiredFlagErrors

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.01s run time
=== RUN   TestChartCmdRequiredFlagErrors
=== PAUSE TestChartCmdRequiredFlagErrors
=== CONT  TestChartCmdRequiredFlagErrors
    testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors (0.01s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdRequiredFlagErrors/missing_chart_name_in_set

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.01s run time
=== RUN   TestChartCmdRequiredFlagErrors/missing_chart_name_in_set
=== PAUSE TestChartCmdRequiredFlagErrors/missing_chart_name_in_set
=== CONT  TestChartCmdRequiredFlagErrors/missing_chart_name_in_set
==================
WARNING: DATA RACE
Write at 0x00000a0e48c0 by goroutine 79:
  go.jacobcolvin.com/x/profile.(*Profiler).Start()
      .../pkg/mod/go.jacobcolvin.com/x@v0.0.0-20260210025446-2fafe26c365e/profile/profile.go:25 +0x64
  github..../cmd/kclipper/commands.NewRootCmd.func1()
      .../kclipper/commands/root.go:69 +0x64
  github.com/spf13/cobra.(*Command).execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:986 +0xf45
  github.com/spf13/cobra.(*Command).ExecuteC()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1148 +0x797
  github.com/spf13/cobra.(*Command).Execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1071 +0x26
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:121 +0x2c8
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000a0e48c0 by goroutine 78:
  go.jacobcolvin.com/x/profile.(*Profiler).Start()
      .../pkg/mod/go.jacobcolvin.com/x@v0.0.0-20260210025446-2fafe26c365e/profile/profile.go:25 +0x64
  github..../cmd/kclipper/commands.NewRootCmd.func1()
      .../kclipper/commands/root.go:69 +0x64
  github.com/spf13/cobra.(*Command).execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:986 +0xf45
  github.com/spf13/cobra.(*Command).ExecuteC()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1148 +0x797
  github.com/spf13/cobra.(*Command).Execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1071 +0x26
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:121 +0x2c8
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (finished) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
    testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors/missing_chart_name_in_set (0.01s)
Error: required flag(s) "name" not set
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdRequiredFlagErrors/missing_repo_name_in_repo_add

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.04s run time
=== RUN   TestChartCmdRequiredFlagErrors/missing_repo_name_in_repo_add
=== PAUSE TestChartCmdRequiredFlagErrors/missing_repo_name_in_repo_add
=== CONT  TestChartCmdRequiredFlagErrors/missing_repo_name_in_repo_add
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 86:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 81:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2d2
  kcl-lang..../cmd/kcl/commands.NewModMetadataCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_metadata.go:73 +0x29c
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:72 +0x354
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4e0 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x247
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x23b
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4e0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2ea
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2b3
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:48 +0x265
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79d by goroutine 86:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2e4
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:72 +0x2ae
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79d by goroutine 81:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2e4
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:72 +0x2ae
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79d by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2e4
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:72 +0x2ae
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79d by goroutine 79:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2e4
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:72 +0x2ae
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e480 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x24e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x242
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e480 by goroutine 79:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2b4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x27d
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2d2
  kcl-lang..../cmd/kcl/commands.NewModMetadataCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_metadata.go:73 +0x29c
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:72 +0x354
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000bcbe7a0 by goroutine 86:
  github.com/spf13/pflag.(*boolValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:30 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0xb1
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4e0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x284
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x274
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:48 +0x265
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4e0 by goroutine 86:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2ad
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x276
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e490 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2d0
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2c4
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e490 by goroutine 79:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x336
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2ff
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Read at 0x00000ad3e480 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2b4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x27d
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e480 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x27c
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x270
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4b0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x356
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x34a
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4b0 by goroutine 79:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x3bc
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x385
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Read at 0x00000bcbe79d by goroutine 86:
  github.com/spf13/pflag.(*boolValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:30 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0xb1
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2e4
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:72 +0x2ae
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79d by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x264
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:47 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79d by goroutine 86:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x264
  kcl-lang..../cmd/kcl/commands.NewModMetadataCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_metadata.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:72 +0x354
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79d by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x264
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:47 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e490 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2d0
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2c4
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e490 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x336
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2ff
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 86:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x2d2
  kcl-lang..../cmd/kcl/commands.NewModMetadataCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_metadata.go:73 +0x29c
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:72 +0x354
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x324
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:49 +0x2eb
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4e0 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x284
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x274
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:48 +0x265
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4e0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2ea
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2b3
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:48 +0x265
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4b0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x356
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x34a
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4b0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x3bc
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x385
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e480 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x24e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x242
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e480 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x24e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x242
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e490 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2d0
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2c4
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e490 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x336
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2ff
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4b0 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x356
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x34a
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4b0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x3bc
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x385
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4c0 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x3d8
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x3cc
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:62 +0x3bd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4c0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x3d8
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x3cc
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:62 +0x3bd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4c0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x3d8
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x3cc
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:62 +0x3bd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4c0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x40e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x402
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:74 +0x3f0
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4d0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x45a
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x44e
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:63 +0x43f
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4d0 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x45a
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x44e
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:63 +0x43f
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x4fb
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:64 +0x4c5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 86:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x42b
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:54 +0x3f5
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79c by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:36 +0x28b
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79c by goroutine 86:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:36 +0x28b
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e500 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2c7
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x2bb
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:51 +0x2b1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e500 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2c7
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x2bb
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:51 +0x2b1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e510 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x350
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x344
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:52 +0x335
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e510 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x350
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x344
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:52 +0x335
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e520 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x1c9
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x1bd
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:44 +0x1b3
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e520 by goroutine 86:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x1c9
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x1bd
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:44 +0x1b3
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000a0e4970 by goroutine 76:
  github.com/spf13/pflag.newIntValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:9 +0x24e
  github.com/spf13/pflag.(*FlagSet).IntVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:46 +0x242
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:45 +0x233
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000a0e4970 by goroutine 86:
  github.com/spf13/pflag.newIntValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:9 +0x24e
  github.com/spf13/pflag.(*FlagSet).IntVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:46 +0x242
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:45 +0x233
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
    testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors/missing_repo_name_in_repo_add (0.04s)
==================
WARNING: DATA RACE
Write at 0x00000ad3e500 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2c7
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x2bb
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:51 +0x2b1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e500 by goroutine 85:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2c7
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x2bb
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:51 +0x2b1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 85 (finished) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e510 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x350
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x344
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:52 +0x335
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e510 by goroutine 85:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x350
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x344
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:52 +0x335
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 85 (finished) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e520 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x1c9
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x1bd
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:44 +0x1b3
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e520 by goroutine 85:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x1c9
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x1bd
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:44 +0x1b3
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 85 (finished) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000a0e4970 by goroutine 81:
  github.com/spf13/pflag.newIntValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:9 +0x24e
  github.com/spf13/pflag.(*FlagSet).IntVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:46 +0x242
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:45 +0x233
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000a0e4970 by goroutine 85:
  github.com/spf13/pflag.newIntValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:9 +0x24e
  github.com/spf13/pflag.(*FlagSet).IntVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:46 +0x242
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:45 +0x233
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 85 (finished) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
Error: required flag(s) "url" not set
github.com/macropower/kclipper/cmd/kclipper/commands::TestChartCmdRequiredFlagErrors/missing_repo_url_in_repo_add

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.05s run time
=== RUN   TestChartCmdRequiredFlagErrors/missing_repo_url_in_repo_add
=== PAUSE TestChartCmdRequiredFlagErrors/missing_repo_url_in_repo_add
=== CONT  TestChartCmdRequiredFlagErrors/missing_repo_url_in_repo_add
==================
WARNING: DATA RACE
Read at 0x00000ad3e480 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2e4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2ab
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e480 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x24e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x242
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e490 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x304
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2f7
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:72 +0x2e5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e490 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x304
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2f7
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:72 +0x2e5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Read at 0x00000ad3e490 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x36a
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x333
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:72 +0x2e5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e490 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x304
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2f7
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:72 +0x2e5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79c by goroutine 81:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:67 +0x27c
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000bcbe79c by goroutine 78:
  github.com/spf13/pflag.(*boolValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:30 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0xb1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:36 +0x28b
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e480 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x27c
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x270
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e480 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x27c
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x270
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4b0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x389
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x37d
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:73 +0x36b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4b0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x389
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x37d
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:73 +0x36b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4d0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x496
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x48a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4d0 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x496
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x48a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4a0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x51b
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x50f
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:76 +0x4fd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4a0 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x51b
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x50f
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:76 +0x4fd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4f0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x5a4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x597
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:77 +0x585
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4f0 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x5a4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x597
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:77 +0x585
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4c0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x40e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x402
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:74 +0x3f0
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4c0 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x40e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x402
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:74 +0x3f0
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Read at 0x00000ad3e4c0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x474
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x43d
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:74 +0x3f0
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4c0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x40e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x402
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:74 +0x3f0
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4d0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x496
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x48a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4d0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x4fc
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x4c5
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4a0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x51b
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x50f
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:76 +0x4fd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4a0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x584
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x54a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:76 +0x4fd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4f0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x5a4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x597
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:77 +0x585
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4f0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x60a
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x5d3
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:77 +0x585
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79f by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x644
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:78 +0x60b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe79f by goroutine 81:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x644
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:78 +0x60b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4b0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x389
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x37d
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:73 +0x36b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4b0 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x389
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x37d
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:73 +0x36b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4d0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x496
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x48a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4d0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x4fc
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x4c5
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4a0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x51b
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x50f
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:76 +0x4fd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4a0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x584
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x54a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:76 +0x4fd
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4f0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x5a4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x597
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:77 +0x585
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4f0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x60a
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x5d3
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:77 +0x585
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe79f by goroutine 79:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x644
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:78 +0x60b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000bcbe79f by goroutine 76:
  github.com/spf13/pflag.(*boolValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:30 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0xb1
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x644
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:78 +0x60b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 79:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 76:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e480 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x24e
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x242
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:59 +0x238
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e480 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2e4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2ab
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:71 +0x266
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e490 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2d0
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2c4
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:60 +0x2b5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e490 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x304
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x2f7
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:72 +0x2e5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4b0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x356
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x34a
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:61 +0x337
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4b0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x3ef
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x3b8
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:73 +0x36b
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e500 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2c7
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x2bb
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:51 +0x2b1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e500 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x2c7
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x2bb
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:51 +0x2b1
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e510 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x350
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x344
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:52 +0x335
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e510 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x350
  github.com/spf13/pflag.(*FlagSet).StringVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:42 +0x344
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:52 +0x335
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e520 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x1c9
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x1bd
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:44 +0x1b3
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e520 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x1c9
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x1bd
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:44 +0x1b3
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000a0e4970 by goroutine 79:
  github.com/spf13/pflag.newIntValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:9 +0x24e
  github.com/spf13/pflag.(*FlagSet).IntVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:46 +0x242
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:45 +0x233
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000a0e4970 by goroutine 78:
  github.com/spf13/pflag.newIntValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:9 +0x24e
  github.com/spf13/pflag.(*FlagSet).IntVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/int.go:46 +0x242
  kcl-lang..../cmd/kcl/commands.NewServerCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/server.go:45 +0x233
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:102 +0xfdd
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4e0 by goroutine 76:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x247
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x23b
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4e0 by goroutine 78:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x247
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x23b
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 81:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 78:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x42b
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:54 +0x3f5
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 78 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Read at 0x00000bcbe7a0 by goroutine 81:
  github.com/spf13/pflag.(*boolValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:30 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0xb1
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x67e
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:79 +0x645
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 79:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x42b
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:54 +0x3f5
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4e0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x247
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x23b
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4e0 by goroutine 79:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x247
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x23b
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 79 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000ad3e4e0 by goroutine 81:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x284
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x274
  kcl-lang..../cmd/kcl/commands.NewModPushCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_push.go:48 +0x265
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:73 +0x397
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous read at 0x00000ad3e4e0 by goroutine 76:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x2ad
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x276
  kcl-lang..../cmd/kcl/commands.NewModPkgCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pkg.go:71 +0x231
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:71 +0x311
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestRootCmdArgs.func1()
      .../kclipper/commands/root_test.go:109 +0x64
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 76 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestRootCmdArgs()
      .../kclipper/commands/root_test.go:106 +0x599
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
    testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors/missing_repo_url_in_repo_add (0.05s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestRootCmdArgs

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0s run time
=== RUN   TestRootCmdArgs
=== PAUSE TestRootCmdArgs
=== CONT  TestRootCmdArgs
--- FAIL: TestRootCmdArgs (0.00s)
==================
WARNING: DATA RACE
Read at 0x00000ad3e4d0 by goroutine 81:
  github.com/spf13/pflag.(*stringValue).String()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:19 +0x28
  github.com/spf13/pflag.(*FlagSet).VarPF()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:859 +0x58
  github.com/spf13/pflag.(*FlagSet).VarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/flag.go:867 +0x4c4
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x489
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:63 +0x43f
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000ad3e4d0 by goroutine 84:
  github.com/spf13/pflag.newStringValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:7 +0x496
  github.com/spf13/pflag.(*FlagSet).StringVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/string.go:37 +0x48a
  kcl-lang..../cmd/kcl/commands.NewModAddCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_add.go:75 +0x475
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:70 +0x2ce
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 84 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000bcbe7a0 by goroutine 81:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x4fb
  kcl-lang..../cmd/kcl/commands.NewModPullCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod_pull.go:64 +0x4c5
  kcl-lang..../cmd/kcl/commands.NewModCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/mod.go:74 +0x3da
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:100 +0xf37
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000bcbe7a0 by goroutine 85:
  github.com/spf13/pflag.newBoolValue()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:16 +0x64
  github.com/spf13/pflag.(*FlagSet).BoolVarP()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:55 +0x74
  github.com/spf13/pflag.(*FlagSet).BoolVar()
      .../pkg/mod/github.com/spf13/pflag@v1.0.10/bool.go:50 +0x42b
  kcl-lang..../cmd/kcl/commands.NewRegistryLoginCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry_login.go:54 +0x3f5
  kcl-lang..../cmd/kcl/commands.NewRegistryCmd()
      .../pkg/mod/kcl-lang.io/cli@v0.12..../kcl/commands/registry.go:47 +0x2fc
  github..../cmd/kclipper/commands.NewRootCmd()
      .../kclipper/commands/root.go:101 +0xf8a
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:196 +0x6c
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 81 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 85 (finished) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
==================
WARNING: DATA RACE
Write at 0x00000a0e48c0 by goroutine 86:
  go.jacobcolvin.com/x/profile.(*Profiler).Start()
      .../pkg/mod/go.jacobcolvin.com/x@v0.0.0-20260210025446-2fafe26c365e/profile/profile.go:25 +0x64
  github..../cmd/kclipper/commands.NewRootCmd.func1()
      .../kclipper/commands/root.go:69 +0x64
  github..../cmd/kclipper/commands.NewChartCmd.func1()
      .../kclipper/commands/chart.go:98 +0x118
  github.com/spf13/cobra.(*Command).execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:986 +0xf45
  github.com/spf13/cobra.(*Command).ExecuteC()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1148 +0x797
  github.com/spf13/cobra.(*Command).Execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1071 +0x26
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:199 +0x8f
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Previous write at 0x00000a0e48c0 by goroutine 84:
  go.jacobcolvin.com/x/profile.(*Profiler).Start()
      .../pkg/mod/go.jacobcolvin.com/x@v0.0.0-20260210025446-2fafe26c365e/profile/profile.go:25 +0x64
  github..../cmd/kclipper/commands.NewRootCmd.func1()
      .../kclipper/commands/root.go:69 +0x64
  github..../cmd/kclipper/commands.NewChartCmd.func1()
      .../kclipper/commands/chart.go:98 +0x118
  github.com/spf13/cobra.(*Command).execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:986 +0xf45
  github.com/spf13/cobra.(*Command).ExecuteC()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1148 +0x797
  github.com/spf13/cobra.(*Command).Execute()
      .../pkg/mod/github.com/spf13/cobra@v1.10.2/command.go:1071 +0x26
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors.func1()
      .../kclipper/commands/chart_test.go:199 +0x8f
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 86 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38

Goroutine 84 (running) created at:
  testing.(*T).Run()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0xb12
  github..../cmd/kclipper/commands_test.TestChartCmdRequiredFlagErrors()
      .../kclipper/commands/chart_test.go:193 +0x8c4
  testing.tRunner()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2036 +0x21c
  testing.(*T).Run.gowrap1()
      .../hostedtoolcache/go/1.26.2.../src/testing/testing.go:2101 +0x38
==================
Error: required flag(s) "chart" not set
github.com/macropower/kclipper/cmd/kclipper/commands::TestRootCmdArgs/invalid_log_format

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.05s run time
=== RUN   TestRootCmdArgs/invalid_log_format
=== PAUSE TestRootCmdArgs/invalid_log_format
=== CONT  TestRootCmdArgs/invalid_log_format
Error: invalid argument "invalid" for "--timeout" flag: time: invalid duration "invalid"
    testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs/invalid_log_format (0.05s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestRootCmdArgs/invalid_log_level

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.03s run time
=== RUN   TestRootCmdArgs/invalid_log_level
=== PAUSE TestRootCmdArgs/invalid_log_level
=== CONT  TestRootCmdArgs/invalid_log_level
    testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs/invalid_log_level (0.03s)
github.com/macropower/kclipper/cmd/kclipper/commands::TestRootCmdArgs/json_format

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.05s run time
=== RUN   TestRootCmdArgs/json_format
=== PAUSE TestRootCmdArgs/json_format
=== CONT  TestRootCmdArgs/json_format
    testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs/json_format (0.05s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.10.2 chore(deps): update dependency uv to v0.10.4 Feb 26, 2026
@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.10.4 chore(deps): update dependency uv to v0.10.6 Mar 4, 2026
@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.10.6 chore(deps): update dependency uv to v0.10.9 Mar 14, 2026
@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.10.9 chore(deps): update dependency uv to v0.10.10 Mar 17, 2026
@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.10.10 chore(deps): update dependency uv to v0.10.12 Mar 24, 2026
@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.10.12 chore(deps): update dependency uv to v0.11.2 Apr 1, 2026
@botty-mcbottington botty-mcbottington bot changed the title chore(deps): update dependency uv to v0.11.2 chore(deps): update dependency uv to v0.11.3 Apr 9, 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.

0 participants