all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 199.204.45.102 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: 5b3bbefe-a0c8-42ae-8128-ee771a319b10 host_id: 7aab4c84f1ab877c7ca9673089331fd49dcc6fc24b826f86dbaaa3fb interface_ip: 199.204.45.102 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.7 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 199.204.45.102 public_ipv6: 2604:e100:1:0:f816:3eff:fe57:b7c6 region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' ansible_version: '8' artifacts: - branch: main change: '898' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: faa1a09004dcec5a30ad7b4dd6187c09f05df219 project: ansible-collections/community.postgresql url: https://8164d9accada10551a63-e79acbb243db891400453cf0491ceceb.ssl.cf2.rackcdn.com/ansible/d3a827458c6740fb8df4eff7fa25f122/zuul-manifest.json - branch: main change: '898' job: build-ansible-collection metadata: type: ansible_collection version: 4.1.1-dev14 name: community.postgresql patchset: faa1a09004dcec5a30ad7b4dd6187c09f05df219 project: ansible-collections/community.postgresql url: https://8164d9accada10551a63-e79acbb243db891400453cf0491ceceb.ssl.cf2.rackcdn.com/ansible/d3a827458c6740fb8df4eff7fa25f122/artifacts/community-postgresql-4.1.1-dev14.tar.gz attempts: 1 branch: main build: 9744c01f17e04fa58cbb64e8fa2e93f5 build_refs: - branch: main change: '898' change_message: "Fix ansible 2.20.xx deprecation warnings\n\n##### SUMMARY\r\nansible 2.20 deprecates importing from `ansible.module_utils._text`. This displays warnings to users of the modules.\r\n\r\nFor instance, this tasks:\r\n```\r\n- name: 'Create a postgres user for Debian-exim'\r\n community.postgresql.postgresql_user:\r\n \ name: 'Debian-exim'\r\n become: true\r\n become_user: 'postgres'\r\n```\r\n\r\nyields these warnings:\r\n> TASK [postgresql : Create a postgres user for Debian-exim] ********************* \r\n> [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. \r\n> [DEPRECATION WARNING]: Importing 'to_bytes' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_native' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_text' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> ok: [instance]\r\n\r\nThis commit fixes all related warning by using `ansible.module_utils.common.text.converters` as requested by ansible.\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nHappens in various places\r\n\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/898 commit_id: faa1a09004dcec5a30ad7b4dd6187c09f05df219 patchset: faa1a09004dcec5a30ad7b4dd6187c09f05df219 project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql topic: null buildset: 0239185695ad41cd896e0cb17a324635 buildset_refs: - branch: main change: '898' change_message: "Fix ansible 2.20.xx deprecation warnings\n\n##### SUMMARY\r\nansible 2.20 deprecates importing from `ansible.module_utils._text`. This displays warnings to users of the modules.\r\n\r\nFor instance, this tasks:\r\n```\r\n- name: 'Create a postgres user for Debian-exim'\r\n community.postgresql.postgresql_user:\r\n \ name: 'Debian-exim'\r\n become: true\r\n become_user: 'postgres'\r\n```\r\n\r\nyields these warnings:\r\n> TASK [postgresql : Create a postgres user for Debian-exim] ********************* \r\n> [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. \r\n> [DEPRECATION WARNING]: Importing 'to_bytes' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_native' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_text' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> ok: [instance]\r\n\r\nThis commit fixes all related warning by using `ansible.module_utils.common.text.converters` as requested by ansible.\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nHappens in various places\r\n\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/898 commit_id: faa1a09004dcec5a30ad7b4dd6187c09f05df219 patchset: faa1a09004dcec5a30ad7b4dd6187c09f05df219 project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql topic: null change: '898' change_message: "Fix ansible 2.20.xx deprecation warnings\n\n##### SUMMARY\r\nansible 2.20 deprecates importing from `ansible.module_utils._text`. This displays warnings to users of the modules.\r\n\r\nFor instance, this tasks:\r\n```\r\n- name: 'Create a postgres user for Debian-exim'\r\n community.postgresql.postgresql_user:\r\n \ name: 'Debian-exim'\r\n become: true\r\n become_user: 'postgres'\r\n```\r\n\r\nyields these warnings:\r\n> TASK [postgresql : Create a postgres user for Debian-exim] ********************* \r\n> [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. \r\n> [DEPRECATION WARNING]: Importing 'to_bytes' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_native' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_text' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> ok: [instance]\r\n\r\nThis commit fixes all related warning by using `ansible.module_utils.common.text.converters` as requested by ansible.\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nHappens in various places\r\n\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/898 child_jobs: [] commit_id: faa1a09004dcec5a30ad7b4dd6187c09f05df219 event_id: 178546a0-cfa1-11f0-895a-4f64f92cbf5b executor: hostname: ze02.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/9744c01f17e04fa58cbb64e8fa2e93f5/ansible/inventory.yaml log_root: /var/lib/zuul/builds/9744c01f17e04fa58cbb64e8fa2e93f5/work/logs result_data_file: /var/lib/zuul/builds/9744c01f17e04fa58cbb64e8fa2e93f5/work/results.json src_root: /var/lib/zuul/builds/9744c01f17e04fa58cbb64e8fa2e93f5/work/src work_root: /var/lib/zuul/builds/9744c01f17e04fa58cbb64e8fa2e93f5/work items: - branch: main change: '898' change_message: "Fix ansible 2.20.xx deprecation warnings\n\n##### SUMMARY\r\nansible 2.20 deprecates importing from `ansible.module_utils._text`. This displays warnings to users of the modules.\r\n\r\nFor instance, this tasks:\r\n```\r\n- name: 'Create a postgres user for Debian-exim'\r\n community.postgresql.postgresql_user:\r\n \ name: 'Debian-exim'\r\n become: true\r\n become_user: 'postgres'\r\n```\r\n\r\nyields these warnings:\r\n> TASK [postgresql : Create a postgres user for Debian-exim] ********************* \r\n> [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. \r\n> [DEPRECATION WARNING]: Importing 'to_bytes' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_native' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> [DEPRECATION WARNING]: Importing 'to_text' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. \r\n> ok: [instance]\r\n\r\nThis commit fixes all related warning by using `ansible.module_utils.common.text.converters` as requested by ansible.\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nHappens in various places\r\n\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/898 commit_id: faa1a09004dcec5a30ad7b4dd6187c09f05df219 patchset: faa1a09004dcec5a30ad7b4dd6187c09f05df219 project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql topic: null job: ansible-galaxy-importer jobtags: [] max_attempts: 3 message: Rml4IGFuc2libGUgMi4yMC54eCBkZXByZWNhdGlvbiB3YXJuaW5ncwoKIyMjIyMgU1VNTUFSWQ0KYW5zaWJsZSAyLjIwIGRlcHJlY2F0ZXMgaW1wb3J0aW5nIGZyb20gYGFuc2libGUubW9kdWxlX3V0aWxzLl90ZXh0YC4gVGhpcyBkaXNwbGF5cyB3YXJuaW5ncyB0byB1c2VycyBvZiB0aGUgbW9kdWxlcy4NCg0KRm9yIGluc3RhbmNlLCB0aGlzIHRhc2tzOg0KYGBgDQotIG5hbWU6ICdDcmVhdGUgYSBwb3N0Z3JlcyB1c2VyIGZvciBEZWJpYW4tZXhpbScNCiAgY29tbXVuaXR5LnBvc3RncmVzcWwucG9zdGdyZXNxbF91c2VyOg0KICAgIG5hbWU6ICdEZWJpYW4tZXhpbScNCiAgYmVjb21lOiB0cnVlDQogIGJlY29tZV91c2VyOiAncG9zdGdyZXMnDQpgYGANCg0KeWllbGRzIHRoZXNlIHdhcm5pbmdzOg0KPiBUQVNLIFtwb3N0Z3Jlc3FsIDogQ3JlYXRlIGEgcG9zdGdyZXMgdXNlciBmb3IgRGViaWFuLWV4aW1dICoqKioqKioqKioqKioqKioqKioqKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KPiBbV0FSTklOR106IERlcHJlY2F0aW9uIHdhcm5pbmdzIGNhbiBiZSBkaXNhYmxlZCBieSBzZXR0aW5nIGBkZXByZWNhdGlvbl93YXJuaW5ncz1GYWxzZWAgaW4gYW5zaWJsZS5jZmcuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KPiBbREVQUkVDQVRJT04gV0FSTklOR106IEltcG9ydGluZyAndG9fYnl0ZXMnIGZyb20gJ2Fuc2libGUubW9kdWxlX3V0aWxzLl90ZXh0JyBpcyBkZXByZWNhdGVkLiBUaGlzIGZlYXR1cmUgd2lsbCBiZSByZW1vdmVkIGZyb20gYW5zaWJsZS1jb3JlIHZlcnNpb24gMi4yNC4gVXNlIGFuc2libGUubW9kdWxlX3V0aWxzLmNvbW1vbi50ZXh0LmNvbnZlcnRlcnMgaW5zdGVhZC4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQo+IFtERVBSRUNBVElPTiBXQVJOSU5HXTogSW1wb3J0aW5nICd0b19uYXRpdmUnIGZyb20gJ2Fuc2libGUubW9kdWxlX3V0aWxzLl90ZXh0JyBpcyBkZXByZWNhdGVkLiBUaGlzIGZlYXR1cmUgd2lsbCBiZSByZW1vdmVkIGZyb20gYW5zaWJsZS1jb3JlIHZlcnNpb24gMi4yNC4gVXNlIGFuc2libGUubW9kdWxlX3V0aWxzLmNvbW1vbi50ZXh0LmNvbnZlcnRlcnMgaW5zdGVhZC4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCj4gW0RFUFJFQ0FUSU9OIFdBUk5JTkddOiBJbXBvcnRpbmcgJ3RvX3RleHQnIGZyb20gJ2Fuc2libGUubW9kdWxlX3V0aWxzLl90ZXh0JyBpcyBkZXByZWNhdGVkLiBUaGlzIGZlYXR1cmUgd2lsbCBiZSByZW1vdmVkIGZyb20gYW5zaWJsZS1jb3JlIHZlcnNpb24gMi4yNC4gVXNlIGFuc2libGUubW9kdWxlX3V0aWxzLmNvbW1vbi50ZXh0LmNvbnZlcnRlcnMgaW5zdGVhZC4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KPiBvazogW2luc3RhbmNlXQ0KDQpUaGlzIGNvbW1pdCBmaXhlcyBhbGwgcmVsYXRlZCB3YXJuaW5nIGJ5IHVzaW5nIGBhbnNpYmxlLm1vZHVsZV91dGlscy5jb21tb24udGV4dC5jb252ZXJ0ZXJzYCBhcyByZXF1ZXN0ZWQgYnkgYW5zaWJsZS4NCg0KIyMjIyMgSVNTVUUgVFlQRQ0KLSBCdWdmaXggUHVsbCBSZXF1ZXN0DQoNCiMjIyMjIENPTVBPTkVOVCBOQU1FDQpIYXBwZW5zIGluIHZhcmlvdXMgcGxhY2VzDQoNCg== patchset: faa1a09004dcec5a30ad7b4dd6187c09f05df219 pipeline: third-party-check playbook_context: playbook_projects: trusted/project_0/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 3e667f4d3a5f14620cbe10b052c77698fa883471 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: e566d354c9dede33c86ed646371fa44dfc8796c5 untrusted/project_0/github.com/ansible/ansible-zuul-jobs: canonical_name: github.com/ansible/ansible-zuul-jobs checkout: master commit: e7ff49de526383ec1701720d6aed921160ec3931 untrusted/project_1/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 3e667f4d3a5f14620cbe10b052c77698fa883471 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: e566d354c9dede33c86ed646371fa44dfc8796c5 playbooks: - path: untrusted/project_0/github.com/ansible/ansible-zuul-jobs/playbooks/ansible-galaxy-importer/run.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/playbook_0/role_0/zuul-jobs link_target: untrusted/project_0/github.com/ansible/ansible-zuul-jobs role_path: ansible/playbook_0/role_0/zuul-jobs/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_1/zuul-config link_target: untrusted/project_1/github.com/ansible/zuul-config role_path: ansible/playbook_0/role_1/zuul-config/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/playbook_0/role_2/zuul-jobs/roles post_review: false project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql projects: github.com/ansible-collections/community.postgresql: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql checkout: main checkout_description: zuul branch commit: faa1a09004dcec5a30ad7b4dd6187c09f05df219 name: ansible-collections/community.postgresql required: false short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql github.com/ansible-network/releases: canonical_hostname: github.com canonical_name: github.com/ansible-network/releases checkout: master checkout_description: project default branch commit: 646b310655c531e4904be07f4ff8fc3a29addd09 name: ansible-network/releases required: true short_name: releases src_dir: src/github.com/ansible-network/releases ref: refs/pull/898/head resources: {} tenant: ansible timeout: 1800 topic: null voting: true zuul_use_fetch_output: true