tribuchet: building on jamie Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Running phase: unpackPhase unpacking source archive /nix/store/mi2wgm97dbbik4r5n6y7ba88h9l9f6xs-source source root is source/codecov-cli setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/codecov-cli/uv.lock" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... pypa build flags: --no-isolation --outdir dist/ --wheel * Getting build dependencies for wheel... running egg_info creating codecov_cli.egg-info writing codecov_cli.egg-info/PKG-INFO writing dependency_links to codecov_cli.egg-info/dependency_links.txt writing entry points to codecov_cli.egg-info/entry_points.txt writing requirements to codecov_cli.egg-info/requires.txt writing top-level names to codecov_cli.egg-info/top_level.txt writing manifest file 'codecov_cli.egg-info/SOURCES.txt' reading manifest file 'codecov_cli.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' adding license file 'LICENSE' writing manifest file 'codecov_cli.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/codecov_cli copying codecov_cli/__init__.py -> build/lib/codecov_cli copying codecov_cli/branding.py -> build/lib/codecov_cli copying codecov_cli/main.py -> build/lib/codecov_cli copying codecov_cli/fallbacks.py -> build/lib/codecov_cli copying codecov_cli/types.py -> build/lib/codecov_cli copying codecov_cli/opentelemetry.py -> build/lib/codecov_cli running egg_info writing codecov_cli.egg-info/PKG-INFO writing dependency_links to codecov_cli.egg-info/dependency_links.txt writing entry points to codecov_cli.egg-info/entry_points.txt writing requirements to codecov_cli.egg-info/requires.txt writing top-level names to codecov_cli.egg-info/top_level.txt reading manifest file 'codecov_cli.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' adding license file 'LICENSE' writing manifest file 'codecov_cli.egg-info/SOURCES.txt' /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.commands' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.commands' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.commands' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.commands' to be distributed and are already explicitly excluding 'codecov_cli.commands' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.helpers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.helpers' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.helpers' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.helpers' to be distributed and are already explicitly excluding 'codecov_cli.helpers' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.helpers.ci_adapters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.helpers.ci_adapters' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.helpers.ci_adapters' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.helpers.ci_adapters' to be distributed and are already explicitly excluding 'codecov_cli.helpers.ci_adapters' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.helpers.git_services' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.helpers.git_services' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.helpers.git_services' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.helpers.git_services' to be distributed and are already explicitly excluding 'codecov_cli.helpers.git_services' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.plugins' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.plugins' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.plugins' to be distributed and are already explicitly excluding 'codecov_cli.plugins' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.runners' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.runners' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.runners' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.runners' to be distributed and are already explicitly excluding 'codecov_cli.runners' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services' to be distributed and are already explicitly excluding 'codecov_cli.services' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services.commit' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services.commit' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services.commit' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services.commit' to be distributed and are already explicitly excluding 'codecov_cli.services.commit' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services.empty_upload' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services.empty_upload' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services.empty_upload' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services.empty_upload' to be distributed and are already explicitly excluding 'codecov_cli.services.empty_upload' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services.report' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services.report' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services.report' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services.report' to be distributed and are already explicitly excluding 'codecov_cli.services.report' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services.upload' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services.upload' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services.upload' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services.upload' to be distributed and are already explicitly excluding 'codecov_cli.services.upload' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services.upload_completion' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services.upload_completion' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services.upload_completion' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services.upload_completion' to be distributed and are already explicitly excluding 'codecov_cli.services.upload_completion' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /nix/store/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'codecov_cli.services.upload_coverage' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'codecov_cli.services.upload_coverage' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'codecov_cli.services.upload_coverage' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'codecov_cli.services.upload_coverage' to be distributed and are already explicitly excluding 'codecov_cli.services.upload_coverage' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/codecov_cli/commands copying codecov_cli/commands/__init__.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/base_picking.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/commit.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/create_report_result.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/empty_upload.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/get_report_results.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/labelanalysis.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/process_test_results.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/report.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/send_notifications.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/staticanalysis.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/upload.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/upload_coverage.py -> build/lib/codecov_cli/commands copying codecov_cli/commands/upload_process.py -> build/lib/codecov_cli/commands creating build/lib/codecov_cli/helpers copying codecov_cli/helpers/__init__.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/args.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/config.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/encoder.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/folder_searcher.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/git.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/glob.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/logging_utils.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/options.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/request.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/upload_type.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/validators.py -> build/lib/codecov_cli/helpers copying codecov_cli/helpers/versioning_systems.py -> build/lib/codecov_cli/helpers creating build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/__init__.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/appveyor_ci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/azure_pipelines.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/base.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/bitbucket_ci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/bitrise_ci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/buildkite.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/circleci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/cirrus_ci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/cloudbuild.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/codebuild.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/droneci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/github_actions.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/gitlab_ci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/heroku.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/jenkins.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/local.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/teamcity.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/travis_ci.py -> build/lib/codecov_cli/helpers/ci_adapters copying codecov_cli/helpers/ci_adapters/woodpeckerci.py -> build/lib/codecov_cli/helpers/ci_adapters creating build/lib/codecov_cli/helpers/git_services copying codecov_cli/helpers/git_services/__init__.py -> build/lib/codecov_cli/helpers/git_services copying codecov_cli/helpers/git_services/github.py -> build/lib/codecov_cli/helpers/git_services creating build/lib/codecov_cli/plugins copying codecov_cli/plugins/__init__.py -> build/lib/codecov_cli/plugins copying codecov_cli/plugins/compress_pycoverage_contexts.py -> build/lib/codecov_cli/plugins copying codecov_cli/plugins/gcov.py -> build/lib/codecov_cli/plugins copying codecov_cli/plugins/pycoverage.py -> build/lib/codecov_cli/plugins copying codecov_cli/plugins/types.py -> build/lib/codecov_cli/plugins copying codecov_cli/plugins/xcode.py -> build/lib/codecov_cli/plugins creating build/lib/codecov_cli/runners copying codecov_cli/runners/__init__.py -> build/lib/codecov_cli/runners copying codecov_cli/runners/dan_runner.py -> build/lib/codecov_cli/runners copying codecov_cli/runners/pytest_standard_runner.py -> build/lib/codecov_cli/runners copying codecov_cli/runners/types.py -> build/lib/codecov_cli/runners creating build/lib/codecov_cli/services copying codecov_cli/services/__init__.py -> build/lib/codecov_cli/services creating build/lib/codecov_cli/services/commit copying codecov_cli/services/commit/__init__.py -> build/lib/codecov_cli/services/commit copying codecov_cli/services/commit/base_picking.py -> build/lib/codecov_cli/services/commit creating build/lib/codecov_cli/services/empty_upload copying codecov_cli/services/empty_upload/__init__.py -> build/lib/codecov_cli/services/empty_upload creating build/lib/codecov_cli/services/report copying codecov_cli/services/report/__init__.py -> build/lib/codecov_cli/services/report creating build/lib/codecov_cli/services/upload copying codecov_cli/services/upload/__init__.py -> build/lib/codecov_cli/services/upload copying codecov_cli/services/upload/file_finder.py -> build/lib/codecov_cli/services/upload copying codecov_cli/services/upload/legacy_upload_sender.py -> build/lib/codecov_cli/services/upload copying codecov_cli/services/upload/network_finder.py -> build/lib/codecov_cli/services/upload copying codecov_cli/services/upload/upload_collector.py -> build/lib/codecov_cli/services/upload copying codecov_cli/services/upload/upload_sender.py -> build/lib/codecov_cli/services/upload creating build/lib/codecov_cli/services/upload_completion copying codecov_cli/services/upload_completion/__init__.py -> build/lib/codecov_cli/services/upload_completion creating build/lib/codecov_cli/services/upload_coverage copying codecov_cli/services/upload_coverage/__init__.py -> build/lib/codecov_cli/services/upload_coverage installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/codecov_cli creating build/bdist.linux-x86_64/wheel/codecov_cli/commands copying build/lib/codecov_cli/commands/staticanalysis.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/upload.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/report.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/create_report_result.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/send_notifications.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/base_picking.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/process_test_results.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/commit.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/upload_process.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/upload_coverage.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/empty_upload.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/get_report_results.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/commands/labelanalysis.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands copying build/lib/codecov_cli/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli creating build/bdist.linux-x86_64/wheel/codecov_cli/runners copying build/lib/codecov_cli/runners/dan_runner.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners copying build/lib/codecov_cli/runners/pytest_standard_runner.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners copying build/lib/codecov_cli/runners/types.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners copying build/lib/codecov_cli/runners/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners copying build/lib/codecov_cli/fallbacks.py -> build/bdist.linux-x86_64/wheel/./codecov_cli copying build/lib/codecov_cli/branding.py -> build/bdist.linux-x86_64/wheel/./codecov_cli copying build/lib/codecov_cli/opentelemetry.py -> build/bdist.linux-x86_64/wheel/./codecov_cli copying build/lib/codecov_cli/main.py -> build/bdist.linux-x86_64/wheel/./codecov_cli creating build/bdist.linux-x86_64/wheel/codecov_cli/helpers copying build/lib/codecov_cli/helpers/encoder.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/glob.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/validators.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/config.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/versioning_systems.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/logging_utils.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers creating build/bdist.linux-x86_64/wheel/codecov_cli/helpers/git_services copying build/lib/codecov_cli/helpers/git_services/github.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/git_services copying build/lib/codecov_cli/helpers/git_services/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/git_services creating build/bdist.linux-x86_64/wheel/codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/local.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/droneci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/codebuild.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/circleci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/travis_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/bitbucket_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/buildkite.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/heroku.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/azure_pipelines.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/cirrus_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/woodpeckerci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/gitlab_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/bitrise_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/appveyor_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/base.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/teamcity.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/jenkins.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/cloudbuild.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/ci_adapters/github_actions.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters copying build/lib/codecov_cli/helpers/args.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/upload_type.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/folder_searcher.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/options.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/git.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers copying build/lib/codecov_cli/helpers/request.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers creating build/bdist.linux-x86_64/wheel/codecov_cli/services creating build/bdist.linux-x86_64/wheel/codecov_cli/services/empty_upload copying build/lib/codecov_cli/services/empty_upload/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/empty_upload copying build/lib/codecov_cli/services/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services creating build/bdist.linux-x86_64/wheel/codecov_cli/services/commit copying build/lib/codecov_cli/services/commit/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/commit copying build/lib/codecov_cli/services/commit/base_picking.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/commit creating build/bdist.linux-x86_64/wheel/codecov_cli/services/upload copying build/lib/codecov_cli/services/upload/upload_collector.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload copying build/lib/codecov_cli/services/upload/network_finder.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload copying build/lib/codecov_cli/services/upload/upload_sender.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload copying build/lib/codecov_cli/services/upload/file_finder.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload copying build/lib/codecov_cli/services/upload/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload copying build/lib/codecov_cli/services/upload/legacy_upload_sender.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload creating build/bdist.linux-x86_64/wheel/codecov_cli/services/upload_coverage copying build/lib/codecov_cli/services/upload_coverage/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload_coverage creating build/bdist.linux-x86_64/wheel/codecov_cli/services/upload_completion copying build/lib/codecov_cli/services/upload_completion/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload_completion creating build/bdist.linux-x86_64/wheel/codecov_cli/services/report copying build/lib/codecov_cli/services/report/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/report copying build/lib/codecov_cli/types.py -> build/bdist.linux-x86_64/wheel/./codecov_cli creating build/bdist.linux-x86_64/wheel/codecov_cli/plugins copying build/lib/codecov_cli/plugins/gcov.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins copying build/lib/codecov_cli/plugins/xcode.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins copying build/lib/codecov_cli/plugins/types.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins copying build/lib/codecov_cli/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins copying build/lib/codecov_cli/plugins/pycoverage.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins copying build/lib/codecov_cli/plugins/compress_pycoverage_contexts.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins running install_egg_info Copying codecov_cli.egg-info to build/bdist.linux-x86_64/wheel/./codecov_cli-11.2.6-py3.14.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/codecov_cli-11.2.6.dist-info/WHEEL creating '/build/source/codecov-cli/dist/.tmp-9qhs3e_q/codecov_cli-11.2.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'codecov_cli/__init__.py' adding 'codecov_cli/branding.py' adding 'codecov_cli/fallbacks.py' adding 'codecov_cli/main.py' adding 'codecov_cli/opentelemetry.py' adding 'codecov_cli/types.py' adding 'codecov_cli/commands/__init__.py' adding 'codecov_cli/commands/base_picking.py' adding 'codecov_cli/commands/commit.py' adding 'codecov_cli/commands/create_report_result.py' adding 'codecov_cli/commands/empty_upload.py' adding 'codecov_cli/commands/get_report_results.py' adding 'codecov_cli/commands/labelanalysis.py' adding 'codecov_cli/commands/process_test_results.py' adding 'codecov_cli/commands/report.py' adding 'codecov_cli/commands/send_notifications.py' adding 'codecov_cli/commands/staticanalysis.py' adding 'codecov_cli/commands/upload.py' adding 'codecov_cli/commands/upload_coverage.py' adding 'codecov_cli/commands/upload_process.py' adding 'codecov_cli/helpers/__init__.py' adding 'codecov_cli/helpers/args.py' adding 'codecov_cli/helpers/config.py' adding 'codecov_cli/helpers/encoder.py' adding 'codecov_cli/helpers/folder_searcher.py' adding 'codecov_cli/helpers/git.py' adding 'codecov_cli/helpers/glob.py' adding 'codecov_cli/helpers/logging_utils.py' adding 'codecov_cli/helpers/options.py' adding 'codecov_cli/helpers/request.py' adding 'codecov_cli/helpers/upload_type.py' adding 'codecov_cli/helpers/validators.py' adding 'codecov_cli/helpers/versioning_systems.py' adding 'codecov_cli/helpers/ci_adapters/__init__.py' adding 'codecov_cli/helpers/ci_adapters/appveyor_ci.py' adding 'codecov_cli/helpers/ci_adapters/azure_pipelines.py' adding 'codecov_cli/helpers/ci_adapters/base.py' adding 'codecov_cli/helpers/ci_adapters/bitbucket_ci.py' adding 'codecov_cli/helpers/ci_adapters/bitrise_ci.py' adding 'codecov_cli/helpers/ci_adapters/buildkite.py' adding 'codecov_cli/helpers/ci_adapters/circleci.py' adding 'codecov_cli/helpers/ci_adapters/cirrus_ci.py' adding 'codecov_cli/helpers/ci_adapters/cloudbuild.py' adding 'codecov_cli/helpers/ci_adapters/codebuild.py' adding 'codecov_cli/helpers/ci_adapters/droneci.py' adding 'codecov_cli/helpers/ci_adapters/github_actions.py' adding 'codecov_cli/helpers/ci_adapters/gitlab_ci.py' adding 'codecov_cli/helpers/ci_adapters/heroku.py' adding 'codecov_cli/helpers/ci_adapters/jenkins.py' adding 'codecov_cli/helpers/ci_adapters/local.py' adding 'codecov_cli/helpers/ci_adapters/teamcity.py' adding 'codecov_cli/helpers/ci_adapters/travis_ci.py' adding 'codecov_cli/helpers/ci_adapters/woodpeckerci.py' adding 'codecov_cli/helpers/git_services/__init__.py' adding 'codecov_cli/helpers/git_services/github.py' adding 'codecov_cli/plugins/__init__.py' adding 'codecov_cli/plugins/compress_pycoverage_contexts.py' adding 'codecov_cli/plugins/gcov.py' adding 'codecov_cli/plugins/pycoverage.py' adding 'codecov_cli/plugins/types.py' adding 'codecov_cli/plugins/xcode.py' adding 'codecov_cli/runners/__init__.py' adding 'codecov_cli/runners/dan_runner.py' adding 'codecov_cli/runners/pytest_standard_runner.py' adding 'codecov_cli/runners/types.py' adding 'codecov_cli/services/__init__.py' adding 'codecov_cli/services/commit/__init__.py' adding 'codecov_cli/services/commit/base_picking.py' adding 'codecov_cli/services/empty_upload/__init__.py' adding 'codecov_cli/services/report/__init__.py' adding 'codecov_cli/services/upload/__init__.py' adding 'codecov_cli/services/upload/file_finder.py' adding 'codecov_cli/services/upload/legacy_upload_sender.py' adding 'codecov_cli/services/upload/network_finder.py' adding 'codecov_cli/services/upload/upload_collector.py' adding 'codecov_cli/services/upload/upload_sender.py' adding 'codecov_cli/services/upload_completion/__init__.py' adding 'codecov_cli/services/upload_coverage/__init__.py' adding 'codecov_cli-11.2.6.dist-info/licenses/LICENSE' adding 'codecov_cli-11.2.6.dist-info/METADATA' adding 'codecov_cli-11.2.6.dist-info/WHEEL' adding 'codecov_cli-11.2.6.dist-info/entry_points.txt' adding 'codecov_cli-11.2.6.dist-info/top_level.txt' adding 'codecov_cli-11.2.6.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built codecov_cli-11.2.6-py3-none-any.whl Finished creating a wheel... /build/source/codecov-cli/dist /build/source/codecov-cli Unpacking to: unpacked/codecov_cli-11.2.6...OK Repacking wheel as ./codecov_cli-11.2.6-py3-none-any.whl...OK /build/source/codecov-cli Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for codecov_cli-11.2.6-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed codecov_cli-11.2.6-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6 checking for references to /build/ in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6... patching script interpreter paths in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6 stripping (with command strip and flags -S -p) in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/lib /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin shrinking RPATHs of ELF executables and libraries in /nix/store/di6z5pqx7wllkg1ms4b3vnyz1xq0lzpy-codecov-cli-11.2.6-dist checking for references to /build/ in /nix/store/di6z5pqx7wllkg1ms4b3vnyz1xq0lzpy-codecov-cli-11.2.6-dist... patching script interpreter paths in /nix/store/di6z5pqx7wllkg1ms4b3vnyz1xq0lzpy-codecov-cli-11.2.6-dist Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6 wrapping `/nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin/codecov'... Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6 wrapping `/nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin/codecov-cli'... Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6 wrapping `/nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin/codecovcli'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase