[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo. [INFO] Initializing environment for https://github.com/shellcheck-py/shellcheck-py. [INFO] Initializing environment for https://github.com/psf/black-pre-commit-mirror. [INFO] Initializing environment for https://github.com/ansible/ansible-lint. [INFO] Initializing environment for https://github.com/ansible/ansible-lint:netaddr,jmespath. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/shellcheck-py/shellcheck-py. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black-pre-commit-mirror. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/ansible/ansible-lint. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... fix end of files.........................................................Passed trim trailing whitespace.................................................Passed mixed line ending........................................................Passed check BOM - deprecated: use fix-byte-order-marker........................Passed check that executables have shebangs.....................................Passed check for merge conflicts................................................Passed check for broken symlinks................................................Passed debug statements (python)................................................Passed shellcheck...............................................................Passed - hook id: shellcheck - duration: 0.73s In docs/source/build-docs.sh line 9: python -m venv ${VENV_DIR} && source ${VENV_DIR}/bin/activate ^----------------------^ SC1091 (info): Not following: ./bin/activate was not specified as input (see shellcheck -x). In roles/devscripts/files/lv-cinder-volumes.sh line 13: pvcreate ${disk} ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: pvcreate "${disk}" In roles/devscripts/files/lv-cinder-volumes.sh line 17: vgcreate cinder-volumes ${disk_str} ^---------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: vgcreate cinder-volumes "${disk_str}" In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 26: source /etc/nat64/config-data ^--------------------^ SC1091 (info): Not following: /etc/nat64/config-data was not specified as input (see shellcheck -x). In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 45: sed -i s~%%_NAT64_HOST_IPV6_%%~${NAT64_HOST_IPV6%%/*}~g dnsmasq.conf ^--------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_HOST_IPV6_%%~"${NAT64_HOST_IPV6%%/*}"~g dnsmasq.conf In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 49: sed -i s~%%_NAT64_IPV6_PREFIX_%%~${NAT64_IPV6_PREFIX}~g unbound.conf ^------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_IPV6_PREFIX_%%~"${NAT64_IPV6_PREFIX}"~g unbound.conf In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 50: sed -i s~%%_NAT64_TAYGA_IPV6_PREFIX_%%~${NAT64_TAYGA_IPV6_PREFIX}~g unbound.conf ^------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_IPV6_PREFIX_%%~"${NAT64_TAYGA_IPV6_PREFIX}"~g unbound.conf In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 54: sed -i s~%%_NAT64_TAYGA_IPV4_%%~${NAT64_TAYGA_IPV4}~g default.conf ^-----------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_IPV4_%%~"${NAT64_TAYGA_IPV4}"~g default.conf In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 55: sed -i s~%%_NAT64_TAYGA_IPV6_PREFIX_%%~${NAT64_TAYGA_IPV6_PREFIX}~g default.conf ^------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_IPV6_PREFIX_%%~"${NAT64_TAYGA_IPV6_PREFIX}"~g default.conf In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 56: sed -i s~%%_NAT64_TAYGA_DYNAMIC_POOL_%%~${NAT64_TAYGA_DYNAMIC_POOL}~g default.conf ^-------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_DYNAMIC_POOL_%%~"${NAT64_TAYGA_DYNAMIC_POOL}"~g default.conf In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 60: sed -i s~%%_NAT64_TAYGA_IPV6_%%~${NAT64_TAYGA_IPV6}~g nat64.nmconnection ^-----------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_IPV6_%%~"${NAT64_TAYGA_IPV6}"~g nat64.nmconnection In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 61: sed -i s~%%_NAT64_TAYGA_IPV6_PREFIX_%%~${NAT64_TAYGA_IPV6_PREFIX}~g nat64.nmconnection ^------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_IPV6_PREFIX_%%~"${NAT64_TAYGA_IPV6_PREFIX}"~g nat64.nmconnection In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 62: sed -i s~%%_NAT64_TAYGA_DYNAMIC_POOL_%%~${NAT64_TAYGA_DYNAMIC_POOL}~g nat64.nmconnection ^-------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_DYNAMIC_POOL_%%~"${NAT64_TAYGA_DYNAMIC_POOL}"~g nat64.nmconnection In roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 line 66: sed -i s~%%_NAT64_TAYGA_DYNAMIC_POOL_%%~${NAT64_TAYGA_DYNAMIC_POOL}~g nat64.nft ^-------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sed -i s~%%_NAT64_TAYGA_DYNAMIC_POOL_%%~"${NAT64_TAYGA_DYNAMIC_POOL}"~g nat64.nft In roles/openshift_provisioner_node/files/add_bridge_port.sh line 13: CONN_NAME=$(nmcli -t -f GENERAL.CONNECTION dev show ${IFACE_NAME} | cut -d ':' -f 2) ^-----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: CONN_NAME=$(nmcli -t -f GENERAL.CONNECTION dev show "${IFACE_NAME}" | cut -d ':' -f 2) In roles/openshift_provisioner_node/files/add_bridge_port.sh line 16: check_port=$(nmcli con show | grep -c ${PORT_NAME}) || true ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: check_port=$(nmcli con show | grep -c "${PORT_NAME}") || true In roles/openshift_provisioner_node/files/add_bridge_port.sh line 18: if [ ${check_port} -ne 0 ]; then ^-----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: if [ "${check_port}" -ne 0 ]; then In roles/openshift_provisioner_node/files/add_bridge_port.sh line 23: check_iface=$(nmcli dev status | grep -c ${IFACE_NAME}) || true ^-----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: check_iface=$(nmcli dev status | grep -c "${IFACE_NAME}") || true In roles/openshift_provisioner_node/files/add_bridge_port.sh line 25: if [ ${check_iface} -eq 0 ]; then ^------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: if [ "${check_iface}" -eq 0 ]; then In roles/update/files/continuous-test.sh line 57: FILE=$(basename $0) ^-- SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: FILE=$(basename "$0") In roles/update/files/continuous-test.sh line 75: kill -s USR1 $CT_PID ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: kill -s USR1 "$CT_PID" In roles/update/files/continuous-test.sh line 89: l|+l) ^-- SC2214 (warning): This case is not specified by getopts. In roles/update/files/continuous-test.sh line 92: p|+p) ^-- SC2214 (warning): This case is not specified by getopts. In roles/update/files/continuous-test.sh line 95: o|+o) ^-- SC2214 (warning): This case is not specified by getopts. In roles/update/files/continuous-test.sh line 98: d|+d) ^-- SC2214 (warning): This case is not specified by getopts. In roles/update/files/continuous-test.sh line 113: export CT_TTY=$(tty) ^----^ SC2155 (warning): Declare and assign separately to avoid masking return values. In roles/update/files/continuous-test.sh line 117: exec 2>$CT_TTY ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: exec 2>"$CT_TTY" In roles/update/files/continuous-test.sh line 120: export CT_SCRIPT="${@:?'SCRIPT cannot be empty.'}" ^-- SC2124 (warning): Assigning an array to a string! Assign as array, or use * instead of @ to concatenate. In roles/update/files/continuous-test.sh line 125: setsid ${CT_DIR}/${FILE} "$@" $CT_TTY 2>$CT_TTY & ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: setsid "${CT_DIR}"/"${FILE}" "$@" "$CT_TTY" 2>"$CT_TTY" & In roles/update/files/continuous-test.sh line 140: exec 2> ${CT_TTY} ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: exec 2> "${CT_TTY}" In roles/update/files/continuous-test.sh line 141: exec 1> ${CT_TTY} ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: exec 1> "${CT_TTY}" In roles/update/files/continuous-test.sh line 163: setsid ${CT_DIR}/$FILE "$@" $CT_TTY ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. ^---^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: setsid "${CT_DIR}"/"$FILE" "$@" "$CT_TTY" In roles/update/files/continuous-test.sh line 171: date > $CT_ENDFILE ^---------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: date > "$CT_ENDFILE" In roles/update/files/continuous-test.sh line 176: exec >>$CT_LOGFILE ^---------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: exec >>"$CT_LOGFILE" In roles/update/files/continuous-test.sh line 183: start_time_h="$(date -d@${start_time})" ^-----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: start_time_h="$(date -d@"${start_time}")" In roles/update/files/continuous-test.sh line 186: "${CT_SCRIPT}" ${CT_SCRIPT_ARGS} &>> "${CT_CMD_OUT_DIR}/${start_time}.log" ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: "${CT_SCRIPT}" "${CT_SCRIPT_ARGS}" &>> "${CT_CMD_OUT_DIR}/${start_time}.log" In scripts/bindep-install line 26: export BINDEP_FILE="${BINDEP_FILE:-$(dirname $(readlink -f ${BASH_SOURCE[0]}))/../bindep.txt}" ^-- SC2046 (warning): Quote this to prevent word splitting. ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: export BINDEP_FILE="${BINDEP_FILE:-$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/../bindep.txt}" In scripts/bindep-install line 32: source /etc/os-release || source /usr/lib/os-release ^-------------^ SC1091 (info): Not following: /etc/os-release was not specified as input (see shellcheck -x). ^-----------------^ SC1091 (info): Not following: /usr/lib/os-release was not specified as input (see shellcheck -x). In scripts/bindep-install line 40: BINDEP_PKGS=$(${HOME}/test-python/bin/bindep -b -f "${BINDEP_FILE}" test || true) ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: BINDEP_PKGS=$("${HOME}"/test-python/bin/bindep -b -f "${BINDEP_FILE}" test || true) In scripts/bindep-install line 47: if [[ ${#BINDEP_PKGS} > 0 ]]; then ^-- SC2071 (error): > is for string comparisons. Use -gt instead. In scripts/bindep-install line 50: sudo "${RHT_PKG_MGR}" install -y ${BINDEP_PKGS} ^------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: sudo "${RHT_PKG_MGR}" install -y "${BINDEP_PKGS}" In scripts/check_k8s_snippets_comment.sh line 2: set -o pipefail ^------^ SC3040 (warning): In POSIX sh, set option pipefail is undefined. In scripts/check_k8s_snippets_comment.sh line 7: if [[ $missing_comment != '' ]]; then ^--------------------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined. In scripts/check_k8s_snippets_comment.sh line 13: let "exit_code+=1" ^---------------^ SC3039 (warning): In POSIX sh, 'let' is undefined. In scripts/check_k8s_snippets_comment.sh line 17: while read match; do ^--^ SC2162 (info): read without -r will mangle backslashes. In scripts/check_k8s_snippets_comment.sh line 18: tmpl=$(echo -n "${match}" | cut -d ':' -f 1) ^-- SC3037 (warning): In POSIX sh, echo flags are undefined. In scripts/check_k8s_snippets_comment.sh line 19: comment=$(echo -n "${match}" | cut -d ':' -f 3 | tr -d '[:space:]') ^-- SC3037 (warning): In POSIX sh, echo flags are undefined. In scripts/check_k8s_snippets_comment.sh line 20: if [[ "${tmpl}" != "${comment}" ]]; then ^-----------------------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined. In scripts/check_k8s_snippets_comment.sh line 21: let "exit_code+=1" ^---------------^ SC3039 (warning): In POSIX sh, 'let' is undefined. In scripts/check_k8s_snippets_comment.sh line 24: done <<< ${set_path} ^-^ SC3011 (warning): In POSIX sh, here-strings are undefined. ^---------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: done <<< "${set_path}" In scripts/prepare_doc_build_env.sh line 4: PROJECT_DIR="$(dirname $(readlink -f $0))/../" ^---------------^ SC2046 (warning): Quote this to prevent word splitting. ^-- SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: PROJECT_DIR="$(dirname $(readlink -f "$0"))/../" In scripts/prepare_doc_build_env.sh line 15: for i in ${PROJECT_DIR}/roles/*/README.md; do ^------------^ SC2231 (info): Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt . In scripts/prepare_doc_build_env.sh line 16: dir_name=$(dirname ${i}) ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: dir_name=$(dirname "${i}") In scripts/prepare_doc_build_env.sh line 17: role_name=$(basename ${dir_name}) ^---------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: role_name=$(basename "${dir_name}") In scripts/prepare_doc_build_env.sh line 18: test -L docs/source/roles/${role_name}.md || \ ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: test -L docs/source/roles/"${role_name}".md || \ In scripts/prepare_doc_build_env.sh line 19: ln -s ../../../roles/${role_name}/README.md \ ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: ln -s ../../../roles/"${role_name}"/README.md \ In scripts/prepare_doc_build_env.sh line 20: docs/source/roles/${role_name}.md ^----------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: docs/source/roles/"${role_name}".md In scripts/run_ansible_test line 24: PROJECT_DIR="$(dirname $(readlink -f ${BASH_SOURCE[0]}))/../" ^-- SC2046 (warning): Quote this to prevent word splitting. ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: PROJECT_DIR="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/../" In scripts/run_ansible_test line 38: collection_path="${HOME}/.ansible/collections/ansible_collections" ^-------------^ SC2034 (warning): collection_path appears unused. Verify use (or export if used externally). In scripts/run_ansible_test line 54: pushd ${HOME}/.ansible/collections/ansible_collections/cifmw/general ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: pushd "${HOME}"/.ansible/collections/ansible_collections/cifmw/general In scripts/run_molecule line 24: PROJECT_DIR="$(dirname $(readlink -f ${BASH_SOURCE[0]}))/../" ^-- SC2046 (warning): Quote this to prevent word splitting. ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: PROJECT_DIR="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/../" In scripts/run_molecule line 34: local_roledir=$(echo $ROLE_DIR | sed 's|\.\?\./||g') ^-- SC2001 (style): See if you can use ${variable//search/replace} instead. ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: local_roledir=$(echo "$ROLE_DIR" | sed 's|\.\?\./||g') In scripts/run_molecule line 52: role=$(echo $rolepath|sed "s|${local_roledir}||" | cut -f1 -d /) ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: role=$(echo "$rolepath"|sed "s|${local_roledir}||" | cut -f1 -d /) In scripts/run_molecule line 53: test -d ${role} || continue ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: test -d "${role}" || continue In scripts/run_molecule line 55: pushd $role ^---^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: pushd "$role" In scripts/run_molecule line 58: ${HOME}/test-python/bin/molecule -c "${PROJECT_DIR}${MOLECULE_CONFIG}" ${TEST_VERBOSITY} test --all ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: "${HOME}"/test-python/bin/molecule -c "${PROJECT_DIR}${MOLECULE_CONFIG}" "${TEST_VERBOSITY}" test --all In scripts/run_molecule line 61: molecule -c "${PROJECT_DIR}${MOLECULE_CONFIG}" ${TEST_VERBOSITY} test --all ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: molecule -c "${PROJECT_DIR}${MOLECULE_CONFIG}" "${TEST_VERBOSITY}" test --all In scripts/setup_env line 23: export PROJECT_DIR="$(dirname $(dirname $(readlink -f ${BASH_SOURCE[0]})))" ^---------^ SC2155 (warning): Declare and assign separately to avoid masking return values. ^-- SC2046 (warning): Quote this to prevent word splitting. ^-- SC2046 (warning): Quote this to prevent word splitting. ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: export PROJECT_DIR="$(dirname $(dirname $(readlink -f "${BASH_SOURCE[0]}")))" In scripts/setup_env line 32: source /etc/os-release || source /usr/lib/os-release ^-------------^ SC1091 (info): Not following: /etc/os-release was not specified as input (see shellcheck -x). ^-----------------^ SC1091 (info): Not following: /usr/lib/os-release was not specified as input (see shellcheck -x). In scripts/setup_env line 33: RHT_PKG_MGR=$(command -v dnf) ^---------^ SC2034 (warning): RHT_PKG_MGR appears unused. Verify use (or export if used externally). In scripts/setup_env line 66: mkdir -p ${HOME}/ci/yum.repos.d ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: mkdir -p "${HOME}"/ci/yum.repos.d In scripts/setup_env line 67: cp /etc/ci/mirror_info.sh ${HOME}/ci || touch ${HOME}/ci/mirror_info.sh ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: cp /etc/ci/mirror_info.sh "${HOME}"/ci || touch "${HOME}"/ci/mirror_info.sh In scripts/setup_env line 68: cp -r /opt/yum.repos.d/* ${HOME}/ci/yum.repos.d || cp -r /etc/yum.repos.d/* ${HOME}/ci/yum.repos.d ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-----^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: cp -r /opt/yum.repos.d/* "${HOME}"/ci/yum.repos.d || cp -r /etc/yum.repos.d/* "${HOME}"/ci/yum.repos.d In scripts/setup_env line 85: ${SYSTEM_PIP} install ${PIP_INSTALL_ARGUMENTS} ^----------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: ${SYSTEM_PIP} install "${PIP_INSTALL_ARGUMENTS}" In scripts/setup_molecule line 23: export PROJECT_DIR="$(dirname $(dirname $(readlink -f ${BASH_SOURCE[0]})))" ^---------^ SC2155 (warning): Declare and assign separately to avoid masking return values. ^-- SC2046 (warning): Quote this to prevent word splitting. ^-- SC2046 (warning): Quote this to prevent word splitting. ^---------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: export PROJECT_DIR="$(dirname $(dirname $(readlink -f "${BASH_SOURCE[0]}")))" In scripts/setup_molecule line 45: ${PIP} install ${PIP_INSTALL_ARGUMENTS} ^----------------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: ${PIP} install "${PIP_INSTALL_ARGUMENTS}" In scripts/setup_molecule line 51: ${GALAXY} collection install --upgrade --force --timeout=120 ${PROJECT_DIR} ^------------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: ${GALAXY} collection install --upgrade --force --timeout=120 "${PROJECT_DIR}" For more information: https://www.shellcheck.net/wiki/SC2071 -- > is for string comparisons. Use ... https://www.shellcheck.net/wiki/SC2034 -- RHT_PKG_MGR appears unused. Verif... https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt... black....................................................................Passed Ansible-lint.............................................................Failed - hook id: ansible-lint - exit code: 2 DEBUG Logging initialized to level 10 INFO Identified /workspace/src/github.com/openstack-k8s-operators/ci-framework as project root due .git directory. DEBUG Options: Options(_skip_ansible_syntax_check=False, cache_dir=PosixPath('/workspace/.cache/ansible-compat/c86063'), colored=True, configured=True, cwd=PosixPath('/workspace/src/github.com/openstack-k8s-operators/ci-framework'), display_relative_path=True, exclude_paths=['../', '.cache/', '.venv/', '.github/', 'build/', 'containerfiles/', 'docs/', 'scripts/', 'zuul.d/projects.yaml', 'zuul.d/molecule.yaml', 'ci/', 'roles/adoption_osp_deploy/molecule/default/vars.yaml', 'roles/ci_gen_kustomize_values/molecule/default/files/networking-environment-definition.yml', 'roles/ci_gen_kustomize_values/molecule/default/files/3-ocp-net-def.yml', 'roles/ci_gen_kustomize_values/molecule/default/converge.yml', 'roles/ci_gen_kustomize_values/molecule/default/prepare.yml', 'roles/reproducer/files/cifmw-bootstrap.yml', 'roles/kustomize_deploy/molecule/flexible_loop/files/networking-environment-definition.yml', 'roles/kustomize_deploy/molecule/flexible_loop/prepare.yml', 'roles/*/molecule/*/side_effect.yml', 'roles/ci_multus/molecule/*/nads_output.yml'], format=None, lintables=[], list_rules=False, list_tags=False, write_list=[], parseable=True, quiet=False, rulesdirs=[PosixPath('/workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansiblelint/rules')], skip_list=['jinja', 'no-changed-when', 'schema', 'schema', 'yaml', 'galaxy'], tags=[], verbosity=2, warn_list=['experimental', 'jinja', 'fqcn'], mock_filters=[], mock_modules=['zuul_return'], mock_roles=[], loop_var_prefix=None, only_builtins_allow_collections=[], only_builtins_allow_modules=[], var_naming_pattern='^cifmw_*$', offline=True, project_dir='.', extra_vars=None, enable_list=['fqcn-builtins', 'fqcn', 'fqcn', 'fqcn', 'fqcn', 'jinja', 'no-tabs', 'no-prompting', 'no-relative-paths', 'no-log-password', 'no-same-owner', 'name', 'risky-file-permissions'], skip_action_validation=True, strict=True, rules={}, profile='production', task_name_prefix='{stem} | ', sarif_file=None, config_file='/workspace/src/github.com/openstack-k8s-operators/ci-framework/.ansible-lint', generate_ignore=False, rulesdir=[], use_default_rules=False, version=False, list_profiles=False, ignore_file=None, max_tasks=100, max_block_depth=20, nodeps=False) DEBUG CWD: /workspace/src/github.com/openstack-k8s-operators/ci-framework DEBUG Logging initialized to level 10 INFO Set ANSIBLE_LIBRARY=/workspace/.cache/ansible-compat/c86063/modules:plugins/modules:/workspace/src/github.com/openstack-k8s-operators/ci-framework/plugins/modules:/workspace/plugins/modules:/usr/share/ansible/plugins/modules INFO Set ANSIBLE_ROLES_PATH=/workspace/.cache/ansible-compat/c86063/roles:roles:/workspace/ci-framework-data/artifacts/roles:/workspace/src/github.com/openstack-k8s-operators/ci-framework/roles:/usr/share/ansible/roles:/etc/ansible/roles:/workspace/.ansible/roles INFO Adding '--pre' to ansible-galaxy collection install because we detected one collection being sourced from git. WARNING Skipped installing collection dependencies due to running in offline mode. DEBUG Effective yamllint rules used: {'anchors': {'level': 'error', 'forbid-undeclared-aliases': True, 'forbid-duplicated-anchors': False, 'forbid-unused-anchors': False}, 'braces': {'level': 'error', 'forbid': False, 'min-spaces-inside': 0, 'max-spaces-inside': 1, 'min-spaces-inside-empty': -1, 'max-spaces-inside-empty': -1}, 'brackets': {'level': 'error', 'forbid': False, 'min-spaces-inside': 0, 'max-spaces-inside': 0, 'min-spaces-inside-empty': -1, 'max-spaces-inside-empty': -1}, 'colons': {'level': 'error', 'max-spaces-before': 0, 'max-spaces-after': 1}, 'commas': {'level': 'error', 'max-spaces-before': 0, 'min-spaces-after': 1, 'max-spaces-after': 1}, 'comments': {'level': 'warning', 'require-starting-space': True, 'ignore-shebangs': True, 'min-spaces-from-content': 1}, 'comments-indentation': False, 'document-end': False, 'document-start': False, 'empty-lines': {'level': 'error', 'max': 2, 'max-start': 0, 'max-end': 0}, 'empty-values': False, 'float-values': False, 'hyphens': {'level': 'error', 'max-spaces-after': 1}, 'indentation': {'level': 'error', 'spaces': 'consistent', 'indent-sequences': True, 'check-multi-line-strings': False}, 'key-duplicates': {'level': 'error', 'forbid-duplicated-merge-keys': False}, 'key-ordering': False, 'line-length': {'level': 'error', 'max': 160, 'allow-non-breakable-words': True, 'allow-non-breakable-inline-mappings': False}, 'new-line-at-end-of-file': {'level': 'error'}, 'new-lines': {'level': 'error', 'type': 'unix'}, 'octal-values': {'forbid-implicit-octal': True, 'forbid-explicit-octal': True, 'level': 'error'}, 'quoted-strings': False, 'trailing-spaces': {'level': 'error'}, 'truthy': {'level': 'warning', 'allowed-values': ['true', 'false'], 'check-keys': True}} DEBUG Activating rule `avoid-dot-notation` due to profile `production` DEBUG Activating rule `sanity` due to profile `production` DEBUG Activating rule `fqcn` due to profile `production` DEBUG Activating rule `import-task-no-when` due to profile `production` DEBUG Activating rule `meta-no-dependencies` due to profile `production` DEBUG Activating rule `single-entry-point` due to profile `production` DEBUG Activating rule `use-loop` due to profile `production` DEBUG Activating rule `galaxy` due to profile `shared` DEBUG Activating rule `ignore-errors` due to profile `shared` DEBUG Activating rule `layout` due to profile `shared` DEBUG Activating rule `meta-incorrect` due to profile `shared` DEBUG Activating rule `meta-no-tags` due to profile `shared` DEBUG Activating rule `meta-video-links` due to profile `shared` DEBUG Activating rule `meta-version` due to profile `shared` DEBUG Activating rule `meta-runtime` due to profile `shared` DEBUG Activating rule `no-changed-when` due to profile `shared` DEBUG Activating rule `no-changelog` due to profile `shared` DEBUG Activating rule `no-handler` due to profile `shared` DEBUG Activating rule `no-relative-paths` due to profile `shared` DEBUG Activating rule `max-block-depth` due to profile `shared` DEBUG Activating rule `max-tasks` due to profile `shared` DEBUG Activating rule `unsafe-loop` due to profile `shared` DEBUG Activating rule `avoid-implicit` due to profile `safety` DEBUG Activating rule `latest` due to profile `safety` DEBUG Activating rule `package-latest` due to profile `safety` DEBUG Activating rule `risky-file-permissions` due to profile `safety` DEBUG Activating rule `risky-octal` due to profile `safety` DEBUG Activating rule `risky-shell-pipe` due to profile `safety` DEBUG Activating rule `name` due to profile `moderate` DEBUG Activating rule `name` due to profile `moderate` DEBUG Activating rule `name` due to profile `moderate` DEBUG Activating rule `spell-var-name` due to profile `moderate` DEBUG Activating rule `command-instead-of-module` due to profile `basic` DEBUG Activating rule `command-instead-of-shell` due to profile `basic` DEBUG Activating rule `deprecated-bare-vars` due to profile `basic` DEBUG Activating rule `deprecated-local-action` due to profile `basic` DEBUG Activating rule `deprecated-module` due to profile `basic` DEBUG Activating rule `inline-env-var` due to profile `basic` DEBUG Activating rule `key-order` due to profile `basic` DEBUG Activating rule `literal-compare` due to profile `basic` DEBUG Activating rule `jinja` due to profile `basic` DEBUG Activating rule `no-free-form` due to profile `basic` DEBUG Activating rule `no-jinja-when` due to profile `basic` DEBUG Activating rule `no-tabs` due to profile `basic` DEBUG Activating rule `partial-become` due to profile `basic` DEBUG Activating rule `playbook-extension` due to profile `basic` DEBUG Activating rule `role-name` due to profile `basic` DEBUG Activating rule `schema` due to profile `basic` DEBUG Activating rule `name` due to profile `basic` DEBUG Activating rule `var-naming` due to profile `basic` DEBUG Activating rule `yaml` due to profile `basic` DEBUG Activating rule `internal-error` due to profile `min` DEBUG Activating rule `load-failure` due to profile `min` DEBUG Activating rule `parser-error` due to profile `min` DEBUG Activating rule `syntax-check` due to profile `min` DEBUG Unloading args rule due to not being part of production profile. DEBUG Unloading complexity rule due to not being part of production profile. DEBUG Unloading empty-string-compare rule due to not being part of production profile. DEBUG Unloading loop-var-prefix rule due to not being part of production profile. DEBUG Unloading no-log-password rule due to not being part of production profile. DEBUG Unloading no-prompting rule due to not being part of production profile. DEBUG Unloading no-same-owner rule due to not being part of production profile. DEBUG Unloading only-builtins rule due to not being part of production profile. DEBUG Unloading run-once rule due to not being part of production profile. DEBUG 41/50 rules included in the profile INFO Loading ignores from .gitignore INFO Excluded: .git INFO Excluded: .github INFO Excluded: ci INFO Excluded: containerfiles INFO Excluded: custom INFO Excluded: docs INFO Excluded: roles/adoption_osp_deploy/molecule/default/vars.yaml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/converge.yml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/files/3-ocp-net-def.yml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/files/networking-environment-definition.yml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/prepare.yml INFO Loading ignores from roles/ci_gen_kustomize_values/templates/.gitignore INFO Excluded: roles/ci_multus/molecule/default/nads_output.yml INFO Excluded: roles/ci_multus/molecule/default/side_effect.yml INFO Excluded: roles/ci_multus/molecule/local/side_effect.yml INFO Excluded: roles/ci_multus/molecule/local_ipv6/side_effect.yml INFO Loading ignores from roles/install_yamls/tasks/.gitignore INFO Excluded: roles/kustomize_deploy/molecule/flexible_loop/files/networking-environment-definition.yml INFO Excluded: roles/kustomize_deploy/molecule/flexible_loop/prepare.yml INFO Excluded: scripts INFO Excluded: zuul.d/molecule.yaml INFO Excluded: zuul.d/projects.yaml DEBUG Passed '.config/molecule/config.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed '.config/molecule/config_local.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed '.config/molecule/config_podman.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed '.pre-commit-config.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed '.readthedocs.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed '.spellcheck.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'inventory.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/adoption_osp_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/artifacts/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_containers/files/containers.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_openstack_packages/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_push_container/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cert_manager/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_gen_kustomize_values/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_local_storage/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_multus/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_multus/molecule/local/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_multus/molecule/local_ipv6/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_network/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_nmstate/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_block_device/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ceph_client/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ceph_spec/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_cephadm/molecule/default/mock/mock_inventory.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_cephadm/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_create_admin/molecule/addkey/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_create_admin/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_create_admin/molecule/keygen/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ntp/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ntp/molecule/vars.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_snr_nhc/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_test_role/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/compliance/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/config_drive/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/copy_container/files/copy-quay/config.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/copy_container/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/deploy_bmh/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/devscripts/molecule/check_cluster_status/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/devscripts/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/discover_latest_image/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_promote/files/centos9_antelope.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_promote/molecule/check_criteria/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_promote/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_report/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dnsmasq/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_build_images/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_deploy_baremetal/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_kustomize/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_prepare/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/env_op_images/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/hci_prepare/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/hive/molecule/default/files/foo_bm_install_config.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/hive/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/idrac_configuration/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_ca/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_openstack_ca/molecule/default/files/minimal_openstack_controlplane.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_openstack_ca/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_yamls/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/kustomize_deploy/molecule/flexible_loop/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/kustomize_deploy/molecule/flexible_loop/resources/vars.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/check_dns/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/deploy_layout/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/generate_network_data/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/ocp_layout/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/spine_leaf/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/ci_token/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/dataplane_ssh/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/kube/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/nova_migration/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/osp_secrets/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/pull_secret/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/mirror_registry/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/nat64_appliance/files/elements/nat64-router/package-installs.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/nat64_appliance/files/nat64-appliance.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/nat64_appliance/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/networking_mapper/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_adm/files/regenerate-certificate.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_file_pwd_no_kubeconfig/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_pwd_kubeconfig/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_pwd_no_kubeconfig/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_token_based/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_obs/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_provisioner_node/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/operator_build/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/operator_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/os_must_gather/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/os_net_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/pkg_build/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/podman/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/registry_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/repo_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reportportal/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/crc_layout/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/job_uri/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/network_validations/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/ocp_validations/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/add_crc_creds/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/binary/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/find_crc/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/get_versions/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/run_hook/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/run_hook/molecule/default/resources/vars.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/set_openstack_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/shiftstack/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ssh_jumper/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/sushy_emulator/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_allowed.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_skipped.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/tempest/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_deps/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_allowed.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_skipped.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/tofu/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/update/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/update_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/validations/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/virtualbmc/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/hci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni01alpha.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni02beta.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni04delta-ipv6.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni05epsilon.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni06zeta.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni07eta.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/adoption/uni09iota.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/base.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/ceph_backends.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/ci-build.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/ci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/content_provider.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/edpm_baremetal_deployment_ci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/edpm_build_images_content_provider.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/edpm_ci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/edpm_periodic.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/hci_ceph_backends.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/horizon.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/install_yamls.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/ironic.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/kuttl.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/kuttl_multinode.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/meta_content_provider.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/multinode-ci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/nested_virt.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/podified_common.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/centos-9/tcib.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/3-nodes.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/bgp-4-racks-3-ocps.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/bgp-l3-xl.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/dt-dcn.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/dt-nfv-ovs-dpdk-sriov-2nodesets.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/dt-nfv-ovs-dpdk-sriov-hci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/dt-nfv-ovs-dpdk-sriov-networker.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/dt-osasinfra.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/external-ceph.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/networking-definition.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-common.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-hci-base.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-hci-reduced.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-hci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-multi.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-nfv-ovs-dpdk-sriov.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-nfv-ovs-dpdk.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-nfv-ovs-sriov.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-pidone.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'scenarios/reproducers/va-hci.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/a-sorting-kustomization.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/b-sorting-kustomization.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/c-sorting-kustomization.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/cm-kustomization-1.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/cm-kustomization-2.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/kustomization.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/kustomization.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/multiple-kustomizations-in-one-file.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/single-kustomization-file-1.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/single-kustomization-file-2.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/testing-cm.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/testing-combined-manifests.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/kustomize/files/testing-deployment.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/integration/targets/make/files/get_makefiles_env/expected_variables_values.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/network-definition-valid-all-tools-no-group-templates.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/network-definition-valid-router-template.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/networking-definition-valid-all-tools-dual-stack.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/networking-definition-valid-all-tools-ipv6-only.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/networking-definition-valid-all-tools.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/networking-definition-valid-network-template.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'tests/unit/module_utils/test_files/networking-definition-valid.yml' positional argument was identified as generic 'yaml' file kind. WARNING /workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansible/parsing/yaml/constructor.py:76: AnsibleWarning: While constructing a mapping from , line 219, column 7, found a duplicate dict key (enable_ramdisk). Using last defined value only. display.warning(msg) WARNING /workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansible/parsing/yaml/constructor.py:76: AnsibleWarning: While constructing a mapping from , line 219, column 7, found a duplicate dict key (crc_ci_bootstrap_networking). Using last defined value only. display.warning(msg) WARNING /workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansible/parsing/yaml/constructor.py:76: AnsibleWarning: While constructing a mapping from , line 424, column 7, found a duplicate dict key (enable_ramdisk). Using last defined value only. display.warning(msg) WARNING /workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansible/parsing/yaml/constructor.py:76: AnsibleWarning: While constructing a mapping from , line 424, column 7, found a duplicate dict key (crc_ci_bootstrap_networking). Using last defined value only. display.warning(msg) WARNING /workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansible/parsing/yaml/constructor.py:76: AnsibleWarning: While constructing a mapping from , line 506, column 7, found a duplicate dict key (enable_ramdisk). Using last defined value only. display.warning(msg) WARNING /workspace/.cache/pre-commit/repogw2m1stj/py_env-python3/lib/python3.9/site-packages/ansible/parsing/yaml/constructor.py:76: AnsibleWarning: While constructing a mapping from , line 506, column 7, found a duplicate dict key (crc_ci_bootstrap_networking). Using last defined value only. display.warning(msg) DEBUG Passed 'zuul.d/adoption.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/architecture-jobs.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/base.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/content_provider.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/doc.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/edpm.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/edpm_build_images.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/edpm_build_images_content_provider.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/edpm_multinode.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/edpm_periodic.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/end-to-end.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/kuttl.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/kuttl_multinode.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/molecule-base.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/nodeset.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/podified_multinode.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/pods.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/project-templates.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/semaphores.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/tcib.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/tempest_multinode.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/tempest_periodic.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/test-job.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'zuul.d/whitebox_neutron_tempest_jobs.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Added role: roles/adoption_osp_deploy (role) DEBUG Added role: roles/artifacts (role) DEBUG Added role: roles/build_containers (role) DEBUG Added role: roles/build_openstack_packages (role) DEBUG Added role: roles/build_push_container (role) DEBUG Added role: roles/cert_manager (role) DEBUG Added role: roles/ci_dcn_site (role) DEBUG Added role: roles/ci_gen_kustomize_values (role) DEBUG Added role: roles/ci_local_storage (role) DEBUG Added role: roles/ci_lvms_storage (role) DEBUG Added role: roles/ci_multus (role) DEBUG Added role: roles/ci_network (role) DEBUG Added role: roles/ci_nmstate (role) DEBUG Added role: roles/ci_setup (role) DEBUG Added role: roles/cifmw_block_device (role) DEBUG Added role: roles/cifmw_ceph_client (role) DEBUG Added role: roles/cifmw_ceph_spec (role) DEBUG Added role: roles/cifmw_cephadm (role) DEBUG Added role: roles/cifmw_create_admin (role) DEBUG Added role: roles/cifmw_external_dns (role) DEBUG Added role: roles/cifmw_helpers (role) DEBUG Added role: roles/cifmw_nfs (role) DEBUG Added role: roles/cifmw_ntp (role) DEBUG Added role: roles/cifmw_setup (role) DEBUG Added role: roles/cifmw_snr_nhc (role) DEBUG Added role: roles/cifmw_test_role (role) DEBUG Added role: roles/cleanup_openstack (role) DEBUG Added role: roles/compliance (role) DEBUG Added role: roles/config_drive (role) DEBUG Added role: roles/copy_container (role) DEBUG Added role: roles/deploy_bmh (role) DEBUG Added role: roles/devscripts (role) DEBUG Added role: roles/discover_latest_image (role) DEBUG Added role: roles/dlrn_promote (role) DEBUG Added role: roles/dlrn_report (role) DEBUG Added role: roles/dnsmasq (role) DEBUG Added role: roles/edpm_build_images (role) DEBUG Added role: roles/edpm_deploy (role) DEBUG Added role: roles/edpm_deploy_baremetal (role) DEBUG Added role: roles/edpm_kustomize (role) DEBUG Added role: roles/edpm_prepare (role) DEBUG Added role: roles/env_op_images (role) DEBUG Added role: roles/federation (role) DEBUG Added role: roles/fix_python_encodings (role) DEBUG Added role: roles/hci_prepare (role) DEBUG Added role: roles/hive (role) DEBUG Added role: roles/idrac_configuration (role) DEBUG Added role: roles/install_ca (role) DEBUG Added role: roles/install_openstack_ca (role) DEBUG Added role: roles/install_yamls (role) DEBUG Added role: roles/ipa (role) DEBUG Added role: roles/krb_request (role) DEBUG Added role: roles/kustomize_deploy (role) DEBUG Added role: roles/libvirt_manager (role) DEBUG Added role: roles/manage_secrets (role) DEBUG Added role: roles/mirror_registry (role) DEBUG Added role: roles/nat64_appliance (role) DEBUG Added role: roles/networking_mapper (role) DEBUG Added role: roles/openshift_adm (role) DEBUG Added role: roles/openshift_login (role) DEBUG Added role: roles/openshift_obs (role) DEBUG Added role: roles/openshift_provisioner_node (role) DEBUG Added role: roles/openshift_setup (role) DEBUG Added role: roles/operator_build (role) DEBUG Added role: roles/operator_deploy (role) DEBUG Added role: roles/os_must_gather (role) DEBUG Added role: roles/os_net_setup (role) DEBUG Added role: roles/ovirt (role) DEBUG Added role: roles/pkg_build (role) DEBUG Added role: roles/podman (role) DEBUG Added role: roles/polarion (role) DEBUG Added role: roles/recognize_ssh_keypair (role) DEBUG Added role: roles/registry_deploy (role) DEBUG Added role: roles/repo_setup (role) DEBUG Added role: roles/reportportal (role) DEBUG Added role: roles/reproducer (role) DEBUG Added role: roles/rhol_crc (role) DEBUG Added role: roles/run_hook (role) DEBUG Added role: roles/set_openstack_containers (role) DEBUG Added role: roles/shiftstack (role) DEBUG Added role: roles/ssh_jumper (role) DEBUG Added role: roles/sushy_emulator (role) DEBUG Added role: roles/switch_config (role) DEBUG Added role: roles/tempest (role) DEBUG Added role: roles/test_operator (role) DEBUG Added role: roles/test_deps (role) DEBUG Added role: roles/tofu (role) DEBUG Added role: roles/update (role) DEBUG Added role: roles/update_containers (role) DEBUG Added role: roles/validations (role) DEBUG Added role: roles/virtualbmc (role) INFO Loading ignores from .gitignore INFO Excluded: .git INFO Excluded: .github INFO Excluded: ci INFO Excluded: containerfiles INFO Excluded: custom INFO Excluded: docs INFO Excluded: roles/adoption_osp_deploy/molecule/default/vars.yaml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/converge.yml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/files/3-ocp-net-def.yml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/files/networking-environment-definition.yml INFO Excluded: roles/ci_gen_kustomize_values/molecule/default/prepare.yml INFO Loading ignores from roles/ci_gen_kustomize_values/templates/.gitignore INFO Excluded: roles/ci_multus/molecule/default/nads_output.yml INFO Excluded: roles/ci_multus/molecule/default/side_effect.yml INFO Excluded: roles/ci_multus/molecule/local/side_effect.yml INFO Excluded: roles/ci_multus/molecule/local_ipv6/side_effect.yml INFO Loading ignores from roles/install_yamls/tasks/.gitignore INFO Excluded: roles/kustomize_deploy/molecule/flexible_loop/files/networking-environment-definition.yml INFO Excluded: roles/kustomize_deploy/molecule/flexible_loop/prepare.yml INFO Excluded: scripts INFO Excluded: zuul.d/molecule.yaml INFO Excluded: zuul.d/projects.yaml DEBUG Passed 'roles/mirror_registry/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/env_op_images/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/registry_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/compliance/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_report/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_containers/files/containers.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_ca/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_openstack_ca/molecule/default/files/minimal_openstack_controlplane.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_openstack_ca/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/shiftstack/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/copy_container/files/copy-quay/config.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/copy_container/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_block_device/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dnsmasq/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ssh_jumper/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/devscripts/molecule/check_cluster_status/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/devscripts/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_allowed.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_skipped.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/virtualbmc/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/operator_build/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/nat64_appliance/files/elements/nat64-router/package-installs.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/nat64_appliance/files/nat64-appliance.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/nat64_appliance/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/validations/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/run_hook/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/run_hook/molecule/default/resources/vars.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/podman/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/hci_prepare/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_allowed.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_operator/files/list_skipped.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/tempest/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/repo_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/ci_token/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/dataplane_ssh/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/kube/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/nova_migration/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/osp_secrets/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/manage_secrets/molecule/pull_secret/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_promote/files/centos9_antelope.yaml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_promote/molecule/check_criteria/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/dlrn_promote/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_openstack_packages/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/update_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/check_dns/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/deploy_layout/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/generate_network_data/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/ocp_layout/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/libvirt_manager/molecule/spine_leaf/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/install_yamls/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_network/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_deploy_baremetal/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_prepare/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/update/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/update_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reportportal/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_cephadm/molecule/default/mock/mock_inventory.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_cephadm/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ceph_spec/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_deploy_baremetal/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_local_storage/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ceph_client/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/operator_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/pkg_build/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_file_pwd_no_kubeconfig/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_pwd_kubeconfig/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_pwd_no_kubeconfig/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_login/molecule/login_token_based/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/test_deps/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/set_openstack_containers/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/tofu/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_provisioner_node/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_create_admin/molecule/addkey/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_create_admin/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_create_admin/molecule/keygen/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/os_must_gather/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/discover_latest_image/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/adoption_osp_deploy/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/kustomize_deploy/molecule/flexible_loop/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/kustomize_deploy/molecule/flexible_loop/resources/vars.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/sushy_emulator/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_obs/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ntp/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_ntp/molecule/vars.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/openshift_adm/files/regenerate-certificate.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/hive/molecule/default/files/foo_bm_install_config.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/hive/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/networking_mapper/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_test_role/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_kustomize/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_multus/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_multus/molecule/local/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_multus/molecule/local_ipv6/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cert_manager/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_gen_kustomize_values/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/os_net_setup/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/config_drive/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/edpm_build_images/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/deploy_bmh/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/ci_nmstate/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/build_push_container/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/cifmw_snr_nhc/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/artifacts/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/add_crc_creds/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/binary/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/find_crc/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/rhol_crc/molecule/get_versions/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/idrac_configuration/molecule/default/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/crc_layout/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/job_uri/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/network_validations/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG Passed 'roles/reproducer/molecule/ocp_validations/molecule.yml' positional argument was identified as generic 'yaml' file kind. DEBUG data set to None for roles/devscripts/templates/lv.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/edpm-pre-ceph/deployment/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/libvirt_manager/templates/all-inventory.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/templates/domain.xml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/modules/generate_make_tasks.py due to being 'plugin' (text/python) kind. DEBUG data set to None for playbooks/bgp/templates/leaf-frr.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/openshift_provisioner_node/templates/virt_net.xml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/action/ci_net_map.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/ci_dcn_site/templates/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/update/templates/l3_agent_stop_ping.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/templates/ipv4_network.xml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-ipv6-only-full-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/tempest/README.md due to being '' (text/markdown) kind. DEBUG data set to None for plugins/module_utils/net_map/exceptions.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_dcn_site/templates/deployment/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_ceph_client/templates/k8s_ceph_secret.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_helpers/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/update/templates/monitor_resources_changes.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/edpm_extra_mounts.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/utils.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/libvirt_manager/templates/attach-volume.xml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/openshift_setup/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_snr_nhc/README.md due to being '' (text/markdown) kind. DEBUG data set to None for LICENSE due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni01alpha-adoption/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/modules/tempest_list_allowed.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/shiftstack/templates/shiftstackclient_pvc.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni01alpha/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cleanup_openstack/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/edpm_prepare/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/nova-three-cells/edpm-nodeset2-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/service-values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/hci_prepare/templates/dpservice-nova-custom-ceph.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bmo01/secret-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/pkg_build/templates/containerfile.buildpkg.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for _skeleton_role_/molecule/default/converge.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/filter/reproducer_gerrit_infix.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/update/templates/workload_launch.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/osasinfra-ipv6/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/module_utils/__init__.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-r2-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-dual-stack-partial-reduced-map-out.json due to being '' (text/json) kind. DEBUG data set to None for plugins/module_utils/net_map/networking_env_definitions.py due to being 'python' (text/python) kind. DEBUG data set to None for .githooks/pre-push due to being '' (unknown) kind. DEBUG data set to None for roles/cifmw_external_dns/templates/cert.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/dataplane_remove_node_deploy.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/switch_config/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_rbd_mirror.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/shiftstack/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-dual-stack-networks-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-r2-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/integration/targets/make/files/get_makefiles_env/makefiles/subdir/Makefile due to being '' (unknown) kind. DEBUG data set to None for plugins/action/discover_latest_image.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/devscripts/templates/conf_ciuser.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk-sriov-networker/edpm-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_create_admin/README.md due to being '' (text/markdown) kind. DEBUG data set to None for ansible.cfg due to being '' (unknown) kind. DEBUG data set to None for plugins/action/ci_make.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-r1-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/federation/templates/sso.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/reproducer/templates/script.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/hive/templates/ocp_image.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/edpm_deploy/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/tofu/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/update/templates/control_plane_test_stop.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/hci/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni05epsilon/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/node_network_env_definitions.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-full-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/polarion/README.md due to being '' (text/markdown) kind. DEBUG data set to None for plugins/modules/crawl_n_mask.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/README.rst due to being '' (text/rst) kind. DEBUG data set to None for roles/cifmw_create_admin/molecule/default/tests/test_default.py due to being 'python' (text/python) kind. DEBUG data set to None for hooks/crs/.gitkeep due to being '' (unknown) kind. DEBUG data set to None for roles/ci_lvms_storage/templates/test/test-pod.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/module_utils/net_map/networking_mapper.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/build_openstack_packages/templates/run_dlrn.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/validations/filter_plugins/cifmw_validations_xml_filter.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_monitoring_stack.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/networking_mapper/README.md due to being '' (text/markdown) kind. DEBUG data set to None for plugins/modules/cephx_key.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/ci_dcn_site/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/reproducer/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/build_push_container/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/sushy_emulator/templates/config_conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni05epsilon/edpm-nodeset2-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-r2-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/set_openstack_containers/templates/update_env_vars.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/init-scripts/systemd/nat64-config.service due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni02beta/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/adoption_osp_deploy/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/nova02beta/edpm-nodeset2-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/update/templates/monitor_servers.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_cephadm/molecule/default/mock/initial_ceph.conf due to being '' (unknown) kind. DEBUG data set to None for roles/openshift_obs/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/devscripts/templates/nmstate.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for test-requirements.txt due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni02beta/olm-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for scenarios/reproducers/README.md due to being '' (text/markdown) kind. DEBUG data set to None for plugins/module_utils/net_map/networking_definition.py due to being 'python' (text/python) kind. DEBUG data set to None for tests/unit/module_utils/test_utils/net_map_stub_data.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni07eta/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/go.mod due to being '' (unknown) kind. DEBUG data set to None for roles/cifmw_cephadm/molecule/default/mock/mock_ceph_mon_dump.json due to being '' (text/json) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/multi-namespace/network-values2/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/build_containers/templates/build_containers.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-common-nodeset-values/common-bgp-edpm-values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-r0-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/libvirt_manager/templates/80-libvirt-manage.rules.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/adoption_osp_deploy/templates/os_net_config_overcloud.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ssh_jumper/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/libvirt_manager/templates/kustomize_compute.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_ceph_client/templates/ceph_conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-networks-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/libvirt_manager/templates/domain.xml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/modules/tempest_list_skipped.py due to being 'plugin' (text/python) kind. DEBUG data set to None for tests/unit/modules/test_crawl_n_mask.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/.gitignore due to being 'text' (text) kind. DEBUG data set to None for roles/ci_network/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-r1-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/module_utils/net_map/ip_pools.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/devscripts/templates/ovn_config.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ovirt/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-ipv6-only-partial-reduced-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-r1-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-r0-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/sushy_emulator/templates/pod_yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bmo01/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/os_net_setup/templates/subnet_command.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/federation/templates/federation-multirealm.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/operator_deploy/README.md due to being '' (text/markdown) kind. DEBUG data set to None for _skeleton_role_/files/.gitkeep due to being '' (unknown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/post-install.d/80-configure-nat64 due to being '' (unknown) kind. DEBUG data set to None for tests/integration/targets/make/files/get_makefiles_env/makefiles/Makefile due to being '' (unknown) kind. DEBUG data set to None for roles/dlrn_report/molecule/default/tests/test_dlrn_report.py due to being 'python' (text/python) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-ipv6-only-networks-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/cifmw_external_dns/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/dcn/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/federation/templates/kctestuser2.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-r0-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/shiftstack/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for bindep.txt due to being '' (unknown) kind. DEBUG data set to None for roles/update/templates/l3_agent_start_ping.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_lvms_storage/templates/operator-group.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk-sriov-2nodesets/edpm-nodeset2-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/env_op_images/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ipa/templates/ipa.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for hooks/playbooks/templates/config_ceph_backends.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_cephadm/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/adoption_osp_deploy/molecule/default/containerfile due to being '' (unknown) kind. DEBUG data set to None for roles/ci_dcn_site/templates/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni05epsilon/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/main.go due to being '' (unknown) kind. DEBUG data set to None for tests/unit/modules/test_approve_csr.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/cifmw_ntp/README.md due to being '' (text/markdown) kind. DEBUG data set to None for _skeleton_role_/tasks/cleanup.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_local_storage/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/sushy_emulator/templates/route_yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/federation/templates/get-token.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_create_admin/molecule/addkey/tests/test_keyadd.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/cifmw_nfs/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/run_hook/files/.gitkeep due to being '' (unknown) kind. DEBUG data set to None for roles/edpm_kustomize/templates/base_kustomization.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_create_admin/molecule/keygen/tests/test_keygen.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/NetworkManager/conf.d/nat64-manage.conf due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-r0-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/dnsmasq/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-full-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/config_drive/templates/meta-data.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/filter/to_nice_yaml_all.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/multi-namespace/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-networks-out.json due to being '' (text/json) kind. DEBUG data set to None for tests/unit/module_utils/test_files/network-definition-valid-router-template-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/usr/local/sbin/configure-nat64 due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-r0-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-dual-stack-partial-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/config_drive/templates/user-data.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/nftables/main64.nft due to being '' (unknown) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_client.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/element-deps due to being '' (unknown) kind. DEBUG data set to None for tests/requirements.txt due to being '' (unknown) kind. DEBUG data set to None for roles/dnsmasq/files/.gitkeep due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-common-nodeset-values/common-bgp-edpm-values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/devscripts/files/lv-cinder-volumes.sh due to being '' (unknown) kind. DEBUG data set to None for roles/cifmw_test_role/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/multi-namespace/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-r2-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/filter/reproducer_refspec.py due to being 'plugin' (text/python) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_definitions_all.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/install_openstack_ca/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/krb_request/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/config_drive/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_setup/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk-sriov-2nodesets/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for hooks/playbooks/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni06zeta/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/tayga/default.conf due to being '' (unknown) kind. DEBUG data set to None for roles/ssh_jumper/templates/ssh_host.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_mds.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_ceph_client/templates/ceph_key.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_block_device/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/sysconfig/nftables.conf due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk-sriov-networker/edpm-common-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/sriov/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_mapper.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/deploy_bmh/template/bmh-secret.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/dlrn_promote/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/templates/config-data.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/dnsmasq/templates/listener.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/common/edpm-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/manage_secrets/templates/osp_secrets.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/modules/__init__.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk-sriov-networker/edpm-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/devscripts/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/hive/templates/private_key.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/edpm_build_images/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni04delta-ipv6-adoption/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/shiftstack/templates/shiftstackclient_incluster_kubeconfig_secret.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/build_openstack_packages/templates/projects.ini.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_local_storage/templates/storage.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for Makefile due to being '' (unknown) kind. DEBUG data set to None for _skeleton_role_/vars/main.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/edpm-r2-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_definitions_instance.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/compliance/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/unbound/unbound.conf due to being '' (unknown) kind. DEBUG data set to None for roles/artifacts/README.md due to being '' (text/markdown) kind. DEBUG data set to None for hooks/playbooks/.gitkeep due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt01/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/shiftstack/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_nmstate/library/ci_nmstate_apply_state.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/nova02beta/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/sushy_emulator/templates/secret_yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni04delta-ipv6/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/module_utils/encoding/ansible_encoding.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/discover_latest_image/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_lvms_storage/templates/lvms-namespace.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_nmstate/filter_plugins/ci_nmstate_map_instance_nets.py due to being 'python' (text/python) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_definitions_network.py due to being 'python' (text/python) kind. DEBUG data set to None for plugins/modules/krb_request.py due to being 'plugin' (text/python) kind. DEBUG data set to None for _skeleton_role_/meta/main.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/deploy_bmh/template/bmh-nmstate.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/action/ci_kustomize.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/run_hook/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/install.d/70-dnsmasq due to being '' (unknown) kind. DEBUG data set to None for roles/run_hook/molecule/default/templates/dummy-retry.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/sushy_emulator/templates/service_yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/shiftstack/templates/shiftstackclient_pod.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/libvirt_manager/templates/inventory.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/reportportal/templates/metadata.json.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/nfv-ovs-dpdk-sriov-hci/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-dual-stack-full-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/build_containers/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_rgw.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/openshift_login/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bmo01/baremetalhost-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/ceph_secrets.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/utils.go due to being '' (unknown) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/copy.go due to being '' (unknown) kind. DEBUG data set to None for roles/reportportal/molecule/default/files/metadata-golden.json due to being '' (text/json) kind. DEBUG data set to None for roles/dlrn_report/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_ceph_spec/templates/initial_ceph.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/hive/templates/bm_deploy_config.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/nftables/nat64.nft due to being '' (unknown) kind. DEBUG data set to None for roles/tofu/molecule/files/main.tf due to being '' (unknown) kind. DEBUG data set to None for roles/virtualbmc/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/test_operator/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/init-scripts/systemd/nat64-v4-dnsmasq.service due to being '' (unknown) kind. DEBUG data set to None for roles/libvirt_manager/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/reproducer/templates/motd.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_lvms_storage/templates/lvms-cluster.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/sushy_emulator/templates/configmap_yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/common/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/update_containers/templates/update_containers.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/openshift_provisioner_node/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/validations/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/update/templates/control_plane_test_start.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-r1-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/adoption_osp_deploy/templates/adoption_vars.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/reproducer/templates/content-provider.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ipa/templates/get-token.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for common-requirements.txt due to being '' (unknown) kind. DEBUG data set to None for playbooks/bgp/files/radvd.conf due to being '' (unknown) kind. DEBUG data set to None for roles/install_yamls/tasks/.gitignore due to being '' (unknown) kind. DEBUG data set to None for _skeleton_role_/README.md.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/modules/pem_read.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/common/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_ceph_spec/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/unbound/conf.d/forward-zones.conf due to being '' (unknown) kind. DEBUG data set to None for plugins/action/ci_script.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/registry_deploy/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/manage_secrets/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_network/templates/local_domain.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/devscripts/templates/iscsi.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/integration/integration.cfg due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/common/olm-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/nat64/v4-dnsmasq/dnsmasq.conf due to being '' (unknown) kind. DEBUG data set to None for roles/update/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/go.sum due to being '' (unknown) kind. DEBUG data set to None for .gitignore due to being '' (unknown) kind. DEBUG data set to None for tests/unit/module_utils/test_files/network-definition-valid-all-tools-no-group-templates-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/update/templates/update_event.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_multus/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_ceph_client/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/deploy_bmh/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/hci_prepare/README.md due to being '' (text/markdown) kind. DEBUG data set to None for plugins/modules/approve_csr.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/adoption_osp_deploy/templates/tripleo-ansible-inventory.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_snr_nhc/TESTING.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/dnsmasq/files/cifmw-dnsmasq.service due to being '' (unknown) kind. DEBUG data set to None for roles/os_net_setup/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/set_openstack_containers/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/devscripts/templates/multipath.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/openshift_adm/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/pkg_build/templates/pkg_build_play.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_definitions_group_template.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/tempest/templates/clouds.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/pidone/network-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/os_net_setup/templates/subnet_pool_command.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/reproducer/templates/play.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_definitions_ranges.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/cifmw_ceph_spec/templates/ceph_spec.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/fix_python_encodings/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/update_containers/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/sanity/ignore.txt due to being '' (unknown) kind. DEBUG data set to None for _skeleton_role_/defaults/main.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/kustomize_deploy/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/repo_setup/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/reproducer/templates/reproducer_params.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_key.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-r1-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/edpm_kustomize/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/pkg_build/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-r0-networker-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for _skeleton_role_/molecule/default/molecule.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/sushy_emulator/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/os_net_setup/templates/network_command.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/update/templates/workload_launch_k8s.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/hive/templates/bm_install_config.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_nmstate/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/run_hook/molecule/default/templates/dummy.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/devscripts/files/multipath.conf due to being '' (unknown) kind. DEBUG data set to None for roles/federation/templates/kctestuser1.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/modules/bridge_vlan.py due to being 'plugin' (text/python) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-partial-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/dnsmasq/templates/network.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_multus/templates/nad.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/quayapi.go due to being '' (unknown) kind. DEBUG data set to None for _skeleton_role_/tasks/main.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/module_utils/net_map/__init__.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/federation/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_lvms_storage/templates/test/test-pvc.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/install_ca/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/podman/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp-l3-xl/edpm-common-nodeset-values/common-bgp-edpm-values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/mirror_registry/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/edpm_deploy_baremetal/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/unit/__init__.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/ci_lvms_storage/README.md due to being '' (text/markdown) kind. DEBUG data set to None for playbooks/bgp/templates/spine-frr.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-r1-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/idrac_configuration/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/unit/module_utils/net_map/test_networking_mapping_ip_pools.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/update/files/continuous-test.sh due to being '' (unknown) kind. DEBUG data set to None for roles/ci_setup/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/test_deps/README.md due to being '' (text/markdown) kind. DEBUG data set to None for CONTRIBUTING.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_snr_nhc/molecule/requirements.txt due to being '' (unknown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/post-install.d/70-file-permissions due to being '' (unknown) kind. DEBUG data set to None for roles/rhol_crc/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cert_manager/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/sysctl.d/80-tayga.conf due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bmo01/nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/cifmw_ntp/templates/chrony.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_dcn_site/templates/edpm-pre-ceph/nodeset/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/ovs-dpdk-sriov/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/filter_plugins/cifmw_gen_kustomize_values_b64_combine.py due to being 'python' (text/python) kind. DEBUG data set to None for plugins/modules/get_makefiles_env.py due to being 'plugin' (text/python) kind. DEBUG data set to None for roles/hive/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/hci_prepare/templates/configmap-ceph-nova.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/templates/ipv6_network.xml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/kustomize_deploy/filter_plugins/ci_kustomize_deploy_combine_base64_patch_dict.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/config_drive/templates/network-config.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/adoption_osp_deploy/templates/os_net_config_undercloud.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/README.rst due to being '' (text/rst) kind. DEBUG data set to None for roles/hive/templates/claim.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/init-scripts/systemd/nat64-v6-dnsmasq.service due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/README.md due to being '' (text/markdown) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-all-tools-ipv6-only-partial-map-out.json due to being '' (text/json) kind. DEBUG data set to None for tests/unit/module_utils/__init__.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/tag.go due to being '' (unknown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/nova-three-cells/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for playbooks/bgp/templates/router-frr.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for plugins/module_utils/encoding/__init__.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/install_yamls/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/federation/templates/rules.json.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_lvms_storage/templates/subscription.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/federation/templates/rhsso-operator-olm.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ipa/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_cephadm/templates/ceph_rgw.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/reportportal/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/multi-namespace/edpm-nodeset2-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni02beta/edpm-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/os_must_gather/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/dnsmasq/templates/cifmw-dnsmasq.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/modules/test_bridge_vlan.py due to being 'python' (text/python) kind. DEBUG data set to None for roles/copy_container/files/copy-quay/config.go due to being '' (unknown) kind. DEBUG data set to None for roles/update/templates/monitor_vm_placement.sh.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ipa/templates/ipauser1.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/federation/templates/federation-single.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/dnsmasq/templates/dns.conf.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/uni02beta/edpm-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/build_openstack_packages/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_block_device/templates/ceph-osd-losetup.service.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/openshift_provisioner_node/files/add_bridge_port.sh due to being '' (unknown) kind. DEBUG data set to None for roles/operator_build/README.md due to being '' (text/markdown) kind. DEBUG data set to None for roles/cifmw_external_dns/templates/dns.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/NetworkManager/system-connections/nat64.nmconnection due to being '' (unknown) kind. DEBUG data set to None for roles/deploy_bmh/template/bmh.yml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for roles/ci_gen_kustomize_values/templates/bgp_dt04_ipv6/edpm-r2-compute-nodeset-values/values.yaml.j2 due to being 'jinja2' (text/jinja2) kind. DEBUG data set to None for tests/unit/module_utils/test_files/networking-definition-valid-partial-map-out.json due to being '' (text/json) kind. DEBUG data set to None for roles/build_push_container/molecule/default/files/containerfile due to being '' (unknown) kind. DEBUG data set to None for roles/nat64_appliance/files/elements/nat64-router/static/etc/nat64/v6-dnsmasq/dnsmasq.conf due to being '' (unknown) kind. DEBUG Logging initialized to level 10 INFO Set ANSIBLE_LIBRARY=/workspace/.cache/ansible-compat/c86063/modules:plugins/modules:/workspace/src/github.com/openstack-k8s-operators/ci-framework/plugins/modules:/workspace/plugins/modules:/usr/share/ansible/plugins/modules INFO Set ANSIBLE_ROLES_PATH=/workspace/.cache/ansible-compat/c86063/roles:roles:/workspace/ci-framework-data/artifacts/roles:/workspace/src/github.com/openstack-k8s-operators/ci-framework/roles:/usr/share/ansible/roles:/etc/ansible/roles:/workspace/.ansible/roles INFO Adding '--pre' to ansible-galaxy collection install because we detected one collection being sourced from git. WARNING Skipped installing collection dependencies due to running in offline mode. INFO Executing syntax check on playbook roles/registry_deploy/molecule/default/converge.yml (0.52s) INFO Executing syntax check on playbook roles/ci_network/molecule/default/prepare.yml (0.53s) INFO Executing syntax check on playbook roles/nat64_appliance/molecule/default/prepare.yml (0.54s) INFO Executing syntax check on playbook roles/build_containers/molecule/default/prepare.yml (0.54s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_pwd_kubeconfig/cleanup.yml (0.44s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_token_based/cleanup.yml (0.43s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_pwd_no_kubeconfig/converge.yml (0.48s) INFO Executing syntax check on playbook roles/kustomize_deploy/molecule/flexible_loop/converge.yml (0.50s) INFO Executing syntax check on playbook roles/ci_multus/molecule/resources/verify.yml (0.45s) INFO Executing syntax check on role roles/env_op_images (0.47s) INFO Executing syntax check on playbook roles/pkg_build/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/openshift_provisioner_node/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/check_dns/verify.yml (0.46s) INFO Executing syntax check on playbook roles/reproducer/molecule/network_validations/converge.yml (0.49s) INFO Executing syntax check on playbook playbooks/cifmw_collection_zuul_executor.yml (0.44s) INFO Executing syntax check on playbook roles/copy_container/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on role roles/registry_deploy (0.47s) INFO Executing syntax check on role roles/compliance (0.47s) INFO Executing syntax check on playbook hooks/playbooks/control_plane_ironic.yml (0.50s) INFO Executing syntax check on playbook roles/test_operator/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on playbook roles/devscripts/molecule/check_cluster_status/converge.yml (0.46s) INFO Executing syntax check on playbook roles/openshift_obs/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on playbook roles/reproducer/molecule/crc_layout/prepare.yml (0.51s) INFO Executing syntax check on playbook roles/discover_latest_image/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/idrac_configuration/molecule/default/converge.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/enable_rbd_mirror_replication.yml (0.50s) INFO Executing syntax check on playbook cleanup-edpm.yml (0.47s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/generate_network_data/cleanup.yml (0.57s) INFO Executing syntax check on playbook roles/config_drive/molecule/default/prepare.yml (0.46s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/dataplane_ssh/cleanup.yml (0.57s) INFO Executing syntax check on playbook playbooks/99-logs.yml (0.70s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/osp_secrets/prepare.yml (0.67s) INFO Executing syntax check on role roles/install_ca (0.57s) INFO Executing syntax check on playbook roles/install_yamls/molecule/default/converge.yml (0.52s) INFO Executing syntax check on playbook hooks/playbooks/ipa-pre-deploy.yml (0.72s) INFO Executing syntax check on playbook roles/dnsmasq/molecule/default/prepare.yml (0.72s) INFO Executing syntax check on playbook roles/openshift_login/molecule/default/prepare.yml (0.70s) INFO Executing syntax check on playbook roles/ci_local_storage/molecule/default/converge.yml (0.68s) INFO Executing syntax check on role roles/shiftstack (0.90s) INFO Executing syntax check on playbook roles/hive/molecule/default/prepare.yml (0.66s) INFO Executing syntax check on playbook roles/virtualbmc/molecule/default/cleanup.yml (0.80s) INFO Executing syntax check on role roles/ovirt (0.64s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/ci_token/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/ci_nmstate/molecule/default/prepare.yml (0.56s) INFO Executing syntax check on role roles/cifmw_block_device (0.82s) INFO Executing syntax check on playbook roles/update_containers/molecule/default/prepare.yml (0.62s) INFO Executing syntax check on playbook playbooks/validations.yml (0.53s) INFO Executing syntax check on playbook roles/dlrn_promote/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/check_dns/prepare.yml (1.16s) INFO Executing syntax check on playbook roles/podman/molecule/default/prepare.yml (0.54s) INFO Executing syntax check on role roles/ssh_jumper (0.47s) INFO Executing syntax check on playbook roles/virtualbmc/molecule/default/converge.yml (0.83s) INFO Executing syntax check on playbook hooks/playbooks/ironic_network.yml (0.50s) INFO Executing syntax check on playbook roles/ssh_jumper/molecule/default/cleanup.yml (0.47s) INFO Executing syntax check on playbook roles/openshift_obs/molecule/default/converge.yml (0.48s) INFO Executing syntax check on playbook post-deployment.yml (0.68s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/spine_leaf/verify.yml (0.47s) INFO Executing syntax check on role roles/test_operator (0.51s) INFO Executing syntax check on playbook hooks/playbooks/compute-iscsi-config.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/control_plane_horizon.yml (0.49s) INFO Executing syntax check on playbook roles/ssh_jumper/molecule/default/converge.yml (0.46s) INFO Executing syntax check on role roles/virtualbmc (0.52s) INFO Executing syntax check on role roles/operator_build (0.47s) INFO Executing syntax check on playbook roles/nat64_appliance/molecule/default/cleanup.yml (0.44s) INFO Executing syntax check on playbook roles/deploy_bmh/molecule/default/prepare.yml (0.46s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/get_versions/converge.yml (0.47s) INFO Executing syntax check on playbook roles/artifacts/molecule/default/converge.yml (0.51s) INFO Executing syntax check on playbook hooks/playbooks/federation-horizon-controlplane-config.yml (0.50s) INFO Executing syntax check on playbook hooks/playbooks/ironic_network_agent_cleanup.yml (0.48s) INFO Executing syntax check on playbook playbooks/snr-nhc.yml (0.52s) INFO Executing syntax check on role roles/hci_prepare (0.43s) INFO Executing syntax check on playbook roles/sushy_emulator/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on playbook roles/ssh_jumper/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on role roles/tempest (0.49s) INFO Executing syntax check on playbook hooks/playbooks/ironic_flavor.yml (0.50s) INFO Executing syntax check on playbook _skeleton_role_/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on role roles/build_openstack_packages (0.54s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/default/converge.yml (0.53s) INFO Executing syntax check on playbook roles/set_openstack_containers/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on role roles/ci_dcn_site (0.49s) INFO Executing syntax check on role roles/update_containers (0.46s) INFO Executing syntax check on playbook hooks/playbooks/ironic_provide_nodes.yml (0.47s) INFO Executing syntax check on playbook roles/ci_multus/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/control_plane_kustomize_deploy.yml (0.51s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/generate_network_data/prepare.yml (0.60s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/kube/converge.yml (0.46s) INFO Executing syntax check on role roles/libvirt_manager (0.51s) INFO Executing syntax check on playbook roles/shiftstack/molecule/default/cleanup.yml (0.46s) INFO Executing syntax check on role roles/install_yamls (0.49s) INFO Executing syntax check on playbook hooks/playbooks/kustomize_cr.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/nova_wait_for_compute_service.yml (0.48s) INFO Executing syntax check on playbook roles/mirror_registry/molecule/default/converge.yml (0.51s) INFO Executing syntax check on playbook hooks/playbooks/dz_storage_post_deploy_az.yaml (0.49s) INFO Executing syntax check on role roles/krb_request (0.47s) INFO Executing syntax check on role roles/ci_network (0.51s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/add_crc_creds/converge.yml (0.46s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/find_crc/verify.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/adoption_ironic_post_oc.yml (0.49s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/nova_migration/cleanup.yml (0.45s) INFO Executing syntax check on playbook roles/edpm_deploy_baremetal/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook roles/devscripts/molecule/default/prepare.yml (0.53s) INFO Executing syntax check on playbook hooks/playbooks/control_plane_ceph_backends.yml (0.50s) INFO Executing syntax check on playbook playbooks/hooks.yml (0.48s) INFO Executing syntax check on playbook roles/os_net_setup/molecule/default/prepare.yml (0.50s) INFO Executing syntax check on playbook roles/cifmw_create_admin/molecule/keygen/converge.yml (0.49s) INFO Executing syntax check on playbook roles/edpm_prepare/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook hooks/playbooks/control_plane_hci_pre_deploy.yml (0.48s) INFO Executing syntax check on playbook playbooks/bgp/prepare-bgp-computes.yaml (0.47s) INFO Executing syntax check on playbook reproducer.yml (0.69s) INFO Executing syntax check on playbook roles/update_containers/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/noop.yml (0.51s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/nova_migration/converge.yml (0.49s) INFO Executing syntax check on role roles/update (0.49s) INFO Executing syntax check on playbook roles/operator_deploy/molecule/default/converge.yml (0.44s) INFO Executing syntax check on playbook create-infra.yml (0.60s) INFO Executing syntax check on playbook hooks/playbooks/install_custom_ca_certs.yaml (0.53s) INFO Executing syntax check on role roles/reportportal (0.48s) INFO Executing syntax check on role roles/cifmw_cephadm (0.56s) INFO Executing syntax check on playbook hooks/playbooks/ironic_inject_tls.yml (0.59s) INFO Executing syntax check on role roles/cifmw_ceph_spec (0.49s) INFO Executing syntax check on playbook roles/run_hook/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on playbook roles/build_containers/molecule/hotfix/converge.yml (0.48s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/kube/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/pkg_build/molecule/default/converge.yml (0.49s) INFO Executing syntax check on role roles/edpm_deploy_baremetal (0.51s) INFO Executing syntax check on playbook roles/operator_build/molecule/default/converge.yml (0.47s) INFO Executing syntax check on role roles/ci_local_storage (0.47s) INFO Executing syntax check on role roles/operator_deploy (0.45s) INFO Executing syntax check on playbook hooks/playbooks/ceph-deploy.yml (0.54s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_file_pwd_no_kubeconfig/cleanup.yml (0.52s) INFO Executing syntax check on role roles/ci_setup (0.75s) INFO Executing syntax check on playbook roles/registry_deploy/molecule/default/prepare.yml (0.50s) INFO Executing syntax check on playbook roles/ci_network/molecule/default/converge.yml (0.50s) INFO Executing syntax check on role roles/pkg_build (0.57s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/generate_network_data/converge.yml (0.49s) INFO Executing syntax check on role roles/openshift_login (0.49s) INFO Executing syntax check on playbook roles/podman/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/cifmw_ceph_client/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/cifmw_snr_nhc/molecule/default/verify.yml (0.47s) INFO Executing syntax check on playbook roles/cifmw_create_admin/molecule/addkey/prepare.yml (0.50s) INFO Executing syntax check on playbook hooks/playbooks/federation-pre-deploy.yml (0.49s) INFO Executing syntax check on playbook hooks/playbooks/nova_manage_discover_hosts.yml (0.44s) INFO Executing syntax check on playbook roles/tofu/molecule/default/converge.yml (0.52s) INFO Executing syntax check on playbook roles/copy_container/molecule/default/converge.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/service-project-more-quota.yml (0.49s) INFO Executing syntax check on role roles/set_openstack_containers (0.48s) INFO Executing syntax check on role roles/federation (0.46s) INFO Executing syntax check on playbook roles/compliance/molecule/default/converge.yml (0.48s) INFO Executing syntax check on role roles/fix_python_encodings (0.49s) INFO Executing syntax check on role roles/openshift_provisioner_node (0.53s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/pull_secret/prepare.yml (0.46s) INFO Executing syntax check on role roles/discover_latest_image (0.49s) INFO Executing syntax check on role roles/kustomize_deploy (0.47s) INFO Executing syntax check on playbook roles/reproducer/molecule/crc_layout/converge.yml (0.68s) INFO Executing syntax check on role roles/adoption_osp_deploy (0.54s) INFO Executing syntax check on playbook roles/cifmw_test_role/molecule/default/converge.yml (0.48s) INFO Executing syntax check on playbook roles/validations/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/barbican-enable-luna.yml (0.51s) INFO Executing syntax check on playbook hooks/playbooks/restart_nova_scheduler.yml (0.60s) INFO Executing syntax check on playbook roles/update/molecule/default/converge.yml (0.48s) INFO Executing syntax check on playbook playbooks/bgp/prepare-bgp-hypervisor-ipv6-radvd.yaml (0.48s) INFO Executing syntax check on playbook roles/cifmw_test_role/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/deploy_layout/cleanup.yml (0.56s) INFO Executing syntax check on playbook roles/cifmw_create_admin/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on role roles/openshift_adm (0.47s) INFO Executing syntax check on role roles/cifmw_setup (0.46s) INFO Executing syntax check on role roles/cifmw_test_role (0.47s) INFO Executing syntax check on playbook clean_openstack_deployment.yaml (0.45s) INFO Executing syntax check on playbook playbooks/update.yml (0.57s) INFO Executing syntax check on playbook roles/reportportal/molecule/default/converge.yml (0.48s) INFO Executing syntax check on playbook roles/os_must_gather/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/spine_leaf/converge.yml (0.51s) INFO Executing syntax check on playbook roles/reproducer/files/pre-ci-play.yml (0.49s) INFO Executing syntax check on playbook hooks/playbooks/kuttl_openstack_prep.yml (0.45s) INFO Executing syntax check on playbook roles/cifmw_ceph_spec/molecule/default/prepare.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/PCI-DSS-pre-deploy.yml (0.47s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/get_versions/verify.yml (0.48s) INFO Executing syntax check on playbook roles/edpm_kustomize/molecule/default/prepare.yml (0.50s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/pull_secret/cleanup.yml (0.47s) INFO Executing syntax check on playbook roles/cert_manager/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook roles/nat64_appliance/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/binary/prepare.yml (0.53s) INFO Executing syntax check on playbook roles/openshift_setup/molecule/default/converge.yml (0.50s) INFO Executing syntax check on role roles/os_net_setup (0.48s) INFO Executing syntax check on playbook roles/config_drive/molecule/default/converge.yml (0.44s) INFO Executing syntax check on role roles/config_drive (0.48s) INFO Executing syntax check on playbook roles/test_operator/molecule/default/converge.yml (0.48s) INFO Executing syntax check on role roles/polarion (0.48s) INFO Executing syntax check on playbook playbooks/03-build-packages.yml (0.51s) INFO Executing syntax check on playbook roles/operator_deploy/molecule/default/prepare.yml (0.50s) INFO Executing syntax check on playbook roles/build_openstack_packages/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/mirror_registry/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on role roles/build_push_container (0.48s) INFO Executing syntax check on playbook roles/cifmw_block_device/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on playbook roles/validations/molecule/default/converge.yml (0.47s) INFO Executing syntax check on role roles/cifmw_snr_nhc (0.51s) INFO Executing syntax check on role roles/artifacts (0.52s) INFO Executing syntax check on role roles/rhol_crc (0.55s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/ci_token/cleanup.yml (0.47s) INFO Executing syntax check on playbook roles/repo_setup/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/spine_leaf/cleanup.yml (0.54s) INFO Executing syntax check on playbook roles/set_openstack_containers/molecule/default/converge.yml (0.53s) INFO Executing syntax check on role roles/idrac_configuration (0.48s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/dataplane_ssh/converge.yml (0.48s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/ci_token/converge.yml (0.47s) INFO Executing syntax check on playbook roles/deploy_bmh/molecule/default/converge.yml (0.43s) INFO Executing syntax check on playbook hooks/playbooks/manila_create_default_resources.yml (0.49s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/get_versions/cleanup.yml (0.48s) INFO Executing syntax check on playbook playbooks/01-bootstrap.yml (0.55s) INFO Executing syntax check on playbook roles/build_containers/molecule/default/converge.yml (0.51s) INFO Executing syntax check on playbook playbooks/02-infra.yml (0.56s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/binary/verify.yml (0.46s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/default/cleanup.yml (0.49s) INFO Executing syntax check on playbook roles/build_containers/molecule/hotfix/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/tempest/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on role roles/cifmw_nfs (0.48s) INFO Executing syntax check on playbook playbooks/adoption/pre.yml (0.50s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/deploy_layout/converge.yml (0.54s) INFO Executing syntax check on playbook deploy-edpm-reuse.yaml (0.56s) INFO Executing syntax check on playbook roles/cifmw_create_admin/molecule/addkey/converge.yml (0.48s) INFO Executing syntax check on role roles/mirror_registry (0.47s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/kube/cleanup.yml (0.50s) INFO Executing syntax check on playbook roles/networking_mapper/molecule/default/prepare.yml (0.50s) INFO Executing syntax check on playbook roles/ci_multus/molecule/local_ipv6/converge.yml (0.46s) INFO Executing syntax check on playbook roles/reproducer/molecule/job_uri/converge.yml (0.46s) INFO Executing syntax check on role roles/openshift_setup (0.50s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/osp_secrets/cleanup.yml (0.44s) INFO Executing syntax check on playbook hooks/playbooks/federation-controlplane-config.yml (0.48s) INFO Executing syntax check on playbook roles/update/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on role roles/dlrn_report (0.48s) INFO Executing syntax check on role roles/build_containers (0.49s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/pull_secret/converge.yml (0.47s) INFO Executing syntax check on playbook roles/dlrn_report/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/validate_podified_deployment.yml (0.50s) INFO Executing syntax check on playbook roles/openshift_provisioner_node/molecule/default/converge.yml (0.48s) INFO Executing syntax check on role roles/install_openstack_ca (0.46s) INFO Executing syntax check on playbook roles/reproducer/molecule/ocp_validations/converge.yml (0.47s) INFO Executing syntax check on playbook roles/shiftstack/molecule/default/converge.yml (0.45s) INFO Executing syntax check on role roles/copy_container (0.50s) INFO Executing syntax check on playbook roles/operator_build/molecule/default/prepare.yml (0.46s) INFO Executing syntax check on playbook roles/cifmw_create_admin/molecule/default/converge.yml (0.51s) INFO Executing syntax check on playbook hooks/playbooks/ipa-controlplane-config.yml (0.48s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/find_crc/cleanup.yml (0.46s) INFO Executing syntax check on playbook roles/cert_manager/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook playbooks/multi-namespace/ns2_osp_networks.yaml (0.56s) INFO Executing syntax check on role roles/dnsmasq (0.51s) INFO Executing syntax check on playbook hooks/playbooks/adoption_multicell_post_stack.yml (0.46s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/ocp_layout/converge.yml (0.55s) INFO Executing syntax check on playbook roles/adoption_osp_deploy/molecule/default/verify.yml (0.48s) INFO Executing syntax check on playbook roles/networking_mapper/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook hooks/playbooks/dz_storage_pre_test_images.yaml (0.47s) INFO Executing syntax check on playbook roles/cifmw_ntp/molecule/default/converge.yml (0.46s) INFO Executing syntax check on role roles/devscripts (0.49s) INFO Executing syntax check on playbook roles/ci_multus/molecule/default/verify_crc.yml (0.45s) INFO Executing syntax check on playbook playbooks/09-compliance.yml (0.50s) INFO Executing syntax check on playbook roles/hci_prepare/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/tempest/molecule/default/converge.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/federation-multirealm-controlplane-config.yml (0.47s) INFO Executing syntax check on playbook roles/os_must_gather/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/sushy_emulator/molecule/default/converge.yml (0.50s) INFO Executing syntax check on playbook roles/dlrn_promote/molecule/check_criteria/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/dlrn_report/molecule/default/prepare.yml (0.54s) INFO Executing syntax check on playbook playbooks/07-admin-setup.yml (0.56s) INFO Executing syntax check on playbook hooks/playbooks/ceph-bm.yml (0.67s) INFO Executing syntax check on playbook roles/discover_latest_image/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/devscripts/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/ci_multus/molecule/resources/clean.yml (0.46s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_pwd_no_kubeconfig/prepare.yml (0.46s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_token_based/converge.yml (0.49s) INFO Executing syntax check on playbook roles/deploy_bmh/molecule/default/cleanup.yml (0.43s) INFO Executing syntax check on playbook roles/install_ca/molecule/default/prepare.yml (0.51s) INFO Executing syntax check on playbook roles/dnsmasq/molecule/default/cleanup.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/cinder-default-volume-type-props.yml (0.47s) INFO Executing syntax check on role roles/nat64_appliance (0.48s) INFO Executing syntax check on role roles/validations (0.47s) INFO Executing syntax check on playbook playbooks/multi-namespace/ns2_validation.yaml (0.52s) INFO Executing syntax check on role roles/run_hook (0.47s) INFO Executing syntax check on playbook hooks/playbooks/fetch_compute_facts.yml (0.48s) INFO Executing syntax check on role roles/podman (0.46s) INFO Executing syntax check on playbook hooks/playbooks/adoption_deploy_ceph.yml (0.48s) INFO Executing syntax check on role roles/cifmw_helpers (0.44s) INFO Executing syntax check on playbook roles/test_deps/molecule/default/converge.yml (0.47s) INFO Executing syntax check on role roles/repo_setup (0.51s) INFO Executing syntax check on role roles/manage_secrets (0.46s) INFO Executing syntax check on role roles/dlrn_promote (0.49s) INFO Executing syntax check on role roles/ci_lvms_storage (0.47s) INFO Executing syntax check on playbook roles/virtualbmc/molecule/default/prepare.yml (0.55s) INFO Executing syntax check on role roles/cleanup_openstack (0.48s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/dataplane_ssh/prepare.yml (0.51s) INFO Executing syntax check on playbook roles/ci_multus/molecule/local/converge.yml (0.46s) INFO Executing syntax check on playbook playbooks/05-build-operators.yml (0.50s) INFO Executing syntax check on playbook hooks/playbooks/adoption_multicell_pre_stack.yml (0.51s) INFO Executing syntax check on playbook roles/dlrn_promote/molecule/check_criteria/converge.yml (0.43s) INFO Executing syntax check on role roles/recognize_ssh_keypair (0.48s) INFO Executing syntax check on playbook hooks/playbooks/link2file.yml (0.48s) INFO Executing syntax check on playbook roles/edpm_deploy_baremetal/molecule/default/prepare.yml (0.53s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_file_pwd_no_kubeconfig/converge.yml (0.47s) INFO Executing syntax check on playbook roles/openshift_setup/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/env_op_images/molecule/default/converge.yml (0.45s) INFO Executing syntax check on playbook playbooks/unique-id.yml (0.48s) INFO Executing syntax check on playbook roles/test_deps/molecule/default/prepare.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/cinder_multiattach_volume_type.yml (0.48s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/add_crc_creds/prepare.yml (0.51s) INFO Executing syntax check on playbook roles/run_hook/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook playbooks/06-deploy-edpm.yml (0.78s) INFO Executing syntax check on playbook roles/build_openstack_packages/molecule/default/converge.yml (0.51s) INFO Executing syntax check on playbook hooks/playbooks/run_tofu.yml (0.51s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/ocp_layout/cleanup.yml (0.54s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_pwd_kubeconfig/converge.yml (0.49s) INFO Executing syntax check on playbook roles/cifmw_cephadm/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/ocp_layout/prepare.yml (0.62s) INFO Executing syntax check on playbook roles/hci_prepare/molecule/default/converge.yml (0.48s) INFO Executing syntax check on role roles/edpm_deploy (0.52s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/osp_secrets/converge.yml (0.48s) INFO Executing syntax check on role roles/edpm_prepare (0.47s) INFO Executing syntax check on playbook roles/dnsmasq/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook roles/ci_multus/molecule/default/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/check_dns/cleanup.yml (0.56s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/check_dns/converge.yml (0.53s) INFO Executing syntax check on playbook roles/tofu/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on playbook reproducer-clean.yml (0.62s) INFO Executing syntax check on playbook roles/devscripts/molecule/check_cluster_status/prepare.yml (0.48s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_pwd_no_kubeconfig/cleanup.yml (0.44s) INFO Executing syntax check on playbook roles/manage_secrets/molecule/nova_migration/prepare.yml (0.51s) INFO Executing syntax check on role roles/switch_config (0.49s) INFO Executing syntax check on playbook roles/edpm_deploy/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/cifmw_cephadm/molecule/default/converge.yml (0.51s) INFO Executing syntax check on playbook roles/cifmw_ntp/molecule/default/cleanup.yml (0.43s) INFO Executing syntax check on playbook roles/dlrn_promote/molecule/default/converge.yml (0.48s) INFO Executing syntax check on playbook update-edpm.yml (0.75s) INFO Executing syntax check on playbook playbooks/adoption/network.yml (0.54s) INFO Executing syntax check on playbook playbooks/adoption/infra.yml (0.50s) INFO Executing syntax check on role roles/cifmw_ceph_client (0.48s) INFO Executing syntax check on playbook hooks/playbooks/ipa-post-deploy.yml (0.52s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/get_versions/prepare.yml (0.52s) INFO Executing syntax check on playbook roles/edpm_build_images/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook roles/ci_multus/molecule/default/verify_clean_crc.yml (0.46s) INFO Executing syntax check on playbook playbooks/nfs.yml (0.49s) INFO Executing syntax check on playbook roles/install_openstack_ca/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook deploy-ocp.yml (0.64s) INFO Executing syntax check on playbook playbooks/bgp/prepare-bgp-spines-leaves.yaml (0.55s) INFO Executing syntax check on playbook roles/adoption_osp_deploy/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook roles/ci_nmstate/molecule/default/converge.yml (0.50s) INFO Executing syntax check on playbook roles/hive/molecule/default/converge.yml (0.47s) INFO Executing syntax check on role roles/cifmw_external_dns (0.45s) INFO Executing syntax check on playbook roles/cifmw_create_admin/molecule/keygen/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/install_ca/molecule/default/converge.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/adoption_multicell_post_stack_all.yml (0.50s) INFO Executing syntax check on role roles/test_deps (0.48s) INFO Executing syntax check on playbook playbooks/switches_config.yml (0.48s) INFO Executing syntax check on playbook roles/cifmw_snr_nhc/molecule/default/converge.yml (0.49s) INFO Executing syntax check on role roles/tofu (0.52s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_file_pwd_no_kubeconfig/prepare.yml (0.47s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/binary/converge.yml (0.48s) INFO Executing syntax check on playbook roles/artifacts/molecule/default/prepare.yml (0.49s) INFO Executing syntax check on playbook playbooks/06-deploy-architecture.yml (0.59s) INFO Executing syntax check on playbook roles/shiftstack/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on role roles/cifmw_create_admin (0.49s) INFO Executing syntax check on playbook roles/cifmw_snr_nhc/molecule/default/prepare.yml (0.46s) INFO Executing syntax check on playbook deploy-edpm.yml (0.98s) INFO Executing syntax check on playbook roles/openshift_login/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook deploy-osp-adoption.yml (0.53s) INFO Executing syntax check on role roles/os_must_gather (0.48s) INFO Executing syntax check on playbook hooks/playbooks/apply_cinder_replication_kustomization.yml (0.49s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/default/prepare.yml (0.53s) INFO Executing syntax check on role roles/sushy_emulator (0.52s) INFO Executing syntax check on role roles/openshift_obs (0.44s) INFO Executing syntax check on playbook roles/install_openstack_ca/molecule/default/prepare.yml (0.54s) INFO Executing syntax check on playbook roles/edpm_prepare/molecule/default/converge.yml (0.49s) INFO Executing syntax check on playbook roles/cifmw_ceph_client/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on playbook playbooks/08-run-tests.yml (0.50s) INFO Executing syntax check on playbook roles/os_net_setup/molecule/default/converge.yml (0.46s) INFO Executing syntax check on playbook roles/cifmw_block_device/molecule/default/converge.yml (0.48s) INFO Executing syntax check on role roles/cifmw_ntp (0.50s) INFO Executing syntax check on role roles/ipa (0.45s) INFO Executing syntax check on playbook playbooks/dcn.yml (0.48s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/binary/cleanup.yml (0.47s) INFO Executing syntax check on playbook roles/edpm_deploy/molecule/default/prepare.yml (0.53s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_pwd_kubeconfig/prepare.yml (0.50s) INFO Executing syntax check on playbook playbooks/04-build-containers.yml (0.49s) INFO Executing syntax check on playbook hooks/playbooks/rabbitmq_tuning.yml (0.48s) INFO Executing syntax check on role roles/hive (0.49s) INFO Executing syntax check on playbook roles/ci_multus/molecule/resources/verify_clean.yml (0.49s) INFO Executing syntax check on role roles/networking_mapper (0.48s) INFO Executing syntax check on role roles/edpm_kustomize (0.53s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/find_crc/converge.yml (0.48s) INFO Executing syntax check on role roles/ci_multus (0.50s) INFO Executing syntax check on playbook hooks/playbooks/federation-post-deploy.yml (0.56s) INFO Executing syntax check on playbook playbooks/bgp/prepare-bgp-hypervisor-from-controller.yaml (0.45s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/add_crc_creds/cleanup.yml (0.54s) INFO Executing syntax check on playbook roles/install_yamls/molecule/default/prepare.yml (0.54s) INFO Executing syntax check on playbook roles/ci_local_storage/molecule/default/prepare.yml (0.56s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/deploy_layout/prepare.yml (0.66s) INFO Executing syntax check on playbook roles/rhol_crc/molecule/find_crc/prepare.yml (0.51s) INFO Executing syntax check on playbook roles/cifmw_ceph_spec/molecule/default/converge.yml (0.49s) INFO Executing syntax check on role roles/cert_manager (0.48s) INFO Executing syntax check on playbook roles/openshift_login/molecule/login_token_based/prepare.yml (0.48s) INFO Executing syntax check on playbook playbooks/multi-namespace/ns2_osdp_services.yaml (0.50s) INFO Executing syntax check on role roles/ci_gen_kustomize_values (0.44s) INFO Executing syntax check on playbook roles/openshift_login/molecule/default/cleanup.yml (0.44s) INFO Executing syntax check on playbook roles/edpm_kustomize/molecule/default/converge.yml (0.44s) INFO Executing syntax check on playbook roles/repo_setup/molecule/default/converge.yml (0.54s) INFO Executing syntax check on playbook roles/ci_setup/molecule/default/converge.yml (0.53s) INFO Executing syntax check on playbook roles/cifmw_ntp/molecule/default/verify.yml (0.47s) INFO Executing syntax check on playbook hooks/playbooks/barbican-enable-proteccio.yml (0.50s) INFO Executing syntax check on role roles/edpm_build_images (0.57s) INFO Executing syntax check on role roles/deploy_bmh (0.48s) INFO Executing syntax check on playbook roles/libvirt_manager/molecule/spine_leaf/prepare.yml (0.62s) INFO Executing syntax check on role roles/ci_nmstate (0.50s) INFO Executing syntax check on playbook roles/env_op_images/molecule/default/prepare.yml (0.52s) INFO Executing syntax check on playbook hooks/playbooks/ceph.yml (0.72s) INFO Executing syntax check on playbook roles/build_push_container/molecule/default/converge.yml (0.46s) INFO Executing syntax check on playbook hooks/playbooks/switch_config.yml (0.50s) INFO Executing syntax check on playbook hooks/playbooks/delete_all_pre_adoption_resources.yaml (0.48s) INFO Executing syntax check on playbook hooks/playbooks/ironic_enroll_nodes.yml (0.52s) INFO Executing syntax check on playbook roles/edpm_build_images/molecule/default/prepare.yml (0.48s) INFO Executing syntax check on role roles/reproducer (0.69s) WARNING Listing 1 violation(s) that are fatal roles/kustomize_deploy/tasks/cleanup.yml:1: load-failure[runtimeerror]: Failed to load YAML file: roles/kustomize_deploy/tasks/cleanup.yml DEBUG Determined rule-profile order: {'internal-error': (0, 'min'), 'load-failure': (1, 'min'), 'parser-error': (2, 'min'), 'syntax-check': (3, 'min'), 'command-instead-of-module': (4, 'basic'), 'command-instead-of-shell': (5, 'basic'), 'deprecated-bare-vars': (6, 'basic'), 'deprecated-local-action': (7, 'basic'), 'deprecated-module': (8, 'basic'), 'inline-env-var': (9, 'basic'), 'key-order': (10, 'basic'), 'literal-compare': (11, 'basic'), 'jinja': (12, 'basic'), 'no-free-form': (13, 'basic'), 'no-jinja-when': (14, 'basic'), 'no-tabs': (15, 'basic'), 'partial-become': (16, 'basic'), 'playbook-extension': (17, 'basic'), 'role-name': (18, 'basic'), 'schema': (19, 'basic'), 'name': (20, 'basic'), 'var-naming': (21, 'basic'), 'yaml': (22, 'basic'), 'name': (23, 'moderate'), 'name': (24, 'moderate'), 'name': (25, 'moderate'), 'spell-var-name': (26, 'moderate'), 'avoid-implicit': (27, 'safety'), 'latest': (28, 'safety'), 'package-latest': (29, 'safety'), 'risky-file-permissions': (30, 'safety'), 'risky-octal': (31, 'safety'), 'risky-shell-pipe': (32, 'safety'), 'galaxy': (33, 'shared'), 'ignore-errors': (34, 'shared'), 'layout': (35, 'shared'), 'meta-incorrect': (36, 'shared'), 'meta-no-tags': (37, 'shared'), 'meta-video-links': (38, 'shared'), 'meta-version': (39, 'shared'), 'meta-runtime': (40, 'shared'), 'no-changed-when': (41, 'shared'), 'no-changelog': (42, 'shared'), 'no-handler': (43, 'shared'), 'no-relative-paths': (44, 'shared'), 'max-block-depth': (45, 'shared'), 'max-tasks': (46, 'shared'), 'unsafe-loop': (47, 'shared'), 'avoid-dot-notation': (48, 'production'), 'sanity': (49, 'production'), 'fqcn': (50, 'production'), 'import-task-no-when': (51, 'production'), 'meta-no-dependencies': (52, 'production'), 'single-entry-point': (53, 'production'), 'use-loop': (54, 'production')} Rule Violation Summary count tag profile rule associated tags 1 load-failure[runtimeerror] min core, unskippable Failed: 1 failure(s), 0 warning(s) on 1849 files. Profile 'production' was required.