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
27 Oct 2025 19:34:52 +0000 00:02:23.18 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.3 (client), 1.7.3 (server) Python 3.10.12 1 2 92 90 34 0

Task result details

  • Status
    CHANGED
  • Duration
    00:00:03.56
  • Play
    Bridge: configure the bastion host
  • Task
    pip3 : Install latest pip and virtualenv

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
cmd
[
    "/usr/local/bin/pip3",
    "install",
    "-U",
    "pip"
]
failed
False
invocation
{
    "module_args": {
        "chdir": null,
        "editable": false,
        "executable": "pip3",
        "extra_args": null,
        "name": [
            "pip"
        ],
        "requirements": null,
        "state": "latest",
        "umask": null,
        "version": null,
        "virtualenv": null,
        "virtualenv_command": "virtualenv",
        "virtualenv_python": null,
        "virtualenv_site_packages": false
    }
}
item
pip
name
[
    "pip"
]
requirements None
state
latest
stderr
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
stderr_lines
[
    "WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning."
]
stdout
Looking in indexes: https://mirror-int.dfw.rax.opendev.org/pypi/simple, https://mirror-int.dfw.rax.opendev.org/wheel/ubuntu-22.04-x86_64
Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (25.3)
stdout_lines
[
    "Looking in indexes: https://mirror-int.dfw.rax.opendev.org/pypi/simple, https://mirror-int.dfw.rax.opendev.org/wheel/ubuntu-22.04-x86_64",
    "Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (25.3)"
]
version None
virtualenv None



Result #2

Field Value
ansible_loop_var
item
changed
True
cmd
[
    "/usr/local/bin/pip3",
    "install",
    "-U",
    "virtualenv"
]
failed
False
invocation
{
    "module_args": {
        "chdir": null,
        "editable": false,
        "executable": "pip3",
        "extra_args": null,
        "name": [
            "virtualenv"
        ],
        "requirements": null,
        "state": "latest",
        "umask": null,
        "version": null,
        "virtualenv": null,
        "virtualenv_command": "virtualenv",
        "virtualenv_python": null,
        "virtualenv_site_packages": false
    }
}
item
virtualenv
name
[
    "virtualenv"
]
requirements None
state
latest
stderr
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
stderr_lines
[
    "WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning."
]
stdout
Looking in indexes: https://mirror-int.dfw.rax.opendev.org/pypi/simple, https://mirror-int.dfw.rax.opendev.org/wheel/ubuntu-22.04-x86_64
Collecting virtualenv
  Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/27/73/d9a94da0e9d470a543c1b9d3ccbceb0f59455983088e727b8a1824ed90fb/virtualenv-20.35.3-py3-none-any.whl.metadata (4.6 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv)
  Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv)
  Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv)
  Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl.metadata (12 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv)
  Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/27/73/d9a94da0e9d470a543c1b9d3ccbceb0f59455983088e727b8a1824ed90fb/virtualenv-20.35.3-py3-none-any.whl (6.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 60.0 MB/s  0:00:00
Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl (16 kB)
Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl (18 kB)
Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, platformdirs, filelock, virtualenv

Successfully installed distlib-0.4.0 filelock-3.20.0 platformdirs-4.5.0 typing-extensions-4.15.0 virtualenv-20.35.3
stdout_lines
[
    "Looking in indexes: https://mirror-int.dfw.rax.opendev.org/pypi/simple, https://mirror-int.dfw.rax.opendev.org/wheel/ubuntu-22.04-x86_64",
    "Collecting virtualenv",
    "  Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/27/73/d9a94da0e9d470a543c1b9d3ccbceb0f59455983088e727b8a1824ed90fb/virtualenv-20.35.3-py3-none-any.whl.metadata (4.6 kB)",
    "Collecting distlib<1,>=0.3.7 (from virtualenv)",
    "  Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)",
    "Collecting filelock<4,>=3.12.2 (from virtualenv)",
    "  Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB)",
    "Collecting platformdirs<5,>=3.9.1 (from virtualenv)",
    "  Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl.metadata (12 kB)",
    "Collecting typing-extensions>=4.13.2 (from virtualenv)",
    "  Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)",
    "Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/27/73/d9a94da0e9d470a543c1b9d3ccbceb0f59455983088e727b8a1824ed90fb/virtualenv-20.35.3-py3-none-any.whl (6.0 MB)",
    "   \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 6.0/6.0 MB 60.0 MB/s  0:00:00",
    "Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl (469 kB)",
    "Downloading https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl (16 kB)",
    "Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl (18 kB)",
    "Using cached https://mirror-int.dfw.rax.opendev.org/pypifiles/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl (44 kB)",
    "Installing collected packages: distlib, typing-extensions, platformdirs, filelock, virtualenv",
    "",
    "Successfully installed distlib-0.4.0 filelock-3.20.0 platformdirs-4.5.0 typing-extensions-4.15.0 virtualenv-20.35.3"
]
version None
virtualenv None