Playbook #3

/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-bridge.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
18 Jul 2025 20:45:39 +0000 00:01:42.73 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 1 2 92 90 34 0

Task result details


Field Value
changed
True
cmd
[
    "/usr/launcher-venv/bin/pip3",
    "install",
    "-U",
    "-r",
    "/usr/launcher-venv/requirements-venv.txt"
]
invocation
{
    "module_args": {
        "chdir": null,
        "editable": false,
        "executable": null,
        "extra_args": null,
        "name": null,
        "requirements": "/usr/launcher-venv/requirements-venv.txt",
        "state": "latest",
        "umask": null,
        "version": null,
        "virtualenv": "/usr/launcher-venv",
        "virtualenv_command": "/usr/bin/python3 -m venv",
        "virtualenv_python": null,
        "virtualenv_site_packages": false
    }
}
name None
requirements
/usr/launcher-venv/requirements-venv.txt
state
latest
stderr

stderr_lines
[]
stdout
Looking in indexes: https://mirror.iad3.openmetal.opendev.org/pypi/simple, https://mirror.iad3.openmetal.opendev.org/wheel/ubuntu-22.04-x86_64
Requirement already satisfied: pip in /usr/launcher-venv/lib/python3.10/site-packages (from -r /usr/launcher-venv/requirements-venv.txt (line 2)) (22.0.2)
Collecting pip
  Using cached https://mirror.iad3.openmetal.opendev.org/pypifiles/packages/29/a2/d40fb2460e883eca5199c62cfc2463fd261f760556ae6290f88488c362c0/pip-25.1.1-py3-none-any.whl (1.8 MB)
Requirement already satisfied: setuptools in /usr/launcher-venv/lib/python3.10/site-packages (from -r /usr/launcher-venv/requirements-venv.txt (line 3)) (59.6.0)
Collecting setuptools
  Using cached https://mirror.iad3.openmetal.opendev.org/pypifiles/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl (1.2 MB)
Installing collected packages: setuptools, pip
  Attempting uninstall: setuptools
    Found existing installation: setuptools 59.6.0
    Uninstalling setuptools-59.6.0:
      Successfully uninstalled setuptools-59.6.0
  Attempting uninstall: pip
    Found existing installation: pip 22.0.2
    Uninstalling pip-22.0.2:
      Successfully uninstalled pip-22.0.2
Successfully installed pip-25.1.1 setuptools-80.9.0
stdout_lines
[
    "Looking in indexes: https://mirror.iad3.openmetal.opendev.org/pypi/simple, https://mirror.iad3.openmetal.opendev.org/wheel/ubuntu-22.04-x86_64",
    "Requirement already satisfied: pip in /usr/launcher-venv/lib/python3.10/site-packages (from -r /usr/launcher-venv/requirements-venv.txt (line 2)) (22.0.2)",
    "Collecting pip",
    "  Using cached https://mirror.iad3.openmetal.opendev.org/pypifiles/packages/29/a2/d40fb2460e883eca5199c62cfc2463fd261f760556ae6290f88488c362c0/pip-25.1.1-py3-none-any.whl (1.8 MB)",
    "Requirement already satisfied: setuptools in /usr/launcher-venv/lib/python3.10/site-packages (from -r /usr/launcher-venv/requirements-venv.txt (line 3)) (59.6.0)",
    "Collecting setuptools",
    "  Using cached https://mirror.iad3.openmetal.opendev.org/pypifiles/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl (1.2 MB)",
    "Installing collected packages: setuptools, pip",
    "  Attempting uninstall: setuptools",
    "    Found existing installation: setuptools 59.6.0",
    "    Uninstalling setuptools-59.6.0:",
    "      Successfully uninstalled setuptools-59.6.0",
    "  Attempting uninstall: pip",
    "    Found existing installation: pip 22.0.2",
    "    Uninstalling pip-22.0.2:",
    "      Successfully uninstalled pip-22.0.2",
    "Successfully installed pip-25.1.1 setuptools-80.9.0"
]
version None
virtualenv
/usr/launcher-venv