Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update uv-version to v0.6.4 #1265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
astral-sh/uv-pre-commit repository minor 0.5.21 -> 0.6.4 age adoption passing confidence
uv (source, changelog) minor 0.5.21 -> 0.6.4 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.6.4

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.4

v0.6.3

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.3

v0.6.2

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.2

v0.6.1

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.1

v0.6.0

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.6.0

v0.5.31

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.31

v0.5.30

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.30

v0.5.29

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.29

v0.5.28

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.28

v0.5.27

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.27

v0.5.26

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.26

v0.5.25

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.25

v0.5.24

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.24

v0.5.23

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.23

v0.5.22

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.5.22

astral-sh/uv (uv)

v0.6.4

Compare Source

Enhancements
  • Upgrade pypy3.10 to v7.3.19 (#​11814)
  • Allow configuring log verbosity from the CLI (i.e., -vvv) (#​11758)
  • Warn when duplicate index names found in single file (#​11824)
Bug fixes
  • Always store registry index on resolution packages (#​11815)
  • Avoid error on relative paths in uv tool uninstall (#​11889)
  • Avoid silently dropping errors in directory enumeration (#​11890)
  • Disable interactive git terminal prompts during fetches (#​11744)
  • Discover Windows registry (PEP 514) Python versions across 32/64-bit (#​11801)
  • Don't panic on Ctrl-C in confirm prompt (#​11706)
  • Fix non-directory in workspace on Windows (#​11833)
  • Make interpreter caching robust to OS upgrades (#​11875)
  • Respect include-system-site-packages in layered environments (#​11873)
  • Suggest uv tool update-shell in PowerShell (#​11846)
  • Update code page to 65001 before setting environment variables in virtual environments (#​11831)
  • Use hash instead of full wheel name in wheels bucket (#​11738)
  • Fix version string truncation while generating cache_key (#​11830)
  • Explicitly handle ctrl-c in confirmation prompt instead of using a signal handler (#​11897)
Performance
  • Avoid cloning to string when creating cache path (#​11772)
  • Avoid redundant clones in version containment check (#​11767)
  • Avoid string allocation when enumerating tool names (#​11910)
  • Avoid using owned String for package name constructors (#​11768)
  • Avoid using owned String in deserializers (#​11764)
  • Migrate to zlib-rs (again) (#​11894)
  • Remove unnecessary clones when adding package names (#​11771)
  • Skip unquote allocation for non-quoted strings (#​11813)
  • Use SmallString for filenames and URLs (#​11765)
  • Use a Boxed slice for version specifiers (#​11766)
  • Use matches over contains for extra value parsing (#​11770)
Documentation
  • Avoid fallback to PyPI in mixed CPU/CUDA example (#​11115)
  • Docs: Clarify that setting cache-keys overrides defaults (#​11895)
  • Document our MSRV policy (#​11898)
  • Fix reference to macOS cache path (#​11845)
  • Fix typo in no_default_groups documentation and changelog (#​11928)
  • Update the "Locking and syncing" page (#​11647)
  • Update alternative indexes documentation to use new interface (#​10826)

v0.6.3

Compare Source

Enhancements
  • Allow quotes around command-line options in requirement.txt files (#​11644)
  • Initialize PEP 723 script in uv lock --script (#​11717)
Configuration
  • Accept multiple .env files in UV_ENV_FILE (#​11665)
Performance
  • Reduce overhead in converting resolutions (#​11660)
  • Use SmallString on Hashes (#​11756)
  • Use a Box for Yanked on File (#​11755)
  • Use a SmallString for the Yanked enum (#​11715)
  • Use boxed slices for hash vector (#​11714)
  • Use install concurrency for bytecode compilation too (#​11615)
Bug fixes
  • Avoid installing duplicate dependencies across conflicting groups (#​11653)
  • Check subdirectory existence after cache heal (#​11719)
  • Include uppercase platforms for Windows wheels (#​11681)
  • Respect existing PEP 723 script settings in uv add (#​11716)
  • Reuse refined interpreter to create tool environment (#​11680)
  • Skip removed directories during bytecode compilation (#​11633)
  • Support conflict markers in uv export (#​11643)
  • Treat lockfile as outdated if (empty) extras are added (#​11702)
  • Display path separators as backslashes on Windows (#​11667)
  • Display the built file name instead of the canonicalized name in uv build (#​11593)
  • Fix message when there are no buildable packages (#​11722)
  • Re-allow HTTP schemes for Git dependencies (#​11687)
Documentation
  • Add anchor links to arguments and options in the CLI reference (#​11754)
  • Add link to environment marker specification (#​11748)
  • Fix missing a closing bracket in the cache-keys setting (#​11669)
  • Remove the last edited date from documentation pages (#​11753)
  • Fix readme typo (#​11742)

v0.6.2

Compare Source

Enhancements
  • Add support for constraining build dependencies with tool.uv.build-constraint-dependencies (#​11585)
  • Sort dependency group keys when adding new group (#​11591)
Performance
Bug fixes
  • Allow use of x86-64 Python on ARM Windows (#​11625)
  • Fix an issue where conflict markers could instigate a very large lock file (#​11293)
  • Fix duplicate packages with multiple conflicting extras declared (#​11513)
  • Respect color settings for log messages (#​11604)
  • Eagerly reject unsupported Git schemes (#​11514)
Documentation
  • Add documentation for specifying Python versions in tool commands (#​11598)

v0.6.1

Compare Source

Enhancements
  • Allow users to mark platforms as "required" for wheel coverage (#​10067)
  • Warn for builds in non-build and workspace root pyproject.toml (#​11394)
Bug fixes
  • Add --all to uvx --reinstall message (#​11535)
  • Fallback to GET on HTTP 400 when attempting to use range requests for wheel download (#​11539)
  • Prefer local variants in preference selection (#​11546)
  • Respect verbatim executable name in uvx (#​11524)
Documentation
  • Add documentation for required environments (#​11542)
  • Note that main.py used to be hello.py (#​11519)

v0.6.0

Compare Source

There have been 31 releases and 1135 pull requests since 0.5.0, our last release with breaking changes. As before, we've accumulated various changes that improve correctness and user experience, but could break some workflows. This release contains those changes; many have been marked as breaking out of an abundance of caution. We expect most users to be able to upgrade without making changes.

Breaking changes
  • Create main.py instead of hello.py in uv init (#​10369)

    Previously, uv init created a hello.py sample file. Now, uv init will create main.py instead — which aligns with expectations from user feedback. The --bare option can be used to avoid creating the file altogether.

  • Respect UV_PYTHON in uv python install (#​11487)

    Previously, uv python install did not read this environment variable; now it does. We believe this matches user expectations, however, this will take priority over .python-version files which could be considered breaking.

  • Set UV to the uv executable path (#​11326)

    When uv spawns a subprocess, it will now have the UV environment variable set to the uv binary path. This change is breaking if you are setting the UV environment variable yourself, as we will overwrite its value.

    Additionally, this change requires marking the uv Rust entrypoint (uv::main) as unsafe to avoid unsoundness — this is only relevant if you are invoking uv using Rust. See the Rust documentation for details about the safety of updating a process' environment.

  • Error on non-existent extras, e.g., in uv sync (#​11426)

    Previously, uv would silently ignore non-existent extras requested on the command-line (e.g., via uv sync --extra foo). This is generally correct behavior when resolving requests for package extras, because an extra may be present on one compatible version of a package but not another. However, this flexibility doesn't need to apply to the local project and it's less surprising to error here.

  • Error on missing dependency groups when --frozen is provided (#​11499)

    Previously, uv would not validate that the requested dependency groups were present in the lockfile when the --frozen flag was used. Now, an error will be raised if a requested dependency group is not present.

  • Change -p to a --python alias in uv pip compile (#​11486)

    In uv pip compile, -p was an alias for --python-version while everywhere else in uv's interface it is an alias for --python. Additionally, uv pip compile did not respect the UV_PYTHON environment variable. Now, the semantics of this flag have been updated for parity with the rest of the CLI.

    However, --python-version is unique: if we cannot find an interpreter with the given version, we will not fail. Instead, we'll use an alternative interpreter and override its version tags with the requested version during package resolution. This behavior is retained here for backwards compatibility, --python <version> / -p <version> will not fail if the version cannot be found. However, if a specific interpreter is requested, e.g., with --python <path> or --python pypy, and cannot be found — uv will exit with an error.

    The breaking changes here are that UV_PYTHON is respected and --python <version> will no longer fail if the version cannot be found.

  • Bump alpine default tag to 3.21 for derived Docker images (#​11157)

    Alpine 3.21 was released in Dec 2024 and is used in the official Alpine-based Python images. Our uv:python3.x-alpine images have been using 3.21 since uv v0.5.8. However, now the the uv:alpine image will use 3.21 instead of 3.20 and uv:alpine3.20 will no longer be updated.

  • Use files instead of junctions on Windows (#​11269)

    Previously, we used junctions for atomic replacement of cache entries on Windows. Now, we use a file with a pointer to the cache entry instead. This resolves various edge-case behaviors with junctions. These files are only intended to be consumed by uv and the cache version has been bumped. We do not think this change will affect workflows.

Stabilizations
  • uv publish is no longer in preview (#​11032)

    This does not come with any behavior changes. You will no longer see an experimental warning when using uv publish. See the linked pull request for a report on the stabilization.

Enhancements
  • Support --active for PEP 723 script environments (#​11433)
  • Add revision to the lockfile to allow backwards-compatible metadata changes (#​11500)
Bug fixes
  • Avoid reading metadata from .egg-info files (#​11395)
  • Include archive bucket version in archive pointers (#​11306)
  • Omit lockfile version when additional fields are dynamic (#​11468)
  • Respect executable name in uvx --from tool@latest (#​11465)
Documentation
  • The CHANGELOG.md is now split into separate files for each "major" version to fix rendering (#​11510)

v0.5.31

Compare Source

Release Notes

Enhancements
  • Add uv sync --script (#​11361)
  • Allow PEP 508 requirements in tool requests (#​11337)
  • Allow source distributions to produce wheels with +local suffixes (#​11429)
  • Bring parity to uvx and uv tool install requests (#​11345)
  • Use a stable directory for local, remote, and stdin script virtual environments (#​11347, #​11364)
  • Detect infinite recursion in uv run (#​11386)
Python

The managed Python distributions have been updated, including:

See the python-build-standalone release notes for more details.

Bug fixes
  • Fix cross-drive script installation (#​11167)
  • Add indexes in priority order (#​11451)
  • Allow --python <dir> requests to match existing environments if sys.executable is the same file (#​11290)
  • Avoid comparing to system site packages in --dry-run mode (#​11427)
  • Prefer running executables in the environment with <name> over <name>/__main__.py (#​11431)
  • Retry local clones without hardlinks if they fail (#​11421)
Documentation
  • Update alternative-indexes.md to use UV_INDEX instead of UV_EXTRA_INDEX_URL (#​11381)
  • Update scripts guide to include using package indexes (#​11443)

Install uv 0.5.31

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.31/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.31/uv-installer.ps1 | iex"

Download uv 0.5.31

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.30

Compare Source

Release Notes

Python

The managed PyPy distributions have been updated for PyPy v7.3.18, which includes:

  • PyPy3.10, which updates the standard library from Python 3.10.14 to 3.10.19
  • PyPy3.11, which adds beta support for Python 3.11.11

See the PyPy release for more details.

Enhancements
  • Add uv sync --dry-run (#​11299)
  • Ignore #egg fragment in HTML Simple API response (#​11340)
Configuration
  • Add NO_BINARY and NO_BINARY_PACKAGE environment variables (#​11399)
Performance
  • Avoid re-cloning name when populating ambiguous set (#​11401)
  • Optimize flattening in large workspaces (#​11313)
Bug fixes
  • Allow dynamic packages to be overloaded (#​11400)
  • Fix credential caching for index roots when URL ends in simple/ (#​11336)
  • Fix marker merging for requirements.txt for psycopg (#​11298)
  • Set 777 permissions on locked files (#​11328)
  • Support extras in @ requests for tools (#​11335)
  • Upgrade astral-tokio-tar to v0.5.1 (#​11359)
  • Avoid missing logging for no-op upgrade events (#​11301)
  • Use refined specifiers when logging narrowed Python range (#​11334)
  • Don't use popup-generating eprintln in trampoline warnings (#​11295)
  • Patch pkg-config files to be relocatable (#​11291)
  • Fix a case of duplicate torch packages when using conflicting extras (#​11323)
Documentation
  • Add docs for uv tool install --editable (#​11280)
  • Fix broken anchors in README and docs index (#​11338)

Install uv 0.5.30

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.30/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.30/uv-installer.ps1 | iex"

Download uv 0.5.30

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.29

Compare Source

Release Notes

Enhancements
  • Add --bare option to uv init (#​11192)
  • Add support for respecting VIRTUAL_ENV in project commands via --active (#​11189)
  • Allow the project VIRTUAL_ENV warning to be silenced with --no-active (#​11251)
Python

The managed Python distributions have been updated, including:

  • CPython 3.12.9
  • CPython 3.13.2
  • pkg-config files are now relocatable

See the python-build-standalone release notes for more details.

Bug fixes
  • Always use base Python discovery logic for cached environments (#​11254)
  • Use a flock to avoid concurrent initialization of project environments (#​11259)
  • Fix handling of --all-groups and --no-default-groups flags (#​11224)
Documentation
  • Minor touchups to the Docker provenance docs (#​11252)
  • Move content from the mkdocs.public.yml into the template (#​11246)

Install uv 0.5.29

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.29/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.29/uv-installer.ps1 | iex"

Download uv 0.5.29

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.28

Compare Source

Release Notes

Bug fixes
  • Allow discovering virtual environments from the first interpreter found on the PATH (#​11218)
  • Clear ephemeral overlays when running tools (#​11141)
  • Disable SSL in Git commands for --allow-insecure-host (#​11210)
  • Fix hardlinks in tar unpacking (#​11221)
  • Set base executable when returning virtual environment (#​11209)
  • Use base Python for cached environments (#​11208)
Documentation
  • Add documentation on verifying Docker image attestations (#​11140)
  • Add last updated to documentation (#​11164)

Install uv 0.5.28

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.28/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.28/uv-installer.ps1 | iex"

Download uv 0.5.28

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

v0.5.27

Compare Source

Release Notes

Enhancements
  • Avoid setting permissions during tar extraction (#​11191)
  • Remove warnings for missing lower bounds (#​11195)
  • Update PubGrub to set-based outdated priority tracking (#​11169)
  • Improve error messages for uv pip install with --extra or --all-extras and invalid sources (#​11193)
  • Sign Docker images using GitHub attestations (#​8685)
Preview features
  • Don't expand self-referential extras in the build backend (#​11142)
Performance
  • Filter discovered Python executables by source before querying (#​11143)
  • Optimize exclusion computation for markers (#​11158)
  • Use Astral-maintained tokio-tar fork (#​11174)
  • Remove unneeded .clone() (#​11127)
Bug fixes
  • Fix relative paths in bytecode compilation (#​11177)
  • Percent-decode URLs in canonical comparisons (#​11088)
  • Respect concurrency limits in parallel index fetch (#​11182)
  • Use wire JSON schema for conflict items (#​11196)
  • Use explicit _GLibCVersion tuple in uv-python crate (#​11122)
Documentation
  • Add Git SHA locking behavior to docs (#​11125)
  • Add best-practice flags to pip install example in troubleshooting guide (#​11194)
  • Set VIRTUAL_ENV in Jupyter kernels (#​11155)
  • Add instructions for deactivating an environment (#​11200)

Install uv 0.5.27

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.27/uv-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.5.27/uv-installer.ps1 | iex"

Download uv 0.5.27

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) [checksum](https://redirect.github.com/astral-sh/uv/

@renovate renovate bot added the dependencies Python Dependencies label Jan 25, 2025
@renovate renovate bot requested a review from edgarrmondragon as a code owner January 25, 2025 19:14
Copy link

codecov bot commented Jan 25, 2025

❌ 35 Tests Failed:

Tests completed Failed Passed Skipped
1350 35 1315 90
View the top 3 failed test(s) by shortest run time
tests.integration.test_rpc_client test_add_quota[terminate]
Stack Traces | 0s run time
docker_compose_command = 'docker compose --env-file .../pytest-0/integration0/.env'
docker_compose_file = [PosixPath('.../citric/tests/compose.yaml')]
docker_compose_project_name = 'pytest2781', docker_setup = ['up --build -d']
docker_cleanup = ['down -v']

    #x1B[0m#x1B[37m@pytest#x1B[39;49;00m.fixture(scope=containers_scope)#x1B[90m#x1B[39;49;00m
    #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mdocker_services#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
        docker_compose_command: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_compose_file: Union[List[#x1B[96mstr#x1B[39;49;00m], #x1B[96mstr#x1B[39;49;00m],#x1B[90m#x1B[39;49;00m
        docker_compose_project_name: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_setup: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_cleanup: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
    ) -> Iterator[Services]:#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Start all services from a docker compose file (`docker-compose up`).#x1B[39;49;00m
    #x1B[33m    After test are finished, shutdown all services (`docker-compose down`)."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
>       #x1B[94mwith#x1B[39;49;00m get_docker_services(#x1B[90m#x1B[39;49;00m
            docker_compose_command,#x1B[90m#x1B[39;49;00m
            docker_compose_file,#x1B[90m#x1B[39;49;00m
            docker_compose_project_name,#x1B[90m#x1B[39;49;00m
            docker_setup,#x1B[90m#x1B[39;49;00m
            docker_cleanup,#x1B[90m#x1B[39;49;00m
        ) #x1B[94mas#x1B[39;49;00m docker_service:#x1B[90m#x1B[39;49;00m

#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:238: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
#x1B[1m#x1B[.../hostedtoolcache/Python/3.13.2.../x64/lib/python3.13/contextlib.py#x1B[0m:141: in __enter__
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mnext#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m.gen)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:212: in get_docker_services
    #x1B[0mdocker_compose.execute(command)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:140: in execute
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m execute(command)#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

command = 'docker compose --env-file .../pytest-0/integration0/.env -f ".../citric/tests/compose.yaml" -p "pytest2781" up --build -d'
success_codes = (0,)

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mexecute#x1B[39;49;00m(command: #x1B[96mstr#x1B[39;49;00m, success_codes: Iterable[#x1B[96mint#x1B[39;49;00m] = (#x1B[94m0#x1B[39;49;00m,)) -> Union[#x1B[96mbytes#x1B[39;49;00m, Any]:#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Run a shell command."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mtry#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            output = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
            status = #x1B[94m0#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mexcept#x1B[39;49;00m subprocess.CalledProcessError #x1B[94mas#x1B[39;49;00m error:#x1B[90m#x1B[39;49;00m
            output = error.output #x1B[95mor#x1B[39;49;00m #x1B[33mb#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
            status = error.returncode#x1B[90m#x1B[39;49;00m
            command = error.cmd#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m status #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m success_codes:#x1B[90m#x1B[39;49;00m
>           #x1B[94mraise#x1B[39;49;00m #x1B[96mException#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
                #x1B[33m'#x1B[39;49;00m#x1B[33mCommand #x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m returned #x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m: #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m.#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m.format(command, status, output.decode(#x1B[33m"#x1B[39;49;00m#x1B[33mutf-8#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE           Exception: Command docker compose --env-file .../pytest-0/integration0/.env -f ".../citric/tests/compose.yaml" -p "pytest2781" up --build -d returned 18: """ mailpit Pulling #x1B[0m
#x1B[1m#x1B[31mE            limesurvey Pulling #x1B[0m
#x1B[1m#x1B[31mE            db Pulling #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Waiting #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Waiting #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Waiting #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Waiting #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Waiting #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Waiting #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Waiting #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Waiting #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Waiting #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Waiting #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Waiting #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Waiting #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Waiting #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Waiting #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Waiting #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Waiting #x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Waiting #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Waiting #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Waiting #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Waiting #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Waiting #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Waiting #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Waiting #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Waiting #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Waiting #x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Waiting #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Waiting #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Waiting #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Waiting #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [>                                                  ]  294.1kB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Downloading [>                                                  ]  45.72kB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Downloading [==============================>                    ]     720B/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Downloading [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Download complete #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Download complete #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Downloading [>                                                  ]  15.78kB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [======================>                            ]  12.83MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Downloading [>                                                  ]  81.54kB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Downloading [>                                                  ]  13.04kB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Download complete #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Download complete #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Downloading [===========>                                       ]     720B/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Downloading [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Download complete #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Downloading [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [=======================================>           ]   22.1MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [>                                                  ]  538.9kB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Downloading [===>                                               ]     719B/10.24kB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Downloading [==================================================>]  10.24kB/10.24kB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Download complete #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Downloading [==================================================>]     128B/128B#x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [>                                                  ]  294.9kB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [===>                                               ]  6.945MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Downloading [======>                                            ]     720B/5.475kB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Downloading [==================================================>]  5.475kB/5.475kB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Download complete #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Downloading [==================================================>]     167B/167B#x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Download complete #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Downloading [==================================================>]     186B/186B#x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==========>                                        ]  6.193MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [>                                                  ]  298.2kB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=======>                                           ]  16.62MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Downloading [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [================>                                  ]  9.437MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [=====================>                             ]  12.16MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [>                                                  ]  530.7kB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=========>                                         ]  21.96MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [=======================>                           ]  13.27MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [==============================================>    ]  26.29MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=>                                                 ]  2.669MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=============>                                     ]  29.47MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [====================================>              ]  20.64MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [>                                                  ]  294.9kB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Downloading [==================================================>]     222B/222B#x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==>                                                ]   5.88MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [===================>                               ]  43.37MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Downloading [>                                                  ]  204.3kB/20.12MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [========>                                          ]  5.014MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [====>                                              ]  10.16MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [======================>                            ]  50.34MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [================>                                  ]  9.142MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Downloading [==================================>                ]  13.71MB/20.12MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==========================================>        ]  23.89MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [========>                                          ]  18.72MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=========================>                         ]  58.35MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Downloading [==================================================>]     427B/427B#x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===================>                               ]  11.21MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Downloading [==================================================>]     486B/486B#x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=============================>                     ]  67.42MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [===========>                                       ]  24.61MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [===============================================>   ]  26.84MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Downloading [>                                                  ]  122.9kB/12.05MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===============================>                   ]  17.69MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=============>                                     ]  27.29MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [================================>                  ]  72.77MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Downloading [==========================================>        ]  10.12MB/12.05MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [=========================================>         ]   23.3MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=================>                                 ]  35.85MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=================================>                 ]  75.43MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Downloading [==================================================>]     485B/485B#x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Download complete #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Downloading [>                                                  ]  115.2kB/11.16MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [==========================================>        ]  23.89MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [====================================>              ]  81.32MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=====================>                             ]  44.39MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [================================================>  ]  27.43MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Downloading [=============================================>     ]  10.24MB/11.16MB#x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [========================================>          ]  92.02MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [========================>                          ]  51.35MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===============================================>   ]  26.84MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Downloading [==============>                                    ]     688B/2.451kB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Downloading [==================================================>]  2.451kB/2.451kB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==================================================>]  28.22MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Pull complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [==============================================>    ]  105.4MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Extracting [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Extracting [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==========================>                        ]  55.62MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Downloading [==================================================>]     246B/246B#x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Download complete #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Downloading [========================================>          ]     721B/887B#x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Downloading [==================================================>]     887B/887B#x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Download complete #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Downloading [==================================================>]      32B/32B#x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [============================>                      ]  58.83MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Downloading [>                                                  ]  3.456kB/300.8kB#x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Download complete #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Downloading [>                                                  ]  30.84kB/3.045MB#x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Download complete #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Downloading [==================================================>]     578B/578B#x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [================================================>  ]  27.43MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Downloading [=>                                                 ]     719B/24.13kB#x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==============================>                    ]   63.1MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Downloading [=================>                                 ]     720B/2.071kB#x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [===============================>                   ]  65.26MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [>                                                  ]  535.8kB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [=================================================> ]  28.02MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Downloading [==================================================>]     334B/334B#x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [==================================================>]  28.21MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [======>                                            ]  12.29MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [================================>                  ]  67.93MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==================================>                ]  72.74MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [===========>                                       ]  20.81MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Extracting [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Extracting [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [====================================>              ]  77.02MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [===========>                                       ]  21.87MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [======================>                            ]  40.58MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [============================================>      ]  93.03MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==============================================>    ]  96.22MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [================================>                  ]  59.34MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [================================================>  ]  100.5MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [=====================================>             ]  68.41MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Download complete #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [=========================================>         ]  75.91MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Extracting [>                                                  ]  65.54kB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [>                                                  ]  557.1kB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Extracting [==================================================>]  4.534MB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==>                                                ]  5.571MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Extracting [=>                                                 ]  32.77kB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Extracting [==================================================>]  1.447MB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [>                                                  ]   98.3kB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [======>                                            ]  12.81MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [=====================>                             ]  3.539MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [=========>                                         ]  20.05MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [===================================>               ]    5.8MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==========>                                        ]  22.28MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [==================================================>]  8.066MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [=>                                                 ]  32.77kB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==========>                                        ]  22.84MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [==================================================>]  1.196MB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [==================================================>]  1.196MB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Extracting [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Extracting [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Pull complete #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Extracting [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Extracting [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Pull complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [>                                                  ]  557.1kB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [===========>                                       ]  23.95MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [===>                                               ]  7.799MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [====>                                              ]  10.58MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [============>                                      ]  25.07MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [======>                                            ]  15.04MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [===============>                                   ]  32.31MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [========>                                          ]  18.94MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==================>                                ]  38.99MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [==========>                                        ]   23.4MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [======================>                            ]  46.79MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=============>                                     ]  29.52MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [================>                                  ]  37.32MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [=========================>                         ]  52.92MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [====================>                              ]  45.68MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [============================>                      ]  60.16MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=======================>                           ]  52.92MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [================================>                  ]  67.96MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=========================>                         ]  56.82MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==================================>                ]  72.42MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            mailpit Error Get "https://registry-1.docker..../mailpit/manifests/sha256:f7f7c31de4de59540ad6515a0ca057a77525bca2069b6e747d873ca66c10fe08": EOF#x1B[0m
#x1B[1m#x1B[31mE           Error response from daemon: Get "https://registry-1.docker..../mailpit/manifests/sha256:f7f7c31de4de59540ad6515a0ca057a77525bca2069b6e747d873ca66c10fe08": EOF#x1B[0m
#x1B[1m#x1B[31mE           """.#x1B[0m

#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:35: Exception
tests.integration.test_rpc_client test_get_available_site_settings
Stack Traces | 0s run time
docker_compose_command = 'docker compose --env-file .../pytest-0/integration0/.env'
docker_compose_file = [PosixPath('.../citric/tests/compose.yaml')]
docker_compose_project_name = 'pytest2781', docker_setup = ['up --build -d']
docker_cleanup = ['down -v']

    #x1B[0m#x1B[37m@pytest#x1B[39;49;00m.fixture(scope=containers_scope)#x1B[90m#x1B[39;49;00m
    #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mdocker_services#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
        docker_compose_command: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_compose_file: Union[List[#x1B[96mstr#x1B[39;49;00m], #x1B[96mstr#x1B[39;49;00m],#x1B[90m#x1B[39;49;00m
        docker_compose_project_name: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_setup: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_cleanup: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
    ) -> Iterator[Services]:#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Start all services from a docker compose file (`docker-compose up`).#x1B[39;49;00m
    #x1B[33m    After test are finished, shutdown all services (`docker-compose down`)."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
>       #x1B[94mwith#x1B[39;49;00m get_docker_services(#x1B[90m#x1B[39;49;00m
            docker_compose_command,#x1B[90m#x1B[39;49;00m
            docker_compose_file,#x1B[90m#x1B[39;49;00m
            docker_compose_project_name,#x1B[90m#x1B[39;49;00m
            docker_setup,#x1B[90m#x1B[39;49;00m
            docker_cleanup,#x1B[90m#x1B[39;49;00m
        ) #x1B[94mas#x1B[39;49;00m docker_service:#x1B[90m#x1B[39;49;00m

#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:238: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
#x1B[1m#x1B[.../hostedtoolcache/Python/3.13.2.../x64/lib/python3.13/contextlib.py#x1B[0m:141: in __enter__
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mnext#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m.gen)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:212: in get_docker_services
    #x1B[0mdocker_compose.execute(command)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:140: in execute
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m execute(command)#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

command = 'docker compose --env-file .../pytest-0/integration0/.env -f ".../citric/tests/compose.yaml" -p "pytest2781" up --build -d'
success_codes = (0,)

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mexecute#x1B[39;49;00m(command: #x1B[96mstr#x1B[39;49;00m, success_codes: Iterable[#x1B[96mint#x1B[39;49;00m] = (#x1B[94m0#x1B[39;49;00m,)) -> Union[#x1B[96mbytes#x1B[39;49;00m, Any]:#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Run a shell command."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mtry#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            output = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
            status = #x1B[94m0#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mexcept#x1B[39;49;00m subprocess.CalledProcessError #x1B[94mas#x1B[39;49;00m error:#x1B[90m#x1B[39;49;00m
            output = error.output #x1B[95mor#x1B[39;49;00m #x1B[33mb#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
            status = error.returncode#x1B[90m#x1B[39;49;00m
            command = error.cmd#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m status #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m success_codes:#x1B[90m#x1B[39;49;00m
>           #x1B[94mraise#x1B[39;49;00m #x1B[96mException#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
                #x1B[33m'#x1B[39;49;00m#x1B[33mCommand #x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m returned #x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m: #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m.#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m.format(command, status, output.decode(#x1B[33m"#x1B[39;49;00m#x1B[33mutf-8#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE           Exception: Command docker compose --env-file .../pytest-0/integration0/.env -f ".../citric/tests/compose.yaml" -p "pytest2781" up --build -d returned 18: """ mailpit Pulling #x1B[0m
#x1B[1m#x1B[31mE            limesurvey Pulling #x1B[0m
#x1B[1m#x1B[31mE            db Pulling #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Waiting #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Waiting #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Waiting #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Waiting #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Waiting #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Waiting #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Waiting #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Waiting #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Waiting #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Waiting #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Waiting #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Waiting #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Waiting #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Waiting #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Waiting #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Waiting #x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Waiting #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Waiting #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Waiting #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Waiting #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Waiting #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Waiting #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Waiting #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Waiting #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Waiting #x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Waiting #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Waiting #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Waiting #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Waiting #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [>                                                  ]  294.1kB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Downloading [>                                                  ]  45.72kB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Downloading [==============================>                    ]     720B/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Downloading [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Download complete #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Download complete #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Downloading [>                                                  ]  15.78kB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [======================>                            ]  12.83MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Downloading [>                                                  ]  81.54kB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Downloading [>                                                  ]  13.04kB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Download complete #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Download complete #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Downloading [===========>                                       ]     720B/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Downloading [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Download complete #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Downloading [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [=======================================>           ]   22.1MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [>                                                  ]  538.9kB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Downloading [===>                                               ]     719B/10.24kB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Downloading [==================================================>]  10.24kB/10.24kB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Download complete #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Downloading [==================================================>]     128B/128B#x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [>                                                  ]  294.9kB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [===>                                               ]  6.945MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Downloading [======>                                            ]     720B/5.475kB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Downloading [==================================================>]  5.475kB/5.475kB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Download complete #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Downloading [==================================================>]     167B/167B#x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Download complete #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Downloading [==================================================>]     186B/186B#x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==========>                                        ]  6.193MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [>                                                  ]  298.2kB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=======>                                           ]  16.62MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Downloading [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [================>                                  ]  9.437MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [=====================>                             ]  12.16MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [>                                                  ]  530.7kB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=========>                                         ]  21.96MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [=======================>                           ]  13.27MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [==============================================>    ]  26.29MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=>                                                 ]  2.669MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=============>                                     ]  29.47MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [====================================>              ]  20.64MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [>                                                  ]  294.9kB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Downloading [==================================================>]     222B/222B#x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==>                                                ]   5.88MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [===================>                               ]  43.37MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Downloading [>                                                  ]  204.3kB/20.12MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [========>                                          ]  5.014MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [====>                                              ]  10.16MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [======================>                            ]  50.34MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [================>                                  ]  9.142MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Downloading [==================================>                ]  13.71MB/20.12MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==========================================>        ]  23.89MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [========>                                          ]  18.72MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=========================>                         ]  58.35MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Downloading [==================================================>]     427B/427B#x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===================>                               ]  11.21MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Downloading [==================================================>]     486B/486B#x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=============================>                     ]  67.42MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [===========>                                       ]  24.61MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [===============================================>   ]  26.84MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Downloading [>                                                  ]  122.9kB/12.05MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===============================>                   ]  17.69MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=============>                                     ]  27.29MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [================================>                  ]  72.77MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Downloading [==========================================>        ]  10.12MB/12.05MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [=========================================>         ]   23.3MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=================>                                 ]  35.85MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=================================>                 ]  75.43MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Downloading [==================================================>]     485B/485B#x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Download complete #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Downloading [>                                                  ]  115.2kB/11.16MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [==========================================>        ]  23.89MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [====================================>              ]  81.32MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=====================>                             ]  44.39MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [================================================>  ]  27.43MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Downloading [=============================================>     ]  10.24MB/11.16MB#x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [========================================>          ]  92.02MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [========================>                          ]  51.35MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===============================================>   ]  26.84MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Downloading [==============>                                    ]     688B/2.451kB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Downloading [==================================================>]  2.451kB/2.451kB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==================================================>]  28.22MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Pull complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [==============================================>    ]  105.4MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Extracting [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Extracting [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==========================>                        ]  55.62MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Downloading [==================================================>]     246B/246B#x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Download complete #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Downloading [========================================>          ]     721B/887B#x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Downloading [==================================================>]     887B/887B#x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Download complete #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Downloading [==================================================>]      32B/32B#x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [============================>                      ]  58.83MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Downloading [>                                                  ]  3.456kB/300.8kB#x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Download complete #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Downloading [>                                                  ]  30.84kB/3.045MB#x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Download complete #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Downloading [==================================================>]     578B/578B#x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [================================================>  ]  27.43MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Downloading [=>                                                 ]     719B/24.13kB#x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==============================>                    ]   63.1MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Downloading [=================>                                 ]     720B/2.071kB#x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [===============================>                   ]  65.26MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [>                                                  ]  535.8kB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [=================================================> ]  28.02MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Downloading [==================================================>]     334B/334B#x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [==================================================>]  28.21MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [======>                                            ]  12.29MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [================================>                  ]  67.93MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==================================>                ]  72.74MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [===========>                                       ]  20.81MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Extracting [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Extracting [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [====================================>              ]  77.02MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [===========>                                       ]  21.87MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [======================>                            ]  40.58MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [============================================>      ]  93.03MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==============================================>    ]  96.22MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [================================>                  ]  59.34MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [================================================>  ]  100.5MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [=====================================>             ]  68.41MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Download complete #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [=========================================>         ]  75.91MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Extracting [>                                                  ]  65.54kB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [>                                                  ]  557.1kB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Extracting [==================================================>]  4.534MB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==>                                                ]  5.571MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Extracting [=>                                                 ]  32.77kB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Extracting [==================================================>]  1.447MB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [>                                                  ]   98.3kB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [======>                                            ]  12.81MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [=====================>                             ]  3.539MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [=========>                                         ]  20.05MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [===================================>               ]    5.8MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==========>                                        ]  22.28MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [==================================================>]  8.066MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [=>                                                 ]  32.77kB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==========>                                        ]  22.84MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [==================================================>]  1.196MB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [==================================================>]  1.196MB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Extracting [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Extracting [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Pull complete #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Extracting [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Extracting [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Pull complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [>                                                  ]  557.1kB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [===========>                                       ]  23.95MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [===>                                               ]  7.799MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [====>                                              ]  10.58MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [============>                                      ]  25.07MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [======>                                            ]  15.04MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [===============>                                   ]  32.31MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [========>                                          ]  18.94MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==================>                                ]  38.99MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [==========>                                        ]   23.4MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [======================>                            ]  46.79MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=============>                                     ]  29.52MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [================>                                  ]  37.32MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [=========================>                         ]  52.92MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [====================>                              ]  45.68MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [============================>                      ]  60.16MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=======================>                           ]  52.92MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [================================>                  ]  67.96MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=========================>                         ]  56.82MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==================================>                ]  72.42MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            mailpit Error Get "https://registry-1.docker..../mailpit/manifests/sha256:f7f7c31de4de59540ad6515a0ca057a77525bca2069b6e747d873ca66c10fe08": EOF#x1B[0m
#x1B[1m#x1B[31mE           Error response from daemon: Get "https://registry-1.docker..../mailpit/manifests/sha256:f7f7c31de4de59540ad6515a0ca057a77525bca2069b6e747d873ca66c10fe08": EOF#x1B[0m
#x1B[1m#x1B[31mE           """.#x1B[0m

#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:35: Exception
tests.integration.test_rpc_client test_import_group_with_description
Stack Traces | 0s run time
docker_compose_command = 'docker compose --env-file .../pytest-0/integration0/.env'
docker_compose_file = [PosixPath('.../citric/tests/compose.yaml')]
docker_compose_project_name = 'pytest2781', docker_setup = ['up --build -d']
docker_cleanup = ['down -v']

    #x1B[0m#x1B[37m@pytest#x1B[39;49;00m.fixture(scope=containers_scope)#x1B[90m#x1B[39;49;00m
    #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mdocker_services#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
        docker_compose_command: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_compose_file: Union[List[#x1B[96mstr#x1B[39;49;00m], #x1B[96mstr#x1B[39;49;00m],#x1B[90m#x1B[39;49;00m
        docker_compose_project_name: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_setup: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        docker_cleanup: #x1B[96mstr#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
    ) -> Iterator[Services]:#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Start all services from a docker compose file (`docker-compose up`).#x1B[39;49;00m
    #x1B[33m    After test are finished, shutdown all services (`docker-compose down`)."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
>       #x1B[94mwith#x1B[39;49;00m get_docker_services(#x1B[90m#x1B[39;49;00m
            docker_compose_command,#x1B[90m#x1B[39;49;00m
            docker_compose_file,#x1B[90m#x1B[39;49;00m
            docker_compose_project_name,#x1B[90m#x1B[39;49;00m
            docker_setup,#x1B[90m#x1B[39;49;00m
            docker_cleanup,#x1B[90m#x1B[39;49;00m
        ) #x1B[94mas#x1B[39;49;00m docker_service:#x1B[90m#x1B[39;49;00m

#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:238: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
#x1B[1m#x1B[.../hostedtoolcache/Python/3.13.2.../x64/lib/python3.13/contextlib.py#x1B[0m:141: in __enter__
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m #x1B[96mnext#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m.gen)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:212: in get_docker_services
    #x1B[0mdocker_compose.execute(command)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:140: in execute
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m execute(command)#x1B[90m#x1B[39;49;00m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

command = 'docker compose --env-file .../pytest-0/integration0/.env -f ".../citric/tests/compose.yaml" -p "pytest2781" up --build -d'
success_codes = (0,)

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mexecute#x1B[39;49;00m(command: #x1B[96mstr#x1B[39;49;00m, success_codes: Iterable[#x1B[96mint#x1B[39;49;00m] = (#x1B[94m0#x1B[39;49;00m,)) -> Union[#x1B[96mbytes#x1B[39;49;00m, Any]:#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Run a shell command."""#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mtry#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            output = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=#x1B[94mTrue#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
            status = #x1B[94m0#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mexcept#x1B[39;49;00m subprocess.CalledProcessError #x1B[94mas#x1B[39;49;00m error:#x1B[90m#x1B[39;49;00m
            output = error.output #x1B[95mor#x1B[39;49;00m #x1B[33mb#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
            status = error.returncode#x1B[90m#x1B[39;49;00m
            command = error.cmd#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m status #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m success_codes:#x1B[90m#x1B[39;49;00m
>           #x1B[94mraise#x1B[39;49;00m #x1B[96mException#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
                #x1B[33m'#x1B[39;49;00m#x1B[33mCommand #x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m returned #x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m: #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m{}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m.#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m.format(command, status, output.decode(#x1B[33m"#x1B[39;49;00m#x1B[33mutf-8#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE           Exception: Command docker compose --env-file .../pytest-0/integration0/.env -f ".../citric/tests/compose.yaml" -p "pytest2781" up --build -d returned 18: """ mailpit Pulling #x1B[0m
#x1B[1m#x1B[31mE            limesurvey Pulling #x1B[0m
#x1B[1m#x1B[31mE            db Pulling #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Waiting #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Waiting #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Waiting #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Waiting #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Waiting #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Waiting #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Waiting #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Waiting #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Waiting #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Waiting #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Pulling fs layer #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Waiting #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Waiting #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Waiting #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Waiting #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Waiting #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Waiting #x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Waiting #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Waiting #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Waiting #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Waiting #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Waiting #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Waiting #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Waiting #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Waiting #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Waiting #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Waiting #x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Waiting #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Waiting #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Waiting #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Waiting #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [>                                                  ]  294.1kB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Downloading [>                                                  ]  45.72kB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Downloading [==============================>                    ]     720B/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Downloading [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Download complete #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Download complete #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Downloading [>                                                  ]  15.78kB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [======================>                            ]  12.83MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Downloading [>                                                  ]  81.54kB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Downloading [>                                                  ]  13.04kB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Download complete #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Download complete #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Downloading [===========>                                       ]     720B/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Downloading [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Download complete #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Downloading [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Downloading [=======================================>           ]   22.1MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [>                                                  ]  538.9kB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Downloading [===>                                               ]     719B/10.24kB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Downloading [==================================================>]  10.24kB/10.24kB#x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            42e76ffa3e07 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Download complete #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Downloading [==================================================>]     128B/128B#x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            fcccafd45a4d Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [>                                                  ]  294.9kB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [===>                                               ]  6.945MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Downloading [======>                                            ]     720B/5.475kB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Downloading [==================================================>]  5.475kB/5.475kB#x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            553d1749e29f Download complete #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Downloading [==================================================>]     167B/167B#x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            420a047e4570 Download complete #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Downloading [==================================================>]     186B/186B#x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            bc13f9b1d80d Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==========>                                        ]  6.193MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [>                                                  ]  298.2kB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=======>                                           ]  16.62MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Downloading [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [================>                                  ]  9.437MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [=====================>                             ]  12.16MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [>                                                  ]  530.7kB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=========>                                         ]  21.96MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [=======================>                           ]  13.27MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Downloading [==============================================>    ]  26.29MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=>                                                 ]  2.669MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=============>                                     ]  29.47MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [====================================>              ]  20.64MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [>                                                  ]  294.9kB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Downloading [==================================================>]     222B/222B#x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            5ba613b26172 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==>                                                ]   5.88MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [===================>                               ]  43.37MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Downloading [>                                                  ]  204.3kB/20.12MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [========>                                          ]  5.014MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [====>                                              ]  10.16MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [======================>                            ]  50.34MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [================>                                  ]  9.142MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Downloading [==================================>                ]  13.71MB/20.12MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==========================================>        ]  23.89MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            b38b90df0010 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [========>                                          ]  18.72MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=========================>                         ]  58.35MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Downloading [==================================================>]     427B/427B#x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            de8b28205c8a Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===================>                               ]  11.21MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Downloading [==================================================>]     486B/486B#x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            0842123eb108 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=============================>                     ]  67.42MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [===========>                                       ]  24.61MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [===============================================>   ]  26.84MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Downloading [>                                                  ]  122.9kB/12.05MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===============================>                   ]  17.69MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=============>                                     ]  27.29MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [================================>                  ]  72.77MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Downloading [==========================================>        ]  10.12MB/12.05MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [=========================================>         ]   23.3MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            5a8097b12335 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=================>                                 ]  35.85MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [=================================>                 ]  75.43MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Downloading [==================================================>]     485B/485B#x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            50940727b2ee Download complete #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Downloading [>                                                  ]  115.2kB/11.16MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [==========================================>        ]  23.89MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [====================================>              ]  81.32MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [=====================>                             ]  44.39MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [================================================>  ]  27.43MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Downloading [=============================================>     ]  10.24MB/11.16MB#x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            b6c8ec9d37c9 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [========================================>          ]  92.02MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [========================>                          ]  51.35MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [===============================================>   ]  26.84MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Downloading [==============>                                    ]     688B/2.451kB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Downloading [==================================================>]  2.451kB/2.451kB#x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            6d6701d3420e Download complete #x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Extracting [==================================================>]  28.22MB/28.22MB#x1B[0m
#x1B[1m#x1B[31mE            7cf63256a31a Pull complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Downloading [==============================================>    ]  105.4MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Extracting [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Extracting [==================================================>]  1.167kB/1.167kB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==========================>                        ]  55.62MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Downloading [==================================================>]     246B/246B#x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            549038872f98 Download complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Download complete #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Downloading [========================================>          ]     721B/887B#x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Downloading [==================================================>]     887B/887B#x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            106e1f36260d Download complete #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Downloading [==================================================>]      32B/32B#x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            4f4fb700ef54 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [============================>                      ]  58.83MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Downloading [>                                                  ]  3.456kB/300.8kB#x1B[0m
#x1B[1m#x1B[31mE            736a383a97f5 Download complete #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Downloading [>                                                  ]  30.84kB/3.045MB#x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            394db882a902 Download complete #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Downloading [==================================================>]     578B/578B#x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            a5ece3958c7e Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [================================================>  ]  27.43MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Downloading [=>                                                 ]     719B/24.13kB#x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            4cf8cac96fc7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==============================>                    ]   63.1MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Downloading [=================>                                 ]     720B/2.071kB#x1B[0m
#x1B[1m#x1B[31mE            0727d82f5208 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [===============================>                   ]  65.26MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [>                                                  ]  535.8kB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [=================================================> ]  28.02MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Downloading [==================================================>]     334B/334B#x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            1cdca4d2cacb Download complete #x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Extracting [==================================================>]  28.21MB/28.21MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [======>                                            ]  12.29MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [================================>                  ]  67.93MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==================================>                ]  72.74MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [===========>                                       ]  20.81MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c29f5b76f736 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Extracting [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Extracting [==================================================>]     226B/226B#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [====================================>              ]  77.02MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [===========>                                       ]  21.87MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            938b43bd3625 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [======================>                            ]  40.58MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [============================================>      ]  93.03MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [==============================================>    ]  96.22MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [================================>                  ]  59.34MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Downloading [================================================>  ]  100.5MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [=====================================>             ]  68.41MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Download complete #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Downloading [=========================================>         ]  75.91MB/92.03MB#x1B[0m
#x1B[1m#x1B[31mE            543c6dea2e39 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Extracting [>                                                  ]  65.54kB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Verifying Checksum #x1B[0m
#x1B[1m#x1B[31mE            26fe9f30d0b7 Download complete #x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [>                                                  ]  557.1kB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Extracting [==================================================>]  4.534MB/4.534MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==>                                                ]  5.571MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            dc87fb4dbc03 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Extracting [=>                                                 ]  32.77kB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Extracting [==================================================>]  1.447MB/1.447MB#x1B[0m
#x1B[1m#x1B[31mE            55c54708c8e7 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [>                                                  ]   98.3kB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [======>                                            ]  12.81MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [=====================>                             ]  3.539MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [=========>                                         ]  20.05MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [===================================>               ]    5.8MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==========>                                        ]  22.28MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Extracting [==================================================>]  8.066MB/8.066MB#x1B[0m
#x1B[1m#x1B[31mE            878a40f56a67 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [=>                                                 ]  32.77kB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==========>                                        ]  22.84MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [==================================================>]  1.196MB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Extracting [==================================================>]  1.196MB/1.196MB#x1B[0m
#x1B[1m#x1B[31mE            6424ae1ae883 Pull complete #x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Extracting [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Extracting [==================================================>]     116B/116B#x1B[0m
#x1B[1m#x1B[31mE            600e770d797e Pull complete #x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Extracting [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Extracting [==================================================>]   3.14kB/3.14kB#x1B[0m
#x1B[1m#x1B[31mE            a21a08dbca2c Pull complete #x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [>                                                  ]  557.1kB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [===========>                                       ]  23.95MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [===>                                               ]  7.799MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [====>                                              ]  10.58MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [============>                                      ]  25.07MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [======>                                            ]  15.04MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [===============>                                   ]  32.31MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [========>                                          ]  18.94MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==================>                                ]  38.99MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [==========>                                        ]   23.4MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [======================>                            ]  46.79MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=============>                                     ]  29.52MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [================>                                  ]  37.32MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [=========================>                         ]  52.92MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [====================>                              ]  45.68MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [============================>                      ]  60.16MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=======================>                           ]  52.92MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [================================>                  ]  67.96MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            783086ffbe8e Extracting [=========================>                         ]  56.82MB/112.8MB#x1B[0m
#x1B[1m#x1B[31mE            c3648e386d9c Extracting [==================================>                ]  72.42MB/104.3MB#x1B[0m
#x1B[1m#x1B[31mE            mailpit Error Get "https://registry-1.docker..../mailpit/manifests/sha256:f7f7c31de4de59540ad6515a0ca057a77525bca2069b6e747d873ca66c10fe08": EOF#x1B[0m
#x1B[1m#x1B[31mE           Error response from daemon: Get "https://registry-1.docker..../mailpit/manifests/sha256:f7f7c31de4de59540ad6515a0ca057a77525bca2069b6e747d873ca66c10fe08": EOF#x1B[0m
#x1B[1m#x1B[31mE           """.#x1B[0m

#x1B[1m#x1B[31m..../integration-3-13/lib/python3.13............/site-packages/pytest_docker/plugin.py#x1B[0m:35: Exception

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

@renovate renovate bot force-pushed the renovate/uv-version branch 5 times, most recently from c20c246 to 7e09f3b Compare January 26, 2025 04:12
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.24 chore(deps): update uv-version to v0.5.25 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 7e09f3b to e54d62e Compare January 29, 2025 01:43
@edgarrmondragon edgarrmondragon self-assigned this Jan 29, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch 2 times, most recently from b46dc71 to 6964002 Compare January 31, 2025 00:27
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.25 chore(deps): update uv-version to v0.5.26 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch 2 times, most recently from 714bbd3 to 8adaf65 Compare February 1, 2025 03:00
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.26 chore(deps): update uv-version Feb 4, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch 2 times, most recently from d7cc95d to 0e8d37d Compare February 4, 2025 02:08
@renovate renovate bot changed the title chore(deps): update uv-version chore(deps): update uv-version to v0.5.27 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 0e8d37d to 1101d29 Compare February 5, 2025 05:25
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.27 chore(deps): update uv-version Feb 5, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 1101d29 to 2e948d4 Compare February 5, 2025 08:32
@renovate renovate bot changed the title chore(deps): update uv-version chore(deps): update uv-version to v0.5.28 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 2e948d4 to 5af8059 Compare February 6, 2025 08:50
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.28 chore(deps): update uv-version to v0.5.29 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 5af8059 to f5141fc Compare February 11, 2025 12:07
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.29 chore(deps): update uv-version to v0.5.30 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from f5141fc to eea4a76 Compare February 12, 2025 23:14
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.30 chore(deps): update uv-version Feb 12, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from eea4a76 to 721ceed Compare February 13, 2025 01:46
@renovate renovate bot changed the title chore(deps): update uv-version chore(deps): update uv-version to v0.5.31 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 721ceed to 756d3c0 Compare February 14, 2025 18:41
@renovate renovate bot changed the title chore(deps): update uv-version to v0.5.31 chore(deps): update uv-version Feb 14, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 756d3c0 to 0895ecc Compare February 14, 2025 20:42
@renovate renovate bot changed the title chore(deps): update uv-version chore(deps): update uv-version to v0.6.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 0895ecc to a7b8e98 Compare February 17, 2025 18:40
@renovate renovate bot changed the title chore(deps): update uv-version to v0.6.0 chore(deps): update uv-version Feb 17, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from a7b8e98 to 6eb5c75 Compare February 17, 2025 22:29
@renovate renovate bot changed the title chore(deps): update uv-version chore(deps): update uv-version to v0.6.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch from 6eb5c75 to 6cbfe9f Compare February 19, 2025 22:46
@renovate renovate bot changed the title chore(deps): update uv-version to v0.6.1 chore(deps): update uv-version to v0.6.2 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch 3 times, most recently from 5dca900 to b3de5a2 Compare February 25, 2025 02:34
@renovate renovate bot changed the title chore(deps): update uv-version to v0.6.2 chore(deps): update uv-version to v0.6.3 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/uv-version branch 3 times, most recently from 65a56ea to f401d32 Compare March 2, 2025 19:51
@renovate renovate bot force-pushed the renovate/uv-version branch from f401d32 to e61f225 Compare March 4, 2025 02:06
@renovate renovate bot changed the title chore(deps): update uv-version to v0.6.3 chore(deps): update uv-version to v0.6.4 Mar 4, 2025
Copy link

sonarqubecloud bot commented Mar 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Python Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant