# 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-ciae_dksrp/tests/tests_restore_dirs.yml PLAY [Check if selinux role restores directory SELinux context] **************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:2 Saturday 30 December 2023 20:56:09 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Create temporary directory] ********************************************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:7 Saturday 30 December 2023 20:56:10 +0000 (0:00:01.158) 0:00:01.171 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/linux_system_role.selinux8J8Yfc", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Create temporary file] *************************************************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:13 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.187) 0:00:01.358 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp", "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.selinux8J8Yfc] *********** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:20 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.157) 0:00:01.516 ***** changed: [sut] => { "changed": true, "cmd": [ "chcon", "-R", "-t", "default_t", "/tmp/linux_system_role.selinux8J8Yfc" ], "delta": "0:00:00.006028", "end": "2023-12-30 20:56:11.322145", "rc": 0, "start": "2023-12-30 20:56:11.316117" } TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:24 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.172) 0:00:01.689 ***** TASK [linux-system-roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:2 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.033) 0:00:01.722 ***** included: /WORKDIR/git-weekly-ciae_dksrp/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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:2 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.014) 0:00:01.737 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Ensure SELinux packages] ******************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:8 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.015) 0:00:01.752 ***** included: /WORKDIR/git-weekly-ciae_dksrp/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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:5 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.015) 0:00:01.768 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.selinux : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:10 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.163) 0:00:01.932 ***** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [linux-system-roles.selinux : Install SELinux python2 tools] ************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 Saturday 30 December 2023 20:56:11 +0000 (0:00:00.013) 0:00:01.945 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:24 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.540) 0:00:02.486 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux python3 tools] ************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:36 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.010) 0:00:02.497 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux tool semanage] ************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:48 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.009) 0:00:02.506 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Refresh facts] ****************************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.010) 0:00:02.517 ***** ok: [sut] TASK [linux-system-roles.selinux : Set permanent SELinux state if enabled] ***** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:5 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.692) 0:00:03.210 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:14 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.010) 0:00:03.220 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set selinux_reboot_required] **************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:22 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.010) 0:00:03.230 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:28 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.012) 0:00:03.243 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:33 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.007) 0:00:03.250 ***** skipping: [sut] => {} TASK [linux-system-roles.selinux : Drop all local modifications] *************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:38 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.009) 0:00:03.260 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:46 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.010) 0:00:03.271 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:51 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.010) 0:00:03.281 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:56 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.009) 0:00:03.290 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:61 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.009) 0:00:03.300 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set SELinux booleans] *********************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:66 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.009) 0:00:03.309 ***** TASK [linux-system-roles.selinux : Set SELinux file contexts] ****************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 Saturday 30 December 2023 20:56:12 +0000 (0:00:00.009) 0:00:03.318 ***** changed: [sut] => (item={'target': '/tmp/linux_system_role.selinux8J8Yfc(/.*)?', 'setype': 'user_tmp_t'}) => { "__selinux_item": { "setype": "user_tmp_t", "target": "/tmp/linux_system_role.selinux8J8Yfc(/.*)?" }, "ansible_loop_var": "__selinux_item", "changed": true, "ftype": "a", "serange": "s0", "setype": "user_tmp_t", "seuser": "system_u", "state": "present", "target": "/tmp/linux_system_role.selinux8J8Yfc(/.*)?" } TASK [linux-system-roles.selinux : Set an SELinux label on a port] ************* task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:91 Saturday 30 December 2023 20:56:20 +0000 (0:00:07.179) 0:00:10.498 ***** TASK [linux-system-roles.selinux : Set linux user to SELinux user mapping] ***** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:103 Saturday 30 December 2023 20:56:20 +0000 (0:00:00.009) 0:00:10.508 ***** TASK [linux-system-roles.selinux : Get SELinux modules facts] ****************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 Saturday 30 December 2023 20:56:20 +0000 (0:00:00.009) 0:00:10.518 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 Saturday 30 December 2023 20:56:21 +0000 (0:00:01.071) 0:00:11.589 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:134 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.027) 0:00:11.616 ***** ok: [sut] => (item=/tmp/linux_system_role.selinux8J8Yfc) => { "__selinux_item": "/tmp/linux_system_role.selinux8J8Yfc", "ansible_loop_var": "__selinux_item", "changed": false, "cmd": [ "/sbin/restorecon", "-R", "-F", "-v", "/tmp/linux_system_role.selinux8J8Yfc" ], "delta": "0:00:00.090416", "end": "2023-12-30 20:56:21.465382", "rc": 0, "start": "2023-12-30 20:56:21.374966" } STDOUT: /sbin/restorecon reset /tmp/linux_system_role.selinux8J8Yfc context unconfined_u:object_r:default_t:s0->system_u:object_r:user_tmp_t:s0 /sbin/restorecon reset /tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:142 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.223) 0:00:11.840 ***** skipping: [sut] => (item=/tmp/linux_system_role.selinux8J8Yfc) => { "__selinux_item": "/tmp/linux_system_role.selinux8J8Yfc", "ansible_loop_var": "__selinux_item", "changed": false, "skip_reason": "Conditional result was False" } TASK [Get SELinux context of /tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp] *** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:33 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.016) 0:00:11.857 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-Z", "/tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp" ], "delta": "0:00:00.008612", "end": "2023-12-30 20:56:21.615904", "rc": 0, "start": "2023-12-30 20:56:21.607292" } STDOUT: -rw-------. root root system_u:object_r:user_tmp_t:s0 /tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp TASK [Check whether SELinux label on /tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp] *** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:38 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.130) 0:00:11.987 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean temporary directory /tmp/linux_system_role.selinux8J8Yfc] ********** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:44 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.016) 0:00:12.004 ***** changed: [sut] => { "changed": true, "path": "/tmp/linux_system_role.selinux8J8Yfc", "state": "absent" } TASK [Clean temporary fcontext] ************************************************ task path: /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:48 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.174) 0:00:12.179 ***** TASK [linux-system-roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:2 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.030) 0:00:12.209 ***** included: /WORKDIR/git-weekly-ciae_dksrp/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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:2 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.021) 0:00:12.231 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Ensure SELinux packages] ******************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/set_facts_packages.yml:8 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.016) 0:00:12.248 ***** included: /WORKDIR/git-weekly-ciae_dksrp/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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:5 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.021) 0:00:12.269 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:10 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.013) 0:00:12.283 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux python2 tools] ************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 Saturday 30 December 2023 20:56:21 +0000 (0:00:00.013) 0:00:12.296 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:24 Saturday 30 December 2023 20:56:22 +0000 (0:00:00.455) 0:00:12.752 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux python3 tools] ************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:36 Saturday 30 December 2023 20:56:22 +0000 (0:00:00.013) 0:00:12.766 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Install SELinux tool semanage] ************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:48 Saturday 30 December 2023 20:56:22 +0000 (0:00:00.014) 0:00:12.780 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Refresh facts] ****************************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 Saturday 30 December 2023 20:56:22 +0000 (0:00:00.014) 0:00:12.795 ***** ok: [sut] TASK [linux-system-roles.selinux : Set permanent SELinux state if enabled] ***** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:5 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.730) 0:00:13.525 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:14 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.014) 0:00:13.540 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set selinux_reboot_required] **************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:22 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.014) 0:00:13.554 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:28 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.014) 0:00:13.568 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:33 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.011) 0:00:13.580 ***** skipping: [sut] => {} TASK [linux-system-roles.selinux : Drop all local modifications] *************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:38 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.015) 0:00:13.595 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:46 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.014) 0:00:13.610 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:51 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.013) 0:00:13.623 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:56 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.014) 0:00:13.638 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:61 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.013) 0:00:13.652 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.selinux : Set SELinux booleans] *********************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:66 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.014) 0:00:13.666 ***** TASK [linux-system-roles.selinux : Set SELinux file contexts] ****************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 Saturday 30 December 2023 20:56:23 +0000 (0:00:00.013) 0:00:13.680 ***** changed: [sut] => (item={'target': '/tmp/linux_system_role.selinux8J8Yfc(/.*)?', 'setype': 'user_tmp_t', 'state': 'absent'}) => { "__selinux_item": { "setype": "user_tmp_t", "state": "absent", "target": "/tmp/linux_system_role.selinux8J8Yfc(/.*)?" }, "ansible_loop_var": "__selinux_item", "changed": true, "ftype": "a", "setype": "user_tmp_t", "state": "absent", "target": "/tmp/linux_system_role.selinux8J8Yfc(/.*)?" } TASK [linux-system-roles.selinux : Set an SELinux label on a port] ************* task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:91 Saturday 30 December 2023 20:56:30 +0000 (0:00:06.904) 0:00:20.584 ***** TASK [linux-system-roles.selinux : Set linux user to SELinux user mapping] ***** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:103 Saturday 30 December 2023 20:56:30 +0000 (0:00:00.015) 0:00:20.600 ***** TASK [linux-system-roles.selinux : Get SELinux modules facts] ****************** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 Saturday 30 December 2023 20:56:30 +0000 (0:00:00.014) 0:00:20.614 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 Saturday 30 December 2023 20:56:31 +0000 (0:00:01.014) 0:00:21.628 ***** 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-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:134 Saturday 30 December 2023 20:56:31 +0000 (0:00:00.023) 0:00:21.652 ***** TASK [linux-system-roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:142 Saturday 30 December 2023 20:56:31 +0000 (0:00:00.013) 0:00:21.665 ***** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=24 changed=6 unreachable=0 failed=0 skipped=39 rescued=0 ignored=0 Saturday 30 December 2023 20:56:31 +0000 (0:00:00.006) 0:00:21.672 ***** =============================================================================== linux-system-roles.selinux : Set SELinux file contexts ------------------ 7.18s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 linux-system-roles.selinux : Set SELinux file contexts ------------------ 6.90s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:78 Gathering Facts --------------------------------------------------------- 1.16s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:2 ----------------- linux-system-roles.selinux : Get SELinux modules facts ------------------ 1.07s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 linux-system-roles.selinux : Get SELinux modules facts ------------------ 1.01s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:116 linux-system-roles.selinux : Refresh facts ------------------------------ 0.73s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 linux-system-roles.selinux : Refresh facts ------------------------------ 0.69s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:59 linux-system-roles.selinux : Install SELinux python2 tools -------------- 0.54s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 linux-system-roles.selinux : Install SELinux python2 tools -------------- 0.46s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:14 linux-system-roles.selinux : Restore SELinux labels on filesystem tree --- 0.22s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:134 Create temporary directory ---------------------------------------------- 0.19s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:7 ----------------- Clean temporary directory /tmp/linux_system_role.selinux8J8Yfc ---------- 0.17s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:44 ---------------- Set default_t context to /tmp/linux_system_role.selinux8J8Yfc ----------- 0.17s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:20 ---------------- linux-system-roles.selinux : Check if system is ostree ------------------ 0.16s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/ensure_selinux_packages.yml:5 Create temporary file --------------------------------------------------- 0.16s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:13 ---------------- Get SELinux context of /tmp/linux_system_role.selinux8J8Yfc/ansible.HMCHDQtemp --- 0.13s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:33 ---------------- Run the role ------------------------------------------------------------ 0.03s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:24 ---------------- Clean temporary fcontext ------------------------------------------------ 0.03s /WORKDIR/git-weekly-ciae_dksrp/tests/tests_restore_dirs.yml:48 ---------------- linux-system-roles.selinux : Load SELinux modules ----------------------- 0.03s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 linux-system-roles.selinux : Load SELinux modules ----------------------- 0.02s /WORKDIR/git-weekly-ciae_dksrp/tests/roles/linux-system-roles.selinux/tasks/main.yml:119 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---