2025-08-06 20:46:27 UTC
513 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTEST_ADDOPTS--tb=short -v --continue-on-collection-errors --reruns=3
UV_HTTP_TIMEOUT60
[#000] sha256:e573979f5081f39d8f12d1ebe77f347a662dbc42b84c785396daaeca6f9d0b6d - 5.31% (27.3 MB)
[#001] sha256:e17d505d4cc07afc8711586ca05b6ddd94e6c5d1a5ed258d182d41ef1cdb9117 - 0.0% (99 Bytes)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:c2035ac32571fd40c38e9d5c76c42bd5e562a2f2a715434db25ba6a99b7b8afc - 28.09% (144 MB)
[#004] sha256:01ac6d3e14dfed3f0656385751ed2f8c215323f1456c36455d7d8f0073e311a1 - 50.43% (259 MB)
[#005] sha256:a04297268f17be028bd3828afbf2ddeea7dc25f1b70dcc06efd913d4cb01c58a - 2.43% (12.5 MB)
[#006] sha256:3135ffb3203d331f37987ff565e80ab277ec8f60a3ab265f4feb7983a51669c7 - 0.0% (204 Bytes)
[#007] sha256:42a86206520547c985cd89dae20c21c48ad1728bf23545bb282289f279adb935 - 0.0% (204 Bytes)
[#008] sha256:bedb6711da574ccf3488535d03b229bc8afef8ca583d489d6c4a936061e805a2 - 1.21% (6.22 MB)
[#009] sha256:3b2b351c69069702a35bbbbafd26dd7b48a1bb0604d1c906ce1cf1701f07090e - 0.0% (531 Bytes)
[#010] sha256:ce2821d8eda51179a1209d05960f5aa58c59194ecdcbeda6b4915750f418f3ac - 0.0% (532 Bytes)
[#011] sha256:0028ba5b509edd05cb635d819d88330169b20aecf43b3485144a9ab7eee8537d - 12.52% (64.2 MB)
pulled from 084828598639.dkr.ecr.us-west-2.amazonaws.com/sweap-images/ansible.ansible:base_ansible__ansible___2022-09-29.ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5@sha256:2c82930c5fb5cfed911de72493c7297fcc17840cde9b80268f5bfc2717427f13
2025-08-06 20:44:43 UTC (buildkit.exporter.image.v0)pulled from 084828598639.dkr.ecr.us-west-2.amazonaws.com/sweap-images/ansible.ansible:base_ansible__ansible___2022-09-29.ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5@sha256:2c82930c5fb5cfed911de72493c7297fcc17840cde9b80268f5bfc2717427f13
2025-08-06 20:44:43 UTC (buildkit.exporter.image.v0)pulled from 084828598639.dkr.ecr.us-west-2.amazonaws.com/sweap-images/ansible.ansible:base_ansible__ansible___2022-09-29.ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5@sha256:2c82930c5fb5cfed911de72493c7297fcc17840cde9b80268f5bfc2717427f13
2025-08-06 20:44:43 UTC (buildkit.exporter.image.v0)pulled from 084828598639.dkr.ecr.us-west-2.amazonaws.com/sweap-images/ansible.ansible:base_ansible__ansible___2022-09-29.ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5@sha256:2c82930c5fb5cfed911de72493c7297fcc17840cde9b80268f5bfc2717427f13
2025-08-06 20:44:43 UTC (buildkit.exporter.image.v0)pulled from 084828598639.dkr.ecr.us-west-2.amazonaws.com/sweap-images/ansible.ansible:base_ansible__ansible___2022-09-29.ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5@sha256:2c82930c5fb5cfed911de72493c7297fcc17840cde9b80268f5bfc2717427f13
2025-08-06 20:44:43 UTC (buildkit.exporter.image.v0)pulled from 084828598639.dkr.ecr.us-west-2.amazonaws.com/sweap-images/ansible.ansible:base_ansible__ansible___2022-09-29.ba6da65a0f3baefda7a058ebbd0a8dcafb8512f5@sha256:2c82930c5fb5cfed911de72493c7297fcc17840cde9b80268f5bfc2717427f13
2025-08-06 20:45:37 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c cat <<'EOFPREP' > /preprocess.sh #!/bin/bash cd /app git reset --hard 20ef733ee02ba688757998404c1926381356b031 git clean -fdx git checkout 20ef733ee02ba688757998404c1926381356b031 cd / EOFPREP
2025-08-06 20:45:37 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c chmod +x /preprocess.sh
2025-08-06 20:45:40 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c /preprocess.sh
2025-08-06 20:45:41 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c cat <<'EOFBUILD' > /build.sh #!/bin/sh pip install setuptools || true pip install pypi-timemachine pypi-timemachine 2021-05-24 --port 9876 & pip config set global.index-url http://127.0.0.1:9876/ sleep 3 pip install pytest-rerunfailures export PYTEST_ADDOPTS="--tb=short -v --continue-on-collection-errors --reruns=3" cd /app set -e apt-get update && apt-get install -y python3-pip python3 -m pip install --upgrade pip setuptools wheel python3 -m pip install -r requirements.txt python3 -m pip install . python3 -m pip install -r test/units/requirements.txt python3 -m pip install -r test/lib/ansible_test/_data/requirements/units.txt python3 -m pip install pytest pytest-xdist pytest-forked mock pyyaml jinja2 cryptography export PYTHONPATH=/app:$PYTHONPATH echo "================= 0909 BUILD START 0909 =================" echo "Ansible is ready for testing" echo "================= 0909 BUILD END 0909 =================" EOFBUILD
2025-08-06 20:45:41 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c chmod +x /build.sh
2025-08-06 20:46:27 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c /build.sh
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.