Execution
Date 15 Dec 2025 10:16:58 +0000
Duration 00:02:05.54
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
17 Hosts
64 Tasks
194 Results
13 Plays
46 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:02.20
  • Play
    Ensure all the usual openstack containers can connect to rabbit
  • Task
    python_venv_build : Install python packages into the venv (pip)

Field Value
attempts
1
changed
True
cmd
[
    "/tmp/rabbitmqtest/bin/pip",
    "install",
    "-U",
    "--constraint",
    "/tmp/rabbitmqtest/global-constraints.txt",
    "--constraint",
    "/tmp/rabbitmqtest/constraints.txt",
    "--pre",
    "--log",
    "/var/log/python_venv_build.log",
    "--find-links",
    "http://172.29.236.101:8181/os-releases/32.0.0.0rc2.dev6/ubuntu-24.04-x86_64/wheels/",
    "--trusted-host",
    "172.29.236.101",
    "pika"
]
invocation
{
    "module_args": {
        "break_system_packages": false,
        "chdir": null,
        "editable": false,
        "executable": "/tmp/rabbitmqtest/bin/pip",
        "extra_args": "--constraint /tmp/rabbitmqtest/global-constraints.txt --constraint /tmp/rabbitmqtest/constraints.txt --pre --log /var/log/python_venv_build.log  --find-links http://172.29.236.101:8181/os-releases/32.0.0.0rc2.dev6/ubuntu-24.04-x86_64/wheels/ --trusted-host 172.29.236.101 ",
        "name": [
            "pika"
        ],
        "requirements": null,
        "state": "latest",
        "umask": null,
        "version": null,
        "virtualenv": null,
        "virtualenv_command": "virtualenv",
        "virtualenv_python": null,
        "virtualenv_site_packages": false
    }
}
name
[
    "pika"
]
requirements None
state
latest
stderr
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: /tmp/rabbitmqtest/bin/python3 -m pip install --upgrade pip
stderr_lines
[
    "",
    "[notice] A new release of pip is available: 25.2 -> 25.3",
    "[notice] To update, run: /tmp/rabbitmqtest/bin/python3 -m pip install --upgrade pip"
]
stdout
Looking in indexes: https://mirror-int.ord.rax.opendev.org/pypi/simple, https://mirror-int.ord.rax.opendev.org/wheel/ubuntu-24.04-x86_64
Looking in links: http://172.29.236.101:8181/os-releases/32.0.0.0rc2.dev6/ubuntu-24.04-x86_64/wheels/
Collecting pika
  Downloading https://mirror-int.ord.rax.opendev.org/pypifiles/packages/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0/pika-1.3.2-py3-none-any.whl.metadata (13 kB)
Downloading https://mirror-int.ord.rax.opendev.org/pypifiles/packages/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0/pika-1.3.2-py3-none-any.whl (155 kB)
Installing collected packages: pika
Successfully installed pika-1.3.2
stdout_lines
[
    "Looking in indexes: https://mirror-int.ord.rax.opendev.org/pypi/simple, https://mirror-int.ord.rax.opendev.org/wheel/ubuntu-24.04-x86_64",
    "Looking in links: http://172.29.236.101:8181/os-releases/32.0.0.0rc2.dev6/ubuntu-24.04-x86_64/wheels/",
    "Collecting pika",
    "  Downloading https://mirror-int.ord.rax.opendev.org/pypifiles/packages/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0/pika-1.3.2-py3-none-any.whl.metadata (13 kB)",
    "Downloading https://mirror-int.ord.rax.opendev.org/pypifiles/packages/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0/pika-1.3.2-py3-none-any.whl (155 kB)",
    "Installing collected packages: pika",
    "Successfully installed pika-1.3.2"
]
version None
virtualenv None