nixbot

builds

succeeded codecov-cli-11.2.6 x86_64-linux.nixos-eve · build #229 · raw

1tribuchet: building on jamie2Sourcing python-remove-tests-dir-hook3Sourcing python-catch-conflicts-hook.sh4Sourcing python-remove-bin-bytecode-hook.sh5Sourcing pypa-build-hook6Using pypaBuildPhase7Sourcing python-runtime-deps-check-hook8Using pythonRuntimeDepsCheckHook9Sourcing pypa-install-hook10Using pypaInstallPhase11Sourcing python-imports-check-hook.sh12Using pythonImportsCheckPhase13Sourcing python-namespaces-hook14Sourcing python-catch-conflicts-hook.sh
unpackPhase
15unpacking source archive /nix/store/mi2wgm97dbbik4r5n6y7ba88h9l9f6xs-source16source root is source/codecov-cli17setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/codecov-cli/uv.lock"
configurePhase
18no configure script, doing nothing
buildPhase
19Executing pypaBuildPhase20Creating a wheel...21pypa build flags: --no-isolation --outdir dist/ --wheel22* Getting build dependencies for wheel...23running egg_info24creating codecov_cli.egg-info25writing codecov_cli.egg-info/PKG-INFO26writing dependency_links to codecov_cli.egg-info/dependency_links.txt27writing entry points to codecov_cli.egg-info/entry_points.txt28writing requirements to codecov_cli.egg-info/requires.txt29writing top-level names to codecov_cli.egg-info/top_level.txt30writing manifest file 'codecov_cli.egg-info/SOURCES.txt'31reading manifest file 'codecov_cli.egg-info/SOURCES.txt'32reading manifest template 'MANIFEST.in'33warning: no files found matching 'requirements.txt'34adding license file 'LICENSE'35writing manifest file 'codecov_cli.egg-info/SOURCES.txt'36* Building wheel...37running bdist_wheel38running build39running build_py40creating build/lib/codecov_cli41copying codecov_cli/__init__.py -> build/lib/codecov_cli42copying codecov_cli/branding.py -> build/lib/codecov_cli43copying codecov_cli/main.py -> build/lib/codecov_cli44copying codecov_cli/fallbacks.py -> build/lib/codecov_cli45copying codecov_cli/types.py -> build/lib/codecov_cli46copying codecov_cli/opentelemetry.py -> build/lib/codecov_cli47running egg_info48writing codecov_cli.egg-info/PKG-INFO49writing dependency_links to codecov_cli.egg-info/dependency_links.txt50writing entry points to codecov_cli.egg-info/entry_points.txt51writing requirements to codecov_cli.egg-info/requires.txt52writing top-level names to codecov_cli.egg-info/top_level.txt53reading manifest file 'codecov_cli.egg-info/SOURCES.txt'54reading manifest template 'MANIFEST.in'55warning: no files found matching 'requirements.txt'56adding license file 'LICENSE'57writing manifest file 'codecov_cli.egg-info/SOURCES.txt'58/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.59!!6061 ********************************************************************************62 ############################63 # Package would be ignored #64 ############################65 Python recognizes 'codecov_cli.commands' as an importable package[^1],66 but it is absent from setuptools' `packages` configuration.6768 This leads to an ambiguous overall configuration. If you want to distribute this69 package, please make sure that 'codecov_cli.commands' is explicitly added70 to the `packages` configuration field.7172 Alternatively, you can also rely on setuptools' discovery methods73 (for example by using `find_namespace_packages(...)`/`find_namespace:`74 instead of `find_packages(...)`/`find:`).7576 You can read more about "package discovery" on setuptools documentation page:7778 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html7980 If you don't want 'codecov_cli.commands' to be distributed and are81 already explicitly excluding 'codecov_cli.commands' via82 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,83 you can try to use `exclude_package_data`, or `include-package-data=False` in84 combination with a more fine grained `package-data` configuration.8586 You can read more about "package data files" on setuptools documentation page:8788 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html899091 [^1]: For Python, any directory (with suitable naming) can be imported,92 even if it does not contain any `.py` files.93 On the other hand, currently there is no concept of package data94 directory, all directories are treated like packages.95 ********************************************************************************9697!!98 check.warn(importable)99/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.100!!101102 ********************************************************************************103 ############################104 # Package would be ignored #105 ############################106 Python recognizes 'codecov_cli.helpers' as an importable package[^1],107 but it is absent from setuptools' `packages` configuration.108109 This leads to an ambiguous overall configuration. If you want to distribute this110 package, please make sure that 'codecov_cli.helpers' is explicitly added111 to the `packages` configuration field.112113 Alternatively, you can also rely on setuptools' discovery methods114 (for example by using `find_namespace_packages(...)`/`find_namespace:`115 instead of `find_packages(...)`/`find:`).116117 You can read more about "package discovery" on setuptools documentation page:118119 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html120121 If you don't want 'codecov_cli.helpers' to be distributed and are122 already explicitly excluding 'codecov_cli.helpers' via123 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,124 you can try to use `exclude_package_data`, or `include-package-data=False` in125 combination with a more fine grained `package-data` configuration.126127 You can read more about "package data files" on setuptools documentation page:128129 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html130131132 [^1]: For Python, any directory (with suitable naming) can be imported,133 even if it does not contain any `.py` files.134 On the other hand, currently there is no concept of package data135 directory, all directories are treated like packages.136 ********************************************************************************137138!!139 check.warn(importable)140/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.141!!142143 ********************************************************************************144 ############################145 # Package would be ignored #146 ############################147 Python recognizes 'codecov_cli.helpers.ci_adapters' as an importable package[^1],148 but it is absent from setuptools' `packages` configuration.149150 This leads to an ambiguous overall configuration. If you want to distribute this151 package, please make sure that 'codecov_cli.helpers.ci_adapters' is explicitly added152 to the `packages` configuration field.153154 Alternatively, you can also rely on setuptools' discovery methods155 (for example by using `find_namespace_packages(...)`/`find_namespace:`156 instead of `find_packages(...)`/`find:`).157158 You can read more about "package discovery" on setuptools documentation page:159160 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html161162 If you don't want 'codecov_cli.helpers.ci_adapters' to be distributed and are163 already explicitly excluding 'codecov_cli.helpers.ci_adapters' via164 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,165 you can try to use `exclude_package_data`, or `include-package-data=False` in166 combination with a more fine grained `package-data` configuration.167168 You can read more about "package data files" on setuptools documentation page:169170 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html171172173 [^1]: For Python, any directory (with suitable naming) can be imported,174 even if it does not contain any `.py` files.175 On the other hand, currently there is no concept of package data176 directory, all directories are treated like packages.177 ********************************************************************************178179!!180 check.warn(importable)181/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.182!!183184 ********************************************************************************185 ############################186 # Package would be ignored #187 ############################188 Python recognizes 'codecov_cli.helpers.git_services' as an importable package[^1],189 but it is absent from setuptools' `packages` configuration.190191 This leads to an ambiguous overall configuration. If you want to distribute this192 package, please make sure that 'codecov_cli.helpers.git_services' is explicitly added193 to the `packages` configuration field.194195 Alternatively, you can also rely on setuptools' discovery methods196 (for example by using `find_namespace_packages(...)`/`find_namespace:`197 instead of `find_packages(...)`/`find:`).198199 You can read more about "package discovery" on setuptools documentation page:200201 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html202203 If you don't want 'codecov_cli.helpers.git_services' to be distributed and are204 already explicitly excluding 'codecov_cli.helpers.git_services' via205 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,206 you can try to use `exclude_package_data`, or `include-package-data=False` in207 combination with a more fine grained `package-data` configuration.208209 You can read more about "package data files" on setuptools documentation page:210211 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html212213214 [^1]: For Python, any directory (with suitable naming) can be imported,215 even if it does not contain any `.py` files.216 On the other hand, currently there is no concept of package data217 directory, all directories are treated like packages.218 ********************************************************************************219220!!221 check.warn(importable)222/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.223!!224225 ********************************************************************************226 ############################227 # Package would be ignored #228 ############################229 Python recognizes 'codecov_cli.plugins' as an importable package[^1],230 but it is absent from setuptools' `packages` configuration.231232 This leads to an ambiguous overall configuration. If you want to distribute this233 package, please make sure that 'codecov_cli.plugins' is explicitly added234 to the `packages` configuration field.235236 Alternatively, you can also rely on setuptools' discovery methods237 (for example by using `find_namespace_packages(...)`/`find_namespace:`238 instead of `find_packages(...)`/`find:`).239240 You can read more about "package discovery" on setuptools documentation page:241242 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html243244 If you don't want 'codecov_cli.plugins' to be distributed and are245 already explicitly excluding 'codecov_cli.plugins' via246 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,247 you can try to use `exclude_package_data`, or `include-package-data=False` in248 combination with a more fine grained `package-data` configuration.249250 You can read more about "package data files" on setuptools documentation page:251252 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html253254255 [^1]: For Python, any directory (with suitable naming) can be imported,256 even if it does not contain any `.py` files.257 On the other hand, currently there is no concept of package data258 directory, all directories are treated like packages.259 ********************************************************************************260261!!262 check.warn(importable)263/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.264!!265266 ********************************************************************************267 ############################268 # Package would be ignored #269 ############################270 Python recognizes 'codecov_cli.runners' as an importable package[^1],271 but it is absent from setuptools' `packages` configuration.272273 This leads to an ambiguous overall configuration. If you want to distribute this274 package, please make sure that 'codecov_cli.runners' is explicitly added275 to the `packages` configuration field.276277 Alternatively, you can also rely on setuptools' discovery methods278 (for example by using `find_namespace_packages(...)`/`find_namespace:`279 instead of `find_packages(...)`/`find:`).280281 You can read more about "package discovery" on setuptools documentation page:282283 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html284285 If you don't want 'codecov_cli.runners' to be distributed and are286 already explicitly excluding 'codecov_cli.runners' via287 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,288 you can try to use `exclude_package_data`, or `include-package-data=False` in289 combination with a more fine grained `package-data` configuration.290291 You can read more about "package data files" on setuptools documentation page:292293 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html294295296 [^1]: For Python, any directory (with suitable naming) can be imported,297 even if it does not contain any `.py` files.298 On the other hand, currently there is no concept of package data299 directory, all directories are treated like packages.300 ********************************************************************************301302!!303 check.warn(importable)304/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.305!!306307 ********************************************************************************308 ############################309 # Package would be ignored #310 ############################311 Python recognizes 'codecov_cli.services' as an importable package[^1],312 but it is absent from setuptools' `packages` configuration.313314 This leads to an ambiguous overall configuration. If you want to distribute this315 package, please make sure that 'codecov_cli.services' is explicitly added316 to the `packages` configuration field.317318 Alternatively, you can also rely on setuptools' discovery methods319 (for example by using `find_namespace_packages(...)`/`find_namespace:`320 instead of `find_packages(...)`/`find:`).321322 You can read more about "package discovery" on setuptools documentation page:323324 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html325326 If you don't want 'codecov_cli.services' to be distributed and are327 already explicitly excluding 'codecov_cli.services' via328 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,329 you can try to use `exclude_package_data`, or `include-package-data=False` in330 combination with a more fine grained `package-data` configuration.331332 You can read more about "package data files" on setuptools documentation page:333334 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html335336337 [^1]: For Python, any directory (with suitable naming) can be imported,338 even if it does not contain any `.py` files.339 On the other hand, currently there is no concept of package data340 directory, all directories are treated like packages.341 ********************************************************************************342343!!344 check.warn(importable)345/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.346!!347348 ********************************************************************************349 ############################350 # Package would be ignored #351 ############################352 Python recognizes 'codecov_cli.services.commit' as an importable package[^1],353 but it is absent from setuptools' `packages` configuration.354355 This leads to an ambiguous overall configuration. If you want to distribute this356 package, please make sure that 'codecov_cli.services.commit' is explicitly added357 to the `packages` configuration field.358359 Alternatively, you can also rely on setuptools' discovery methods360 (for example by using `find_namespace_packages(...)`/`find_namespace:`361 instead of `find_packages(...)`/`find:`).362363 You can read more about "package discovery" on setuptools documentation page:364365 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html366367 If you don't want 'codecov_cli.services.commit' to be distributed and are368 already explicitly excluding 'codecov_cli.services.commit' via369 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,370 you can try to use `exclude_package_data`, or `include-package-data=False` in371 combination with a more fine grained `package-data` configuration.372373 You can read more about "package data files" on setuptools documentation page:374375 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html376377378 [^1]: For Python, any directory (with suitable naming) can be imported,379 even if it does not contain any `.py` files.380 On the other hand, currently there is no concept of package data381 directory, all directories are treated like packages.382 ********************************************************************************383384!!385 check.warn(importable)386/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.387!!388389 ********************************************************************************390 ############################391 # Package would be ignored #392 ############################393 Python recognizes 'codecov_cli.services.empty_upload' as an importable package[^1],394 but it is absent from setuptools' `packages` configuration.395396 This leads to an ambiguous overall configuration. If you want to distribute this397 package, please make sure that 'codecov_cli.services.empty_upload' is explicitly added398 to the `packages` configuration field.399400 Alternatively, you can also rely on setuptools' discovery methods401 (for example by using `find_namespace_packages(...)`/`find_namespace:`402 instead of `find_packages(...)`/`find:`).403404 You can read more about "package discovery" on setuptools documentation page:405406 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html407408 If you don't want 'codecov_cli.services.empty_upload' to be distributed and are409 already explicitly excluding 'codecov_cli.services.empty_upload' via410 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,411 you can try to use `exclude_package_data`, or `include-package-data=False` in412 combination with a more fine grained `package-data` configuration.413414 You can read more about "package data files" on setuptools documentation page:415416 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html417418419 [^1]: For Python, any directory (with suitable naming) can be imported,420 even if it does not contain any `.py` files.421 On the other hand, currently there is no concept of package data422 directory, all directories are treated like packages.423 ********************************************************************************424425!!426 check.warn(importable)427/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.428!!429430 ********************************************************************************431 ############################432 # Package would be ignored #433 ############################434 Python recognizes 'codecov_cli.services.report' as an importable package[^1],435 but it is absent from setuptools' `packages` configuration.436437 This leads to an ambiguous overall configuration. If you want to distribute this438 package, please make sure that 'codecov_cli.services.report' is explicitly added439 to the `packages` configuration field.440441 Alternatively, you can also rely on setuptools' discovery methods442 (for example by using `find_namespace_packages(...)`/`find_namespace:`443 instead of `find_packages(...)`/`find:`).444445 You can read more about "package discovery" on setuptools documentation page:446447 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html448449 If you don't want 'codecov_cli.services.report' to be distributed and are450 already explicitly excluding 'codecov_cli.services.report' via451 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,452 you can try to use `exclude_package_data`, or `include-package-data=False` in453 combination with a more fine grained `package-data` configuration.454455 You can read more about "package data files" on setuptools documentation page:456457 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html458459460 [^1]: For Python, any directory (with suitable naming) can be imported,461 even if it does not contain any `.py` files.462 On the other hand, currently there is no concept of package data463 directory, all directories are treated like packages.464 ********************************************************************************465466!!467 check.warn(importable)468/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.469!!470471 ********************************************************************************472 ############################473 # Package would be ignored #474 ############################475 Python recognizes 'codecov_cli.services.upload' as an importable package[^1],476 but it is absent from setuptools' `packages` configuration.477478 This leads to an ambiguous overall configuration. If you want to distribute this479 package, please make sure that 'codecov_cli.services.upload' is explicitly added480 to the `packages` configuration field.481482 Alternatively, you can also rely on setuptools' discovery methods483 (for example by using `find_namespace_packages(...)`/`find_namespace:`484 instead of `find_packages(...)`/`find:`).485486 You can read more about "package discovery" on setuptools documentation page:487488 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html489490 If you don't want 'codecov_cli.services.upload' to be distributed and are491 already explicitly excluding 'codecov_cli.services.upload' via492 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,493 you can try to use `exclude_package_data`, or `include-package-data=False` in494 combination with a more fine grained `package-data` configuration.495496 You can read more about "package data files" on setuptools documentation page:497498 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html499500501 [^1]: For Python, any directory (with suitable naming) can be imported,502 even if it does not contain any `.py` files.503 On the other hand, currently there is no concept of package data504 directory, all directories are treated like packages.505 ********************************************************************************506507!!508 check.warn(importable)509/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.510!!511512 ********************************************************************************513 ############################514 # Package would be ignored #515 ############################516 Python recognizes 'codecov_cli.services.upload_completion' as an importable package[^1],517 but it is absent from setuptools' `packages` configuration.518519 This leads to an ambiguous overall configuration. If you want to distribute this520 package, please make sure that 'codecov_cli.services.upload_completion' is explicitly added521 to the `packages` configuration field.522523 Alternatively, you can also rely on setuptools' discovery methods524 (for example by using `find_namespace_packages(...)`/`find_namespace:`525 instead of `find_packages(...)`/`find:`).526527 You can read more about "package discovery" on setuptools documentation page:528529 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html530531 If you don't want 'codecov_cli.services.upload_completion' to be distributed and are532 already explicitly excluding 'codecov_cli.services.upload_completion' via533 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,534 you can try to use `exclude_package_data`, or `include-package-data=False` in535 combination with a more fine grained `package-data` configuration.536537 You can read more about "package data files" on setuptools documentation page:538539 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html540541542 [^1]: For Python, any directory (with suitable naming) can be imported,543 even if it does not contain any `.py` files.544 On the other hand, currently there is no concept of package data545 directory, all directories are treated like packages.546 ********************************************************************************547548!!549 check.warn(importable)550/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.551!!552553 ********************************************************************************554 ############################555 # Package would be ignored #556 ############################557 Python recognizes 'codecov_cli.services.upload_coverage' as an importable package[^1],558 but it is absent from setuptools' `packages` configuration.559560 This leads to an ambiguous overall configuration. If you want to distribute this561 package, please make sure that 'codecov_cli.services.upload_coverage' is explicitly added562 to the `packages` configuration field.563564 Alternatively, you can also rely on setuptools' discovery methods565 (for example by using `find_namespace_packages(...)`/`find_namespace:`566 instead of `find_packages(...)`/`find:`).567568 You can read more about "package discovery" on setuptools documentation page:569570 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html571572 If you don't want 'codecov_cli.services.upload_coverage' to be distributed and are573 already explicitly excluding 'codecov_cli.services.upload_coverage' via574 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,575 you can try to use `exclude_package_data`, or `include-package-data=False` in576 combination with a more fine grained `package-data` configuration.577578 You can read more about "package data files" on setuptools documentation page:579580 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html581582583 [^1]: For Python, any directory (with suitable naming) can be imported,584 even if it does not contain any `.py` files.585 On the other hand, currently there is no concept of package data586 directory, all directories are treated like packages.587 ********************************************************************************588589!!590 check.warn(importable)591creating build/lib/codecov_cli/commands592copying codecov_cli/commands/__init__.py -> build/lib/codecov_cli/commands593copying codecov_cli/commands/base_picking.py -> build/lib/codecov_cli/commands594copying codecov_cli/commands/commit.py -> build/lib/codecov_cli/commands595copying codecov_cli/commands/create_report_result.py -> build/lib/codecov_cli/commands596copying codecov_cli/commands/empty_upload.py -> build/lib/codecov_cli/commands597copying codecov_cli/commands/get_report_results.py -> build/lib/codecov_cli/commands598copying codecov_cli/commands/labelanalysis.py -> build/lib/codecov_cli/commands599copying codecov_cli/commands/process_test_results.py -> build/lib/codecov_cli/commands600copying codecov_cli/commands/report.py -> build/lib/codecov_cli/commands601copying codecov_cli/commands/send_notifications.py -> build/lib/codecov_cli/commands602copying codecov_cli/commands/staticanalysis.py -> build/lib/codecov_cli/commands603copying codecov_cli/commands/upload.py -> build/lib/codecov_cli/commands604copying codecov_cli/commands/upload_coverage.py -> build/lib/codecov_cli/commands605copying codecov_cli/commands/upload_process.py -> build/lib/codecov_cli/commands606creating build/lib/codecov_cli/helpers607copying codecov_cli/helpers/__init__.py -> build/lib/codecov_cli/helpers608copying codecov_cli/helpers/args.py -> build/lib/codecov_cli/helpers609copying codecov_cli/helpers/config.py -> build/lib/codecov_cli/helpers610copying codecov_cli/helpers/encoder.py -> build/lib/codecov_cli/helpers611copying codecov_cli/helpers/folder_searcher.py -> build/lib/codecov_cli/helpers612copying codecov_cli/helpers/git.py -> build/lib/codecov_cli/helpers613copying codecov_cli/helpers/glob.py -> build/lib/codecov_cli/helpers614copying codecov_cli/helpers/logging_utils.py -> build/lib/codecov_cli/helpers615copying codecov_cli/helpers/options.py -> build/lib/codecov_cli/helpers616copying codecov_cli/helpers/request.py -> build/lib/codecov_cli/helpers617copying codecov_cli/helpers/upload_type.py -> build/lib/codecov_cli/helpers618copying codecov_cli/helpers/validators.py -> build/lib/codecov_cli/helpers619copying codecov_cli/helpers/versioning_systems.py -> build/lib/codecov_cli/helpers620creating build/lib/codecov_cli/helpers/ci_adapters621copying codecov_cli/helpers/ci_adapters/__init__.py -> build/lib/codecov_cli/helpers/ci_adapters622copying codecov_cli/helpers/ci_adapters/appveyor_ci.py -> build/lib/codecov_cli/helpers/ci_adapters623copying codecov_cli/helpers/ci_adapters/azure_pipelines.py -> build/lib/codecov_cli/helpers/ci_adapters624copying codecov_cli/helpers/ci_adapters/base.py -> build/lib/codecov_cli/helpers/ci_adapters625copying codecov_cli/helpers/ci_adapters/bitbucket_ci.py -> build/lib/codecov_cli/helpers/ci_adapters626copying codecov_cli/helpers/ci_adapters/bitrise_ci.py -> build/lib/codecov_cli/helpers/ci_adapters627copying codecov_cli/helpers/ci_adapters/buildkite.py -> build/lib/codecov_cli/helpers/ci_adapters628copying codecov_cli/helpers/ci_adapters/circleci.py -> build/lib/codecov_cli/helpers/ci_adapters629copying codecov_cli/helpers/ci_adapters/cirrus_ci.py -> build/lib/codecov_cli/helpers/ci_adapters630copying codecov_cli/helpers/ci_adapters/cloudbuild.py -> build/lib/codecov_cli/helpers/ci_adapters631copying codecov_cli/helpers/ci_adapters/codebuild.py -> build/lib/codecov_cli/helpers/ci_adapters632copying codecov_cli/helpers/ci_adapters/droneci.py -> build/lib/codecov_cli/helpers/ci_adapters633copying codecov_cli/helpers/ci_adapters/github_actions.py -> build/lib/codecov_cli/helpers/ci_adapters634copying codecov_cli/helpers/ci_adapters/gitlab_ci.py -> build/lib/codecov_cli/helpers/ci_adapters635copying codecov_cli/helpers/ci_adapters/heroku.py -> build/lib/codecov_cli/helpers/ci_adapters636copying codecov_cli/helpers/ci_adapters/jenkins.py -> build/lib/codecov_cli/helpers/ci_adapters637copying codecov_cli/helpers/ci_adapters/local.py -> build/lib/codecov_cli/helpers/ci_adapters638copying codecov_cli/helpers/ci_adapters/teamcity.py -> build/lib/codecov_cli/helpers/ci_adapters639copying codecov_cli/helpers/ci_adapters/travis_ci.py -> build/lib/codecov_cli/helpers/ci_adapters640copying codecov_cli/helpers/ci_adapters/woodpeckerci.py -> build/lib/codecov_cli/helpers/ci_adapters641creating build/lib/codecov_cli/helpers/git_services642copying codecov_cli/helpers/git_services/__init__.py -> build/lib/codecov_cli/helpers/git_services643copying codecov_cli/helpers/git_services/github.py -> build/lib/codecov_cli/helpers/git_services644creating build/lib/codecov_cli/plugins645copying codecov_cli/plugins/__init__.py -> build/lib/codecov_cli/plugins646copying codecov_cli/plugins/compress_pycoverage_contexts.py -> build/lib/codecov_cli/plugins647copying codecov_cli/plugins/gcov.py -> build/lib/codecov_cli/plugins648copying codecov_cli/plugins/pycoverage.py -> build/lib/codecov_cli/plugins649copying codecov_cli/plugins/types.py -> build/lib/codecov_cli/plugins650copying codecov_cli/plugins/xcode.py -> build/lib/codecov_cli/plugins651creating build/lib/codecov_cli/runners652copying codecov_cli/runners/__init__.py -> build/lib/codecov_cli/runners653copying codecov_cli/runners/dan_runner.py -> build/lib/codecov_cli/runners654copying codecov_cli/runners/pytest_standard_runner.py -> build/lib/codecov_cli/runners655copying codecov_cli/runners/types.py -> build/lib/codecov_cli/runners656creating build/lib/codecov_cli/services657copying codecov_cli/services/__init__.py -> build/lib/codecov_cli/services658creating build/lib/codecov_cli/services/commit659copying codecov_cli/services/commit/__init__.py -> build/lib/codecov_cli/services/commit660copying codecov_cli/services/commit/base_picking.py -> build/lib/codecov_cli/services/commit661creating build/lib/codecov_cli/services/empty_upload662copying codecov_cli/services/empty_upload/__init__.py -> build/lib/codecov_cli/services/empty_upload663creating build/lib/codecov_cli/services/report664copying codecov_cli/services/report/__init__.py -> build/lib/codecov_cli/services/report665creating build/lib/codecov_cli/services/upload666copying codecov_cli/services/upload/__init__.py -> build/lib/codecov_cli/services/upload667copying codecov_cli/services/upload/file_finder.py -> build/lib/codecov_cli/services/upload668copying codecov_cli/services/upload/legacy_upload_sender.py -> build/lib/codecov_cli/services/upload669copying codecov_cli/services/upload/network_finder.py -> build/lib/codecov_cli/services/upload670copying codecov_cli/services/upload/upload_collector.py -> build/lib/codecov_cli/services/upload671copying codecov_cli/services/upload/upload_sender.py -> build/lib/codecov_cli/services/upload672creating build/lib/codecov_cli/services/upload_completion673copying codecov_cli/services/upload_completion/__init__.py -> build/lib/codecov_cli/services/upload_completion674creating build/lib/codecov_cli/services/upload_coverage675copying codecov_cli/services/upload_coverage/__init__.py -> build/lib/codecov_cli/services/upload_coverage676installing to build/bdist.linux-x86_64/wheel677running install678running install_lib679creating build/bdist.linux-x86_64/wheel680creating build/bdist.linux-x86_64/wheel/codecov_cli681creating build/bdist.linux-x86_64/wheel/codecov_cli/commands682copying build/lib/codecov_cli/commands/staticanalysis.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands683copying build/lib/codecov_cli/commands/upload.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands684copying build/lib/codecov_cli/commands/report.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands685copying build/lib/codecov_cli/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands686copying build/lib/codecov_cli/commands/create_report_result.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands687copying build/lib/codecov_cli/commands/send_notifications.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands688copying build/lib/codecov_cli/commands/base_picking.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands689copying build/lib/codecov_cli/commands/process_test_results.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands690copying build/lib/codecov_cli/commands/commit.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands691copying build/lib/codecov_cli/commands/upload_process.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands692copying build/lib/codecov_cli/commands/upload_coverage.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands693copying build/lib/codecov_cli/commands/empty_upload.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands694copying build/lib/codecov_cli/commands/get_report_results.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands695copying build/lib/codecov_cli/commands/labelanalysis.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/commands696copying build/lib/codecov_cli/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli697creating build/bdist.linux-x86_64/wheel/codecov_cli/runners698copying build/lib/codecov_cli/runners/dan_runner.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners699copying build/lib/codecov_cli/runners/pytest_standard_runner.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners700copying build/lib/codecov_cli/runners/types.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners701copying build/lib/codecov_cli/runners/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/runners702copying build/lib/codecov_cli/fallbacks.py -> build/bdist.linux-x86_64/wheel/./codecov_cli703copying build/lib/codecov_cli/branding.py -> build/bdist.linux-x86_64/wheel/./codecov_cli704copying build/lib/codecov_cli/opentelemetry.py -> build/bdist.linux-x86_64/wheel/./codecov_cli705copying build/lib/codecov_cli/main.py -> build/bdist.linux-x86_64/wheel/./codecov_cli706creating build/bdist.linux-x86_64/wheel/codecov_cli/helpers707copying build/lib/codecov_cli/helpers/encoder.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers708copying build/lib/codecov_cli/helpers/glob.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers709copying build/lib/codecov_cli/helpers/validators.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers710copying build/lib/codecov_cli/helpers/config.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers711copying build/lib/codecov_cli/helpers/versioning_systems.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers712copying build/lib/codecov_cli/helpers/logging_utils.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers713creating build/bdist.linux-x86_64/wheel/codecov_cli/helpers/git_services714copying build/lib/codecov_cli/helpers/git_services/github.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/git_services715copying build/lib/codecov_cli/helpers/git_services/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/git_services716creating build/bdist.linux-x86_64/wheel/codecov_cli/helpers/ci_adapters717copying build/lib/codecov_cli/helpers/ci_adapters/local.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters718copying build/lib/codecov_cli/helpers/ci_adapters/droneci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters719copying build/lib/codecov_cli/helpers/ci_adapters/codebuild.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters720copying build/lib/codecov_cli/helpers/ci_adapters/circleci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters721copying build/lib/codecov_cli/helpers/ci_adapters/travis_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters722copying build/lib/codecov_cli/helpers/ci_adapters/bitbucket_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters723copying build/lib/codecov_cli/helpers/ci_adapters/buildkite.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters724copying build/lib/codecov_cli/helpers/ci_adapters/heroku.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters725copying build/lib/codecov_cli/helpers/ci_adapters/azure_pipelines.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters726copying build/lib/codecov_cli/helpers/ci_adapters/cirrus_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters727copying build/lib/codecov_cli/helpers/ci_adapters/woodpeckerci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters728copying build/lib/codecov_cli/helpers/ci_adapters/gitlab_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters729copying build/lib/codecov_cli/helpers/ci_adapters/bitrise_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters730copying build/lib/codecov_cli/helpers/ci_adapters/appveyor_ci.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters731copying build/lib/codecov_cli/helpers/ci_adapters/base.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters732copying build/lib/codecov_cli/helpers/ci_adapters/teamcity.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters733copying build/lib/codecov_cli/helpers/ci_adapters/jenkins.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters734copying build/lib/codecov_cli/helpers/ci_adapters/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters735copying build/lib/codecov_cli/helpers/ci_adapters/cloudbuild.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters736copying build/lib/codecov_cli/helpers/ci_adapters/github_actions.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers/ci_adapters737copying build/lib/codecov_cli/helpers/args.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers738copying build/lib/codecov_cli/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers739copying build/lib/codecov_cli/helpers/upload_type.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers740copying build/lib/codecov_cli/helpers/folder_searcher.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers741copying build/lib/codecov_cli/helpers/options.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers742copying build/lib/codecov_cli/helpers/git.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers743copying build/lib/codecov_cli/helpers/request.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/helpers744creating build/bdist.linux-x86_64/wheel/codecov_cli/services745creating build/bdist.linux-x86_64/wheel/codecov_cli/services/empty_upload746copying build/lib/codecov_cli/services/empty_upload/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/empty_upload747copying build/lib/codecov_cli/services/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services748creating build/bdist.linux-x86_64/wheel/codecov_cli/services/commit749copying build/lib/codecov_cli/services/commit/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/commit750copying build/lib/codecov_cli/services/commit/base_picking.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/commit751creating build/bdist.linux-x86_64/wheel/codecov_cli/services/upload752copying build/lib/codecov_cli/services/upload/upload_collector.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload753copying build/lib/codecov_cli/services/upload/network_finder.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload754copying build/lib/codecov_cli/services/upload/upload_sender.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload755copying build/lib/codecov_cli/services/upload/file_finder.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload756copying build/lib/codecov_cli/services/upload/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload757copying build/lib/codecov_cli/services/upload/legacy_upload_sender.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload758creating build/bdist.linux-x86_64/wheel/codecov_cli/services/upload_coverage759copying build/lib/codecov_cli/services/upload_coverage/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload_coverage760creating build/bdist.linux-x86_64/wheel/codecov_cli/services/upload_completion761copying build/lib/codecov_cli/services/upload_completion/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/upload_completion762creating build/bdist.linux-x86_64/wheel/codecov_cli/services/report763copying build/lib/codecov_cli/services/report/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/services/report764copying build/lib/codecov_cli/types.py -> build/bdist.linux-x86_64/wheel/./codecov_cli765creating build/bdist.linux-x86_64/wheel/codecov_cli/plugins766copying build/lib/codecov_cli/plugins/gcov.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins767copying build/lib/codecov_cli/plugins/xcode.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins768copying build/lib/codecov_cli/plugins/types.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins769copying build/lib/codecov_cli/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins770copying build/lib/codecov_cli/plugins/pycoverage.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins771copying build/lib/codecov_cli/plugins/compress_pycoverage_contexts.py -> build/bdist.linux-x86_64/wheel/./codecov_cli/plugins772running install_egg_info773Copying codecov_cli.egg-info to build/bdist.linux-x86_64/wheel/./codecov_cli-11.2.6-py3.14.egg-info774running install_scripts775creating build/bdist.linux-x86_64/wheel/codecov_cli-11.2.6.dist-info/WHEEL776creating '/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 it777adding 'codecov_cli/__init__.py'778adding 'codecov_cli/branding.py'779adding 'codecov_cli/fallbacks.py'780adding 'codecov_cli/main.py'781adding 'codecov_cli/opentelemetry.py'782adding 'codecov_cli/types.py'783adding 'codecov_cli/commands/__init__.py'784adding 'codecov_cli/commands/base_picking.py'785adding 'codecov_cli/commands/commit.py'786adding 'codecov_cli/commands/create_report_result.py'787adding 'codecov_cli/commands/empty_upload.py'788adding 'codecov_cli/commands/get_report_results.py'789adding 'codecov_cli/commands/labelanalysis.py'790adding 'codecov_cli/commands/process_test_results.py'791adding 'codecov_cli/commands/report.py'792adding 'codecov_cli/commands/send_notifications.py'793adding 'codecov_cli/commands/staticanalysis.py'794adding 'codecov_cli/commands/upload.py'795adding 'codecov_cli/commands/upload_coverage.py'796adding 'codecov_cli/commands/upload_process.py'797adding 'codecov_cli/helpers/__init__.py'798adding 'codecov_cli/helpers/args.py'799adding 'codecov_cli/helpers/config.py'800adding 'codecov_cli/helpers/encoder.py'801adding 'codecov_cli/helpers/folder_searcher.py'802adding 'codecov_cli/helpers/git.py'803adding 'codecov_cli/helpers/glob.py'804adding 'codecov_cli/helpers/logging_utils.py'805adding 'codecov_cli/helpers/options.py'806adding 'codecov_cli/helpers/request.py'807adding 'codecov_cli/helpers/upload_type.py'808adding 'codecov_cli/helpers/validators.py'809adding 'codecov_cli/helpers/versioning_systems.py'810adding 'codecov_cli/helpers/ci_adapters/__init__.py'811adding 'codecov_cli/helpers/ci_adapters/appveyor_ci.py'812adding 'codecov_cli/helpers/ci_adapters/azure_pipelines.py'813adding 'codecov_cli/helpers/ci_adapters/base.py'814adding 'codecov_cli/helpers/ci_adapters/bitbucket_ci.py'815adding 'codecov_cli/helpers/ci_adapters/bitrise_ci.py'816adding 'codecov_cli/helpers/ci_adapters/buildkite.py'817adding 'codecov_cli/helpers/ci_adapters/circleci.py'818adding 'codecov_cli/helpers/ci_adapters/cirrus_ci.py'819adding 'codecov_cli/helpers/ci_adapters/cloudbuild.py'820adding 'codecov_cli/helpers/ci_adapters/codebuild.py'821adding 'codecov_cli/helpers/ci_adapters/droneci.py'822adding 'codecov_cli/helpers/ci_adapters/github_actions.py'823adding 'codecov_cli/helpers/ci_adapters/gitlab_ci.py'824adding 'codecov_cli/helpers/ci_adapters/heroku.py'825adding 'codecov_cli/helpers/ci_adapters/jenkins.py'826adding 'codecov_cli/helpers/ci_adapters/local.py'827adding 'codecov_cli/helpers/ci_adapters/teamcity.py'828adding 'codecov_cli/helpers/ci_adapters/travis_ci.py'829adding 'codecov_cli/helpers/ci_adapters/woodpeckerci.py'830adding 'codecov_cli/helpers/git_services/__init__.py'831adding 'codecov_cli/helpers/git_services/github.py'832adding 'codecov_cli/plugins/__init__.py'833adding 'codecov_cli/plugins/compress_pycoverage_contexts.py'834adding 'codecov_cli/plugins/gcov.py'835adding 'codecov_cli/plugins/pycoverage.py'836adding 'codecov_cli/plugins/types.py'837adding 'codecov_cli/plugins/xcode.py'838adding 'codecov_cli/runners/__init__.py'839adding 'codecov_cli/runners/dan_runner.py'840adding 'codecov_cli/runners/pytest_standard_runner.py'841adding 'codecov_cli/runners/types.py'842adding 'codecov_cli/services/__init__.py'843adding 'codecov_cli/services/commit/__init__.py'844adding 'codecov_cli/services/commit/base_picking.py'845adding 'codecov_cli/services/empty_upload/__init__.py'846adding 'codecov_cli/services/report/__init__.py'847adding 'codecov_cli/services/upload/__init__.py'848adding 'codecov_cli/services/upload/file_finder.py'849adding 'codecov_cli/services/upload/legacy_upload_sender.py'850adding 'codecov_cli/services/upload/network_finder.py'851adding 'codecov_cli/services/upload/upload_collector.py'852adding 'codecov_cli/services/upload/upload_sender.py'853adding 'codecov_cli/services/upload_completion/__init__.py'854adding 'codecov_cli/services/upload_coverage/__init__.py'855adding 'codecov_cli-11.2.6.dist-info/licenses/LICENSE'856adding 'codecov_cli-11.2.6.dist-info/METADATA'857adding 'codecov_cli-11.2.6.dist-info/WHEEL'858adding 'codecov_cli-11.2.6.dist-info/entry_points.txt'859adding 'codecov_cli-11.2.6.dist-info/top_level.txt'860adding 'codecov_cli-11.2.6.dist-info/RECORD'861removing build/bdist.linux-x86_64/wheel862Successfully built codecov_cli-11.2.6-py3-none-any.whl863Finished creating a wheel...864/build/source/codecov-cli/dist /build/source/codecov-cli865Unpacking to: unpacked/codecov_cli-11.2.6...OK866Repacking wheel as ./codecov_cli-11.2.6-py3-none-any.whl...OK867/build/source/codecov-cli868Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
869Executing pythonRuntimeDepsCheck870Checking runtime dependencies for codecov_cli-11.2.6-py3-none-any.whl871Finished executing pythonRuntimeDepsCheck
installPhase
872Executing pypaInstallPhase873Successfully installed codecov_cli-11.2.6-py3-none-any.whl874Finished executing pypaInstallPhase
pythonOutputDistPhase
875Executing pythonOutputDistPhase876Finished executing pythonOutputDistPhase
fixupPhase
877shrinking RPATHs of ELF executables and libraries in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6878checking for references to /build/ in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6...879patching script interpreter paths in /nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6880stripping (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/bin881shrinking RPATHs of ELF executables and libraries in /nix/store/di6z5pqx7wllkg1ms4b3vnyz1xq0lzpy-codecov-cli-11.2.6-dist882checking for references to /build/ in /nix/store/di6z5pqx7wllkg1ms4b3vnyz1xq0lzpy-codecov-cli-11.2.6-dist...883patching script interpreter paths in /nix/store/di6z5pqx7wllkg1ms4b3vnyz1xq0lzpy-codecov-cli-11.2.6-dist884Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6885wrapping `/nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin/codecov'...886Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6887wrapping `/nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin/codecov-cli'...888Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6889wrapping `/nix/store/k4qyznqr9axzmszlxvi47794g8lygc25-codecov-cli-11.2.6/bin/codecovcli'...890Executing pythonRemoveTestsDir891Finished executing pythonRemoveTestsDir
installCheckPhase
892no Makefile or custom installCheckPhase, doing nothing
pythonImportsCheckPhase
893Executing pythonImportsCheckPhase