# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.15.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.15/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cikcwkb1bs/.collection executable location = /opt/ansible-2.15/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.15/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml statically imported: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_test_data.yml statically imported: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/check_candlepin.yml statically imported: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml statically imported: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_proxy.yml ****************************************************** 1 plays in /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_test_data.yml:3 Sunday 04 June 2023 19:30:04 +0000 (0:00:00.028) 0:00:00.028 *********** ok: [sut] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_test_data.yml:12 Sunday 04 June 2023 19:30:04 +0000 (0:00:00.016) 0:00:00.045 *********** skipping: [sut] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_test_data.yml:16 Sunday 04 June 2023 19:30:04 +0000 (0:00:00.029) 0:00:00.074 *********** skipping: [sut] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_test_data.yml:24 Sunday 04 June 2023 19:30:04 +0000 (0:00:00.028) 0:00:00.103 *********** ok: [sut] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "http", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "http", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "admin", "reg_password": "admin", "reg_username": "admin", "release": null, "repositories": [ { "name": "admin-content-label-5051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Set helper fact for Candlepin base URL] ********************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:9 Sunday 04 June 2023 19:30:05 +0000 (0:00:00.036) 0:00:00.140 *********** ok: [sut] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:13 Sunday 04 June 2023 19:30:05 +0000 (0:00:00.032) 0:00:00.173 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:19 Sunday 04 June 2023 19:30:05 +0000 (0:00:00.348) 0:00:00.521 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libbsd-0.11.7-2.fc37.x86_64", "Installed: qemu-user-static-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-aarch64-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-alpha-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-arm-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-cris-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-hexagon-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-hppa-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-m68k-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-microblaze-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-mips-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-nios2-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-or1k-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-ppc-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-riscv-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-s390x-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-sh4-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-sparc-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-x86-2:7.0.0-15.fc37.x86_64", "Installed: qemu-user-static-xtensa-2:7.0.0-15.fc37.x86_64", "Installed: fuse-overlayfs-1.12-1.fc37.x86_64", "Installed: libmd-1.0.4-2.fc37.x86_64", "Installed: yajl-2.1.0-19.fc37.x86_64", "Installed: slirp4netns-1.2.0-8.fc37.x86_64", "Installed: libslirp-4.7.0-2.fc37.x86_64", "Installed: crun-1.8.5-1.fc37.x86_64", "Installed: netavark-1.6.0-2.fc37.x86_64", "Installed: conmon-2:2.1.7-2.fc37.x86_64", "Installed: container-selinux-2:2.215.0-2.fc37.noarch", "Installed: fuse-common-3.10.5-5.fc37.x86_64", "Installed: criu-3.17.1-3.fc37.x86_64", "Installed: containers-common-4:1-82.fc37.noarch", "Installed: criu-libs-3.17.1-3.fc37.x86_64", "Installed: containers-common-extra-4:1-82.fc37.noarch", "Installed: shadow-utils-subid-2:4.12.3-6.fc37.x86_64", "Installed: passt-0^20230509.g96f8d55-1.fc37.x86_64", "Installed: passt-selinux-0^20230509.g96f8d55-1.fc37.noarch", "Installed: aardvark-dns-1.6.0-1.fc37.x86_64", "Installed: catatonit-0.1.7-10.fc37.x86_64", "Installed: fuse3-3.10.5-5.fc37.x86_64", "Installed: podman-5:4.5.0-1.fc37.x86_64", "Installed: fuse3-libs-3.10.5-5.fc37.x86_64", "Installed: podman-gvproxy-5:4.5.0-1.fc37.x86_64", "Installed: libnet-1.2-6.fc37.x86_64" ] } TASK [Start Candlepin container] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:25 Sunday 04 June 2023 19:31:17 +0000 (0:01:12.215) 0:01:12.736 *********** ok: [sut] => { "changed": false, "cmd": [ "podman", "run", "--rm", "--detach", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "--hostname", "candlepin.local", "ghcr.io/ptoscano/candlepin-unofficial" ], "delta": "0:00:26.951766", "end": "2023-06-04 19:31:44.866483", "rc": 0, "start": "2023-06-04 19:31:17.914717" } STDOUT: e73217fdf5795f90073e77857f9d2989c643a0b8abca2f5d21684f86746c2d30 STDERR: Trying to pull ghcr.io/ptoscano/candlepin-unofficial:latest... Getting image source signatures Copying blob sha256:db08310c6d860ea9f8985d32af8fc4d49e18dbf3a63a0a00d7fc005be46afa6b Copying config sha256:a9056569edcf4d15d12ff8ba3d2d6f1c5993f520c8e905a217ec62060e6824c8 Writing manifest to image destination Storing signatures TASK [Ensure directories exist] ************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:43 Sunday 04 June 2023 19:31:44 +0000 (0:00:27.297) 0:01:40.034 *********** changed: [sut] => (item=/etc/pki/product) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/pki/product", "mode": "0755", "owner": "root", "path": "/etc/pki/product", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } changed: [sut] => (item=/etc/pki/product-default) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/pki/product-default", "mode": "0755", "owner": "root", "path": "/etc/pki/product-default", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } changed: [sut] => (item=/etc/rhsm/ca) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/rhsm/ca", "mode": "0755", "owner": "root", "path": "/etc/rhsm/ca", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Copy product certificates] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:53 Sunday 04 June 2023 19:31:46 +0000 (0:00:01.353) 0:01:41.388 *********** ok: [sut] => (item=5050) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/5050.pem", "/etc/pki/product-default/" ], "delta": "0:00:00.648049", "end": "2023-06-04 19:31:47.271902", "item": "5050", "rc": 0, "start": "2023-06-04 19:31:46.623853" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:64 Sunday 04 June 2023 19:31:47 +0000 (0:00:01.067) 0:01:42.456 *********** ok: [sut] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.604609", "end": "2023-06-04 19:31:48.309033", "rc": 0, "start": "2023-06-04 19:31:47.704424" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:73 Sunday 04 June 2023 19:31:48 +0000 (0:00:01.031) 0:01:43.487 *********** ok: [sut] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem" ], "delta": "0:00:00.650322", "end": "2023-06-04 19:31:49.384049", "rc": 0, "start": "2023-06-04 19:31:48.733727" } TASK [Update system certificates store] **************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:82 Sunday 04 June 2023 19:31:49 +0000 (0:00:01.065) 0:01:44.552 *********** ok: [sut] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:02.211548", "end": "2023-06-04 19:31:52.018716", "rc": 0, "start": "2023-06-04 19:31:49.807168" } TASK [Wait for started Candlepin] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:89 Sunday 04 June 2023 19:31:52 +0000 (0:00:02.631) 0:01:47.184 *********** ok: [sut] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:13 GMT", "elapsed": 21, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "bc3e6d15-705e-433c-88cb-f5e973e95a49", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:99 Sunday 04 June 2023 19:32:14 +0000 (0:00:22.250) 0:02:09.434 *********** changed: [sut] => { "changed": true, "checksum_dest": null, "checksum_src": "7f7ca3207a57eb6eb414d3ef66fdc9cb306dd1ff", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "ac9070720b2d1fa2b437e0c1343054c1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "src": "/root/.ansible/tmp/ansible-moduletmp-1685907134.7065377-z6y28pdw/tmpe5xv4mvw", "state": "file", "status_code": 200, "uid": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin" } MSG: OK (1660 bytes) TASK [Query for default_key activation key] ************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:105 Sunday 04 June 2023 19:32:14 +0000 (0:00:00.648) 0:02:10.083 *********** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:15 GMT", "elapsed": 0, "json": [ { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/activation_keys?name=default_key", "vary": "accept-encoding", "x_candlepin_request_uuid": "3495a9a6-1ae8-4048-8c5e-d6d7b80360a6", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) TASK [Get pools for product 5050] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:113 Sunday 04 June 2023 19:32:16 +0000 (0:00:01.143) 0:02:11.226 *********** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:15 GMT", "elapsed": 0, "json": [ { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d2280039c", "id": "8a8082e488340cda0188340d2280039c", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-59438586", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-13140531" }, { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d227e039a", "id": "8a8082e488340cda0188340d227e039a", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-59438586", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-13140531" }, { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d22700398", "id": "8a8082e488340cda0188340d22700398", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-21804803", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-21092483" }, { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d226f0396", "id": "8a8082e488340cda0188340d226f0396", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-21804803", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-21092483" }, { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d22560392", "id": "8a8082e488340cda0188340d22560392", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-10673081", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-01627763" }, { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d22470390", "id": "8a8082e488340cda0188340d22470390", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-02643560", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-34398731" } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/pools?product=5050", "vary": "accept-encoding", "x_candlepin_request_uuid": "e10c2c85-215d-4898-8b34-f793cdfc6b11", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) TASK [Add pools for product 5050 to default_key activation key] **************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:121 Sunday 04 June 2023 19:32:17 +0000 (0:00:01.010) 0:02:12.237 *********** ok: [sut] => (item={'created': '2023-05-19T12:47:36+00:00', 'updated': '2023-05-19T12:47:36+00:00', 'id': '8a8082e488340cda0188340d2280039c', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e488340cda0188340cec380002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2023-05-14T12:47:32+00:00', 'endDate': '2024-05-13T12:47:32+00:00', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8304574354', 'orderNumber': 'order-70377724', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2023-05-19T12:47:27+00:00', 'updated': '2023-05-19T12:47:27+00:00', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': 'upstream-13140531', 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e488340cda0188340d2280039c', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'srcsub-59438586', 'locked': False}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:17 GMT", "elapsed": 0, "item": { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d2280039c", "id": "8a8082e488340cda0188340d2280039c", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-59438586", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-13140531" }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e488340cda0188340d2280039c", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e488340cda0188340ddb070773/pools/8a8082e488340cda0188340d2280039c", "vary": "accept-encoding", "x_candlepin_request_uuid": "4e80c93e-5cd5-4cdf-86f3-9d0b9e631058", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2023-05-19T12:47:36+00:00', 'updated': '2023-05-19T12:47:36+00:00', 'id': '8a8082e488340cda0188340d227e039a', 'type': 'NORMAL', 'owner': {'id': '8a8082e488340cda0188340cec380002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2023-05-14T12:47:32+00:00', 'endDate': '2024-05-13T12:47:32+00:00', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8304574354', 'orderNumber': 'order-70377724', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2023-05-19T12:47:27+00:00', 'updated': '2023-05-19T12:47:27+00:00', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': 'upstream-13140531', 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e488340cda0188340d227e039a', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'srcsub-59438586', 'locked': False}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:17 GMT", "elapsed": 0, "item": { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d227e039a", "id": "8a8082e488340cda0188340d227e039a", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-59438586", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-13140531" }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e488340cda0188340d227e039a", "quantity": null }, { "poolId": "8a8082e488340cda0188340d2280039c", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e488340cda0188340ddb070773/pools/8a8082e488340cda0188340d227e039a", "vary": "accept-encoding", "x_candlepin_request_uuid": "e30e9f5a-8b62-4c7e-8d60-3b54fa06107c", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2023-05-19T12:47:36+00:00', 'updated': '2023-05-19T12:47:36+00:00', 'id': '8a8082e488340cda0188340d22700398', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e488340cda0188340cec380002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2023-05-14T12:47:32+00:00', 'endDate': '2024-05-13T12:47:32+00:00', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8304574354', 'orderNumber': 'order-70377724', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2023-05-19T12:47:27+00:00', 'updated': '2023-05-19T12:47:27+00:00', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': 'upstream-21092483', 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e488340cda0188340d22700398', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'srcsub-21804803', 'locked': False}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:19 GMT", "elapsed": 0, "item": { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d22700398", "id": "8a8082e488340cda0188340d22700398", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-21804803", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-21092483" }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e488340cda0188340d22700398", "quantity": null }, { "poolId": "8a8082e488340cda0188340d227e039a", "quantity": null }, { "poolId": "8a8082e488340cda0188340d2280039c", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e488340cda0188340ddb070773/pools/8a8082e488340cda0188340d22700398", "vary": "accept-encoding", "x_candlepin_request_uuid": "46e8acc5-31ff-4c90-a99b-01c37864190a", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2023-05-19T12:47:36+00:00', 'updated': '2023-05-19T12:47:36+00:00', 'id': '8a8082e488340cda0188340d226f0396', 'type': 'NORMAL', 'owner': {'id': '8a8082e488340cda0188340cec380002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2023-05-14T12:47:32+00:00', 'endDate': '2024-05-13T12:47:32+00:00', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8304574354', 'orderNumber': 'order-70377724', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2023-05-19T12:47:27+00:00', 'updated': '2023-05-19T12:47:27+00:00', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': 'upstream-21092483', 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e488340cda0188340d226f0396', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'srcsub-21804803', 'locked': False}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:19 GMT", "elapsed": 0, "item": { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d226f0396", "id": "8a8082e488340cda0188340d226f0396", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-21804803", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-21092483" }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e488340cda0188340d22700398", "quantity": null }, { "poolId": "8a8082e488340cda0188340d227e039a", "quantity": null }, { "poolId": "8a8082e488340cda0188340d226f0396", "quantity": null }, { "poolId": "8a8082e488340cda0188340d2280039c", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e488340cda0188340ddb070773/pools/8a8082e488340cda0188340d226f0396", "vary": "accept-encoding", "x_candlepin_request_uuid": "91e470f3-6ea8-4aeb-b611-b31f36dd913b", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2023-05-19T12:47:36+00:00', 'updated': '2023-05-19T12:47:36+00:00', 'id': '8a8082e488340cda0188340d22560392', 'type': 'NORMAL', 'owner': {'id': '8a8082e488340cda0188340cec380002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2023-05-14T12:47:32+00:00', 'endDate': '2024-05-13T12:47:32+00:00', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8304574354', 'orderNumber': 'order-70377724', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2023-05-19T12:47:27+00:00', 'updated': '2023-05-19T12:47:27+00:00', 'productId': '37065', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': 'upstream-01627763', 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '********os-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e488340cda0188340d22560392', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'srcsub-10673081', 'locked': False}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:20 GMT", "elapsed": 0, "item": { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d22560392", "id": "8a8082e488340cda0188340d22560392", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-10673081", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-01627763" }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e488340cda0188340d22700398", "quantity": null }, { "poolId": "8a8082e488340cda0188340d227e039a", "quantity": null }, { "poolId": "8a8082e488340cda0188340d226f0396", "quantity": null }, { "poolId": "8a8082e488340cda0188340d22560392", "quantity": null }, { "poolId": "8a8082e488340cda0188340d2280039c", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e488340cda0188340ddb070773/pools/8a8082e488340cda0188340d22560392", "vary": "accept-encoding", "x_candlepin_request_uuid": "591648c6-04d4-4c8c-9f6c-3a26754082e5", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2023-05-19T12:47:36+00:00', 'updated': '2023-05-19T12:47:36+00:00', 'id': '8a8082e488340cda0188340d22470390', 'type': 'NORMAL', 'owner': {'id': '8a8082e488340cda0188340cec380002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2023-05-14T12:47:32+00:00', 'endDate': '2024-05-13T12:47:32+00:00', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8304574354', 'orderNumber': 'order-70377724', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2023-05-19T12:47:27+00:00', 'updated': '2023-05-19T12:47:27+00:00', 'productId': '37065', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': 'upstream-34398731', 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '********os-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e488340cda0188340d22470390', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'srcsub-02643560', 'locked': False}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:20 GMT", "elapsed": 0, "item": { "accountNumber": "8304574354", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2023-05-19T12:47:27+00:00", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2023-05-19T12:47:27+00:00" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2023-05-19T12:47:36+00:00", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2024-05-13T12:47:32+00:00", "exported": 0, "href": "/pools/8a8082e488340cda0188340d22470390", "id": "8a8082e488340cda0188340d22470390", "locked": false, "orderNumber": "order-70377724", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2023-05-14T12:47:32+00:00", "subscriptionId": "srcsub-02643560", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2023-05-19T12:47:36+00:00", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": "upstream-34398731" }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2023-05-19T12:48:23+00:00", "description": null, "id": "8a8082e488340cda0188340ddb070773", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e488340cda0188340cec380002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e488340cda0188340d22700398", "quantity": null }, { "poolId": "8a8082e488340cda0188340d227e039a", "quantity": null }, { "poolId": "8a8082e488340cda0188340d226f0396", "quantity": null }, { "poolId": "8a8082e488340cda0188340d22560392", "quantity": null }, { "poolId": "8a8082e488340cda0188340d22470390", "quantity": null }, { "poolId": "8a8082e488340cda0188340d2280039c", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2023-05-19T12:48:23+00:00", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e488340cda0188340ddb070773/pools/8a8082e488340cda0188340d22470390", "vary": "accept-encoding", "x_candlepin_request_uuid": "2abdd1b4-e074-4b56-8012-b618b71888d0", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) TASK [Add environments] ******************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:132 Sunday 04 June 2023 19:32:21 +0000 (0:00:04.471) 0:02:16.708 *********** skipping: [sut] => (item={'name': 'Environment 1', 'desc': 'The environment 1', 'id': 'envId1'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'Environment 2', 'desc': 'The environment 2', 'id': 'envId2'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check Candlepin works] *************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/check_candlepin.yml:3 Sunday 04 June 2023 19:32:21 +0000 (0:00:00.064) 0:02:16.772 *********** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sun, 04 Jun 2023 19:32:22 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "b14e91cb-f4e5-4003-9f45-9dd42e5baaee", "x_version": "4.3.6-1" } MSG: OK (unknown bytes) TASK [Install packages for squid] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:7 Sunday 04 June 2023 19:32:22 +0000 (0:00:00.491) 0:02:17.263 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libecap-1.0.1-11.fc37.x86_64", "Installed: perl-FileHandle-2.03-494.fc37.noarch", "Installed: perl-Digest-MD5-2.58-489.fc37.x86_64", "Installed: perl-Digest-SHA-1:6.03-1.fc37.x86_64", "Installed: perl-Math-BigInt-1:1.9998.37-2.fc37.noarch", "Installed: perl-Math-BigRat-0.2624-2.fc37.noarch", "Installed: perl-URI-5.17-1.fc37.noarch", "Installed: perl-base-2.27-494.fc37.noarch", "Installed: httpd-filesystem-2.4.57-1.fc37.noarch", "Installed: httpd-tools-2.4.57-1.fc37.x86_64", "Installed: perl-Math-Complex-1.59-494.fc37.noarch", "Installed: perl-Data-Dumper-2.184-490.fc37.x86_64", "Installed: perl-B-1.83-494.fc37.x86_64", "Installed: apr-1.7.2-2.fc37.x86_64", "Installed: squid-7:5.9-1.fc37.x86_64", "Installed: perl-IO-Socket-IP-0.41-490.fc37.noarch", "Installed: apr-util-1.6.3-2.fc37.x86_64", "Installed: apr-util-bdb-1.6.3-2.fc37.x86_64", "Installed: perl-libnet-3.14-490.fc37.noarch", "Installed: apr-util-openssl-1.6.3-2.fc37.x86_64", "Installed: perl-English-1.11-494.fc37.noarch", "Installed: perl-DBI-1.643-14.fc37.x86_64", "Installed: perl-Digest-1.20-489.fc37.noarch" ] } TASK [Check the status of the backup of configuration] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:14 Sunday 04 June 2023 19:32:29 +0000 (0:00:07.260) 0:02:24.523 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Backup the configuration] ************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:19 Sunday 04 June 2023 19:32:29 +0000 (0:00:00.337) 0:02:24.861 *********** changed: [sut] => { "changed": true, "checksum": "1b79f61f66e4bf7b6ea7507693b583d796058d90", "dest": "/etc/squid/squid.conf.BACKUP", "gid": 0, "group": "root", "md5sum": "4c82c09c11a5366eb77a402248533b1d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 3087, "src": "/etc/squid/squid.conf", "state": "file", "uid": 0 } TASK [Copy the pristine configuration back] ************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:28 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.466) 0:02:25.327 *********** skipping: [sut] => { "changed": false, "false_condition": "squid_conf_backup_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Open the Candlepin port] ************************************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:37 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.015) 0:02:25.342 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:46 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.231) 0:02:25.574 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:56 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.233) 0:02:25.807 *********** ok: [sut] => { "backup": "", "changed": false } TASK [Create the new passwd file] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:65 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.250) 0:02:26.058 *********** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Set the port] ************************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:77 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.031) 0:02:26.090 *********** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Disable HTTP access allow] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:83 Sunday 04 June 2023 19:32:30 +0000 (0:00:00.027) 0:02:26.117 *********** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Insert initial auth config] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:89 Sunday 04 June 2023 19:32:31 +0000 (0:00:00.027) 0:02:26.145 *********** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Add authenticated acl] *************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:102 Sunday 04 June 2023 19:32:31 +0000 (0:00:00.027) 0:02:26.173 *********** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Allow authenticated acl] ************************************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:110 Sunday 04 June 2023 19:32:31 +0000 (0:00:00.027) 0:02:26.200 *********** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Restart squid] *********************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:118 Sunday 04 June 2023 19:32:31 +0000 (0:00:00.027) 0:02:26.227 *********** changed: [sut] => { "changed": true, "name": "squid", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target network.target systemd-journald.socket nss-lookup.target system.slice network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "Documentation": "\"man:squid(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/squid.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/squid.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Add SELinux policy for proxy ports] ************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:24 Sunday 04 June 2023 19:32:32 +0000 (0:00:01.132) 0:02:27.360 *********** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext redirecting (type: modules) ansible.builtin.selogin to community.general.selogin TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 04 June 2023 19:32:32 +0000 (0:00:00.146) 0:02:27.506 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Sunday 04 June 2023 19:32:32 +0000 (0:00:00.021) 0:02:27.528 *********** ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Sunday 04 June 2023 19:32:32 +0000 (0:00:00.396) 0:02:27.925 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 Sunday 04 June 2023 19:32:32 +0000 (0:00:00.018) 0:02:27.944 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:23 Sunday 04 June 2023 19:32:35 +0000 (0:00:02.342) 0:02:30.286 *********** ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 Sunday 04 June 2023 19:32:35 +0000 (0:00:00.669) 0:02:30.956 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.5-1.fc37.noarch" ] } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 04 June 2023 19:32:39 +0000 (0:00:03.261) 0:02:34.217 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.013) 0:02:34.230 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.013) 0:02:34.244 *********** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.042) 0:02:34.287 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.015) 0:02:34.302 *********** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.014) 0:02:34.317 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.027) 0:02:34.344 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.025) 0:02:34.369 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.027) 0:02:34.396 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.029) 0:02:34.426 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.024) 0:02:34.450 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:71 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.015) 0:02:34.465 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:81 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.016) 0:02:34.481 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.015) 0:02:34.497 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Sunday 04 June 2023 19:32:39 +0000 (0:00:00.013) 0:02:34.511 *********** changed: [sut] => (item={'ports': ['3128', '3130', '4000'], 'proto': 'tcp', 'setype': 'squid_port_t', 'state': 'present', 'local': True}) => { "ansible_loop_var": "item", "changed": true, "item": { "local": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "present" }, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:104 Sunday 04 June 2023 19:32:43 +0000 (0:00:03.887) 0:02:38.399 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 Sunday 04 June 2023 19:32:43 +0000 (0:00:00.013) 0:02:38.412 *********** ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:f29e1bccfe6187f94c849355cf36735520c59a6ebcca14e21b1ee4a3d3220c04", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:97dc37c578388b11fbe7290941258dacf20419817567bbeb2012a513db62b45b", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:367f8007f17d81d47b8e68ba0fbf0d600f6c41ddc514486784ed23c4ac2f379f", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:c394822f23fec46e5267d5b922d489d73d0a9d1aa6cb1e45e29cf2b4b1dbae08", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:308a49426c1ad12912d314f8642d9eba19a1fb94d2acd3334961b5e6df90e340", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:dacdb3d03b43ff99d65d33cc7d68675e88a2307ee17eb11d59ad504ad07aad50", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:994767a1d2aab8e344cf28f4dc26878f409bf295735ca26396dfbb825f33d7d7", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:00fad3ad067cd0c713a97fef76cb12b3e823ed39d0e066d4f42bcc28d614c406", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:747d1ecd7168918860f02b176ccdeb5f5838ab136d6dacf753883055253c2d89", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:ca2ee13a8dc91cc8c8c0e21aefe52293a9d3513a357c0b3f60e78c0b5b0bdad1", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:785adf0c81e667feb77453995b9f58230f48eccaef86e224d4026ff03fc52cc1", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:50244f9d06a7d6e2bd99204e97d2717dfb22760f5be098ec32f4a00010828d08", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:9eeb503041acf57014e035cdb1f82f941eeef5493eac2edf3360b60eabaa54f6", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:64bf85b9795dfaf34566631a31be1afd6a4f726208412049e89c4c2ae80509f8", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:a09f37e251c56751adf1a50f444431d62fbc90e19097f28f5f377240417bc9ff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:c46a0fc26d6eec3b23246a5b4fc79e4158cf2e4b3abafc06d50388e2ee649ee3", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:41669501246e68896b209280ebb1ae4abe53a5d6d19973a0b3fb1a391bd32dac", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:512a009624198794a4c1115510f17785e534269c261220c0f9cac62d131c92e8", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:5ceeeca2340dce4b997d1ef1a909ac000e5b8dae0f19f9fc6aaa9733a438023a", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:7ebd15930f21a0a98df762bd71be36f0b8233aa8d6aa6f474d52256cb00be00f", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:8c56ba2c651b2fc75aac33f1f8d3e65e6ce8233b93f69d568b0c62f5f9adbe68", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:737ff425ce4ce69d7b050fd651c7a1cdfd8c14edebb056ccb6fdbb1dd7fb2089", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:1586be43514b37a8f36cacf55bd5a022499c75d07dd887ae147dae21ca2d1c45", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:dc2358a51cf1eec0d08bb9fbf1d833b6a83aeccdf2181f95154d81a0d7cf6301", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:32fc0518d84f6977f8198f72d7d952a638593b73a4d4a7bc3765c2082ec01d07", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:5e1ef62823425fa94881609f97e9f74d97050789104e599ab97a5c68891e3b16", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:f3a458764ec98ce7a677b4ae10dc22eb3e9ea48c5db75421b06e321a0aff6c0a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f0b7c0f72748b59054431243d2bdf4a6db168a71e17f525bfa180e323190f7c6", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:d55acfca17b91a6dbb3e8718bb60bddf67b26c48aceb2f2ff96340f66e54dfa8", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:f938611469aa3a74b8332c32528cf706e6e6e0131825bd26340fa7470192b4cc", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:a7010157f7407621850000c66d9a64fd787b393efd96f662f8e0b491fc844867", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:2ce087bac694a301529fe642c4f9928720322346dc213c070259153d17a2d3ff", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:83c2f54bc533d7ef21edf285afe688a617c48a2c1ca23e55b6c3c6eddf9b5b78", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:1344fb7197f213e188eb49e280d58f6b671ab15acf68247e8f72480bcf28a54d", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:2ea0657217fbd31db147497187eaf80f531359478ada175f12281a89425af22a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:f5197d026164e1fc51f6e4d2b0b2a5b2eeaf96a8381bd04a330fe61e7b59de30", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:1c9cf0f009f5b754c028848285023f3e525067e3285407541e1b2edf6fdb9726", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:f42bfaaf5602c397fd9ea6e408ebc7274b9db3c5780ce45cb7ca16cc36b48218", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6057ae8af810f716090f36d8a9abbb88f45e2adfeaea951ab7f69537901b74b9", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:b934a394d86710b61fcc10df4abd7919bc17682c02c88aa3a9616f77ceca6b87", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:b6a2f95b2521a522b6a45e3aee0ad46b03cc9259ef1ff90b67584bc930b1dcc7", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:813329fac86f8cffdb123fa5bce3c4b0c94ed51c8c4732f5f88fb6690a08ff7f", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:3962284c1fbccbcb2544b9eba0da1e848d232eafcde82cb42ea2ae0b4449628d", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:bd734bebfc4cd52af8cb7c6f670221472a2035277d103edda9b63ee505317648", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:39d5762d74a7893f02f8c98de22ad8e277117a0eab1ed992e8bc9f8364b14aa6", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:7ff4f398bf64241eb04c4df5296ac3c1d0e490f883e0750579b791c6363cf822", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:7a37feb91f0bc3ed3c7f2ee8084a16feb580bf481576a354249ebb57049ac57a", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:be7236ffdbca774bc3676779387a06d0d0fe7fd39f7d7451da10d135e9c01828", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:7952d218d6c2638982580874a3fe72d159d569707c51d48f7cdd022b04a996d9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:ef55ee872cb1c8f8eedac64d2009ad2004a1e552066c7d93f300eeb686f1fcb6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:4a12915d1be321332a456f921c80c33658e61c3f3965966c81e49f7bab6c2033", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:137ee82065e3e731f5134cd3dad995b649be5ad0b425c987ba59d6d0354ebc3c", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:5013117d7afb518dff9a3ae3327945aacc311d8101b96fbd2052b47dd4cc80bd", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:8c7dd93bc3283740eae864bfb158264d4407a1cf472bebd764144ccdadbc7d38", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:fe7972a240e059e0fb9ae787020f1916cf6503ffe08d18c81b7f3e233e82deca", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:71e2c93f5b64ed4e31e48d420fa12cb49ebbefe327609aaf0edd636757f5bb82", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:b6fdc244f495d638ff6175384b59bc1e3e2ec3a0e6c2d743d56ce5de84408bdb", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:c8c143fe7cad17266776569db4d241f216ef10b32ad548164c1e40a55a9fa61a", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:7dafb9850ce2cffa32e7d439810b11dd1e4cbdf2e9ae347c9efe24cb9721508c", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:bae164ddcd59264e1b7dd9e51cd48ec5e1806983be804d3f3b1496318f6e0a05", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:173ad1273cc153bcfecd53b905314b0ca3a359d7a51f728b624f5421b56c9cee", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:cfbc709dddf5d2ed655e7f8179ed78fea816fe66046b7e8cec618cae238f3ff6", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:e5214ea832ba2cb9f1fe6cf134894a9d39590d941f01a884933a9424334ff668", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:18f68eb983a3d07557b9124dc1f1fef31be7fde0ac5a35cd6fadead8c58bbc86", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:ad405e4a29b81d0058e6dff4e626c6b212f36f3188567c9d132d930b96f9eccb", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:a817e848d1bffd2cb079fbe290e87e33d0ee8713f3bd95b3b4ec703c0bf42123", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:1b29bd140a81911e2c60184f481f69776ef98bfddb159545ebe33c29afc5029d", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:f39523e31d44086495c6d545a73efad812884eded80ee5492ffa3bf3d131ac60", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:be78b6e2c61b8da15f32cf96669f389377a4ce1a9a009146dc9f5247ea22d5d3", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:b92b16249a50325ec3b4d279e9e6769655138aa03273711d9698a11d02b93879", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:9e56fb61f5be0cfd0e13891b490e2ce12be4c898e8154544b9176b81a746e968", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:97e29fc030b051e38654e7cc2c42ce3b825d1ce91361c3e41b299c67fae17d4c", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:ace7ae828266893b85af35a82a98c1fa28cab5866e28fe25135b88725764ba00", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:6eacff12c05ce03201a1fb160d3d238069779a78365eb572e741f5a3811ebb3d", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:829d070b52724d20de335f62b7c553f26701878f6b9d966caecebcb4855bd0a9", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:e93dbd1d1c490bc0fd6cf77974dfa426714db344f2efa3112f50496e507b5ee3", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:f6469e3ffd7488af55c3c7553d2fe8c6289d0e6f6939dfd57c47d514b761106d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:af21384b7603e916c87d5cdddbb1e32efab13dd9c7e86911ec8908c65e230d1e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:4400034ca033473d7f9c1b6322b5ae79efda80f2be74d19d485978a47c5ac33e", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:8b54fdf3414dc19c379ea70dddc8a59a73670f09acb372660d43819a518ac7b9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:0818b9f6bde5db80bedb7f89bf51a7b71dfeedba89ac45980e95a1d00d6de3b7", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:262d681afc60e0c530bd64e491254e85c6d1cebb170af84867674bfb7641f114", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:61c3c4c9e1d077fc5d841bbd0c4779a6eb27ecce8af5c4f0a450f72cdd989fb1", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:d857e3a75d2091ef51c0eba28fcbd9d1ce045608dceeeeb56a9b2241efe30749", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:158b9a988312131b68965b36a484bcd9430924c0339e0850fb56140570f77ff1", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:9663982d978b4b057eed738946a41285cf01bc0f6d079dd4a324a02504807dfc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:f72dd4fe86da2210aebde693fc92e7e062560724126650d6bc9a814e1bcd226d", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:80ede5937ff10d8dd17e41b16bd4e961a15fcfafffa4ac16f965792bdc7b1c2c", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:8ec2e8e51780a0bebf35e57ad50f51ac92b359e11808ae6cfd926cf48e39cf73", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:306328203e346307c0e7f0000137cdea5df2cce9fca186b21da819ea66332422", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:c8b280603fe2280e35b4a07119690786aee03c2b3facae88e6af445a40ee1909", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:60dfe90db48ed2b76b83c9ff45b0077f46625c041288bd742987ac480e91dbcc", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:3ec3eb33181d73a45a987e26fd5a6cf1c416f14af47e5aeed7966385d1507a08", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:4924d06f49dca0f6442cbd7ec2c8bb0a308b6065d665e516b687d24629433497", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:592421b46f58ed7f9269ab9f36b683c711d0ab0286f5b3370849edfa1f4d2032", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:6d398add121a9ada0731f62bf5dda407fdedb0699d9f78d61d2ae222c2ac95ba", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:273e6eb8383a6ad619c794da9aad11efd75265156cbdc113e5438de4bef39608", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:883ad60607e02b4522c4e90ee0b879f6338df5b94d15fc6ab65054bc23e4445c", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:236a8cde23729103712916eb1f781a448685e40bc50c269b6b3ff07146188753", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:7eca3468039d219b971b7e30f2406742a6f148b3ffa2a5e3b43768562514ef81", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:c481a542d792e109e5c6a18c2693f5367b5103de98f9f124f58afc2dd6a0a7d4", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:b44db516a7f15b91cefb17e234bbd27748a1f6e5c0a59470e3eb8cb74a3add81", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8fa1191cd7619167cba83bbabb310779ec50caf4b194ca3740d3f99a95af7e8c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:4999e7277c375a0cc2d4e5bf9807a7d87ea3a5435b45eaa9e313c79a4c367aa8", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:c6b30f6b2bb264ff1a42d933ec66cc29d5cba3969974db5b59a30a4c94cc9f9c", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:a717aead3eeabff6c4d5e4a20a32d3a9a9205e8f762f6a4eaf9977bde156fe0f", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:7e8046984326a7f5005fa14370eb54b51d279b452f5ae728d474959bb5e2e600", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:742bfd9d8eab08e54e873dcbb31b92e6948ad31e78686cb0d636c314daf93cf2", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:63e5a39f76cd503cf0d8efd8a7524e8c5b3bec3766137a2f3405c0e20eb10b0a", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2b145cedbd4e0663329b9fee784eda2086750bdf84af56d3e3b4a4ff258c6bbb", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:3bb7f0a4edee3bf8f1dc7d4d30e90283feea85d04965db5068c62f43d3afba4b", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:92bbb7b7b7952cd17b31b70b4c5df8ab9889245b8759af7c7c217f36b513aa55", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c25434a1ae98d31b6f75a15ce06e1efa19bce0805a4d66abedfb35bf8ec6b89a", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:f70a7031e719024c7f7c6d9b670ac16365db0ec9517a4cd30847d184683b670e", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:8c15c146bfc2e6769267ee8dde5621e7803f641424d780cd12724bedd2acab21", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:174b2589782e54d3973ba2e0772a9af40f657c87c69307a2f8164aab64936e39", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:f5f1cc5473a854baf84be99bf3bdf909739c7d6eb031324259eed60ccdde77ec", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9c5c330312e63cfef8979db8350b646cd7515f7638fe9eebfdccb77899e3fd52", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:8ff8c9aa1ff7f1c2287ef1cf328b6edf367b1c680754ae75ac2c14cbffe6d029", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:344503fee49f201235c86370d7b674b7470c259e2ed924d366c29c2f4c41840e", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:568c23d242f46df5aeb18540ee71d8f419f1dfb592c66e79376121344fced45c", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:174f12147366640b5e89c02b70007fa7d0578de9de2774083c3d600bc940ead1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e1d2ad1a3abf7144751e65444d5444f3207eb423960aff3ecd1eb2412585e8cd", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:215e877879c9891daa65a347f6c0cac354876d2cf9d7cfaf27984f42748d274e", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:3ea27c17a4a0ac618ce5a9e8b925ff65e9db67dc530223256b407422ea2e05bb", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:865ca154e6c0b4640763e4b910b4a1fefa711a4e1d1afb7ce5b55a4c5fb87203", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:bdd8ecc00ffea86dca1eaf4883db7755b27be1929351375575cfa657ce57d0d4", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:7c3378ccdbfac184bee408c6dcc90f4abe2abafedde4909ada166ba4b1c0fac3", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:d5b4dc24ba6c954ce1a09d51591b4ddaf0bab43d35218cd8aea56bbe4a8e09d1", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:4aa85a6cd731279d16d1b91447afa59dda762b7c3e8b0359742d8531b1dad28b", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:7b0893c67f4d652f1d0a441bdf3311b67dd63da5e187c7ae080944ee26e5a039", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:c3da94d054727b329697f2ca0581c376d0c1a27448d8b08bf608caba5e35eb64", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:8c18262f239895082c307805c1039ce14aa3c0d7c29b0f6c31bf320c8253180c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:c238803a65ee56a1cc7fe6fbaac7af88b6d7e19804e557488b44dc259bdbb205", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:f025c5d36ed90fa92c34f52ea5df8591e47a66bad3bb18db44ad6cd5aae11add", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:f72bc915830de3631febdad6adeb59cdc151a4c6d8563b5395cb53d3b9a91950", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:e7aeab601ecc8ffbc20b9989a8b92ae2fabdc859cc59e285f7db876d088ad0ff", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:3a54a999c8e34b95f1e47ed0e40b0b6b8eddf74b4697067a3fe2b30e5d7f8710", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:30f2c34654d1f932793c67bfd89c53a22a6e50c771e8144859a5774e3fe6e57c", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:f3790699af5cc119e7e85ab82e60e85d3351a181867b8965d89459ac0ff0714c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:59188d3a729f8541065595d2fcc3b535919ee80bc8f439cc5151cce19ec79863", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:86fd0f899c839873d26de9b1993ca497c99bf6fc3769b519eb446e558a020469", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:9883ba8fde35467d506c31804eb0f2c01326da85cc3546ecbff4132be753cba9", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:02d16c319cf7e5783fca5691c5eb343ad8d940b165606cb5c724df67b9f800cf", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:65ac9d2763cee4528920879dfd22cf7b54ef579e5d802755ac02ee8c2170b649", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:6703989cad339e85beb8c46fc6ca69fe3bf96560534a79d7c6ebedeb3b2d72da", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:5bb9506b3fefec0dccf890fe793715bc8632b200e06abc276b625e34a2f19aae", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:59bcdb2d80d5558df0eb89c49ee8ba8e98e0a984d89c8f1e373a65a771eb0f6c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:d2ec77126cc8c91a39e85ebe8cf67593792b2d80a60a1d9348a06c5d70b18f93", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:8cd6b5c87f88e7cef575da4b255d89cc18ea68f61ad83d2441e7b61b1337ed70", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:29252ea7ce3289924ecd827f11f2b5f5f831fb8f38550a1676670bef7a5498fb", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:93dc4738655a8ab41cab2894a8f417ada66b813eb39ae61a313f10a492e2b2e3", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:c387f9deaedf29edd7601ef709991eb4c87db53d48da088b3d2310cfcf88d763", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:5186057a9c00a2560948f102239929fc5a32a79e20cf3438a09963d2c018167e", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:34f4bb97e6e926421594f71aa0061bdf83228cd9d6011197319ba873cb90cb37", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:5bfdaeb93ab5e594866fdd5121c8e1c8defdea3c02e21e7084b8bd3f9290574b", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:480ebc22dd58496bb6261bca37de58c4b3d723a6265ea867de1a63aa1b96a2c2", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:c463321f9c51a55ba9083f529a0a05b5c7fd6d35c2f07de0245d65df95ce4405", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:48b059be6c655965c5f88e174dca335a11fd62f1f920f70941907431709086b2", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:00ca56efe774f449d5afdfc17296f36dfb6a0655a6c3257dc4d2ac782dea843e", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:4db26c91c87f0475c4e8e2fe606da49b92b5f5e15705e311594dfc249dc3d46a", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:30bd9ca292da867a6b047b46654a9043b88285a0db12bdb0827944ad2b6c2112", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:780cb20f6e76a3855ce56152bcc0fbbd9b74f31e0a4608c1cadd1091c86f6d76", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:496d1614df39eec8474249e3cca92242748a3f244c232be6a4c279f85e5641d3", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7d1de68d5e524b38181c105d9ee877428d31b7223f41cd5ba56608a1ab570dda", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:618cec25ebdfb08d912bef68b6cf6168b9249c0f2787a1077a72dd9fc42ae202", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:3fd9c64ecce2cafd4b9c1d9571d0a9ed048807419a2e6b634a346a6fb6c0abb5", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:399375d5c245a6d309655711091395325995def5228d96f1bcca598f36f797b0", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:262069e8c26cc005c845bed413db7b7e65edff12be3ff7e46132022c9dcf3019", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:091a4a58f22f1fbd932b723cba95035cfff6dd693411521ac5af536ae684789c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:243d992e986ed598980147e75baa5fc4c721e13760d985253f4fb53ea627b8bf", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:a68baf71f6e016e254a23107d63804d917e09f93428e7a31eb0c5f4ce51e897c", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:136d0723646023e4eaa1c7056d8c73e66587038b66bb9bfda1a93c41e5e025b9", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:f72f530f07e4362443efeb16a94570e5ab06999b3f9e3bd238d529b5c18ead8a", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:24b9355790ce8343c5e895d11f3b2141ad07a0251aaaabc67ade76b926fdcab9", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:217a278d865012230582ae591db707c859b1690d9fdb32ad801ba07578be5356", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b1fdda1d95a3c21e7b03e692c08772b8d6bf8df684683b9def203f490b545fef", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:b8fa586ff11501ad6f5cba34f978c41677d15b04dc85a502777217d9768169cb", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:d5e9354296f454ec22011f487ee2a36c49318b88c10c31ce0976c45420ee3651", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:683a63fc43480c8fb6fed670e1719c4526208376407678a5299a100cfb58df0a", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:4f6ea09e5f0c16954a31a2ede9c90afc5bf1c942e02f49d739f1d12393515061", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:ea63db7f1ee848bb7b751edc0a822e0d2abc48fb3f1e11992d9abca3bda37255", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3b832a5a752d1caf246524d27021d45d2cf79b948cc928eac575c24c60fc8a6b", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:77d7a3de9b10519a9e24c9de43b7dbe83af0a61d493800981c688a0d14b58001", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:6a4406b49193115b9e522385384e78690fab7f0f483eaa0858ae8c785f2e1ecb", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:e79c74fa5ca25642f5890dfe0586c5c73a3e9e4056a356b34fdaf37d4e7ed709", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:25bb4da3c4edbb36aaa6d59ddaeddd8227560478d6c028d45d553c340432cf79", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:0976823917ff8a661ba7b948ade69d350a8b32ca4b6ca95b7d87edbe81958393", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:a2962ddbb578b4ccaf8b6e6de277a497a257aaf740916b6ad5072c46c9fb5d9e", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bd27c4f932e2821123abda0984b1795429ef05e33fe6aed6d7edc97fd0bf2cd6", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:4c746cc0f926f44392c3e908c2f7a03d036bc13d59babfe973028f9bfa42909b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:78e425714253eca45e8cf6b617c5dff22b82b01cca3e7360e382836412aa647c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:e6e31ecaaa7f4395ea0b24de8802a9f1bb56db00e6dfd0ccc595c20c9c369128", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:817b67606329822a29ddc7a6bf86d53f2580d40e9b0a5033791356730acc30de", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:84ddaba9fc845822cc385a96a282176641ebd745dc4852dad8f954b5c176c144", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:7158e05ffa556496b4c1f203b9a0e7f4398b492897e8404d65924ac1a26fe5af", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:54374fd6c6527d99b1ad66c46bd49fa2651e978fb627ec000add198ff3065f67", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:9f9cd6a2f42ead66b7c6253e351f934aaa8e9ae5e000f5a4027ba6bef93ab688", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:198f47d2cb92afbce91e32b967fa727f5e76b43818b9c927b384b47b15ee6ece", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:bbee84725c985fa71de0bdbbe3687cc38c514f67c562f21aee81856d967843cf", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:70b515f3199de2fb97f2a5912c999dac14ab7b99b50c2c20efe7290e09bbf42a", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:41be66613c081e2ac730abe38ae82ff6c5a71cb410046a1077817855b93788a8", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:c9da2cd0a3798163065983181a3604dc1168c43db6a32ab27142580b9e348f12", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ed2adddd3e03f66431f878f64c3c320cde053729a5a53ff5c61ebe019d74c0a6", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:2f9229f62c45f2be0f0fc629631a69876c1986ed291d3a54f8e7575d960bfbc1", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:0b59a21d720b07827faba0e0d7e34a4f00b44b7d26eb93443ba2a6307a10cb4c", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:996816c9f613a935498d391aaf961830c2f1c9ba94f3f400a6f73709ac91f69a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:79b4e00f62941b4fcfa21b243c659fbeead63b0f4cfdad7644b6cf40840b92bb", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:a1dcbd78d9b5d859adf95cf56f29860f8580b890ac1d711ef1e1d58e3cf733cd", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:1d54d7f368801185a53a633839bf2824d07df839a9e09a0315622674b240feb8", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:f77c396f150f1ff1b2a8314976eaf445468bd5f1966b29172c2afc433643a9d3", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:9ab7bb83d5651ca31d6de2ee96daa0350b97da7e7357d0e5916b3e631c841d80", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:df069293da75b3968d54af59e515de3bcd7808f0aa67c3a1e64671f6a065a1ae", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:0030d8ab40c3b947c5a5cba9cd5300f57f49d05ac520e2e68397fe59517ac279", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:b8d034d2f941b9b68c5316c91be536cb98343616a6246751e8d8275354309465", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:551a57c9f2afafbb2407ebfadbbea56b87a4373ea0baff81dca2663bdaba5772", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:16306e7318056122150ecf5128e11f35f940abe2caa5bebaf924e2fd35ffda10", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c3b41098ade8ede62ee171cf105626e720b32c3a7c562cf81143905eb9771d1f", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:0e9938cb16c3852950dbaf0cd0b99257b1201388d880ef418f9039872e3ee881", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:33233739cf6159f32e2753d7a960f9ea3309450a88772e1809a97643b1db2b6c", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:a92e3dbce7d9014fa9d86d03ec9feaa7beb50fabb0fd24f74ce8e60573326833", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:884868aa84cbd6c86f59ee9d2ac24c6c5d6974efac64675b61c45e9954a02503", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:ad9dbb975ff7ecba513e8ea0ad22bf7f1fe74e08d16eec244af9fd47417e9f79", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:50cb58ab2a03871dc048a850e1de307dc10cddbc71558b2afee3e9f025403788", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:b7176eb3b7c487332ad1aa47b4dd30fe92eb71a288f209a4fbcfbdd5e5cdcae1", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:8045ff61ad26541073aa8336a5e6b6e5218d4f35324e121a268c8bc8993f06e6", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:33dff3e22b250e35b56817be1e07d137c9f4cf79092c866129547829cda9a81f", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:625061b0017f1a51f18a217ce440021d327e9c5d33b58d9f2eb432c4db10e66c", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:9584a7ea7ad982b8efc1658f0534706a2e245cafd1a80ac3a2ad4c273dfee4a7", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:ab52cdb2b5f03af08758c490e58093b4e673e02c4c43949be22c5adecbf1797a", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:8b9bb55d25f96e8b0713abb5c461d72c10b942353532f168bb35c5ae7b9975f7", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:4c5546206ccd3fc38574fa754a5de587e767153cbd18f879e6bb4c739aa0794a", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:07f131c0b15c2c1c884f5ff15124eb0d1d971b7e39846ebfb9875bfbc5a3a35b", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:aa50814c7b28d075e00f96f6d25e4ed1632d431c1aff23fb1cae76a8b4a2471d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:3571d609b67173f3c24a52e984c1705c1ee1a0387adefa315a77df8b98c3b4ee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:4a3ef10132fb6d925563410bbdd8a06eb919140493bf66bebf3b7792c8a2583e", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:7326076c05702f570bbd831259a472502f6276837de2a97d95ba3e3f5f7e9a02", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:09a808fd9562ae69de1f374b4f5b298bfc7460120d951b2ec91cfbf6e91a3918", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:405a2011662eda2bf92b4086eea8fb4fe4ae1332c87c5796272a0fb1853b6d44", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:3c9f202b58aba4cce4c1d38f16bb9f3d4a3f0f88405fdd99a6bdb1f7f6616017", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:346c5936204aacddd85afcc1d3adda85b28a5ec9b413fb383edf8e9a4a5ab146", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d58cb17d2b79d13da4222a1a9c1209d832850e4ef754f672d4f093dcd197d1bf", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:0f7996ff49033b97c2c40fda4e7ad6e2d766a8073e9c5192064e1ab83d8d9aff", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ad7169ca6a6337944353673e203224750fafa73cb0c1111755a4640ce6d59dd7", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:64934caf4f0d524305c6917e541ca3480b9c891f13415688ad321d9f87abf5ad", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:a289c349afd56d1d87984076a9bbbbf8a6105d36573a436777862755a7d402fa", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:838ae4d31fdab15ba7b68a552fe01dad4b51160c5af729a6e5a9b7a06e960a07", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1498d0f58f4ca14805b89a23a25ebe201d1983e8890be11b7653a98c1e0f3aa8", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c35465866dcc844a3eb4f4b7913730aa6f36732451c98a4efa4bc371d2190d49", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:b2433ab6b57ba5ec35291c2661c97bd938115f2805be06105675c4095f55d7b0", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:c3678e4b4ce4848aa98b57977cae9ad294c7661ced1d39aee2a7cc067808d706", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:d737c8880d919ab312668851ed170724d3ef0fd407a233c13f0096f344844d9c", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:390105003f962fcdcef47ca8739d92fe19fc8c6d669cbc2e6a238a3333b071cb", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:8e88edf779794b901d188718c3dcfa70f252eb106d3f1909aa6a6c83c1b0fafe", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:97f4d62af081e7861fc802f6766eed5fbfa0ae619d5247f99d60bfdc639149e9", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:97da182f2bc44522fc8307280a0d55b6bbc1d9ddf1e3c6f6c4fea22afbd191fd", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:76d7fb0bd39644054090b303645f6bbf83107baf43aba3c0b3760ec25a7f546d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:a7c0d1bd59d88d5c08c1b61c84675538795e86f78c5eb801e7d44b500c513750", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:13bbfa33f369fd8ab295e72e6104b095f03a3a3735be7b99bdc22d797a1f552b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:a381778f6e1de9552f76e10d8c7b7bf51f141fea3160951c93d683cee019c559", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d211d4acd9fb375ceb92cd64921fdd57f070188817cb98f6718ab4b5990dc11c", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:adcc252774b42de118e5658c5ac4d62fe01da91e611f7477f4d89e97505feba0", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:d53b4ea2f80c778579f3d2417252eadc6af3c0b4a6ff16295d419ea1531c2c71", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e92c809be52c70fbc71d19b9db41475020cc4603fbea3e67b2cfbabf1b3f6310", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:5175ec3ba9f52060316a2b185f2fc135f943de17bb49edd851e44076c2f2f2b2", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:4361b53e96d34b228a37ae757619c8ebd9ecc323eaeef7e61639fd78b95c743f", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:ecc0b36eab15792d378b5f03539507eeb55cf3f74851acfdb8c6b03369354143", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:b45a134d30f24a04f0eb9828c483f2ca0ffccb76d8b14ac15f0027a91c7ab448", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:ebb3497a8265d4c360656842e4b481f881772277586d9c2cc641b14456c6c462", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:827bf87edb79a7e8f269d432e4b27c8e8020deadef0dc321d668a164c0e6317f", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:c41a77c3ce0fc300e0b2caaf1ee0747fc81c1c088f52ffa89e42fe4aa701fd44", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:074d99076276cfa5b040b409ea00476176e509c50b0e262192aa27bc34872baa", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:df739ebd48b6e56b5774a55e05a46c19d27564cd493924f4ee573eab40d88059", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:b0695ea8b39a1e855a5697a86a94240571c7121344b95db4925154999bcb5cca", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:a53518c43e498c8c9ddf3066dd9bd8c3af6446dbf4b70d584bfb66e3aa4ae082", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e1c5d342f1f74a3b8835800e20d4ab473f1529f4f1077b48cae541686ca99493", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:5166260019c7975741f14455d1fed2f7cef647c2e2f08d054da58398b1b548ae", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:313f9f29aaa2fb7c2e9d012afcb83b81120d5f226a4a95789817f4528326ea76", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:f83108c0cbeb45d7f432f5f39d64f8244ed015309032895866f6b05b7768e83e", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:8eb386d8af34d1305ff81f72bc22cf9e2c28034ab63689123a3c5dd4e0da4b12", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:307c6d628cbfbc6c24bf2e34726b9776ff8bcf899183f7378858190628e8cfc8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:8e8d7130e2c55af573455784f2d115e64b5d2519fdccbbc701666c6b87d4e02a", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:56dc8a4e9a6608948552a34d0b008cea439e60494d408c4c71d7ef4274cfa588", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:d320aa1782ea44da0278bb788bbc6d72504e9e91549779f731ad1ef18dabae62", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:f93d7a32ae08a9f0e79f36403f6cf1738d0b363ba87a0bf9b64bc7dca45a1e68", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:b6da2bce5b79b0d0c42dbb904589685149df7b7022381cd1586679ea2413245a", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:69e61e43d2ba5505a45fe99b76d9cdb5fd9df5b0b18ca6a9867159ceff0e64ea", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:39a4932bbf171c73ad691a55dca6cf0d5c0183362601c84bb364a04717eeaa10", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:05af050c8e6c1f45d6a0989cd4573aa779df68feb141249ff4e6503a94433223", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:3591dca1f8fb1300ca8d4be41a909f8326352bc21fa47881ecab3121fb1e360c", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:58f9c526e1827795838e2be6d6ad053f7a40f6cb1b8c64edd2197e10355ded42", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:062bed0545c74fbad313c5fea3642c5100b2e9cea4971588129e54e4d975d48e", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:a8dde29ef48db371c731c965a6e46c17d48026fafc2f5c031ff5a22d8c186274", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:27ad53e98a5086db9cefa582cdd82d624466351283d1eadddb49d29525cb7ecf", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:128b9441ca76b42d7cd94833289d1afb3a318c01104326bbb462794cc9e58cd4", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:00ad72497f36d5a4ffc68472b2fc920e44d5981e05c626b16ea638dec43c1119", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:cb0026fae844ac033b79163f6d7f503de1e171b1b8bd4b989af5f6b9c7ac68d1", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:344947e4a73057580ecc7abd13caabbf6911b0148094983414fd0b4ef1b784bf", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:9260627895b66cfa6dbf72a27b8bb3c2f11c1b8f53cebbafea7e22e254cb3cbf", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:f103a6c7bd547b341d37088336c150b01981af46c8af81897324f11fb03b3512", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:cbf3603f88e4402b31c8d3b25ffbc49e052370f997981ab99b84449c690e7c7e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:ebd9e31c55e74e25c500a935e435bc80cc35eff70b43e25ff1e6dedca6a932ed", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:118703a3bfda4696c72714b47ea658caf4eb1a0cd9e04f75e307a1574c4180f6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:0fd7ea42b75ab283bad96a47475b92bfc1148c6085b8874a287fdfeab25a2a60", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:cdd7d83b62687348b4d3a9a9a811d631cace1e9b85297357530e4c0d6cfe8f82", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:aa68a2d2d0fcf00585c077cb074a20a6b3c03a8f37f657152047256d9fa194cc", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:ee79c132905283df06f33edbf07044d7f3b9281385502437f9536620709921e8", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:f63c910c6813474eb26c9ca23b741df5052b59429e6326c0b5bf79c075df9ddb", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:03b6ce1252ded09ebf6e94718640759d9b211dd97e2dd57d1d778de4eb012ff4", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:83621f87c840f1cc05cc68ee55fd04cb6a6b037096d3b19a8a9f310f7bfe605a", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:6263d37a900205f2e8d19728832917b8681fed62fedb493490780bc39580b48c", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4f5880d52807ce26dedc612bf930be97dbb8a3d4f71d9dd2c49e5a85fcb8f6d8", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:3f9cb36ab81ca47b206c3b915a696335c6c803d95c87bff41e621d6c2c0888cf", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:23676d83969be386103765416d7fcdd47d8648890d3f29104d46537c8e15ba5c", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:5b902526880f0ac1ebdcbbdda485f684971289e35b1704250cf1ef6d9475e5e1", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:3c6e6b9a13b5b6c96de9705219b16fb72c908b64e703e4daedbc3e903f15b38f", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:7354677d272e19e79f693b1144f98a6b13fc57b1afcdf9225d153c9549d6b050", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:fc0670700c999cfc9df2aa059bd9043f89e28cf18504fffce68ae90846ffba97", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:69d81dbf1ee64cf68373b262426f2c38235c65a08fa07b6d984c212173c421b6", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:08ff8ae3fa28ecfb7a5dc01e04c0a65cb36604c0c43c84d279a87fa322c7ed5f", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:c19cb6b77c5e61d6d5161fe718e76bd39b565ffa3e2935fa86d9fa212657af81", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:ff14a4c75d13abbe6f9acbc55823cdec4ba0292d3371d61bd4819c80428c4aa6", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:4a032eacf61f283fec5ee33c19d29044ae9993e3fccba71ee7a78c3edc4a6843", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:8cd66f10588ac011a761fd7dd8c7321959a1b4e08f564628cd6818d39f0fe2cd", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:1c411b116b002406d243c0755bc41d12b0e0ab1512c2dedc7d0c3a84605ad499", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:6c526c19a6ca6c928fa90ef512e27bcf60fc36eb8bf0761caba35774347405ff", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:87f3b4985888d0bdec4a31ae64de5abd977ea48aab0664be86fffda797d37ba5", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:c818c9d44a7bb47328c3dc05fbd93ae1a9beb7c4172a17060396677d2df797a3", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:70222e7a0f5261b5340231e569fbae3df5b276435e04bf6042067b0e21a9bd76", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:b608d450176de09155d4a4b468fffd83f274a064e8a64551b19087fdbb4c6ad9", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:9ed7081dd55fbb74f03c472811d4994ffa6226154568cc11c664241ad7d3fe3e", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:94bbb85459ad62b0836072a89cf2cd0e4f88f6d41912dcd9212594aecde38c86", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:02fa4aa14e0bc05760fbbe3efc2b32d26a195c9d8179b2edfc480d1e311e2484", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:1e062a3a2af538be41569bf4d8c62005efd9558825bcc16beecf5542d95ef4c5", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:a5afd21f58e81e874ce28f2a8a39ae892f940a7cf68a2a9ed2e5be2ae1f1cf3d", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:4aee2089e463cd65e424f0bea42d909d8d8d3de4ef98a8f47d8630096d14acc3", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:a7703253d970c1f8843bfbb95df29f7bd73a5aa15694be614de571f273b9b023", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:d87db5bead6a4f89a4f087cfc5d627ef87277e200b53d670e0e164abcf0313cc", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f33a23e6f6879a6465292329fa10a14ab0ffe3ca3765e86f26fc37b935bcadd4", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:031c5ff61a50e9ddbfbd0942fae37ea90074e478c1cec0b4eb7cb6aca9596dc7", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:cafa04ffdedc77f63d8494e54ea6e9fe5c6138003b57f7705020ef55add50b29", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:f9b6542e390fe6c0a4323790b2bd9b9fb32761f691930df6c34f61cd11e54f1a", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:f13a315cb56d2b1d18b445ecb589b522080d61bb2eadc7719c12f61a1da46678", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:ac4e33201632d9b0d4f36f5a403867e4657bf77f9d73446119784bd05fe8644e", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:eefccd257b5b9326cd5ba7ec1e402e96b447ee470f7aebda42143cfc81cc87f1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:9c41f87b5ba09a6254ce922eb60b6dae47d3c7bd83549aa9e1b4509f7f0603d5", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:69c57f871e35b62953afaf643fee5bb47f815b803862a54e253e50d8ae28d7be", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:6d618460b03a8141c43e9679285b16dbdcd49b3020cb4d003cee81310d5ad2f2", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5115d4056aa236c832f66028083ace5af3dbb88eccfb6c4c9b92e65ac4cce486", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:049ba06fa82b92c817d0fcabbea636832da216edfc2d16a301dea96501e0ddc8", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:a6efbc9724f6868d31cc94896e2272a4cfe2d810fab9eda9f1cb85afe0349012", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:45ad3035b3e1935094d8e2fd1b15257a5d6434b7d8c592521404651ea6296f3a", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:b701df18f6139647738b643c5b1a1d8a1572395b4e1fff2c504e7a6bdbabc639", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:311ea08ab48f4b407e0bf45538aa6bcdd2b0cfdcc307567d6f6654d7d23c8a90", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:9e90217c45bf0add27ac0ec389487ae62fcdf966e43b19e94b39c6d252d39cef", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:443877f00fc71f5913e4a5103bc9084c3f8724fcceca5abb6d60a23082a3aec6", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:91c5e5c35261225ae12b5e1bb35d19ee72769a2ad5ffc72a33cc4de185b6f43b", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:6974335caa22d67d0a3d6cd2f9549c1474eee7b017748768b296e21c7af6f482", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:8373ad7e195b16d1d244d1611ae4ba87c7e8b743050a1a3cf39b5b0ab9bec4ba", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:d177add9dc39846ef24440294154fd67ec5e2e5c6f0ac9c17eb89dfb6ea887e7", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:1e37b5f0d9e8aa7c05dc7e3580fefe546f81f7b1b54a8eef0773a1e6bd2c58ce", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:650e0aae8f51120debe600360e45ef451e8051fef46189c115749d224a8d0afa", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cb674d7d6fa303278bdf2e4198ffde0da22aa626a5d2376e514cde1599f3570a", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:2b1807b97b376261a1313840b22eb76235dc6d3978d55724de1695820487eb38", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:f9d762a738e1742dea85f5c3830e20a7cf39f43198b0573f4643e03fdf13e0b2", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3112c3f67959589b5885bf9ac10d0ede832d3474812ea03a98c77d1b6d87a9bd", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:79ae459caedace3652b53ba6be21f53df5a8c8b41ab80506876a44d1cd5a8a4c", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:272c5494a652a912380581481e3a874887406d9134eb05da001f23745b2a58b6", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:5b3d9fe700d5a2f2a0fd1932695085dbdf6ccb195ed9037ffacce8bedce9e96d", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:eb8e219d448ac3dc8e546e8c75d065b0e40190ef01ec75602a93198305a6c354", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:589ea47842cee02bc752f00ed268938fe510c28ff3597e2c0cc14194a31d2710", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:a542c8799c012ed27a2fb93178397568ba1a96d0b320e4ad093d3f957ef83866", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:082df579e721dadd4cc6093ead25605c0864b4f9545fe15b973718799bc3f665", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:176f68075bc574f5ffeccad8363d5e8190c1561339f2fc609672156de56b2480", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:6e3e664be31a1c77a90aaa94b52809351004d03325ec6ca711d01131f9482e83", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:50726905995b22290907371d8cfe398cf770f3459785fa5519046c89b4587d56", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:2bb26aa2ee0e4e126f5f65bb5f71bcdcff2cb30e9303f563f966c8c73c920ccb", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:38eb3961c0fa65269cf82e1037415367b492179edbc720558cb787800d84e907", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:0da7404d31f4c00d00f67041d4142e128b03eb1514d15695a636f13b6250d049", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:7ab40444034fcc3be4a32a0e72313b0627d9adfe329954fc825ec483847d32f8", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:764b572b286cd3b2fd6cd35210f40d665e5c574500f0a4c82f94b1074f552fb6", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:e8ed2f5a472b550d21f13310e57bf3779819d31c5c70d606850229cc56af5c66", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:326a50e64a6800bfb1f55b44ffcbac03abd47187951f5031c1d43a3ab327e84f", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:8459e0e35121a6784a58cd2da6d65ca1c2185469030b3ffeeac53ea209759961", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:23d4bce33efc3fd96819a3104142957411c96dfe29878568e434e2fc37bcc827", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:25e66c7980f6109aaa5b82fd50d351197475434f0bd1232bfc5fcde13e645942", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:f6958ca1de520c0770d5fef4db40c770ea971aa4ff1e44e75bc5ce28b219c8e1", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:4bfd146d5153e4318613aeb6220a85f767df127d8c635df3eb9effff3e23c9a3", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:4f37de234048466b90c8c062d969d4c433b522b11e15f40b1e6011d6886732bd", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:165a32f507c35504d182074c819bc101ec2509b3297086506598c408b1e3acd9", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:0c322c0b5601401c6034bb3b5a14bc554cb3dac02c462e6341a675c489fbf6f0", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a481132307fe4e7f166d183f95dd70a1a2fe7cb21411340cdd522339dc9eecd9", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:fac7ad46fc50369fb70bcf3ec265e1f3bff1259ffe474e2535223c3fbce6a453", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:f23d94ce40b1e7dcc10eeb840a4322a56d76f9649ef6057c4a446ac1b6fb1ed0", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:41d55b1ab2964670cce394fcbb0439a90fdb1a842e1e8e29904d38f3782ae68d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ec496632f91a21b368e0afaa132845148bab11976eafa48d647c817ec24e3891", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:e4166c3bfcc528c22e6656eb4c4d57ae97eb49053593aefc8c7ecad7ae810c67", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:5be574521155e4b99b38bcd1916757c9be69b0f89f976aa47188285460efad60", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:8ebcdf1f369d1de1cd1ea5b575205e4c127928f72ff43ee3c12574eab70f1031", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:31a24a4b447de14cec57a18549aa1ae09c39751a43d88a25f06f49773992e658", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:d8172d370f0da7eb94033194b60316461745af1f976c26f9bcc39e23ee8a6f16", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:6515d15889968c3d1d0f773a6f515c3ac5a98956a5d5d4e0d146a4c6011f568b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:badd40ac4205c51bafd82f4d91193436143f5d7732b5d904da3d135257b4cb41", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:d20e9bc460f012f2ac9d5dd32abeb1de7f762b13bae78376c592d3a935266e45", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:a26973a6006e05e43657737f80d63c61958d1d3f0c190a9128d3eff030c91b37", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:ea51b09d150d2e42f335f24e2b201088c74b2d9529c1da23fe04d03e623206c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:9b9f4dd93a1ba653d0fce1ad6d7b6c1774936359072e4951799ea5692ea13c32", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7d80b3270f03f6207bdb54bd93bcea2ff84383b6e33561e7f029baa12d05acde", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:8ab4800293a766cf255f4598035228362d4e30ef0ac0d67d43b4a093f18c139f", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:7db283d146d00523ff207e2092545a4307710d2b5a3b8517f19cdc7e51c36d62", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:a6757b76a18e05b3fc93f0d36b91b51f3635a0a055f3c5ca2693dba9bd20f9cc", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:8b683c474f953a281ff5fa373bfa67c63588c6faf4203409d78a115acecf94b7", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:cc25751ba7e123e02be5b8d1f3dbe936e7aa0b847e723f440cbbd0642309bb95", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:239846bfd616f26a85339f607eab43666dfc693b329c185b6e12b725127f7188", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:f765fe184da93c61b38bc73893780aea209eaf004658ebf8ee20c7c8ea4c56c6", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:9ec8c8d4156688729fc438dfa1a4695ae697370dd37891716038736b49689de0", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:e7192373837ca2c79712da4b9c09b37c98f20752db310431a5b6e53c2b9a2d50", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:b7dee46a1e6a7841fa667c03894a524bdbd2856e9e28ae7ff653a76d8f961c63", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:8595b56ebc03c4ac45fdcc23f851a7b46704ef3d68aef0c52af0e20faeb2a4de", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d800be053dc990f2093bd0dc877257ca27355a7e98f8ebd93292d7ac5f9bf388", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:17255797b5d668b67aa92ecbf725b104eba96ba8639fade6d52b03866c95d18a", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:2f663f3084970d995c4960862ed1128e886baf14039b88a003964ef3c5a0a884", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:88598cde700174182f670cbf8b5058687c9e1e718b9dad85243f13d054c699e0", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:7071305e4c4847311cae305142ce9fe4b3c58cf39811b4b191d1e581c4f4cf0b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:2337f3a4d56a0d4a22d60c3ed0ae9be194b1b613b1be0adc34df31d2c9a437f2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:0536e9239eb9983202dd3c010e9aa9810ae13d92805689cd478ce62f992190f6", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:117 Sunday 04 June 2023 19:32:47 +0000 (0:00:04.227) 0:02:42.639 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [Register (wrong host, wrong port)] *************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:37 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.047) 0:02:42.687 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.053) 0:02:42.741 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.032) 0:02:42.774 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.045) 0:02:42.819 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.021) 0:02:42.840 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.020) 0:02:42.860 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:32:47 +0000 (0:00:00.040) 0:02:42.901 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-ethtool-0.15-4.fc37.x86_64", "Installed: libdnf-plugin-subscription-manager-1.29.35-1.fc37.x86_64", "Installed: virt-what-1.25-1.fc37.x86_64", "Installed: python3-subscription-manager-rhsm-1.29.35-1.fc37.x86_64", "Installed: subscription-manager-1.29.35-1.fc37.x86_64", "Installed: python3-iniparse-0.5-3.fc37.noarch", "Installed: subscription-manager-rhsm-certificates-20220623-1.fc37.noarch", "Installed: python3-inotify-0.9.6-28.fc37.noarch", "Installed: python3-librepo-1.15.1-1.fc37.x86_64", "Installed: python3-cloud-what-1.29.35-1.fc37.x86_64", "Installed: usermode-1.114-5.fc37.x86_64", "Installed: python3-decorator-5.1.1-4.fc37.noarch", "Installed: dmidecode-1:3.4-2.fc37.x86_64" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:32:52 +0000 (0:00:04.786) 0:02:47.687 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.480525", "end": "2023-06-04 19:32:53.253777", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:32:52.773252" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:32:53 +0000 (0:00:00.734) 0:02:48.422 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error: unable to connect to wrongproxy:4000: Name or service not known (error code -2) MSG: Proxy error: unable to connect to wrongproxy:4000: Name or service not known (error code -2) TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:61 Sunday 04 June 2023 19:32:58 +0000 (0:00:05.411) 0:02:53.833 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong host)] *************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:67 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.024) 0:02:53.857 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.031) 0:02:53.888 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.027) 0:02:53.916 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.039) 0:02:53.956 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.019) 0:02:53.975 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.036) 0:02:54.012 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:32:58 +0000 (0:00:00.037) 0:02:54.049 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:01 +0000 (0:00:02.492) 0:02:56.542 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.357150", "end": "2023-06-04 19:33:01.988519", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:01.631369" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:02 +0000 (0:00:00.618) 0:02:57.160 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error: unable to connect to wrongproxy:3128: Name or service not known (error code -2) MSG: Proxy error: unable to connect to wrongproxy:3128: Name or service not known (error code -2) TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:91 Sunday 04 June 2023 19:33:07 +0000 (0:00:05.169) 0:03:02.329 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong port)] *************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:97 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.024) 0:03:02.354 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.051) 0:03:02.405 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.031) 0:03:02.437 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.045) 0:03:02.482 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.021) 0:03:02.504 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.022) 0:03:02.527 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:07 +0000 (0:00:00.041) 0:03:02.568 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:09 +0000 (0:00:02.495) 0:03:05.063 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.365145", "end": "2023-06-04 19:33:10.524754", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:10.159609" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:10 +0000 (0:00:00.628) 0:03:05.692 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error: unable to connect to localhost:4000: Connection refused (error code 111) MSG: Proxy error: unable to connect to localhost:4000: Connection refused (error code 111) TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:121 Sunday 04 June 2023 19:33:12 +0000 (0:00:01.646) 0:03:07.339 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (no authentication)] ******************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:125 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.048) 0:03:07.387 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.043) 0:03:07.430 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.032) 0:03:07.463 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.045) 0:03:07.509 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.020) 0:03:07.530 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.020) 0:03:07.550 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:12 +0000 (0:00:00.038) 0:03:07.588 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:14 +0000 (0:00:02.474) 0:03:10.062 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.359945", "end": "2023-06-04 19:33:15.505325", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:15.145380" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:15 +0000 (0:00:00.609) 0:03:10.671 *********** changed: [sut] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set the release] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:47 Sunday 04 June 2023 19:33:22 +0000 (0:00:06.994) 0:03:17.666 *********** skipping: [sut] => { "changed": false, "false_condition": "__rhc_subman_identity.rc == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Unset the release] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:55 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.054) 0:03:17.721 *********** skipping: [sut] => { "changed": false, "false_condition": "__rhc_subman_identity.rc == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:63 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.051) 0:03:17.772 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.020) 0:03:17.793 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:147 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.057) 0:03:17.850 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.047) 0:03:17.898 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.032) 0:03:17.931 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.044) 0:03:17.976 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.019) 0:03:17.995 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.020) 0:03:18.016 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.035) 0:03:18.052 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.038) 0:03:18.090 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:22 +0000 (0:00:00.037) 0:03:18.128 *********** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set the release] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:47 Sunday 04 June 2023 19:33:25 +0000 (0:00:02.819) 0:03:20.948 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Unset the release] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:55 Sunday 04 June 2023 19:33:25 +0000 (0:00:00.040) 0:03:20.988 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:63 Sunday 04 June 2023 19:33:25 +0000 (0:00:00.046) 0:03:21.035 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Sunday 04 June 2023 19:33:25 +0000 (0:00:00.019) 0:03:21.055 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Install packages for squid] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:7 Sunday 04 June 2023 19:33:25 +0000 (0:00:00.043) 0:03:21.099 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Check the status of the backup of configuration] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:14 Sunday 04 June 2023 19:33:28 +0000 (0:00:02.456) 0:03:23.555 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1685907150.1335375, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1b79f61f66e4bf7b6ea7507693b583d796058d90", "ctime": 1685907150.1385376, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 286279, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1683627663.0, "nlink": 1, "path": "/etc/squid/squid.conf.BACKUP", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3087, "uid": 0, "version": "3068970216", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Backup the configuration] ************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:19 Sunday 04 June 2023 19:33:28 +0000 (0:00:00.245) 0:03:23.801 *********** skipping: [sut] => { "changed": false, "false_condition": "not squid_conf_backup_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Copy the pristine configuration back] ************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:28 Sunday 04 June 2023 19:33:28 +0000 (0:00:00.021) 0:03:23.823 *********** changed: [sut] => { "changed": true, "checksum": "1b79f61f66e4bf7b6ea7507693b583d796058d90", "dest": "/etc/squid/squid.conf", "gid": 23, "group": "squid", "md5sum": "4c82c09c11a5366eb77a402248533b1d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 3087, "src": "/etc/squid/squid.conf.BACKUP", "state": "file", "uid": 0 } TASK [Open the Candlepin port] ************************************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:37 Sunday 04 June 2023 19:33:29 +0000 (0:00:00.337) 0:03:24.160 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:46 Sunday 04 June 2023 19:33:29 +0000 (0:00:00.244) 0:03:24.405 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:56 Sunday 04 June 2023 19:33:29 +0000 (0:00:00.235) 0:03:24.640 *********** skipping: [sut] => { "changed": false, "false_condition": "not (authentication | d(false))", "skip_reason": "Conditional result was False" } TASK [Create the new passwd file] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:65 Sunday 04 June 2023 19:33:29 +0000 (0:00:00.043) 0:03:24.684 *********** ok: [sut] => { "changed": false, "cmd": [ "htpasswd", "-c", "-b", "-m", "/etc/squid/passwd", "proxyuser", "proxypass" ], "delta": "0:00:00.004598", "end": "2023-06-04 19:33:29.772406", "rc": 0, "start": "2023-06-04 19:33:29.767808" } STDERR: Adding password for user proxyuser TASK [Set the port] ************************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:77 Sunday 04 June 2023 19:33:29 +0000 (0:00:00.253) 0:03:24.937 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line replaced TASK [Disable HTTP access allow] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:83 Sunday 04 June 2023 19:33:30 +0000 (0:00:00.251) 0:03:25.188 *********** ok: [sut] => { "backup": "", "changed": false, "found": 0 } TASK [Insert initial auth config] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:89 Sunday 04 June 2023 19:33:30 +0000 (0:00:00.248) 0:03:25.436 *********** changed: [sut] => { "changed": true } MSG: Block inserted TASK [Add authenticated acl] *************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:102 Sunday 04 June 2023 19:33:30 +0000 (0:00:00.351) 0:03:25.788 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Allow authenticated acl] ************************************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:110 Sunday 04 June 2023 19:33:30 +0000 (0:00:00.251) 0:03:26.039 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Restart squid] *********************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:118 Sunday 04 June 2023 19:33:31 +0000 (0:00:00.250) 0:03:26.289 *********** changed: [sut] => { "changed": true, "name": "squid", "state": "started", "status": { "ActiveEnterTimestamp": "Sun 2023-06-04 19:32:32 UTC", "ActiveEnterTimestampMonotonic": "887333352", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target nss-lookup.target system.slice network.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sun 2023-06-04 19:32:32 UTC", "AssertTimestampMonotonic": "887196791", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "160166000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sun 2023-06-04 19:32:32 UTC", "ConditionTimestampMonotonic": "887196786", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/squid.service", "ControlGroupId": "7099", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "Documentation": "\"man:squid(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "7781", "ExecMainStartTimestamp": "Sun 2023-06-04 19:32:32 UTC", "ExecMainStartTimestampMonotonic": "887216805", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/squid.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sun 2023-06-04 19:32:32 UTC", "InactiveExitTimestampMonotonic": "887209654", "InvocationID": "b08ac8918972420a881e3bb386da4f3d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14741", "LimitNPROCSoft": "14741", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14741", "LimitSIGPENDINGSoft": "14741", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7781", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "15085568", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/squid.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sun 2023-06-04 19:32:32 UTC", "StateChangeTimestampMonotonic": "887333352", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4422", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Register (missing credentials)] ****************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:160 Sunday 04 June 2023 19:33:38 +0000 (0:00:07.267) 0:03:33.556 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:38 +0000 (0:00:00.033) 0:03:33.590 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:38 +0000 (0:00:00.033) 0:03:33.624 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:38 +0000 (0:00:00.053) 0:03:33.678 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:38 +0000 (0:00:00.021) 0:03:33.699 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:38 +0000 (0:00:00.048) 0:03:33.748 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:38 +0000 (0:00:00.033) 0:03:33.781 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:41 +0000 (0:00:02.495) 0:03:36.277 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.361081", "end": "2023-06-04 19:33:41.726257", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:41.365176" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:41 +0000 (0:00:00.614) 0:03:36.892 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required MSG: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:185 Sunday 04 June 2023 19:33:43 +0000 (0:00:01.658) 0:03:38.551 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username, wrong password)] ******************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:191 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.023) 0:03:38.575 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.033) 0:03:38.608 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.037) 0:03:38.645 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.068) 0:03:38.714 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.023) 0:03:38.738 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.022) 0:03:38.760 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:43 +0000 (0:00:00.038) 0:03:38.799 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:46 +0000 (0:00:02.445) 0:03:41.245 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.366848", "end": "2023-06-04 19:33:46.694337", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:46.327489" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:46 +0000 (0:00:00.621) 0:03:41.866 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required MSG: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:218 Sunday 04 June 2023 19:33:48 +0000 (0:00:01.680) 0:03:43.547 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username)] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:224 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.023) 0:03:43.571 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.032) 0:03:43.604 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.051) 0:03:43.655 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.045) 0:03:43.700 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.022) 0:03:43.722 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.022) 0:03:43.745 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:48 +0000 (0:00:00.039) 0:03:43.784 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:51 +0000 (0:00:02.486) 0:03:46.271 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.358225", "end": "2023-06-04 19:33:51.720408", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:51.362183" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:51 +0000 (0:00:00.615) 0:03:46.886 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required MSG: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:251 Sunday 04 June 2023 19:33:53 +0000 (0:00:01.736) 0:03:48.622 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong password)] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:257 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.045) 0:03:48.668 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.036) 0:03:48.705 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.040) 0:03:48.745 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.060) 0:03:48.806 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.022) 0:03:48.828 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.022) 0:03:48.851 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:53 +0000 (0:00:00.048) 0:03:48.899 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:33:56 +0000 (0:00:02.502) 0:03:51.402 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.365175", "end": "2023-06-04 19:33:56.850544", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:33:56.485369" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:33:56 +0000 (0:00:00.613) 0:03:52.016 *********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required MSG: Unable to reach the server at candlepin.local:8443/candlepin: Tunnel connection failed: 407 Proxy Authentication Required TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:284 Sunday 04 June 2023 19:33:58 +0000 (0:00:01.660) 0:03:53.676 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (authentication)] *********************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:288 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.027) 0:03:53.703 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.036) 0:03:53.740 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.031) 0:03:53.771 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.049) 0:03:53.821 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.020) 0:03:53.842 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.021) 0:03:53.864 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:33:58 +0000 (0:00:00.061) 0:03:53.925 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:34:01 +0000 (0:00:02.482) 0:03:56.407 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.360394", "end": "2023-06-04 19:34:01.854070", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:34:01.493676" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:34:01 +0000 (0:00:00.611) 0:03:57.019 *********** changed: [sut] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set the release] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:47 Sunday 04 June 2023 19:34:05 +0000 (0:00:03.879) 0:04:00.899 *********** skipping: [sut] => { "changed": false, "false_condition": "__rhc_subman_identity.rc == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Unset the release] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:55 Sunday 04 June 2023 19:34:05 +0000 (0:00:00.045) 0:04:00.945 *********** skipping: [sut] => { "changed": false, "false_condition": "__rhc_subman_identity.rc == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:63 Sunday 04 June 2023 19:34:05 +0000 (0:00:00.049) 0:04:00.994 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Sunday 04 June 2023 19:34:05 +0000 (0:00:00.019) 0:04:01.014 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:312 Sunday 04 June 2023 19:34:05 +0000 (0:00:00.047) 0:04:01.062 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:34:05 +0000 (0:00:00.033) 0:04:01.095 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:34:05 +0000 (0:00:00.027) 0:04:01.122 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:34:06 +0000 (0:00:00.038) 0:04:01.161 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:34:06 +0000 (0:00:00.018) 0:04:01.179 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:34:06 +0000 (0:00:00.019) 0:04:01.199 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:34:06 +0000 (0:00:00.035) 0:04:01.235 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:34:06 +0000 (0:00:00.036) 0:04:01.271 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:34:06 +0000 (0:00:00.034) 0:04:01.306 *********** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set the release] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:47 Sunday 04 June 2023 19:34:08 +0000 (0:00:02.449) 0:04:03.756 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Unset the release] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:55 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.037) 0:04:03.793 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:63 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.036) 0:04:03.829 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.017) 0:04:03.846 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Register (without proxy)] ************************************************ task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:318 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.028) 0:04:03.875 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.037) 0:04:03.912 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.029) 0:04:03.942 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.039) 0:04:03.981 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.020) 0:04:04.001 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.023) 0:04:04.025 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:34:08 +0000 (0:00:00.044) 0:04:04.070 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:34:11 +0000 (0:00:02.483) 0:04:06.553 *********** ok: [sut] => { "changed": false, "cmd": [ "subscription-manager", "identity" ], "delta": "0:00:00.363395", "end": "2023-06-04 19:34:12.000303", "failed_when_result": false, "rc": 1, "start": "2023-06-04 19:34:11.636908" } STDERR: This system is not yet registered. Try 'subscription-manager register --help' for more information. MSG: non-zero return code TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:34:12 +0000 (0:00:00.612) 0:04:07.166 *********** changed: [sut] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set the release] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:47 Sunday 04 June 2023 19:34:16 +0000 (0:00:04.091) 0:04:11.257 *********** skipping: [sut] => { "changed": false, "false_condition": "__rhc_subman_identity.rc == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Unset the release] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:55 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.045) 0:04:11.302 *********** skipping: [sut] => { "changed": false, "false_condition": "__rhc_subman_identity.rc == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:63 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.046) 0:04:11.348 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.018) 0:04:11.367 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:337 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.028) 0:04:11.395 *********** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.063) 0:04:11.459 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.030) 0:04:11.490 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__rhc_required_facts) == __rhc_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:8 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.040) 0:04:11.530 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.019) 0:04:11.550 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.019) 0:04:11.569 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.033) 0:04:11.602 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:9 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.039) 0:04:11.641 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 Sunday 04 June 2023 19:34:16 +0000 (0:00:00.038) 0:04:11.680 *********** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set the release] ************************* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:47 Sunday 04 June 2023 19:34:18 +0000 (0:00:02.142) 0:04:13.822 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Unset the release] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:55 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.035) 0:04:13.857 *********** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:63 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.052) 0:04:13.910 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.017) 0:04:13.927 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Remove SELinux policy for proxy ports] *********************************** task path: /WORKDIR/git-weekly-cikcwkb1bs/tests/tests_proxy.yml:343 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.026) 0:04:13.953 *********** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext redirecting (type: modules) ansible.builtin.selogin to community.general.selogin TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.056) 0:04:14.010 *********** included: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.034) 0:04:14.044 *********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(__selinux_required_facts) == __selinux_required_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.040) 0:04:14.085 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 Sunday 04 June 2023 19:34:18 +0000 (0:00:00.022) 0:04:14.107 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:23 Sunday 04 June 2023 19:34:21 +0000 (0:00:02.566) 0:04:16.673 *********** ok: [sut] TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 Sunday 04 June 2023 19:34:22 +0000 (0:00:00.685) 0:04:17.358 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Sunday 04 June 2023 19:34:24 +0000 (0:00:02.521) 0:04:19.879 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.019) 0:04:19.898 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.018) 0:04:19.917 *********** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.048) 0:04:19.966 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.018) 0:04:19.985 *********** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.018) 0:04:20.003 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.027) 0:04:20.031 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.028) 0:04:20.060 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Sunday 04 June 2023 19:34:24 +0000 (0:00:00.059) 0:04:20.120 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Sunday 04 June 2023 19:34:25 +0000 (0:00:00.029) 0:04:20.149 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Sunday 04 June 2023 19:34:25 +0000 (0:00:00.028) 0:04:20.178 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:71 Sunday 04 June 2023 19:34:25 +0000 (0:00:00.018) 0:04:20.196 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:81 Sunday 04 June 2023 19:34:25 +0000 (0:00:00.018) 0:04:20.215 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Sunday 04 June 2023 19:34:25 +0000 (0:00:00.018) 0:04:20.233 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Sunday 04 June 2023 19:34:25 +0000 (0:00:00.018) 0:04:20.251 *********** changed: [sut] => (item={'ports': ['3128', '3130', '4000'], 'proto': 'tcp', 'setype': 'squid_port_t', 'state': 'absent', 'local': True}) => { "ansible_loop_var": "item", "changed": true, "item": { "local": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "absent" }, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "absent" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:104 Sunday 04 June 2023 19:34:27 +0000 (0:00:02.653) 0:04:22.905 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 Sunday 04 June 2023 19:34:27 +0000 (0:00:00.018) 0:04:22.923 *********** ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:f29e1bccfe6187f94c849355cf36735520c59a6ebcca14e21b1ee4a3d3220c04", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:97dc37c578388b11fbe7290941258dacf20419817567bbeb2012a513db62b45b", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:367f8007f17d81d47b8e68ba0fbf0d600f6c41ddc514486784ed23c4ac2f379f", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:c394822f23fec46e5267d5b922d489d73d0a9d1aa6cb1e45e29cf2b4b1dbae08", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:308a49426c1ad12912d314f8642d9eba19a1fb94d2acd3334961b5e6df90e340", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:dacdb3d03b43ff99d65d33cc7d68675e88a2307ee17eb11d59ad504ad07aad50", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:994767a1d2aab8e344cf28f4dc26878f409bf295735ca26396dfbb825f33d7d7", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:00fad3ad067cd0c713a97fef76cb12b3e823ed39d0e066d4f42bcc28d614c406", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:747d1ecd7168918860f02b176ccdeb5f5838ab136d6dacf753883055253c2d89", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:ca2ee13a8dc91cc8c8c0e21aefe52293a9d3513a357c0b3f60e78c0b5b0bdad1", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:785adf0c81e667feb77453995b9f58230f48eccaef86e224d4026ff03fc52cc1", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:50244f9d06a7d6e2bd99204e97d2717dfb22760f5be098ec32f4a00010828d08", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:9eeb503041acf57014e035cdb1f82f941eeef5493eac2edf3360b60eabaa54f6", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:64bf85b9795dfaf34566631a31be1afd6a4f726208412049e89c4c2ae80509f8", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:a09f37e251c56751adf1a50f444431d62fbc90e19097f28f5f377240417bc9ff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:c46a0fc26d6eec3b23246a5b4fc79e4158cf2e4b3abafc06d50388e2ee649ee3", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:41669501246e68896b209280ebb1ae4abe53a5d6d19973a0b3fb1a391bd32dac", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:512a009624198794a4c1115510f17785e534269c261220c0f9cac62d131c92e8", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:5ceeeca2340dce4b997d1ef1a909ac000e5b8dae0f19f9fc6aaa9733a438023a", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:7ebd15930f21a0a98df762bd71be36f0b8233aa8d6aa6f474d52256cb00be00f", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:8c56ba2c651b2fc75aac33f1f8d3e65e6ce8233b93f69d568b0c62f5f9adbe68", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:737ff425ce4ce69d7b050fd651c7a1cdfd8c14edebb056ccb6fdbb1dd7fb2089", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:1586be43514b37a8f36cacf55bd5a022499c75d07dd887ae147dae21ca2d1c45", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:dc2358a51cf1eec0d08bb9fbf1d833b6a83aeccdf2181f95154d81a0d7cf6301", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:32fc0518d84f6977f8198f72d7d952a638593b73a4d4a7bc3765c2082ec01d07", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:5e1ef62823425fa94881609f97e9f74d97050789104e599ab97a5c68891e3b16", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:f3a458764ec98ce7a677b4ae10dc22eb3e9ea48c5db75421b06e321a0aff6c0a", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f0b7c0f72748b59054431243d2bdf4a6db168a71e17f525bfa180e323190f7c6", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:d55acfca17b91a6dbb3e8718bb60bddf67b26c48aceb2f2ff96340f66e54dfa8", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:f938611469aa3a74b8332c32528cf706e6e6e0131825bd26340fa7470192b4cc", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:a7010157f7407621850000c66d9a64fd787b393efd96f662f8e0b491fc844867", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:2ce087bac694a301529fe642c4f9928720322346dc213c070259153d17a2d3ff", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:83c2f54bc533d7ef21edf285afe688a617c48a2c1ca23e55b6c3c6eddf9b5b78", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:1344fb7197f213e188eb49e280d58f6b671ab15acf68247e8f72480bcf28a54d", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:2ea0657217fbd31db147497187eaf80f531359478ada175f12281a89425af22a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:f5197d026164e1fc51f6e4d2b0b2a5b2eeaf96a8381bd04a330fe61e7b59de30", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:1c9cf0f009f5b754c028848285023f3e525067e3285407541e1b2edf6fdb9726", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:f42bfaaf5602c397fd9ea6e408ebc7274b9db3c5780ce45cb7ca16cc36b48218", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6057ae8af810f716090f36d8a9abbb88f45e2adfeaea951ab7f69537901b74b9", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:b934a394d86710b61fcc10df4abd7919bc17682c02c88aa3a9616f77ceca6b87", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:b6a2f95b2521a522b6a45e3aee0ad46b03cc9259ef1ff90b67584bc930b1dcc7", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:813329fac86f8cffdb123fa5bce3c4b0c94ed51c8c4732f5f88fb6690a08ff7f", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:3962284c1fbccbcb2544b9eba0da1e848d232eafcde82cb42ea2ae0b4449628d", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:bd734bebfc4cd52af8cb7c6f670221472a2035277d103edda9b63ee505317648", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:39d5762d74a7893f02f8c98de22ad8e277117a0eab1ed992e8bc9f8364b14aa6", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:7ff4f398bf64241eb04c4df5296ac3c1d0e490f883e0750579b791c6363cf822", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:7a37feb91f0bc3ed3c7f2ee8084a16feb580bf481576a354249ebb57049ac57a", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:be7236ffdbca774bc3676779387a06d0d0fe7fd39f7d7451da10d135e9c01828", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:7952d218d6c2638982580874a3fe72d159d569707c51d48f7cdd022b04a996d9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:ef55ee872cb1c8f8eedac64d2009ad2004a1e552066c7d93f300eeb686f1fcb6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:4a12915d1be321332a456f921c80c33658e61c3f3965966c81e49f7bab6c2033", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:137ee82065e3e731f5134cd3dad995b649be5ad0b425c987ba59d6d0354ebc3c", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:5013117d7afb518dff9a3ae3327945aacc311d8101b96fbd2052b47dd4cc80bd", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:8c7dd93bc3283740eae864bfb158264d4407a1cf472bebd764144ccdadbc7d38", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:fe7972a240e059e0fb9ae787020f1916cf6503ffe08d18c81b7f3e233e82deca", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:71e2c93f5b64ed4e31e48d420fa12cb49ebbefe327609aaf0edd636757f5bb82", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:b6fdc244f495d638ff6175384b59bc1e3e2ec3a0e6c2d743d56ce5de84408bdb", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:c8c143fe7cad17266776569db4d241f216ef10b32ad548164c1e40a55a9fa61a", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:7dafb9850ce2cffa32e7d439810b11dd1e4cbdf2e9ae347c9efe24cb9721508c", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:bae164ddcd59264e1b7dd9e51cd48ec5e1806983be804d3f3b1496318f6e0a05", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:173ad1273cc153bcfecd53b905314b0ca3a359d7a51f728b624f5421b56c9cee", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:cfbc709dddf5d2ed655e7f8179ed78fea816fe66046b7e8cec618cae238f3ff6", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:e5214ea832ba2cb9f1fe6cf134894a9d39590d941f01a884933a9424334ff668", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:18f68eb983a3d07557b9124dc1f1fef31be7fde0ac5a35cd6fadead8c58bbc86", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:ad405e4a29b81d0058e6dff4e626c6b212f36f3188567c9d132d930b96f9eccb", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:a817e848d1bffd2cb079fbe290e87e33d0ee8713f3bd95b3b4ec703c0bf42123", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:1b29bd140a81911e2c60184f481f69776ef98bfddb159545ebe33c29afc5029d", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:f39523e31d44086495c6d545a73efad812884eded80ee5492ffa3bf3d131ac60", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:be78b6e2c61b8da15f32cf96669f389377a4ce1a9a009146dc9f5247ea22d5d3", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:b92b16249a50325ec3b4d279e9e6769655138aa03273711d9698a11d02b93879", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:9e56fb61f5be0cfd0e13891b490e2ce12be4c898e8154544b9176b81a746e968", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:97e29fc030b051e38654e7cc2c42ce3b825d1ce91361c3e41b299c67fae17d4c", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:ace7ae828266893b85af35a82a98c1fa28cab5866e28fe25135b88725764ba00", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:6eacff12c05ce03201a1fb160d3d238069779a78365eb572e741f5a3811ebb3d", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:829d070b52724d20de335f62b7c553f26701878f6b9d966caecebcb4855bd0a9", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:e93dbd1d1c490bc0fd6cf77974dfa426714db344f2efa3112f50496e507b5ee3", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:f6469e3ffd7488af55c3c7553d2fe8c6289d0e6f6939dfd57c47d514b761106d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:af21384b7603e916c87d5cdddbb1e32efab13dd9c7e86911ec8908c65e230d1e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:4400034ca033473d7f9c1b6322b5ae79efda80f2be74d19d485978a47c5ac33e", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:8b54fdf3414dc19c379ea70dddc8a59a73670f09acb372660d43819a518ac7b9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:0818b9f6bde5db80bedb7f89bf51a7b71dfeedba89ac45980e95a1d00d6de3b7", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:262d681afc60e0c530bd64e491254e85c6d1cebb170af84867674bfb7641f114", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:61c3c4c9e1d077fc5d841bbd0c4779a6eb27ecce8af5c4f0a450f72cdd989fb1", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:d857e3a75d2091ef51c0eba28fcbd9d1ce045608dceeeeb56a9b2241efe30749", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:158b9a988312131b68965b36a484bcd9430924c0339e0850fb56140570f77ff1", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:9663982d978b4b057eed738946a41285cf01bc0f6d079dd4a324a02504807dfc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:f72dd4fe86da2210aebde693fc92e7e062560724126650d6bc9a814e1bcd226d", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:80ede5937ff10d8dd17e41b16bd4e961a15fcfafffa4ac16f965792bdc7b1c2c", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:8ec2e8e51780a0bebf35e57ad50f51ac92b359e11808ae6cfd926cf48e39cf73", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:306328203e346307c0e7f0000137cdea5df2cce9fca186b21da819ea66332422", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:c8b280603fe2280e35b4a07119690786aee03c2b3facae88e6af445a40ee1909", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:60dfe90db48ed2b76b83c9ff45b0077f46625c041288bd742987ac480e91dbcc", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:3ec3eb33181d73a45a987e26fd5a6cf1c416f14af47e5aeed7966385d1507a08", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:4924d06f49dca0f6442cbd7ec2c8bb0a308b6065d665e516b687d24629433497", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:592421b46f58ed7f9269ab9f36b683c711d0ab0286f5b3370849edfa1f4d2032", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:6d398add121a9ada0731f62bf5dda407fdedb0699d9f78d61d2ae222c2ac95ba", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:273e6eb8383a6ad619c794da9aad11efd75265156cbdc113e5438de4bef39608", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:883ad60607e02b4522c4e90ee0b879f6338df5b94d15fc6ab65054bc23e4445c", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:236a8cde23729103712916eb1f781a448685e40bc50c269b6b3ff07146188753", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:7eca3468039d219b971b7e30f2406742a6f148b3ffa2a5e3b43768562514ef81", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:c481a542d792e109e5c6a18c2693f5367b5103de98f9f124f58afc2dd6a0a7d4", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:b44db516a7f15b91cefb17e234bbd27748a1f6e5c0a59470e3eb8cb74a3add81", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8fa1191cd7619167cba83bbabb310779ec50caf4b194ca3740d3f99a95af7e8c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:4999e7277c375a0cc2d4e5bf9807a7d87ea3a5435b45eaa9e313c79a4c367aa8", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:c6b30f6b2bb264ff1a42d933ec66cc29d5cba3969974db5b59a30a4c94cc9f9c", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:a717aead3eeabff6c4d5e4a20a32d3a9a9205e8f762f6a4eaf9977bde156fe0f", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:7e8046984326a7f5005fa14370eb54b51d279b452f5ae728d474959bb5e2e600", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:742bfd9d8eab08e54e873dcbb31b92e6948ad31e78686cb0d636c314daf93cf2", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:63e5a39f76cd503cf0d8efd8a7524e8c5b3bec3766137a2f3405c0e20eb10b0a", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2b145cedbd4e0663329b9fee784eda2086750bdf84af56d3e3b4a4ff258c6bbb", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:3bb7f0a4edee3bf8f1dc7d4d30e90283feea85d04965db5068c62f43d3afba4b", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:92bbb7b7b7952cd17b31b70b4c5df8ab9889245b8759af7c7c217f36b513aa55", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c25434a1ae98d31b6f75a15ce06e1efa19bce0805a4d66abedfb35bf8ec6b89a", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:f70a7031e719024c7f7c6d9b670ac16365db0ec9517a4cd30847d184683b670e", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:8c15c146bfc2e6769267ee8dde5621e7803f641424d780cd12724bedd2acab21", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:174b2589782e54d3973ba2e0772a9af40f657c87c69307a2f8164aab64936e39", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:f5f1cc5473a854baf84be99bf3bdf909739c7d6eb031324259eed60ccdde77ec", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9c5c330312e63cfef8979db8350b646cd7515f7638fe9eebfdccb77899e3fd52", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:8ff8c9aa1ff7f1c2287ef1cf328b6edf367b1c680754ae75ac2c14cbffe6d029", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:344503fee49f201235c86370d7b674b7470c259e2ed924d366c29c2f4c41840e", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:568c23d242f46df5aeb18540ee71d8f419f1dfb592c66e79376121344fced45c", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:174f12147366640b5e89c02b70007fa7d0578de9de2774083c3d600bc940ead1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e1d2ad1a3abf7144751e65444d5444f3207eb423960aff3ecd1eb2412585e8cd", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:215e877879c9891daa65a347f6c0cac354876d2cf9d7cfaf27984f42748d274e", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:3ea27c17a4a0ac618ce5a9e8b925ff65e9db67dc530223256b407422ea2e05bb", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:865ca154e6c0b4640763e4b910b4a1fefa711a4e1d1afb7ce5b55a4c5fb87203", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:bdd8ecc00ffea86dca1eaf4883db7755b27be1929351375575cfa657ce57d0d4", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:7c3378ccdbfac184bee408c6dcc90f4abe2abafedde4909ada166ba4b1c0fac3", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:d5b4dc24ba6c954ce1a09d51591b4ddaf0bab43d35218cd8aea56bbe4a8e09d1", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:4aa85a6cd731279d16d1b91447afa59dda762b7c3e8b0359742d8531b1dad28b", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:7b0893c67f4d652f1d0a441bdf3311b67dd63da5e187c7ae080944ee26e5a039", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:c3da94d054727b329697f2ca0581c376d0c1a27448d8b08bf608caba5e35eb64", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:8c18262f239895082c307805c1039ce14aa3c0d7c29b0f6c31bf320c8253180c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:c238803a65ee56a1cc7fe6fbaac7af88b6d7e19804e557488b44dc259bdbb205", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:f025c5d36ed90fa92c34f52ea5df8591e47a66bad3bb18db44ad6cd5aae11add", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:f72bc915830de3631febdad6adeb59cdc151a4c6d8563b5395cb53d3b9a91950", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:e7aeab601ecc8ffbc20b9989a8b92ae2fabdc859cc59e285f7db876d088ad0ff", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:3a54a999c8e34b95f1e47ed0e40b0b6b8eddf74b4697067a3fe2b30e5d7f8710", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:30f2c34654d1f932793c67bfd89c53a22a6e50c771e8144859a5774e3fe6e57c", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:f3790699af5cc119e7e85ab82e60e85d3351a181867b8965d89459ac0ff0714c", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:59188d3a729f8541065595d2fcc3b535919ee80bc8f439cc5151cce19ec79863", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:86fd0f899c839873d26de9b1993ca497c99bf6fc3769b519eb446e558a020469", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:9883ba8fde35467d506c31804eb0f2c01326da85cc3546ecbff4132be753cba9", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:02d16c319cf7e5783fca5691c5eb343ad8d940b165606cb5c724df67b9f800cf", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:65ac9d2763cee4528920879dfd22cf7b54ef579e5d802755ac02ee8c2170b649", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:6703989cad339e85beb8c46fc6ca69fe3bf96560534a79d7c6ebedeb3b2d72da", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:5bb9506b3fefec0dccf890fe793715bc8632b200e06abc276b625e34a2f19aae", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:59bcdb2d80d5558df0eb89c49ee8ba8e98e0a984d89c8f1e373a65a771eb0f6c", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:d2ec77126cc8c91a39e85ebe8cf67593792b2d80a60a1d9348a06c5d70b18f93", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:8cd6b5c87f88e7cef575da4b255d89cc18ea68f61ad83d2441e7b61b1337ed70", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:29252ea7ce3289924ecd827f11f2b5f5f831fb8f38550a1676670bef7a5498fb", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:93dc4738655a8ab41cab2894a8f417ada66b813eb39ae61a313f10a492e2b2e3", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:c387f9deaedf29edd7601ef709991eb4c87db53d48da088b3d2310cfcf88d763", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:5186057a9c00a2560948f102239929fc5a32a79e20cf3438a09963d2c018167e", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:34f4bb97e6e926421594f71aa0061bdf83228cd9d6011197319ba873cb90cb37", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:5bfdaeb93ab5e594866fdd5121c8e1c8defdea3c02e21e7084b8bd3f9290574b", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:480ebc22dd58496bb6261bca37de58c4b3d723a6265ea867de1a63aa1b96a2c2", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:c463321f9c51a55ba9083f529a0a05b5c7fd6d35c2f07de0245d65df95ce4405", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:48b059be6c655965c5f88e174dca335a11fd62f1f920f70941907431709086b2", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:00ca56efe774f449d5afdfc17296f36dfb6a0655a6c3257dc4d2ac782dea843e", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:4db26c91c87f0475c4e8e2fe606da49b92b5f5e15705e311594dfc249dc3d46a", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:30bd9ca292da867a6b047b46654a9043b88285a0db12bdb0827944ad2b6c2112", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:780cb20f6e76a3855ce56152bcc0fbbd9b74f31e0a4608c1cadd1091c86f6d76", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:496d1614df39eec8474249e3cca92242748a3f244c232be6a4c279f85e5641d3", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7d1de68d5e524b38181c105d9ee877428d31b7223f41cd5ba56608a1ab570dda", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:618cec25ebdfb08d912bef68b6cf6168b9249c0f2787a1077a72dd9fc42ae202", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:3fd9c64ecce2cafd4b9c1d9571d0a9ed048807419a2e6b634a346a6fb6c0abb5", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:399375d5c245a6d309655711091395325995def5228d96f1bcca598f36f797b0", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:262069e8c26cc005c845bed413db7b7e65edff12be3ff7e46132022c9dcf3019", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:091a4a58f22f1fbd932b723cba95035cfff6dd693411521ac5af536ae684789c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:243d992e986ed598980147e75baa5fc4c721e13760d985253f4fb53ea627b8bf", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:a68baf71f6e016e254a23107d63804d917e09f93428e7a31eb0c5f4ce51e897c", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:136d0723646023e4eaa1c7056d8c73e66587038b66bb9bfda1a93c41e5e025b9", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:f72f530f07e4362443efeb16a94570e5ab06999b3f9e3bd238d529b5c18ead8a", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:24b9355790ce8343c5e895d11f3b2141ad07a0251aaaabc67ade76b926fdcab9", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:217a278d865012230582ae591db707c859b1690d9fdb32ad801ba07578be5356", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:b1fdda1d95a3c21e7b03e692c08772b8d6bf8df684683b9def203f490b545fef", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:b8fa586ff11501ad6f5cba34f978c41677d15b04dc85a502777217d9768169cb", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:d5e9354296f454ec22011f487ee2a36c49318b88c10c31ce0976c45420ee3651", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:683a63fc43480c8fb6fed670e1719c4526208376407678a5299a100cfb58df0a", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:4f6ea09e5f0c16954a31a2ede9c90afc5bf1c942e02f49d739f1d12393515061", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:ea63db7f1ee848bb7b751edc0a822e0d2abc48fb3f1e11992d9abca3bda37255", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3b832a5a752d1caf246524d27021d45d2cf79b948cc928eac575c24c60fc8a6b", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:77d7a3de9b10519a9e24c9de43b7dbe83af0a61d493800981c688a0d14b58001", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:6a4406b49193115b9e522385384e78690fab7f0f483eaa0858ae8c785f2e1ecb", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:e79c74fa5ca25642f5890dfe0586c5c73a3e9e4056a356b34fdaf37d4e7ed709", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:25bb4da3c4edbb36aaa6d59ddaeddd8227560478d6c028d45d553c340432cf79", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:0976823917ff8a661ba7b948ade69d350a8b32ca4b6ca95b7d87edbe81958393", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:a2962ddbb578b4ccaf8b6e6de277a497a257aaf740916b6ad5072c46c9fb5d9e", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bd27c4f932e2821123abda0984b1795429ef05e33fe6aed6d7edc97fd0bf2cd6", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:4c746cc0f926f44392c3e908c2f7a03d036bc13d59babfe973028f9bfa42909b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:78e425714253eca45e8cf6b617c5dff22b82b01cca3e7360e382836412aa647c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:e6e31ecaaa7f4395ea0b24de8802a9f1bb56db00e6dfd0ccc595c20c9c369128", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:817b67606329822a29ddc7a6bf86d53f2580d40e9b0a5033791356730acc30de", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:84ddaba9fc845822cc385a96a282176641ebd745dc4852dad8f954b5c176c144", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:7158e05ffa556496b4c1f203b9a0e7f4398b492897e8404d65924ac1a26fe5af", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:54374fd6c6527d99b1ad66c46bd49fa2651e978fb627ec000add198ff3065f67", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:9f9cd6a2f42ead66b7c6253e351f934aaa8e9ae5e000f5a4027ba6bef93ab688", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:198f47d2cb92afbce91e32b967fa727f5e76b43818b9c927b384b47b15ee6ece", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:bbee84725c985fa71de0bdbbe3687cc38c514f67c562f21aee81856d967843cf", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:70b515f3199de2fb97f2a5912c999dac14ab7b99b50c2c20efe7290e09bbf42a", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:41be66613c081e2ac730abe38ae82ff6c5a71cb410046a1077817855b93788a8", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:c9da2cd0a3798163065983181a3604dc1168c43db6a32ab27142580b9e348f12", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:ed2adddd3e03f66431f878f64c3c320cde053729a5a53ff5c61ebe019d74c0a6", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:2f9229f62c45f2be0f0fc629631a69876c1986ed291d3a54f8e7575d960bfbc1", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:0b59a21d720b07827faba0e0d7e34a4f00b44b7d26eb93443ba2a6307a10cb4c", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:996816c9f613a935498d391aaf961830c2f1c9ba94f3f400a6f73709ac91f69a", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:79b4e00f62941b4fcfa21b243c659fbeead63b0f4cfdad7644b6cf40840b92bb", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:a1dcbd78d9b5d859adf95cf56f29860f8580b890ac1d711ef1e1d58e3cf733cd", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:1d54d7f368801185a53a633839bf2824d07df839a9e09a0315622674b240feb8", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:f77c396f150f1ff1b2a8314976eaf445468bd5f1966b29172c2afc433643a9d3", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:9ab7bb83d5651ca31d6de2ee96daa0350b97da7e7357d0e5916b3e631c841d80", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:df069293da75b3968d54af59e515de3bcd7808f0aa67c3a1e64671f6a065a1ae", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:0030d8ab40c3b947c5a5cba9cd5300f57f49d05ac520e2e68397fe59517ac279", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:b8d034d2f941b9b68c5316c91be536cb98343616a6246751e8d8275354309465", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:551a57c9f2afafbb2407ebfadbbea56b87a4373ea0baff81dca2663bdaba5772", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:16306e7318056122150ecf5128e11f35f940abe2caa5bebaf924e2fd35ffda10", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c3b41098ade8ede62ee171cf105626e720b32c3a7c562cf81143905eb9771d1f", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:0e9938cb16c3852950dbaf0cd0b99257b1201388d880ef418f9039872e3ee881", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:33233739cf6159f32e2753d7a960f9ea3309450a88772e1809a97643b1db2b6c", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:a92e3dbce7d9014fa9d86d03ec9feaa7beb50fabb0fd24f74ce8e60573326833", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:884868aa84cbd6c86f59ee9d2ac24c6c5d6974efac64675b61c45e9954a02503", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:ad9dbb975ff7ecba513e8ea0ad22bf7f1fe74e08d16eec244af9fd47417e9f79", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:50cb58ab2a03871dc048a850e1de307dc10cddbc71558b2afee3e9f025403788", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:b7176eb3b7c487332ad1aa47b4dd30fe92eb71a288f209a4fbcfbdd5e5cdcae1", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:8045ff61ad26541073aa8336a5e6b6e5218d4f35324e121a268c8bc8993f06e6", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:33dff3e22b250e35b56817be1e07d137c9f4cf79092c866129547829cda9a81f", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:625061b0017f1a51f18a217ce440021d327e9c5d33b58d9f2eb432c4db10e66c", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:9584a7ea7ad982b8efc1658f0534706a2e245cafd1a80ac3a2ad4c273dfee4a7", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:ab52cdb2b5f03af08758c490e58093b4e673e02c4c43949be22c5adecbf1797a", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:8b9bb55d25f96e8b0713abb5c461d72c10b942353532f168bb35c5ae7b9975f7", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:4c5546206ccd3fc38574fa754a5de587e767153cbd18f879e6bb4c739aa0794a", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:07f131c0b15c2c1c884f5ff15124eb0d1d971b7e39846ebfb9875bfbc5a3a35b", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:aa50814c7b28d075e00f96f6d25e4ed1632d431c1aff23fb1cae76a8b4a2471d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:3571d609b67173f3c24a52e984c1705c1ee1a0387adefa315a77df8b98c3b4ee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:4a3ef10132fb6d925563410bbdd8a06eb919140493bf66bebf3b7792c8a2583e", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:7326076c05702f570bbd831259a472502f6276837de2a97d95ba3e3f5f7e9a02", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:09a808fd9562ae69de1f374b4f5b298bfc7460120d951b2ec91cfbf6e91a3918", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:405a2011662eda2bf92b4086eea8fb4fe4ae1332c87c5796272a0fb1853b6d44", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:3c9f202b58aba4cce4c1d38f16bb9f3d4a3f0f88405fdd99a6bdb1f7f6616017", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:346c5936204aacddd85afcc1d3adda85b28a5ec9b413fb383edf8e9a4a5ab146", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d58cb17d2b79d13da4222a1a9c1209d832850e4ef754f672d4f093dcd197d1bf", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:0f7996ff49033b97c2c40fda4e7ad6e2d766a8073e9c5192064e1ab83d8d9aff", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ad7169ca6a6337944353673e203224750fafa73cb0c1111755a4640ce6d59dd7", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:64934caf4f0d524305c6917e541ca3480b9c891f13415688ad321d9f87abf5ad", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:a289c349afd56d1d87984076a9bbbbf8a6105d36573a436777862755a7d402fa", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:838ae4d31fdab15ba7b68a552fe01dad4b51160c5af729a6e5a9b7a06e960a07", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1498d0f58f4ca14805b89a23a25ebe201d1983e8890be11b7653a98c1e0f3aa8", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:c35465866dcc844a3eb4f4b7913730aa6f36732451c98a4efa4bc371d2190d49", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:b2433ab6b57ba5ec35291c2661c97bd938115f2805be06105675c4095f55d7b0", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:c3678e4b4ce4848aa98b57977cae9ad294c7661ced1d39aee2a7cc067808d706", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:d737c8880d919ab312668851ed170724d3ef0fd407a233c13f0096f344844d9c", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:390105003f962fcdcef47ca8739d92fe19fc8c6d669cbc2e6a238a3333b071cb", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:8e88edf779794b901d188718c3dcfa70f252eb106d3f1909aa6a6c83c1b0fafe", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:97f4d62af081e7861fc802f6766eed5fbfa0ae619d5247f99d60bfdc639149e9", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:97da182f2bc44522fc8307280a0d55b6bbc1d9ddf1e3c6f6c4fea22afbd191fd", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:76d7fb0bd39644054090b303645f6bbf83107baf43aba3c0b3760ec25a7f546d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:a7c0d1bd59d88d5c08c1b61c84675538795e86f78c5eb801e7d44b500c513750", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:13bbfa33f369fd8ab295e72e6104b095f03a3a3735be7b99bdc22d797a1f552b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:a381778f6e1de9552f76e10d8c7b7bf51f141fea3160951c93d683cee019c559", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d211d4acd9fb375ceb92cd64921fdd57f070188817cb98f6718ab4b5990dc11c", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:adcc252774b42de118e5658c5ac4d62fe01da91e611f7477f4d89e97505feba0", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:d53b4ea2f80c778579f3d2417252eadc6af3c0b4a6ff16295d419ea1531c2c71", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e92c809be52c70fbc71d19b9db41475020cc4603fbea3e67b2cfbabf1b3f6310", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:5175ec3ba9f52060316a2b185f2fc135f943de17bb49edd851e44076c2f2f2b2", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:4361b53e96d34b228a37ae757619c8ebd9ecc323eaeef7e61639fd78b95c743f", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:ecc0b36eab15792d378b5f03539507eeb55cf3f74851acfdb8c6b03369354143", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:b45a134d30f24a04f0eb9828c483f2ca0ffccb76d8b14ac15f0027a91c7ab448", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:ebb3497a8265d4c360656842e4b481f881772277586d9c2cc641b14456c6c462", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:827bf87edb79a7e8f269d432e4b27c8e8020deadef0dc321d668a164c0e6317f", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:c41a77c3ce0fc300e0b2caaf1ee0747fc81c1c088f52ffa89e42fe4aa701fd44", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:074d99076276cfa5b040b409ea00476176e509c50b0e262192aa27bc34872baa", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:df739ebd48b6e56b5774a55e05a46c19d27564cd493924f4ee573eab40d88059", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:b0695ea8b39a1e855a5697a86a94240571c7121344b95db4925154999bcb5cca", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:a53518c43e498c8c9ddf3066dd9bd8c3af6446dbf4b70d584bfb66e3aa4ae082", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:e1c5d342f1f74a3b8835800e20d4ab473f1529f4f1077b48cae541686ca99493", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:5166260019c7975741f14455d1fed2f7cef647c2e2f08d054da58398b1b548ae", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:313f9f29aaa2fb7c2e9d012afcb83b81120d5f226a4a95789817f4528326ea76", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:f83108c0cbeb45d7f432f5f39d64f8244ed015309032895866f6b05b7768e83e", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:8eb386d8af34d1305ff81f72bc22cf9e2c28034ab63689123a3c5dd4e0da4b12", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:307c6d628cbfbc6c24bf2e34726b9776ff8bcf899183f7378858190628e8cfc8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:8e8d7130e2c55af573455784f2d115e64b5d2519fdccbbc701666c6b87d4e02a", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:56dc8a4e9a6608948552a34d0b008cea439e60494d408c4c71d7ef4274cfa588", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:d320aa1782ea44da0278bb788bbc6d72504e9e91549779f731ad1ef18dabae62", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:f93d7a32ae08a9f0e79f36403f6cf1738d0b363ba87a0bf9b64bc7dca45a1e68", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:b6da2bce5b79b0d0c42dbb904589685149df7b7022381cd1586679ea2413245a", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:69e61e43d2ba5505a45fe99b76d9cdb5fd9df5b0b18ca6a9867159ceff0e64ea", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:39a4932bbf171c73ad691a55dca6cf0d5c0183362601c84bb364a04717eeaa10", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:05af050c8e6c1f45d6a0989cd4573aa779df68feb141249ff4e6503a94433223", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:3591dca1f8fb1300ca8d4be41a909f8326352bc21fa47881ecab3121fb1e360c", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:58f9c526e1827795838e2be6d6ad053f7a40f6cb1b8c64edd2197e10355ded42", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:062bed0545c74fbad313c5fea3642c5100b2e9cea4971588129e54e4d975d48e", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:a8dde29ef48db371c731c965a6e46c17d48026fafc2f5c031ff5a22d8c186274", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:27ad53e98a5086db9cefa582cdd82d624466351283d1eadddb49d29525cb7ecf", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:128b9441ca76b42d7cd94833289d1afb3a318c01104326bbb462794cc9e58cd4", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:00ad72497f36d5a4ffc68472b2fc920e44d5981e05c626b16ea638dec43c1119", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:cb0026fae844ac033b79163f6d7f503de1e171b1b8bd4b989af5f6b9c7ac68d1", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:344947e4a73057580ecc7abd13caabbf6911b0148094983414fd0b4ef1b784bf", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:9260627895b66cfa6dbf72a27b8bb3c2f11c1b8f53cebbafea7e22e254cb3cbf", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:f103a6c7bd547b341d37088336c150b01981af46c8af81897324f11fb03b3512", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:cbf3603f88e4402b31c8d3b25ffbc49e052370f997981ab99b84449c690e7c7e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:ebd9e31c55e74e25c500a935e435bc80cc35eff70b43e25ff1e6dedca6a932ed", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:118703a3bfda4696c72714b47ea658caf4eb1a0cd9e04f75e307a1574c4180f6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:0fd7ea42b75ab283bad96a47475b92bfc1148c6085b8874a287fdfeab25a2a60", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:cdd7d83b62687348b4d3a9a9a811d631cace1e9b85297357530e4c0d6cfe8f82", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:aa68a2d2d0fcf00585c077cb074a20a6b3c03a8f37f657152047256d9fa194cc", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:ee79c132905283df06f33edbf07044d7f3b9281385502437f9536620709921e8", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:f63c910c6813474eb26c9ca23b741df5052b59429e6326c0b5bf79c075df9ddb", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:03b6ce1252ded09ebf6e94718640759d9b211dd97e2dd57d1d778de4eb012ff4", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:83621f87c840f1cc05cc68ee55fd04cb6a6b037096d3b19a8a9f310f7bfe605a", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:6263d37a900205f2e8d19728832917b8681fed62fedb493490780bc39580b48c", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4f5880d52807ce26dedc612bf930be97dbb8a3d4f71d9dd2c49e5a85fcb8f6d8", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:3f9cb36ab81ca47b206c3b915a696335c6c803d95c87bff41e621d6c2c0888cf", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:23676d83969be386103765416d7fcdd47d8648890d3f29104d46537c8e15ba5c", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:5b902526880f0ac1ebdcbbdda485f684971289e35b1704250cf1ef6d9475e5e1", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:3c6e6b9a13b5b6c96de9705219b16fb72c908b64e703e4daedbc3e903f15b38f", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:7354677d272e19e79f693b1144f98a6b13fc57b1afcdf9225d153c9549d6b050", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:fc0670700c999cfc9df2aa059bd9043f89e28cf18504fffce68ae90846ffba97", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:69d81dbf1ee64cf68373b262426f2c38235c65a08fa07b6d984c212173c421b6", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:08ff8ae3fa28ecfb7a5dc01e04c0a65cb36604c0c43c84d279a87fa322c7ed5f", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:c19cb6b77c5e61d6d5161fe718e76bd39b565ffa3e2935fa86d9fa212657af81", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:ff14a4c75d13abbe6f9acbc55823cdec4ba0292d3371d61bd4819c80428c4aa6", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:4a032eacf61f283fec5ee33c19d29044ae9993e3fccba71ee7a78c3edc4a6843", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:8cd66f10588ac011a761fd7dd8c7321959a1b4e08f564628cd6818d39f0fe2cd", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:1c411b116b002406d243c0755bc41d12b0e0ab1512c2dedc7d0c3a84605ad499", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:6c526c19a6ca6c928fa90ef512e27bcf60fc36eb8bf0761caba35774347405ff", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:87f3b4985888d0bdec4a31ae64de5abd977ea48aab0664be86fffda797d37ba5", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:c818c9d44a7bb47328c3dc05fbd93ae1a9beb7c4172a17060396677d2df797a3", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:70222e7a0f5261b5340231e569fbae3df5b276435e04bf6042067b0e21a9bd76", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:b608d450176de09155d4a4b468fffd83f274a064e8a64551b19087fdbb4c6ad9", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:9ed7081dd55fbb74f03c472811d4994ffa6226154568cc11c664241ad7d3fe3e", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:94bbb85459ad62b0836072a89cf2cd0e4f88f6d41912dcd9212594aecde38c86", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:02fa4aa14e0bc05760fbbe3efc2b32d26a195c9d8179b2edfc480d1e311e2484", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:1e062a3a2af538be41569bf4d8c62005efd9558825bcc16beecf5542d95ef4c5", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:a5afd21f58e81e874ce28f2a8a39ae892f940a7cf68a2a9ed2e5be2ae1f1cf3d", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:4aee2089e463cd65e424f0bea42d909d8d8d3de4ef98a8f47d8630096d14acc3", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:a7703253d970c1f8843bfbb95df29f7bd73a5aa15694be614de571f273b9b023", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:d87db5bead6a4f89a4f087cfc5d627ef87277e200b53d670e0e164abcf0313cc", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f33a23e6f6879a6465292329fa10a14ab0ffe3ca3765e86f26fc37b935bcadd4", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:031c5ff61a50e9ddbfbd0942fae37ea90074e478c1cec0b4eb7cb6aca9596dc7", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:cafa04ffdedc77f63d8494e54ea6e9fe5c6138003b57f7705020ef55add50b29", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:f9b6542e390fe6c0a4323790b2bd9b9fb32761f691930df6c34f61cd11e54f1a", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:f13a315cb56d2b1d18b445ecb589b522080d61bb2eadc7719c12f61a1da46678", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:ac4e33201632d9b0d4f36f5a403867e4657bf77f9d73446119784bd05fe8644e", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:eefccd257b5b9326cd5ba7ec1e402e96b447ee470f7aebda42143cfc81cc87f1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:9c41f87b5ba09a6254ce922eb60b6dae47d3c7bd83549aa9e1b4509f7f0603d5", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:69c57f871e35b62953afaf643fee5bb47f815b803862a54e253e50d8ae28d7be", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:6d618460b03a8141c43e9679285b16dbdcd49b3020cb4d003cee81310d5ad2f2", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5115d4056aa236c832f66028083ace5af3dbb88eccfb6c4c9b92e65ac4cce486", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:049ba06fa82b92c817d0fcabbea636832da216edfc2d16a301dea96501e0ddc8", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:a6efbc9724f6868d31cc94896e2272a4cfe2d810fab9eda9f1cb85afe0349012", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:45ad3035b3e1935094d8e2fd1b15257a5d6434b7d8c592521404651ea6296f3a", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:b701df18f6139647738b643c5b1a1d8a1572395b4e1fff2c504e7a6bdbabc639", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:311ea08ab48f4b407e0bf45538aa6bcdd2b0cfdcc307567d6f6654d7d23c8a90", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:9e90217c45bf0add27ac0ec389487ae62fcdf966e43b19e94b39c6d252d39cef", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:443877f00fc71f5913e4a5103bc9084c3f8724fcceca5abb6d60a23082a3aec6", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:91c5e5c35261225ae12b5e1bb35d19ee72769a2ad5ffc72a33cc4de185b6f43b", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:6974335caa22d67d0a3d6cd2f9549c1474eee7b017748768b296e21c7af6f482", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:8373ad7e195b16d1d244d1611ae4ba87c7e8b743050a1a3cf39b5b0ab9bec4ba", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:d177add9dc39846ef24440294154fd67ec5e2e5c6f0ac9c17eb89dfb6ea887e7", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:1e37b5f0d9e8aa7c05dc7e3580fefe546f81f7b1b54a8eef0773a1e6bd2c58ce", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:650e0aae8f51120debe600360e45ef451e8051fef46189c115749d224a8d0afa", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cb674d7d6fa303278bdf2e4198ffde0da22aa626a5d2376e514cde1599f3570a", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:2b1807b97b376261a1313840b22eb76235dc6d3978d55724de1695820487eb38", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:f9d762a738e1742dea85f5c3830e20a7cf39f43198b0573f4643e03fdf13e0b2", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:3112c3f67959589b5885bf9ac10d0ede832d3474812ea03a98c77d1b6d87a9bd", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:79ae459caedace3652b53ba6be21f53df5a8c8b41ab80506876a44d1cd5a8a4c", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:272c5494a652a912380581481e3a874887406d9134eb05da001f23745b2a58b6", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:5b3d9fe700d5a2f2a0fd1932695085dbdf6ccb195ed9037ffacce8bedce9e96d", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:eb8e219d448ac3dc8e546e8c75d065b0e40190ef01ec75602a93198305a6c354", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:589ea47842cee02bc752f00ed268938fe510c28ff3597e2c0cc14194a31d2710", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:a542c8799c012ed27a2fb93178397568ba1a96d0b320e4ad093d3f957ef83866", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:082df579e721dadd4cc6093ead25605c0864b4f9545fe15b973718799bc3f665", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:176f68075bc574f5ffeccad8363d5e8190c1561339f2fc609672156de56b2480", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:6e3e664be31a1c77a90aaa94b52809351004d03325ec6ca711d01131f9482e83", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:50726905995b22290907371d8cfe398cf770f3459785fa5519046c89b4587d56", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:2bb26aa2ee0e4e126f5f65bb5f71bcdcff2cb30e9303f563f966c8c73c920ccb", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:38eb3961c0fa65269cf82e1037415367b492179edbc720558cb787800d84e907", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:0da7404d31f4c00d00f67041d4142e128b03eb1514d15695a636f13b6250d049", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:7ab40444034fcc3be4a32a0e72313b0627d9adfe329954fc825ec483847d32f8", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:764b572b286cd3b2fd6cd35210f40d665e5c574500f0a4c82f94b1074f552fb6", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:e8ed2f5a472b550d21f13310e57bf3779819d31c5c70d606850229cc56af5c66", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:326a50e64a6800bfb1f55b44ffcbac03abd47187951f5031c1d43a3ab327e84f", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:8459e0e35121a6784a58cd2da6d65ca1c2185469030b3ffeeac53ea209759961", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:23d4bce33efc3fd96819a3104142957411c96dfe29878568e434e2fc37bcc827", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:25e66c7980f6109aaa5b82fd50d351197475434f0bd1232bfc5fcde13e645942", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:f6958ca1de520c0770d5fef4db40c770ea971aa4ff1e44e75bc5ce28b219c8e1", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:4bfd146d5153e4318613aeb6220a85f767df127d8c635df3eb9effff3e23c9a3", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:4f37de234048466b90c8c062d969d4c433b522b11e15f40b1e6011d6886732bd", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:165a32f507c35504d182074c819bc101ec2509b3297086506598c408b1e3acd9", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:0c322c0b5601401c6034bb3b5a14bc554cb3dac02c462e6341a675c489fbf6f0", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a481132307fe4e7f166d183f95dd70a1a2fe7cb21411340cdd522339dc9eecd9", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:fac7ad46fc50369fb70bcf3ec265e1f3bff1259ffe474e2535223c3fbce6a453", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:f23d94ce40b1e7dcc10eeb840a4322a56d76f9649ef6057c4a446ac1b6fb1ed0", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:41d55b1ab2964670cce394fcbb0439a90fdb1a842e1e8e29904d38f3782ae68d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ec496632f91a21b368e0afaa132845148bab11976eafa48d647c817ec24e3891", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:e4166c3bfcc528c22e6656eb4c4d57ae97eb49053593aefc8c7ecad7ae810c67", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:5be574521155e4b99b38bcd1916757c9be69b0f89f976aa47188285460efad60", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:8ebcdf1f369d1de1cd1ea5b575205e4c127928f72ff43ee3c12574eab70f1031", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:31a24a4b447de14cec57a18549aa1ae09c39751a43d88a25f06f49773992e658", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:d8172d370f0da7eb94033194b60316461745af1f976c26f9bcc39e23ee8a6f16", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:6515d15889968c3d1d0f773a6f515c3ac5a98956a5d5d4e0d146a4c6011f568b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:badd40ac4205c51bafd82f4d91193436143f5d7732b5d904da3d135257b4cb41", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:d20e9bc460f012f2ac9d5dd32abeb1de7f762b13bae78376c592d3a935266e45", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:a26973a6006e05e43657737f80d63c61958d1d3f0c190a9128d3eff030c91b37", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:ea51b09d150d2e42f335f24e2b201088c74b2d9529c1da23fe04d03e623206c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:9b9f4dd93a1ba653d0fce1ad6d7b6c1774936359072e4951799ea5692ea13c32", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7d80b3270f03f6207bdb54bd93bcea2ff84383b6e33561e7f029baa12d05acde", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:8ab4800293a766cf255f4598035228362d4e30ef0ac0d67d43b4a093f18c139f", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:7db283d146d00523ff207e2092545a4307710d2b5a3b8517f19cdc7e51c36d62", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:a6757b76a18e05b3fc93f0d36b91b51f3635a0a055f3c5ca2693dba9bd20f9cc", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:8b683c474f953a281ff5fa373bfa67c63588c6faf4203409d78a115acecf94b7", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:cc25751ba7e123e02be5b8d1f3dbe936e7aa0b847e723f440cbbd0642309bb95", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:239846bfd616f26a85339f607eab43666dfc693b329c185b6e12b725127f7188", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:f765fe184da93c61b38bc73893780aea209eaf004658ebf8ee20c7c8ea4c56c6", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:9ec8c8d4156688729fc438dfa1a4695ae697370dd37891716038736b49689de0", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:e7192373837ca2c79712da4b9c09b37c98f20752db310431a5b6e53c2b9a2d50", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:b7dee46a1e6a7841fa667c03894a524bdbd2856e9e28ae7ff653a76d8f961c63", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:8595b56ebc03c4ac45fdcc23f851a7b46704ef3d68aef0c52af0e20faeb2a4de", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d800be053dc990f2093bd0dc877257ca27355a7e98f8ebd93292d7ac5f9bf388", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:17255797b5d668b67aa92ecbf725b104eba96ba8639fade6d52b03866c95d18a", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:2f663f3084970d995c4960862ed1128e886baf14039b88a003964ef3c5a0a884", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:88598cde700174182f670cbf8b5058687c9e1e718b9dad85243f13d054c699e0", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:7071305e4c4847311cae305142ce9fe4b3c58cf39811b4b191d1e581c4f4cf0b", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:2337f3a4d56a0d4a22d60c3ed0ae9be194b1b613b1be0adc34df31d2c9a437f2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:0536e9239eb9983202dd3c010e9aa9810ae13d92805689cd478ce62f992190f6", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:117 Sunday 04 June 2023 19:34:31 +0000 (0:00:04.148) 0:04:27.072 *********** skipping: [sut] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=110 changed=27 unreachable=0 failed=0 skipped=114 rescued=7 ignored=0 Sunday 04 June 2023 19:34:32 +0000 (0:00:00.071) 0:04:27.144 *********** =============================================================================== Install needed packages ------------------------------------------------ 72.22s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:19 ------------- Start Candlepin container ---------------------------------------------- 27.30s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:25 ------------- Wait for started Candlepin --------------------------------------------- 22.25s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:89 ------------- Restart squid ----------------------------------------------------------- 7.27s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:118 ---------------- Install packages for squid ---------------------------------------------- 7.26s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_squid.yml:7 ------------------ fedora.linux_system_roles.rhc : Call subscription-manager --------------- 6.99s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 5.41s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 5.17s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 4.79s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Add pools for product 5050 to default_key activation key ---------------- 4.47s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:121 ------------ fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.23s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.15s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:114 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 4.09s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.89s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.88s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.26s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:28 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.82s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:20 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 2.65s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Update system certificates store ---------------------------------------- 2.63s /WORKDIR/git-weekly-cikcwkb1bs/tests/tasks/setup_candlepin.yml:82 ------------- fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 2.57s /WORKDIR/git-weekly-cikcwkb1bs/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:15 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---