Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release v2.16.0rc1 #81986

Merged
merged 1 commit into from
Oct 16, 2023

New release v2.16.0rc1

69423bb
Select commit
Failed to load commit list.
Merged

New release v2.16.0rc1 #81986

New release v2.16.0rc1
69423bb
Select commit
Failed to load commit list.
Azure Pipelines / CI succeeded Oct 16, 2023 in 19m 47s

Build #20231016.18 had test failures

Details

Tests

  • Failed: 145 (0.10%)
  • Passed: 134,359 (90.87%)
  • Other: 13,350 (9.03%)
  • Total: 147,854

Annotations

Check failure on line 1 in [testhost] testhost: ansible-galaxy-collection : list pulp distributions url={{ pulp_api }}/pulp/api/v3/distributions/ansible/ansible/, status_code=[200], user={{ pulp_user }}, password={{ pulp_password }}, force_basic_auth=True

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: ansible-galaxy-collection : list pulp distributions url={{ pulp_api }}/pulp/api/v3/distributions/ansible/ansible/, status_code=[200], user={{ pulp_user }}, password={{ pulp_password }}, force_basic_auth=True

Status code was -1 and not [200]: Request failed: <urlopen error [Errno 111] Connection refused>
Raw output
{
    "attempts": 60,
    "changed": false,
    "elapsed": 0,
    "invocation": {
        "module_args": {
            "attributes": null,
            "body": null,
            "body_format": "raw",
            "ca_path": null,
            "ciphers": null,
            "client_cert": null,
            "client_key": null,
            "creates": null,
            "decompress": true,
            "dest": null,
            "follow_redirects": "safe",
            "force": false,
            "force_basic_auth": true,
            "group": null,
            "headers": {},
            "http_agent": "ansible-httpget",
            "method": "GET",
            "mode": null,
            "owner": null,
            "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
            "remote_src": false,
            "removes": null,
            "return_content": false,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "src": null,
            "status_code": [
                200
            ],
            "timeout": 30,
            "unix_socket": null,
            "unredirected_headers": [],
            "unsafe_writes": false,
            "url": "http://galaxy-pulp/pulp/api/v3/distributions/ansible/ansible/",
            "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
            "url_username": "admin",
            "use_gssapi": false,
            "use_netrc": true,
            "use_proxy": true,
            "user": "admin",
            "validate_certs": true
        }
    },
    "msg": "Status code was -1 and not [200]: Request failed: <urlopen error [Errno 111] Connection refused>",
    "redirected": false,
    "status": -1,
    "url": "http://galaxy-pulp/pulp/api/v3/distributions/ansible/ansible/"
}

Check failure on line 1 in [testhost] testhost: ansible-galaxy-collection : list pulp distributions url={{ pulp_api }}/pulp/api/v3/distributions/ansible/ansible/, status_code=[200], user={{ pulp_user }}, password={{ pulp_password }}, force_basic_auth=True

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: ansible-galaxy-collection : list pulp distributions url={{ pulp_api }}/pulp/api/v3/distributions/ansible/ansible/, status_code=[200], user={{ pulp_user }}, password={{ pulp_password }}, force_basic_auth=True

Status code was -1 and not [200]: Request failed: <urlopen error [Errno 111] Connection refused>
Raw output
{
"attempts": 60,
"changed": false,
"elapsed": 0,
"msg": "Status code was -1 and not [200]: Request failed: <urlopen error [Errno 111] Connection refused>",
"redirected": false,
"status": -1,
"url": "http://galaxy-pulp/pulp/api/v3/distributions/ansible/ansible/"
}

Check failure on line 1 in [B] A,B: test_handler _raw_params=/usr/bin/{{ (inventory_hostname == 'A') | ternary('true', 'false') }}

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[B] A,B: test_handler _raw_params=/usr/bin/{{ (inventory_hostname == 'A') | ternary('true', 'false') }}

non-zero return code
Raw output
{
    "changed": true,
    "cmd": [
        "/usr/bin/false"
    ],
    "delta": "0:00:00.002485",
    "end": "2023-10-16 20:20:43.898431",
    "invocation": {
        "module_args": {
            "_raw_params": "/usr/bin/false",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": null,
            "executable": null,
            "expand_argument_vars": true,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true
        }
    },
    "msg": "non-zero return code",
    "rc": 1,
    "start": "2023-10-16 20:20:43.895946",
    "stderr": "",
    "stderr_lines": [],
    "stdout": "",
    "stdout_lines": []
}

Check failure on line 1 in [A] A,B,C,D: handler msg=handler ran

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[A] A,B,C,D: handler msg=handler ran

handler ran
Raw output
{
    "changed": false,
    "failed_when_result": true,
    "msg": "handler ran"
}