# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_restore_dirs.yml *********************************************** 1 plays in /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml PLAY [Check if selinux role restores directory SELinux context] **************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:2 Saturday 27 January 2024 20:59:24 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Create temporary directory] ********************************************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:7 Saturday 27 January 2024 20:59:26 +0000 (0:00:01.453) 0:00:01.466 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/linux_system_role.selinuxpDec9h", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Create temporary file] *************************************************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:13 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.172) 0:00:01.638 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Set default_t context to /tmp/linux_system_role.selinuxpDec9h] *********** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:20 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.125) 0:00:01.764 ****** changed: [sut] => { "changed": true, "cmd": [ "chcon", "-R", "-t", "default_t", "/tmp/linux_system_role.selinuxpDec9h" ], "delta": "0:00:00.006060", "end": "2024-01-27 20:59:27.072122", "rc": 0, "start": "2024-01-27 20:59:27.066062" } TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:24 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.167) 0:00:01.931 ****** TASK [linux-system-roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:2 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.034) 0:00:01.965 ****** included: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml for sut TASK [linux-system-roles.selinux : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:2 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.014) 0:00:01.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Ensure SELinux packages] ******************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:8 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.011) 0:00:01.992 ****** included: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml for sut TASK [linux-system-roles.selinux : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:5 Saturday 27 January 2024 20:59:26 +0000 (0:00:00.013) 0:00:02.006 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.selinux : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:10 Saturday 27 January 2024 20:59:27 +0000 (0:00:00.160) 0:00:02.166 ****** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [linux-system-roles.selinux : Install SELinux python2 tools] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 Saturday 27 January 2024 20:59:27 +0000 (0:00:00.013) 0:00:02.179 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.0.94-7.el6.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.0.83-30.1.el6_8.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [linux-system-roles.selinux : Install SELinux python3 tools] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:24 Saturday 27 January 2024 20:59:27 +0000 (0:00:00.522) 0:00:02.702 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux python3 tools] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:36 Saturday 27 January 2024 20:59:27 +0000 (0:00:00.010) 0:00:02.712 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux tool semanage] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:48 Saturday 27 January 2024 20:59:27 +0000 (0:00:00.010) 0:00:02.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Refresh facts] ****************************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 Saturday 27 January 2024 20:59:27 +0000 (0:00:00.010) 0:00:02.734 ****** ok: [sut] TASK [linux-system-roles.selinux : Set permanent SELinux state if enabled] ***** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:5 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.685) 0:00:03.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set permanent SELinux state if disabled] **** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:14 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.011) 0:00:03.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set selinux_reboot_required] **************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:22 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.440 ****** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [linux-system-roles.selinux : Fail if reboot is required] ***************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:28 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.012) 0:00:03.452 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Warn if SELinux is disabled] **************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:33 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.007) 0:00:03.460 ****** skipping: [sut] => {} TASK [linux-system-roles.selinux : Drop all local modifications] *************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:38 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:46 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.479 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:51 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.489 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:56 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.010) 0:00:03.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:61 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set SELinux booleans] *********************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:66 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.518 ****** TASK [linux-system-roles.selinux : Set SELinux file contexts] ****************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 Saturday 27 January 2024 20:59:28 +0000 (0:00:00.009) 0:00:03.528 ****** changed: [sut] => (item={'target': '/tmp/linux_system_role.selinuxpDec9h(/.*)?', 'setype': 'user_tmp_t'}) => { "__selinux_item": { "setype": "user_tmp_t", "target": "/tmp/linux_system_role.selinuxpDec9h(/.*)?" }, "ansible_loop_var": "__selinux_item", "changed": true, "ftype": "a", "serange": "s0", "setype": "user_tmp_t", "seuser": "system_u", "state": "present", "substitute": null, "target": "/tmp/linux_system_role.selinuxpDec9h(/.*)?" } TASK [linux-system-roles.selinux : Set an SELinux label on a port] ************* task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:91 Saturday 27 January 2024 20:59:36 +0000 (0:00:07.705) 0:00:11.233 ****** TASK [linux-system-roles.selinux : Set linux user to SELinux user mapping] ***** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:103 Saturday 27 January 2024 20:59:36 +0000 (0:00:00.011) 0:00:11.245 ****** TASK [linux-system-roles.selinux : Get SELinux modules facts] ****************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 Saturday 27 January 2024 20:59:36 +0000 (0:00:00.011) 0:00:11.256 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "0": { "checksum": "", "enabled": 1 } }, "accountsd": { "0": { "checksum": "", "enabled": 1 } }, "ada": { "0": { "checksum": "", "enabled": 1 } }, "afs": { "0": { "checksum": "", "enabled": 1 } }, "aiccu": { "0": { "checksum": "", "enabled": 1 } }, "aide": { "0": { "checksum": "", "enabled": 1 } }, "amanda": { "0": { "checksum": "", "enabled": 1 } }, "amtu": { "0": { "checksum": "", "enabled": 1 } }, "antivirus": { "0": { "checksum": "", "enabled": 1 } }, "apache": { "0": { "checksum": "", "enabled": 1 } }, "apcupsd": { "0": { "checksum": "", "enabled": 1 } }, "arpwatch": { "0": { "checksum": "", "enabled": 1 } }, "asterisk": { "0": { "checksum": "", "enabled": 1 } }, "audioentropy": { "0": { "checksum": "", "enabled": 1 } }, "automount": { "0": { "checksum": "", "enabled": 1 } }, "avahi": { "0": { "checksum": "", "enabled": 1 } }, "awstats": { "0": { "checksum": "", "enabled": 1 } }, "bacula": { "0": { "checksum": "", "enabled": 1 } }, "bcfg2": { "0": { "checksum": "", "enabled": 1 } }, "bind": { "0": { "checksum": "", "enabled": 1 } }, "bitlbee": { "0": { "checksum": "", "enabled": 1 } }, "bluetooth": { "0": { "checksum": "", "enabled": 1 } }, "boinc": { "0": { "checksum": "", "enabled": 1 } }, "bugzilla": { "0": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "0": { "checksum": "", "enabled": 1 } }, "calamaris": { "0": { "checksum": "", "enabled": 1 } }, "canna": { "0": { "checksum": "", "enabled": 1 } }, "ccs": { "0": { "checksum": "", "enabled": 1 } }, "cdrecord": { "0": { "checksum": "", "enabled": 1 } }, "certmaster": { "0": { "checksum": "", "enabled": 1 } }, "certmonger": { "0": { "checksum": "", "enabled": 1 } }, "certwatch": { "0": { "checksum": "", "enabled": 1 } }, "cfengine": { "0": { "checksum": "", "enabled": 1 } }, "cgroup": { "0": { "checksum": "", "enabled": 1 } }, "chrome": { "0": { "checksum": "", "enabled": 1 } }, "chronyd": { "0": { "checksum": "", "enabled": 1 } }, "cinder": { "0": { "checksum": "", "enabled": 1 } }, "cipe": { "0": { "checksum": "", "enabled": 1 } }, "clogd": { "0": { "checksum": "", "enabled": 1 } }, "cloudform": { "0": { "checksum": "", "enabled": 1 } }, "cmirrord": { "0": { "checksum": "", "enabled": 1 } }, "cobbler": { "0": { "checksum": "", "enabled": 1 } }, "collectd": { "0": { "checksum": "", "enabled": 1 } }, "comsat": { "0": { "checksum": "", "enabled": 1 } }, "condor": { "0": { "checksum": "", "enabled": 1 } }, "conman": { "0": { "checksum": "", "enabled": 1 } }, "consolekit": { "0": { "checksum": "", "enabled": 1 } }, "courier": { "0": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "0": { "checksum": "", "enabled": 1 } }, "ctdbd": { "0": { "checksum": "", "enabled": 1 } }, "cups": { "0": { "checksum": "", "enabled": 1 } }, "cvs": { "0": { "checksum": "", "enabled": 1 } }, "cyphesis": { "0": { "checksum": "", "enabled": 1 } }, "cyrus": { "0": { "checksum": "", "enabled": 1 } }, "daemontools": { "0": { "checksum": "", "enabled": 1 } }, "dbskk": { "0": { "checksum": "", "enabled": 1 } }, "dcc": { "0": { "checksum": "", "enabled": 1 } }, "ddclient": { "0": { "checksum": "", "enabled": 1 } }, "denyhosts": { "0": { "checksum": "", "enabled": 1 } }, "devicekit": { "0": { "checksum": "", "enabled": 1 } }, "dhcp": { "0": { "checksum": "", "enabled": 1 } }, "dictd": { "0": { "checksum": "", "enabled": 1 } }, "dirsrv": { "0": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "0": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "0": { "checksum": "", "enabled": 1 } }, "dovecot": { "0": { "checksum": "", "enabled": 1 } }, "drbd": { "0": { "checksum": "", "enabled": 1 } }, "dspam": { "0": { "checksum": "", "enabled": 1 } }, "ethereal": { "0": { "checksum": "", "enabled": 1 } }, "execmem": { "0": { "checksum": "", "enabled": 1 } }, "exim": { "0": { "checksum": "", "enabled": 1 } }, "fail2ban": { "0": { "checksum": "", "enabled": 1 } }, "fcoemon": { "0": { "checksum": "", "enabled": 1 } }, "fetchmail": { "0": { "checksum": "", "enabled": 1 } }, "finger": { "0": { "checksum": "", "enabled": 1 } }, "firewallgui": { "0": { "checksum": "", "enabled": 1 } }, "fprintd": { "0": { "checksum": "", "enabled": 1 } }, "freeipmi": { "0": { "checksum": "", "enabled": 1 } }, "ftp": { "0": { "checksum": "", "enabled": 1 } }, "games": { "0": { "checksum": "", "enabled": 1 } }, "git": { "0": { "checksum": "", "enabled": 1 } }, "gitosis": { "0": { "checksum": "", "enabled": 1 } }, "glance": { "0": { "checksum": "", "enabled": 1 } }, "glusterd": { "0": { "checksum": "", "enabled": 1 } }, "gnome": { "0": { "checksum": "", "enabled": 1 } }, "gnomeclock": { "0": { "checksum": "", "enabled": 1 } }, "gpg": { "0": { "checksum": "", "enabled": 1 } }, "gpm": { "0": { "checksum": "", "enabled": 1 } }, "gpsd": { "0": { "checksum": "", "enabled": 1 } }, "guest": { "0": { "checksum": "", "enabled": 1 } }, "hal": { "0": { "checksum": "", "enabled": 1 } }, "hddtemp": { "0": { "checksum": "", "enabled": 1 } }, "howl": { "0": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "0": { "checksum": "", "enabled": 1 } }, "icecast": { "0": { "checksum": "", "enabled": 1 } }, "inn": { "0": { "checksum": "", "enabled": 1 } }, "ipsec": { "0": { "checksum": "", "enabled": 1 } }, "irc": { "0": { "checksum": "", "enabled": 1 } }, "iscsi": { "0": { "checksum": "", "enabled": 1 } }, "isns": { "0": { "checksum": "", "enabled": 1 } }, "jabber": { "0": { "checksum": "", "enabled": 1 } }, "java": { "0": { "checksum": "", "enabled": 1 } }, "kdump": { "0": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "0": { "checksum": "", "enabled": 1 } }, "keepalived": { "0": { "checksum": "", "enabled": 1 } }, "kerberos": { "0": { "checksum": "", "enabled": 1 } }, "kerneloops": { "0": { "checksum": "", "enabled": 1 } }, "keystone": { "0": { "checksum": "", "enabled": 1 } }, "kismet": { "0": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "0": { "checksum": "", "enabled": 1 } }, "ktalk": { "0": { "checksum": "", "enabled": 1 } }, "l2tpd": { "0": { "checksum": "", "enabled": 1 } }, "ldap": { "0": { "checksum": "", "enabled": 1 } }, "likewise": { "0": { "checksum": "", "enabled": 1 } }, "linuxptp": { "0": { "checksum": "", "enabled": 1 } }, "lircd": { "0": { "checksum": "", "enabled": 1 } }, "livecd": { "0": { "checksum": "", "enabled": 1 } }, "lldpad": { "0": { "checksum": "", "enabled": 1 } }, "lockdev": { "0": { "checksum": "", "enabled": 1 } }, "logadm": { "0": { "checksum": "", "enabled": 1 } }, "lpd": { "0": { "checksum": "", "enabled": 1 } }, "lsm": { "0": { "checksum": "", "enabled": 1 } }, "mailman": { "0": { "checksum": "", "enabled": 1 } }, "matahari": { "0": { "checksum": "", "enabled": 1 } }, "mediawiki": { "0": { "checksum": "", "enabled": 1 } }, "memcached": { "0": { "checksum": "", "enabled": 1 } }, "milter": { "0": { "checksum": "", "enabled": 1 } }, "mip6d": { "0": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "0": { "checksum": "", "enabled": 1 } }, "modemmanager": { "0": { "checksum": "", "enabled": 1 } }, "mono": { "0": { "checksum": "", "enabled": 1 } }, "mozilla": { "0": { "checksum": "", "enabled": 1 } }, "mpd": { "0": { "checksum": "", "enabled": 1 } }, "mplayer": { "0": { "checksum": "", "enabled": 1 } }, "mrtg": { "0": { "checksum": "", "enabled": 1 } }, "munin": { "0": { "checksum": "", "enabled": 1 } }, "mysql": { "0": { "checksum": "", "enabled": 1 } }, "nagios": { "0": { "checksum": "", "enabled": 1 } }, "namespace": { "0": { "checksum": "", "enabled": 1 } }, "ncftool": { "0": { "checksum": "", "enabled": 1 } }, "netlabel": { "0": { "checksum": "", "enabled": 1 } }, "nis": { "0": { "checksum": "", "enabled": 1 } }, "nova": { "0": { "checksum": "", "enabled": 1 } }, "nslcd": { "0": { "checksum": "", "enabled": 1 } }, "nsplugin": { "0": { "checksum": "", "enabled": 1 } }, "ntop": { "0": { "checksum": "", "enabled": 1 } }, "ntp": { "0": { "checksum": "", "enabled": 1 } }, "numad": { "0": { "checksum": "", "enabled": 1 } }, "nut": { "0": { "checksum": "", "enabled": 1 } }, "nx": { "0": { "checksum": "", "enabled": 1 } }, "oddjob": { "0": { "checksum": "", "enabled": 1 } }, "openct": { "0": { "checksum": "", "enabled": 1 } }, "openhpid": { "0": { "checksum": "", "enabled": 1 } }, "openoffice": { "0": { "checksum": "", "enabled": 1 } }, "openshift": { "0": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "0": { "checksum": "", "enabled": 1 } }, "openvpn": { "0": { "checksum": "", "enabled": 1 } }, "openvswitch": { "0": { "checksum": "", "enabled": 1 } }, "openwsman": { "0": { "checksum": "", "enabled": 1 } }, "oracleasm": { "0": { "checksum": "", "enabled": 1 } }, "osad": { "0": { "checksum": "", "enabled": 1 } }, "pads": { "0": { "checksum": "", "enabled": 1 } }, "passenger": { "0": { "checksum": "", "enabled": 1 } }, "pcp": { "0": { "checksum": "", "enabled": 1 } }, "pcscd": { "0": { "checksum": "", "enabled": 1 } }, "pegasus": { "0": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "0": { "checksum": "", "enabled": 1 } }, "pingd": { "0": { "checksum": "", "enabled": 1 } }, "piranha": { "0": { "checksum": "", "enabled": 1 } }, "pkcsslotd": { "0": { "checksum": "", "enabled": 1 } }, "plymouthd": { "0": { "checksum": "", "enabled": 1 } }, "podsleuth": { "0": { "checksum": "", "enabled": 1 } }, "policykit": { "0": { "checksum": "", "enabled": 1 } }, "portmap": { "0": { "checksum": "", "enabled": 1 } }, "portreserve": { "0": { "checksum": "", "enabled": 1 } }, "postfix": { "0": { "checksum": "", "enabled": 1 } }, "postgresql": { "0": { "checksum": "", "enabled": 1 } }, "postgrey": { "0": { "checksum": "", "enabled": 1 } }, "ppp": { "0": { "checksum": "", "enabled": 1 } }, "prelude": { "0": { "checksum": "", "enabled": 1 } }, "privoxy": { "0": { "checksum": "", "enabled": 1 } }, "procmail": { "0": { "checksum": "", "enabled": 1 } }, "psad": { "0": { "checksum": "", "enabled": 1 } }, "ptchown": { "0": { "checksum": "", "enabled": 1 } }, "publicfile": { "0": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "0": { "checksum": "", "enabled": 1 } }, "puppet": { "0": { "checksum": "", "enabled": 1 } }, "pyzor": { "0": { "checksum": "", "enabled": 1 } }, "qemu": { "0": { "checksum": "", "enabled": 1 } }, "qmail": { "0": { "checksum": "", "enabled": 1 } }, "qpidd": { "0": { "checksum": "", "enabled": 1 } }, "quantum": { "0": { "checksum": "", "enabled": 1 } }, "radius": { "0": { "checksum": "", "enabled": 1 } }, "radvd": { "0": { "checksum": "", "enabled": 1 } }, "razor": { "0": { "checksum": "", "enabled": 1 } }, "rdisc": { "0": { "checksum": "", "enabled": 1 } }, "redis": { "0": { "checksum": "", "enabled": 1 } }, "remotelogin": { "0": { "checksum": "", "enabled": 1 } }, "rhcs": { "0": { "checksum": "", "enabled": 1 } }, "rhev": { "0": { "checksum": "", "enabled": 1 } }, "rhgb": { "0": { "checksum": "", "enabled": 1 } }, "rhnsd": { "0": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "0": { "checksum": "", "enabled": 1 } }, "rhts": { "0": { "checksum": "", "enabled": 1 } }, "ricci": { "0": { "checksum": "", "enabled": 1 } }, "rlogin": { "0": { "checksum": "", "enabled": 1 } }, "roundup": { "0": { "checksum": "", "enabled": 1 } }, "rpcbind": { "0": { "checksum": "", "enabled": 1 } }, "rshd": { "0": { "checksum": "", "enabled": 1 } }, "rssh": { "0": { "checksum": "", "enabled": 1 } }, "rsync": { "0": { "checksum": "", "enabled": 1 } }, "rtas": { "0": { "checksum": "", "enabled": 1 } }, "rtkit": { "0": { "checksum": "", "enabled": 1 } }, "rwho": { "0": { "checksum": "", "enabled": 1 } }, "samba": { "0": { "checksum": "", "enabled": 1 } }, "sambagui": { "0": { "checksum": "", "enabled": 1 } }, "sandbox": { "0": { "checksum": "", "enabled": 1 } }, "sanlock": { "0": { "checksum": "", "enabled": 1 } }, "sasl": { "0": { "checksum": "", "enabled": 1 } }, "sblim": { "0": { "checksum": "", "enabled": 1 } }, "screen": { "0": { "checksum": "", "enabled": 1 } }, "sectoolm": { "0": { "checksum": "", "enabled": 1 } }, "sensord": { "0": { "checksum": "", "enabled": 1 } }, "seunshare": { "0": { "checksum": "", "enabled": 1 } }, "sge": { "0": { "checksum": "", "enabled": 1 } }, "shutdown": { "0": { "checksum": "", "enabled": 1 } }, "slocate": { "0": { "checksum": "", "enabled": 1 } }, "slpd": { "0": { "checksum": "", "enabled": 1 } }, "smartmon": { "0": { "checksum": "", "enabled": 1 } }, "smokeping": { "0": { "checksum": "", "enabled": 1 } }, "smoltclient": { "0": { "checksum": "", "enabled": 1 } }, "smstools": { "0": { "checksum": "", "enabled": 1 } }, "snmp": { "0": { "checksum": "", "enabled": 1 } }, "snort": { "0": { "checksum": "", "enabled": 1 } }, "sosreport": { "0": { "checksum": "", "enabled": 1 } }, "soundserver": { "0": { "checksum": "", "enabled": 1 } }, "spamassassin": { "0": { "checksum": "", "enabled": 1 } }, "squid": { "0": { "checksum": "", "enabled": 1 } }, "sssd": { "0": { "checksum": "", "enabled": 1 } }, "staff": { "0": { "checksum": "", "enabled": 1 } }, "stapserver": { "0": { "checksum": "", "enabled": 1 } }, "stunnel": { "0": { "checksum": "", "enabled": 1 } }, "svnserve": { "0": { "checksum": "", "enabled": 1 } }, "swift": { "0": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "0": { "checksum": "", "enabled": 1 } }, "sysstat": { "0": { "checksum": "", "enabled": 1 } }, "tcpd": { "0": { "checksum": "", "enabled": 1 } }, "telepathy": { "0": { "checksum": "", "enabled": 1 } }, "telnet": { "0": { "checksum": "", "enabled": 1 } }, "tftp": { "0": { "checksum": "", "enabled": 1 } }, "tgtd": { "0": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "0": { "checksum": "", "enabled": 1 } }, "tomcat": { "0": { "checksum": "", "enabled": 1 } }, "tor": { "0": { "checksum": "", "enabled": 1 } }, "tuned": { "0": { "checksum": "", "enabled": 1 } }, "tvtime": { "0": { "checksum": "", "enabled": 1 } }, "ulogd": { "0": { "checksum": "", "enabled": 1 } }, "uml": { "0": { "checksum": "", "enabled": 1 } }, "unconfined": { "0": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "0": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "0": { "checksum": "", "enabled": 1 } }, "unprivuser": { "0": { "checksum": "", "enabled": 1 } }, "usbmodules": { "0": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "0": { "checksum": "", "enabled": 1 } }, "userhelper": { "0": { "checksum": "", "enabled": 1 } }, "usernetctl": { "0": { "checksum": "", "enabled": 1 } }, "uucp": { "0": { "checksum": "", "enabled": 1 } }, "uuidd": { "0": { "checksum": "", "enabled": 1 } }, "varnishd": { "0": { "checksum": "", "enabled": 1 } }, "vdagent": { "0": { "checksum": "", "enabled": 1 } }, "vhostmd": { "0": { "checksum": "", "enabled": 1 } }, "virt": { "0": { "checksum": "", "enabled": 1 } }, "vmware": { "0": { "checksum": "", "enabled": 1 } }, "vpn": { "0": { "checksum": "", "enabled": 1 } }, "w3c": { "0": { "checksum": "", "enabled": 1 } }, "watchdog": { "0": { "checksum": "", "enabled": 1 } }, "wdmd": { "0": { "checksum": "", "enabled": 1 } }, "webadm": { "0": { "checksum": "", "enabled": 1 } }, "webalizer": { "0": { "checksum": "", "enabled": 1 } }, "wine": { "0": { "checksum": "", "enabled": 1 } }, "xen": { "0": { "checksum": "", "enabled": 1 } }, "xfs": { "0": { "checksum": "", "enabled": 1 } }, "xguest": { "0": { "checksum": "", "enabled": 1 } }, "zabbix": { "0": { "checksum": "", "enabled": 1 } }, "zarafa": { "0": { "checksum": "", "enabled": 1 } }, "zebra": { "0": { "checksum": "", "enabled": 1 } }, "zosremote": { "0": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": false }, "changed": false } TASK [linux-system-roles.selinux : Load SELinux modules] *********************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 Saturday 27 January 2024 20:59:37 +0000 (0:00:01.058) 0:00:12.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:134 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.034) 0:00:12.349 ****** ok: [sut] => (item=/tmp/linux_system_role.selinuxpDec9h) => { "__selinux_item": "/tmp/linux_system_role.selinuxpDec9h", "ansible_loop_var": "__selinux_item", "changed": false, "cmd": [ "/sbin/restorecon", "-R", "-F", "-v", "/tmp/linux_system_role.selinuxpDec9h" ], "delta": "0:00:00.090344", "end": "2024-01-27 20:59:37.704618", "rc": 0, "start": "2024-01-27 20:59:37.614274" } STDOUT: /sbin/restorecon reset /tmp/linux_system_role.selinuxpDec9h context unconfined_u:object_r:default_t:s0->system_u:object_r:user_tmp_t:s0 /sbin/restorecon reset /tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp context unconfined_u:object_r:default_t:s0->system_u:object_r:user_tmp_t:s0 TASK [linux-system-roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:142 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.228) 0:00:12.578 ****** skipping: [sut] => (item=/tmp/linux_system_role.selinuxpDec9h) => { "__selinux_item": "/tmp/linux_system_role.selinuxpDec9h", "ansible_loop_var": "__selinux_item", "changed": false, "skip_reason": "Conditional result was False" } TASK [Get SELinux context of /tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:33 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.017) 0:00:12.596 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-Z", "/tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp" ], "delta": "0:00:00.007777", "end": "2024-01-27 20:59:37.861551", "rc": 0, "start": "2024-01-27 20:59:37.853774" } STDOUT: -rw-------. root root system_u:object_r:user_tmp_t:s0 /tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp TASK [Check whether SELinux label on /tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:38 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.138) 0:00:12.735 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean temporary directory /tmp/linux_system_role.selinuxpDec9h] ********** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:44 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.018) 0:00:12.753 ****** changed: [sut] => { "changed": true, "path": "/tmp/linux_system_role.selinuxpDec9h", "state": "absent" } TASK [Clean temporary fcontext] ************************************************ task path: /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:48 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.183) 0:00:12.936 ****** TASK [linux-system-roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:2 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.037) 0:00:12.973 ****** included: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml for sut TASK [linux-system-roles.selinux : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:2 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.022) 0:00:12.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Ensure SELinux packages] ******************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:8 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.018) 0:00:13.014 ****** included: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml for sut TASK [linux-system-roles.selinux : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:5 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.021) 0:00:13.035 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:10 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.014) 0:00:13.050 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux python2 tools] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 Saturday 27 January 2024 20:59:37 +0000 (0:00:00.014) 0:00:13.065 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.0.94-7.el6.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.0.83-30.1.el6_8.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [linux-system-roles.selinux : Install SELinux python3 tools] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:24 Saturday 27 January 2024 20:59:38 +0000 (0:00:00.452) 0:00:13.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux python3 tools] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:36 Saturday 27 January 2024 20:59:38 +0000 (0:00:00.015) 0:00:13.532 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux tool semanage] ************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:48 Saturday 27 January 2024 20:59:38 +0000 (0:00:00.014) 0:00:13.546 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Refresh facts] ****************************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 Saturday 27 January 2024 20:59:38 +0000 (0:00:00.017) 0:00:13.564 ****** ok: [sut] TASK [linux-system-roles.selinux : Set permanent SELinux state if enabled] ***** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:5 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.732) 0:00:14.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set permanent SELinux state if disabled] **** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:14 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.014) 0:00:14.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set selinux_reboot_required] **************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:22 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.014) 0:00:14.326 ****** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [linux-system-roles.selinux : Fail if reboot is required] ***************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:28 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.015) 0:00:14.341 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Warn if SELinux is disabled] **************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:33 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.011) 0:00:14.352 ****** skipping: [sut] => {} TASK [linux-system-roles.selinux : Drop all local modifications] *************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:38 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.013) 0:00:14.366 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:46 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.013) 0:00:14.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:51 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.015) 0:00:14.395 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:56 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.015) 0:00:14.410 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:61 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.013) 0:00:14.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set SELinux booleans] *********************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:66 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.013) 0:00:14.438 ****** TASK [linux-system-roles.selinux : Set SELinux file contexts] ****************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 Saturday 27 January 2024 20:59:39 +0000 (0:00:00.013) 0:00:14.451 ****** changed: [sut] => (item={'target': '/tmp/linux_system_role.selinuxpDec9h(/.*)?', 'setype': 'user_tmp_t', 'state': 'absent'}) => { "__selinux_item": { "setype": "user_tmp_t", "state": "absent", "target": "/tmp/linux_system_role.selinuxpDec9h(/.*)?" }, "ansible_loop_var": "__selinux_item", "changed": true, "ftype": "a", "setype": "user_tmp_t", "state": "absent", "substitute": null, "target": "/tmp/linux_system_role.selinuxpDec9h(/.*)?" } TASK [linux-system-roles.selinux : Set an SELinux label on a port] ************* task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:91 Saturday 27 January 2024 20:59:46 +0000 (0:00:07.014) 0:00:21.465 ****** TASK [linux-system-roles.selinux : Set linux user to SELinux user mapping] ***** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:103 Saturday 27 January 2024 20:59:46 +0000 (0:00:00.013) 0:00:21.479 ****** TASK [linux-system-roles.selinux : Get SELinux modules facts] ****************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 Saturday 27 January 2024 20:59:46 +0000 (0:00:00.013) 0:00:21.493 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "0": { "checksum": "", "enabled": 1 } }, "accountsd": { "0": { "checksum": "", "enabled": 1 } }, "ada": { "0": { "checksum": "", "enabled": 1 } }, "afs": { "0": { "checksum": "", "enabled": 1 } }, "aiccu": { "0": { "checksum": "", "enabled": 1 } }, "aide": { "0": { "checksum": "", "enabled": 1 } }, "amanda": { "0": { "checksum": "", "enabled": 1 } }, "amtu": { "0": { "checksum": "", "enabled": 1 } }, "antivirus": { "0": { "checksum": "", "enabled": 1 } }, "apache": { "0": { "checksum": "", "enabled": 1 } }, "apcupsd": { "0": { "checksum": "", "enabled": 1 } }, "arpwatch": { "0": { "checksum": "", "enabled": 1 } }, "asterisk": { "0": { "checksum": "", "enabled": 1 } }, "audioentropy": { "0": { "checksum": "", "enabled": 1 } }, "automount": { "0": { "checksum": "", "enabled": 1 } }, "avahi": { "0": { "checksum": "", "enabled": 1 } }, "awstats": { "0": { "checksum": "", "enabled": 1 } }, "bacula": { "0": { "checksum": "", "enabled": 1 } }, "bcfg2": { "0": { "checksum": "", "enabled": 1 } }, "bind": { "0": { "checksum": "", "enabled": 1 } }, "bitlbee": { "0": { "checksum": "", "enabled": 1 } }, "bluetooth": { "0": { "checksum": "", "enabled": 1 } }, "boinc": { "0": { "checksum": "", "enabled": 1 } }, "bugzilla": { "0": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "0": { "checksum": "", "enabled": 1 } }, "calamaris": { "0": { "checksum": "", "enabled": 1 } }, "canna": { "0": { "checksum": "", "enabled": 1 } }, "ccs": { "0": { "checksum": "", "enabled": 1 } }, "cdrecord": { "0": { "checksum": "", "enabled": 1 } }, "certmaster": { "0": { "checksum": "", "enabled": 1 } }, "certmonger": { "0": { "checksum": "", "enabled": 1 } }, "certwatch": { "0": { "checksum": "", "enabled": 1 } }, "cfengine": { "0": { "checksum": "", "enabled": 1 } }, "cgroup": { "0": { "checksum": "", "enabled": 1 } }, "chrome": { "0": { "checksum": "", "enabled": 1 } }, "chronyd": { "0": { "checksum": "", "enabled": 1 } }, "cinder": { "0": { "checksum": "", "enabled": 1 } }, "cipe": { "0": { "checksum": "", "enabled": 1 } }, "clogd": { "0": { "checksum": "", "enabled": 1 } }, "cloudform": { "0": { "checksum": "", "enabled": 1 } }, "cmirrord": { "0": { "checksum": "", "enabled": 1 } }, "cobbler": { "0": { "checksum": "", "enabled": 1 } }, "collectd": { "0": { "checksum": "", "enabled": 1 } }, "comsat": { "0": { "checksum": "", "enabled": 1 } }, "condor": { "0": { "checksum": "", "enabled": 1 } }, "conman": { "0": { "checksum": "", "enabled": 1 } }, "consolekit": { "0": { "checksum": "", "enabled": 1 } }, "courier": { "0": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "0": { "checksum": "", "enabled": 1 } }, "ctdbd": { "0": { "checksum": "", "enabled": 1 } }, "cups": { "0": { "checksum": "", "enabled": 1 } }, "cvs": { "0": { "checksum": "", "enabled": 1 } }, "cyphesis": { "0": { "checksum": "", "enabled": 1 } }, "cyrus": { "0": { "checksum": "", "enabled": 1 } }, "daemontools": { "0": { "checksum": "", "enabled": 1 } }, "dbskk": { "0": { "checksum": "", "enabled": 1 } }, "dcc": { "0": { "checksum": "", "enabled": 1 } }, "ddclient": { "0": { "checksum": "", "enabled": 1 } }, "denyhosts": { "0": { "checksum": "", "enabled": 1 } }, "devicekit": { "0": { "checksum": "", "enabled": 1 } }, "dhcp": { "0": { "checksum": "", "enabled": 1 } }, "dictd": { "0": { "checksum": "", "enabled": 1 } }, "dirsrv": { "0": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "0": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "0": { "checksum": "", "enabled": 1 } }, "dovecot": { "0": { "checksum": "", "enabled": 1 } }, "drbd": { "0": { "checksum": "", "enabled": 1 } }, "dspam": { "0": { "checksum": "", "enabled": 1 } }, "ethereal": { "0": { "checksum": "", "enabled": 1 } }, "execmem": { "0": { "checksum": "", "enabled": 1 } }, "exim": { "0": { "checksum": "", "enabled": 1 } }, "fail2ban": { "0": { "checksum": "", "enabled": 1 } }, "fcoemon": { "0": { "checksum": "", "enabled": 1 } }, "fetchmail": { "0": { "checksum": "", "enabled": 1 } }, "finger": { "0": { "checksum": "", "enabled": 1 } }, "firewallgui": { "0": { "checksum": "", "enabled": 1 } }, "fprintd": { "0": { "checksum": "", "enabled": 1 } }, "freeipmi": { "0": { "checksum": "", "enabled": 1 } }, "ftp": { "0": { "checksum": "", "enabled": 1 } }, "games": { "0": { "checksum": "", "enabled": 1 } }, "git": { "0": { "checksum": "", "enabled": 1 } }, "gitosis": { "0": { "checksum": "", "enabled": 1 } }, "glance": { "0": { "checksum": "", "enabled": 1 } }, "glusterd": { "0": { "checksum": "", "enabled": 1 } }, "gnome": { "0": { "checksum": "", "enabled": 1 } }, "gnomeclock": { "0": { "checksum": "", "enabled": 1 } }, "gpg": { "0": { "checksum": "", "enabled": 1 } }, "gpm": { "0": { "checksum": "", "enabled": 1 } }, "gpsd": { "0": { "checksum": "", "enabled": 1 } }, "guest": { "0": { "checksum": "", "enabled": 1 } }, "hal": { "0": { "checksum": "", "enabled": 1 } }, "hddtemp": { "0": { "checksum": "", "enabled": 1 } }, "howl": { "0": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "0": { "checksum": "", "enabled": 1 } }, "icecast": { "0": { "checksum": "", "enabled": 1 } }, "inn": { "0": { "checksum": "", "enabled": 1 } }, "ipsec": { "0": { "checksum": "", "enabled": 1 } }, "irc": { "0": { "checksum": "", "enabled": 1 } }, "iscsi": { "0": { "checksum": "", "enabled": 1 } }, "isns": { "0": { "checksum": "", "enabled": 1 } }, "jabber": { "0": { "checksum": "", "enabled": 1 } }, "java": { "0": { "checksum": "", "enabled": 1 } }, "kdump": { "0": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "0": { "checksum": "", "enabled": 1 } }, "keepalived": { "0": { "checksum": "", "enabled": 1 } }, "kerberos": { "0": { "checksum": "", "enabled": 1 } }, "kerneloops": { "0": { "checksum": "", "enabled": 1 } }, "keystone": { "0": { "checksum": "", "enabled": 1 } }, "kismet": { "0": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "0": { "checksum": "", "enabled": 1 } }, "ktalk": { "0": { "checksum": "", "enabled": 1 } }, "l2tpd": { "0": { "checksum": "", "enabled": 1 } }, "ldap": { "0": { "checksum": "", "enabled": 1 } }, "likewise": { "0": { "checksum": "", "enabled": 1 } }, "linuxptp": { "0": { "checksum": "", "enabled": 1 } }, "lircd": { "0": { "checksum": "", "enabled": 1 } }, "livecd": { "0": { "checksum": "", "enabled": 1 } }, "lldpad": { "0": { "checksum": "", "enabled": 1 } }, "lockdev": { "0": { "checksum": "", "enabled": 1 } }, "logadm": { "0": { "checksum": "", "enabled": 1 } }, "lpd": { "0": { "checksum": "", "enabled": 1 } }, "lsm": { "0": { "checksum": "", "enabled": 1 } }, "mailman": { "0": { "checksum": "", "enabled": 1 } }, "matahari": { "0": { "checksum": "", "enabled": 1 } }, "mediawiki": { "0": { "checksum": "", "enabled": 1 } }, "memcached": { "0": { "checksum": "", "enabled": 1 } }, "milter": { "0": { "checksum": "", "enabled": 1 } }, "mip6d": { "0": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "0": { "checksum": "", "enabled": 1 } }, "modemmanager": { "0": { "checksum": "", "enabled": 1 } }, "mono": { "0": { "checksum": "", "enabled": 1 } }, "mozilla": { "0": { "checksum": "", "enabled": 1 } }, "mpd": { "0": { "checksum": "", "enabled": 1 } }, "mplayer": { "0": { "checksum": "", "enabled": 1 } }, "mrtg": { "0": { "checksum": "", "enabled": 1 } }, "munin": { "0": { "checksum": "", "enabled": 1 } }, "mysql": { "0": { "checksum": "", "enabled": 1 } }, "nagios": { "0": { "checksum": "", "enabled": 1 } }, "namespace": { "0": { "checksum": "", "enabled": 1 } }, "ncftool": { "0": { "checksum": "", "enabled": 1 } }, "netlabel": { "0": { "checksum": "", "enabled": 1 } }, "nis": { "0": { "checksum": "", "enabled": 1 } }, "nova": { "0": { "checksum": "", "enabled": 1 } }, "nslcd": { "0": { "checksum": "", "enabled": 1 } }, "nsplugin": { "0": { "checksum": "", "enabled": 1 } }, "ntop": { "0": { "checksum": "", "enabled": 1 } }, "ntp": { "0": { "checksum": "", "enabled": 1 } }, "numad": { "0": { "checksum": "", "enabled": 1 } }, "nut": { "0": { "checksum": "", "enabled": 1 } }, "nx": { "0": { "checksum": "", "enabled": 1 } }, "oddjob": { "0": { "checksum": "", "enabled": 1 } }, "openct": { "0": { "checksum": "", "enabled": 1 } }, "openhpid": { "0": { "checksum": "", "enabled": 1 } }, "openoffice": { "0": { "checksum": "", "enabled": 1 } }, "openshift": { "0": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "0": { "checksum": "", "enabled": 1 } }, "openvpn": { "0": { "checksum": "", "enabled": 1 } }, "openvswitch": { "0": { "checksum": "", "enabled": 1 } }, "openwsman": { "0": { "checksum": "", "enabled": 1 } }, "oracleasm": { "0": { "checksum": "", "enabled": 1 } }, "osad": { "0": { "checksum": "", "enabled": 1 } }, "pads": { "0": { "checksum": "", "enabled": 1 } }, "passenger": { "0": { "checksum": "", "enabled": 1 } }, "pcp": { "0": { "checksum": "", "enabled": 1 } }, "pcscd": { "0": { "checksum": "", "enabled": 1 } }, "pegasus": { "0": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "0": { "checksum": "", "enabled": 1 } }, "pingd": { "0": { "checksum": "", "enabled": 1 } }, "piranha": { "0": { "checksum": "", "enabled": 1 } }, "pkcsslotd": { "0": { "checksum": "", "enabled": 1 } }, "plymouthd": { "0": { "checksum": "", "enabled": 1 } }, "podsleuth": { "0": { "checksum": "", "enabled": 1 } }, "policykit": { "0": { "checksum": "", "enabled": 1 } }, "portmap": { "0": { "checksum": "", "enabled": 1 } }, "portreserve": { "0": { "checksum": "", "enabled": 1 } }, "postfix": { "0": { "checksum": "", "enabled": 1 } }, "postgresql": { "0": { "checksum": "", "enabled": 1 } }, "postgrey": { "0": { "checksum": "", "enabled": 1 } }, "ppp": { "0": { "checksum": "", "enabled": 1 } }, "prelude": { "0": { "checksum": "", "enabled": 1 } }, "privoxy": { "0": { "checksum": "", "enabled": 1 } }, "procmail": { "0": { "checksum": "", "enabled": 1 } }, "psad": { "0": { "checksum": "", "enabled": 1 } }, "ptchown": { "0": { "checksum": "", "enabled": 1 } }, "publicfile": { "0": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "0": { "checksum": "", "enabled": 1 } }, "puppet": { "0": { "checksum": "", "enabled": 1 } }, "pyzor": { "0": { "checksum": "", "enabled": 1 } }, "qemu": { "0": { "checksum": "", "enabled": 1 } }, "qmail": { "0": { "checksum": "", "enabled": 1 } }, "qpidd": { "0": { "checksum": "", "enabled": 1 } }, "quantum": { "0": { "checksum": "", "enabled": 1 } }, "radius": { "0": { "checksum": "", "enabled": 1 } }, "radvd": { "0": { "checksum": "", "enabled": 1 } }, "razor": { "0": { "checksum": "", "enabled": 1 } }, "rdisc": { "0": { "checksum": "", "enabled": 1 } }, "redis": { "0": { "checksum": "", "enabled": 1 } }, "remotelogin": { "0": { "checksum": "", "enabled": 1 } }, "rhcs": { "0": { "checksum": "", "enabled": 1 } }, "rhev": { "0": { "checksum": "", "enabled": 1 } }, "rhgb": { "0": { "checksum": "", "enabled": 1 } }, "rhnsd": { "0": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "0": { "checksum": "", "enabled": 1 } }, "rhts": { "0": { "checksum": "", "enabled": 1 } }, "ricci": { "0": { "checksum": "", "enabled": 1 } }, "rlogin": { "0": { "checksum": "", "enabled": 1 } }, "roundup": { "0": { "checksum": "", "enabled": 1 } }, "rpcbind": { "0": { "checksum": "", "enabled": 1 } }, "rshd": { "0": { "checksum": "", "enabled": 1 } }, "rssh": { "0": { "checksum": "", "enabled": 1 } }, "rsync": { "0": { "checksum": "", "enabled": 1 } }, "rtas": { "0": { "checksum": "", "enabled": 1 } }, "rtkit": { "0": { "checksum": "", "enabled": 1 } }, "rwho": { "0": { "checksum": "", "enabled": 1 } }, "samba": { "0": { "checksum": "", "enabled": 1 } }, "sambagui": { "0": { "checksum": "", "enabled": 1 } }, "sandbox": { "0": { "checksum": "", "enabled": 1 } }, "sanlock": { "0": { "checksum": "", "enabled": 1 } }, "sasl": { "0": { "checksum": "", "enabled": 1 } }, "sblim": { "0": { "checksum": "", "enabled": 1 } }, "screen": { "0": { "checksum": "", "enabled": 1 } }, "sectoolm": { "0": { "checksum": "", "enabled": 1 } }, "sensord": { "0": { "checksum": "", "enabled": 1 } }, "seunshare": { "0": { "checksum": "", "enabled": 1 } }, "sge": { "0": { "checksum": "", "enabled": 1 } }, "shutdown": { "0": { "checksum": "", "enabled": 1 } }, "slocate": { "0": { "checksum": "", "enabled": 1 } }, "slpd": { "0": { "checksum": "", "enabled": 1 } }, "smartmon": { "0": { "checksum": "", "enabled": 1 } }, "smokeping": { "0": { "checksum": "", "enabled": 1 } }, "smoltclient": { "0": { "checksum": "", "enabled": 1 } }, "smstools": { "0": { "checksum": "", "enabled": 1 } }, "snmp": { "0": { "checksum": "", "enabled": 1 } }, "snort": { "0": { "checksum": "", "enabled": 1 } }, "sosreport": { "0": { "checksum": "", "enabled": 1 } }, "soundserver": { "0": { "checksum": "", "enabled": 1 } }, "spamassassin": { "0": { "checksum": "", "enabled": 1 } }, "squid": { "0": { "checksum": "", "enabled": 1 } }, "sssd": { "0": { "checksum": "", "enabled": 1 } }, "staff": { "0": { "checksum": "", "enabled": 1 } }, "stapserver": { "0": { "checksum": "", "enabled": 1 } }, "stunnel": { "0": { "checksum": "", "enabled": 1 } }, "svnserve": { "0": { "checksum": "", "enabled": 1 } }, "swift": { "0": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "0": { "checksum": "", "enabled": 1 } }, "sysstat": { "0": { "checksum": "", "enabled": 1 } }, "tcpd": { "0": { "checksum": "", "enabled": 1 } }, "telepathy": { "0": { "checksum": "", "enabled": 1 } }, "telnet": { "0": { "checksum": "", "enabled": 1 } }, "tftp": { "0": { "checksum": "", "enabled": 1 } }, "tgtd": { "0": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "0": { "checksum": "", "enabled": 1 } }, "tomcat": { "0": { "checksum": "", "enabled": 1 } }, "tor": { "0": { "checksum": "", "enabled": 1 } }, "tuned": { "0": { "checksum": "", "enabled": 1 } }, "tvtime": { "0": { "checksum": "", "enabled": 1 } }, "ulogd": { "0": { "checksum": "", "enabled": 1 } }, "uml": { "0": { "checksum": "", "enabled": 1 } }, "unconfined": { "0": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "0": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "0": { "checksum": "", "enabled": 1 } }, "unprivuser": { "0": { "checksum": "", "enabled": 1 } }, "usbmodules": { "0": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "0": { "checksum": "", "enabled": 1 } }, "userhelper": { "0": { "checksum": "", "enabled": 1 } }, "usernetctl": { "0": { "checksum": "", "enabled": 1 } }, "uucp": { "0": { "checksum": "", "enabled": 1 } }, "uuidd": { "0": { "checksum": "", "enabled": 1 } }, "varnishd": { "0": { "checksum": "", "enabled": 1 } }, "vdagent": { "0": { "checksum": "", "enabled": 1 } }, "vhostmd": { "0": { "checksum": "", "enabled": 1 } }, "virt": { "0": { "checksum": "", "enabled": 1 } }, "vmware": { "0": { "checksum": "", "enabled": 1 } }, "vpn": { "0": { "checksum": "", "enabled": 1 } }, "w3c": { "0": { "checksum": "", "enabled": 1 } }, "watchdog": { "0": { "checksum": "", "enabled": 1 } }, "wdmd": { "0": { "checksum": "", "enabled": 1 } }, "webadm": { "0": { "checksum": "", "enabled": 1 } }, "webalizer": { "0": { "checksum": "", "enabled": 1 } }, "wine": { "0": { "checksum": "", "enabled": 1 } }, "xen": { "0": { "checksum": "", "enabled": 1 } }, "xfs": { "0": { "checksum": "", "enabled": 1 } }, "xguest": { "0": { "checksum": "", "enabled": 1 } }, "zabbix": { "0": { "checksum": "", "enabled": 1 } }, "zarafa": { "0": { "checksum": "", "enabled": 1 } }, "zebra": { "0": { "checksum": "", "enabled": 1 } }, "zosremote": { "0": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": false }, "changed": false } TASK [linux-system-roles.selinux : Load SELinux modules] *********************** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 Saturday 27 January 2024 20:59:47 +0000 (0:00:01.010) 0:00:22.503 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:134 Saturday 27 January 2024 20:59:47 +0000 (0:00:00.016) 0:00:22.520 ****** TASK [linux-system-roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:142 Saturday 27 January 2024 20:59:47 +0000 (0:00:00.015) 0:00:22.535 ****** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=24 changed=6 unreachable=0 failed=0 skipped=39 rescued=0 ignored=0 Saturday 27 January 2024 20:59:47 +0000 (0:00:00.007) 0:00:22.543 ****** =============================================================================== linux-system-roles.selinux : Set SELinux file contexts ------------------ 7.71s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 linux-system-roles.selinux : Set SELinux file contexts ------------------ 7.01s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 Gathering Facts --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:2 ----------------- linux-system-roles.selinux : Get SELinux modules facts ------------------ 1.06s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 linux-system-roles.selinux : Get SELinux modules facts ------------------ 1.01s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 linux-system-roles.selinux : Refresh facts ------------------------------ 0.73s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 linux-system-roles.selinux : Refresh facts ------------------------------ 0.69s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 linux-system-roles.selinux : Install SELinux python2 tools -------------- 0.52s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 linux-system-roles.selinux : Install SELinux python2 tools -------------- 0.45s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 linux-system-roles.selinux : Restore SELinux labels on filesystem tree --- 0.23s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:134 Clean temporary directory /tmp/linux_system_role.selinuxpDec9h ---------- 0.18s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:44 ---------------- Create temporary directory ---------------------------------------------- 0.17s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:7 ----------------- Set default_t context to /tmp/linux_system_role.selinuxpDec9h ----------- 0.17s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:20 ---------------- linux-system-roles.selinux : Check if system is ostree ------------------ 0.16s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:5 Get SELinux context of /tmp/linux_system_role.selinuxpDec9h/ansible.aA8go3temp --- 0.14s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:33 ---------------- Create temporary file --------------------------------------------------- 0.13s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:13 ---------------- Clean temporary fcontext ------------------------------------------------ 0.04s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:48 ---------------- linux-system-roles.selinux : Load SELinux modules ----------------------- 0.03s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 Run the role ------------------------------------------------------------ 0.03s /WORKDIR/git-weekly-cinljyd1m0/tests/tests_restore_dirs.yml:24 ---------------- linux-system-roles.selinux : Set ansible_facts required by role and install packages --- 0.02s /WORKDIR/git-weekly-cinljyd1m0/tests/roles/linux-system-roles.selinux/tasks/main.yml:2 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---