2025-08-06 20:45:57 UTC
523 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.21% (27.3 MB)
[#001] sha256:e17d505d4cc07afc8711586ca05b6ddd94e6c5d1a5ed258d182d41ef1cdb9117 - 0.0% (99 Bytes)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:c2035ac32571fd40c38e9d5c76c42bd5e562a2f2a715434db25ba6a99b7b8afc - 27.53% (144 MB)
[#004] sha256:01ac6d3e14dfed3f0656385751ed2f8c215323f1456c36455d7d8f0073e311a1 - 49.44% (259 MB)
[#005] sha256:a04297268f17be028bd3828afbf2ddeea7dc25f1b70dcc06efd913d4cb01c58a - 2.39% (12.5 MB)
[#006] sha256:9e297827c836b0ab69ebea3c145267cb8f3d7a990c575104dbc8ac9fca5ad2c8 - 0.0% (202 Bytes)
[#007] sha256:fa2e709a461b65aacf6a0ffffca10506eb925e90af9f269004df7126ca8db9bf - 0.0% (203 Bytes)
[#008] sha256:24ca60918807128116666c528df4f36787f760d89e22dd0e6635f5f25dfa2f35 - 2.01% (10.5 MB)
[#009] sha256:ff7f6388a3727a89b57909fde5cf75da759cb07c5da0f92398854c2fbc444730 - 0.0% (532 Bytes)
[#010] sha256:812a367869ccc5c3f58f8abbace01f6d9b25af513f3b5434e29a789c7aa6dca4 - 0.0% (532 Bytes)
[#011] sha256:baed7d19266b4e4fc95012fb74a10479a421609d84816151b80297e5713619c7 - 13.42% (70.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:10 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:10 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:10 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:10 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:10 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:03 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c cat <<'EOFPREP' > /preprocess.sh #!/bin/bash cd /app git reset --hard 016b7f71b10539c90ddbb3246f19f9cbf0e65428 git clean -fdx git checkout 016b7f71b10539c90ddbb3246f19f9cbf0e65428 cd / EOFPREP
2025-08-06 20:45:03 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c chmod +x /preprocess.sh
2025-08-06 20:45:07 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c /preprocess.sh
2025-08-06 20:45:07 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 2023-03-27 --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:08 UTC (buildkit.exporter.image.v0)mount / from exec /bin/sh -c chmod +x /build.sh
2025-08-06 20:45:57 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.