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

[PR #9535/3af793c2 backport][stable-10] plugins (become, callback, filter): style adjustments #9545

plugins (become, callback, filter): style adjustments (#9535)

56100e3
Select commit
Loading
Failed to load commit list.
Merged

[PR #9535/3af793c2 backport][stable-10] plugins (become, callback, filter): style adjustments #9545

plugins (become, callback, filter): style adjustments (#9535)
56100e3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI succeeded Jan 7, 2025 in 24m 21s

Build #20250107.10 had test failures

Details

Tests

  • Failed: 16 (0.01%)
  • Passed: 129,083 (87.01%)
  • Other: 19,252 (12.98%)
  • Total: 148,351

Annotations

Check failure on line 1 in [testhost] testhost: iptables_state : Restore initial state path={{ iptables_tests }}, state=restored

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: iptables_state : Restore initial state path={{ iptables_tests }}, state=restored

Another app is currently holding the xtables lock. Perhaps you want to use the -w option? 
Raw output
{
"applied": false,
"changed": true,
"cmd": "/sbin/iptables-restore --test /tmp/test_iptables_state.tests --table raw",
"initial_state": [
"# Generated by iptables-save v1.4.21",
"*mangle",
":PREROUTING ACCEPT [0:0]",
":INPUT ACCEPT [0:0]",
":FORWARD ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
":POSTROUTING ACCEPT [0:0]",
"COMMIT",
"# Completed",
"# Generated by iptables-save v1.4.21",
"*raw",
":PREROUTING ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
"COMMIT",
"# Completed",
"# Generated by iptables-save v1.4.21",
"*nat",
":PREROUTING ACCEPT [0:0]",
":INPUT ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
":POSTROUTING ACCEPT [0:0]",
"COMMIT",
"# Completed",
"# Generated by iptables-save v1.4.21",
"*filter",
":INPUT ACCEPT [0:0]",
":FORWARD ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
"COMMIT",
"# Completed"
],
"msg": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
"rc": 4,
"restored": [
"*filter",
":INPUT ACCEPT [0:0]",
":FORWARD ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
"-A INPUT -m state --state NEW,ESTABLISHED -j ACCEPT",
"COMMIT",
"*nat",
":PREROUTING ACCEPT [151:17304]",
":INPUT ACCEPT [151:17304]",
":OUTPUT ACCEPT [151:17304]",
":POSTROUTING ACCEPT [151:17304]",
"-A POSTROUTING -o eth0 -j MASQUERADE",
"COMMIT"
],
"stderr": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
"stderr_lines": [
"Another app is currently holding the xtables lock. Perhaps you want to use the -w option?"
],
"stdout": "",
"stdout_lines": [],
"tables": {
"filter": [
":INPUT ACCEPT [0:0]",
":FORWARD ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]"
],
"mangle": [
":PREROUTING ACCEPT [0:0]",
":INPUT ACCEPT [0:0]",
":FORWARD ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
":POSTROUTING ACCEPT [0:0]"
],
"nat": [
":PREROUTING ACCEPT [0:0]",
":INPUT ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]",
":POSTROUTING ACCEPT [0:0]"
],
"raw": [
":PREROUTING ACCEPT [0:0]",
":OUTPUT ACCEPT [0:0]"
]
}
}

Check failure on line 1 in [testhost] testhost: iptables_state : restore state (check_mode, must NOT report a change, no warning) path={{ iptables_saved }}, state=restored

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: iptables_state : restore state (check_mode, must NOT report a change, no warning) path={{ iptables_saved }}, state=restored

Another app is currently holding the xtables lock. Perhaps you want to use the -w option? 
Raw output
{
    "applied": false,
    "changed": false,
    "cmd": "/sbin/iptables-restore --test /tmp/test_iptables_state.saved --table filter",
    "initial_state": [
        "# Generated by iptables-save v1.4.21",
        "*mangle",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*raw",
        ":PREROUTING ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*nat",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*filter",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed"
    ],
    "invocation": {
        "module_args": {
            "_back": null,
            "_timeout": null,
            "counters": false,
            "ip_version": "ipv4",
            "modprobe": null,
            "noflush": false,
            "path": "/tmp/test_iptables_state.saved",
            "state": "restored",
            "table": null,
            "wait": null
        }
    },
    "msg": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
    "rc": 4,
    "restored": [
        "# Generated by iptables-save v1.4.21",
        "*mangle",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*raw",
        ":PREROUTING ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*nat",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*filter",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed"
    ],
    "stderr": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
    "stderr_lines": [
        "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?"
    ],
    "stdout": "",
    "stdout_lines": [],
    "tables": {
        "filter": [
            ":INPUT ACCEPT [0:0]",
            ":FORWARD ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]"
        ],
        "mangle": [
            ":PREROUTING ACCEPT [0:0]",
            ":INPUT ACCEPT [0:0]",
            ":FORWARD ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            ":POSTROUTING ACCEPT [0:0]"
        ],
        "nat": [
            ":PREROUTING ACCEPT [0:0]",
            ":INPUT ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            ":POSTROUTING ACCEPT [0:0]"
        ],
        "raw": [
            ":PREROUTING ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]"
        ]
    }
}

Check failure on line 1 in [testhost] testhost: iptables_state : restore state (must NOT report a change, warning about rollback & async) path={{ iptables_saved }}, state=restored

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: iptables_state : restore state (must NOT report a change, warning about rollback & async) path={{ iptables_saved }}, state=restored

Another app is currently holding the xtables lock. Perhaps you want to use the -w option? 
Raw output
{
    "applied": false,
    "changed": false,
    "cmd": "/sbin/iptables-restore --test /tmp/test_iptables_state.saved --table filter",
    "initial_state": [
        "# Generated by iptables-save v1.4.21",
        "*mangle",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*raw",
        ":PREROUTING ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*nat",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*filter",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed"
    ],
    "invocation": {
        "module_args": {
            "_back": null,
            "_timeout": null,
            "counters": false,
            "ip_version": "ipv4",
            "modprobe": null,
            "noflush": false,
            "path": "/tmp/test_iptables_state.saved",
            "state": "restored",
            "table": null,
            "wait": null
        }
    },
    "msg": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
    "rc": 4,
    "restored": [
        "# Generated by iptables-save v1.4.21",
        "*mangle",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*raw",
        ":PREROUTING ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*nat",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*filter",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed"
    ],
    "stderr": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
    "stderr_lines": [
        "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?"
    ],
    "stdout": "",
    "stdout_lines": [],
    "tables": {
        "filter": [
            ":INPUT ACCEPT [0:0]",
            ":FORWARD ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]"
        ],
        "mangle": [
            ":PREROUTING ACCEPT [0:0]",
            ":INPUT ACCEPT [0:0]",
            ":FORWARD ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            ":POSTROUTING ACCEPT [0:0]"
        ],
        "nat": [
            ":PREROUTING ACCEPT [0:0]",
            ":INPUT ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            ":POSTROUTING ACCEPT [0:0]"
        ],
        "raw": [
            ":PREROUTING ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]"
        ]
    }
}

Check failure on line 1 in [testhost] testhost: iptables_state : restore state (check_mode, must report a change) path={{ iptables_saved }}, state=restored

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: iptables_state : restore state (check_mode, must report a change) path={{ iptables_saved }}, state=restored

Another app is currently holding the xtables lock. Perhaps you want to use the -w option? 
Raw output
{
    "applied": false,
    "changed": false,
    "cmd": "/sbin/iptables-restore --test /tmp/test_iptables_state.saved --table filter",
    "initial_state": [
        "# Generated by iptables-save v1.4.21",
        "*mangle",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*raw",
        ":PREROUTING ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*nat",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*filter",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "-A OUTPUT -j ACCEPT",
        "COMMIT",
        "# Completed"
    ],
    "invocation": {
        "module_args": {
            "_back": null,
            "_timeout": null,
            "counters": false,
            "ip_version": "ipv4",
            "modprobe": null,
            "noflush": false,
            "path": "/tmp/test_iptables_state.saved",
            "state": "restored",
            "table": null,
            "wait": null
        }
    },
    "msg": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
    "rc": 4,
    "restored": [
        "# Generated by iptables-save v1.4.21",
        "*mangle",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*raw",
        ":PREROUTING ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*nat",
        ":PREROUTING ACCEPT [0:0]",
        ":INPUT ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        ":POSTROUTING ACCEPT [0:0]",
        "COMMIT",
        "# Completed",
        "# Generated by iptables-save v1.4.21",
        "*filter",
        ":INPUT ACCEPT [0:0]",
        ":FORWARD ACCEPT [0:0]",
        ":OUTPUT ACCEPT [0:0]",
        "COMMIT",
        "# Completed"
    ],
    "stderr": "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n",
    "stderr_lines": [
        "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?"
    ],
    "stdout": "",
    "stdout_lines": [],
    "tables": {
        "filter": [
            ":INPUT ACCEPT [0:0]",
            ":FORWARD ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            "-A OUTPUT -j ACCEPT"
        ],
        "mangle": [
            ":PREROUTING ACCEPT [0:0]",
            ":INPUT ACCEPT [0:0]",
            ":FORWARD ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            ":POSTROUTING ACCEPT [0:0]"
        ],
        "nat": [
            ":PREROUTING ACCEPT [0:0]",
            ":INPUT ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]",
            ":POSTROUTING ACCEPT [0:0]"
        ],
        "raw": [
            ":PREROUTING ACCEPT [0:0]",
            ":OUTPUT ACCEPT [0:0]"
        ]
    }
}