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

create new proxmox_backup_schedule module #9592

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Update license in proxmox_backup_schedule.py

a48fe7a
Select commit
Loading
Failed to load commit list.
Open

create new proxmox_backup_schedule module #9592

Update license in proxmox_backup_schedule.py
a48fe7a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI failed Feb 1, 2025 in 50m 22s

Build #20250201.3 had test failures

Details

Tests

  • Failed: 17 (0.01%)
  • Passed: 140,465 (86.91%)
  • Other: 21,146 (13.08%)
  • Total: 161,628

Annotations

Check failure on line 7267 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

Build log #L7267

Bash exited with code '1'.

Check failure on line 1 in [testhost] testhost: odbc : Create a table dsn={{ dsn }}, query=CREATE TABLE films ( code char(5) CONSTRAINT firstkey PRIMARY KEY, title varchar(40) NOT NULL, did integer NOT NULL, date_prod date, kind varchar(10), len interval hour to minute );

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: odbc : Create a table dsn={{ dsn }}, query=CREATE TABLE films ( code char(5) CONSTRAINT firstkey PRIMARY KEY, title varchar(40) NOT NULL, did integer NOT NULL, date_prod date, kind varchar(10), len interval hour to minute );

Failed to connect to DSN: ('08001', '[08001] connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL:  password authentication failed for user "ansible_user"\n (101) (SQLDriverConnect)')
Raw output
{
"changed": false,
"msg": "Failed to connect to DSN: ('08001', '[08001] connection to server at \"localhost\" (127.0.0.1), port 5432 failed: FATAL:  password authentication failed for user \"ansible_user\"\\n (101) (SQLDriverConnect)')"
}

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]"
        ]
    }
}