# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_error_handling.yml ********************************************* 2 plays in /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml:4 Saturday 15 June 2024 11:24:16 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] => { "ansible_facts": { "nbde_client_test_pass": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciln20ctup/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Test error handling] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml:8 Saturday 15 June 2024 11:24:16 +0000 (0:00:00.009) 0:00:00.022 ********* ok: [sut] META: ran handlers TASK [Set up test environment] ************************************************* task path: /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml:19 Saturday 15 June 2024 11:24:17 +0000 (0:00:00.653) 0:00:00.676 ********* included: /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml for sut TASK [Include general tests variables] ***************************************** task path: /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:2 Saturday 15 June 2024 11:24:17 +0000 (0:00:00.022) 0:00:00.698 ********* ok: [sut] => { "ansible_facts": { "nbde_client_test_device": "/tmp/.nbde_client_dev_test" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciln20ctup/tests/vars/main.yml" ], "changed": false } TASK [Ensure Ansible facts required by tests] ********************************** task path: /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:5 Saturday 15 June 2024 11:24:17 +0000 (0:00:00.008) 0:00:00.707 ********* ok: [sut] TASK [Set version specific variables] ****************************************** task path: /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:17 Saturday 15 June 2024 11:24:17 +0000 (0:00:00.303) 0:00:01.010 ********* ok: [sut] => { "ansible_facts": { "nbde_client_test_packages": [ "cryptsetup" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciln20ctup/tests/vars/CentOS_8.yml" ], "changed": false } TASK [Print all available facts] *********************************************** task path: /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:32 Saturday 15 June 2024 11:24:17 +0000 (0:00:00.024) 0:00:01.035 ********* ok: [sut] => { "ansible_facts": { "all_ipv4_addresses": [ "10.31.41.40" ], "all_ipv6_addresses": [ "fe80::ce0:1cff:febd:8c9b" ], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "bios_date": "08/24/2006", "bios_version": "4.11.amazon", "cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "crashkernel": "auto", "net.ifnames": "0", "quiet": true, "rhgb": true, "ro": true, "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2" }, "date_time": { "date": "2024-06-15", "day": "15", "epoch": "1718450657", "hour": "07", "iso8601": "2024-06-15T11:24:17Z", "iso8601_basic": "20240615T072417385851", "iso8601_basic_short": "20240615T072417", "iso8601_micro": "2024-06-15T11:24:17.385851Z", "minute": "24", "month": "06", "second": "17", "time": "07:24:17", "tz": "EDT", "tz_offset": "-0400", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "24", "year": "2024" }, "default_ipv4": { "address": "10.31.41.40", "alias": "eth0", "broadcast": "10.31.43.255", "gateway": "10.31.40.1", "interface": "eth0", "macaddress": "0e:e0:1c:bd:8c:9b", "mtu": 9001, "netmask": "255.255.252.0", "network": "10.31.40.0", "type": "ether" }, "default_ipv6": {}, "device_links": { "ids": {}, "labels": {}, "masters": {}, "uuids": { "xvda1": [ "fe591198-9082-4b15-9b62-e83518524cd2" ] } }, "devices": { "xvda": { "holders": [], "host": "", "links": { "ids": [], "labels": [], "masters": [], "uuids": [] }, "model": null, "partitions": { "xvda1": { "holders": [], "links": { "ids": [], "labels": [], "masters": [], "uuids": [ "fe591198-9082-4b15-9b62-e83518524cd2" ] }, "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "start": "2048", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "support_discard": "0", "vendor": null, "virtual": 1 } }, "discovered_interpreter_python": "/usr/libexec/platform-python", "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/redhat-release", "distribution_file_variety": "RedHat", "distribution_major_version": "8", "distribution_release": "NA", "distribution_version": "8", "dns": { "nameservers": [ "10.29.169.13", "10.29.170.12", "10.2.32.1" ], "search": [ "us-east-1.aws.redhat.com" ] }, "domain": "us-east-1.aws.redhat.com", "effective_group_id": 0, "effective_user_id": 0, "env": { "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "2", "SSH_CLIENT": "10.29.163.182 51398 22", "SSH_CONNECTION": "10.29.163.182 51398 10.31.41.40 22", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_ID": "6", "_": "/usr/libexec/platform-python", "which_declare": "declare -f" }, "eth0": { "active": true, "device": "eth0", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "off [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "off [fixed]", "netns_local": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_sctp": "off [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "off [fixed]", "tx_nocache_copy": "off", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "off [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "10.31.41.40", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0" }, "ipv6": [ { "address": "fe80::ce0:1cff:febd:8c9b", "prefix": "64", "scope": "link" } ], "macaddress": "0e:e0:1c:bd:8c:9b", "module": "xen_netfront", "mtu": 9001, "pciid": "vif-0", "promisc": false, "timestamping": [], "type": "ether" }, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ip-10-31-41-40.us-east-1.aws.redhat.com", "gather_subset": [ "min" ], "hostname": "ip-10-31-41-40", "hostnqn": "", "interfaces": [ "lo", "eth0" ], "is_chroot": false, "iscsi_iqn": "", "kernel": "4.18.0-553.5.1.el8.x86_64", "kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "lo": { "active": true, "device": "lo", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "on [fixed]", "netns_local": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "on", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "on [fixed]", "tx_nocache_copy": "off [fixed]", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_sctp_segmentation": "on", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "on [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "timestamping": [], "type": "loopback" }, "lsb": {}, "machine": "x86_64", "machine_id": "69f3b8e084b247cf813799bc358b3698", "memfree_mb": 3015, "memory_mb": { "nocache": { "free": 3351, "used": 188 }, "real": { "free": 3015, "total": 3539, "used": 524 }, "swap": { "cached": 0, "free": 0, "total": 0, "used": 0 } }, "memtotal_mb": 3539, "module_setup": true, "mounts": [ { "block_available": 64387653, "block_size": 4096, "block_total": 65533179, "block_used": 1145526, "device": "/dev/xvda1", "fstype": "xfs", "inode_available": 130996638, "inode_total": 131071472, "inode_used": 74834, "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 263731826688, "size_total": 268423901184, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } ], "nodename": "ip-10-31-41-40.us-east-1.aws.redhat.com", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "crashkernel": "auto", "net.ifnames": "0", "quiet": true, "rhgb": true, "ro": true, "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2" }, "processor": [ "0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz" ], "processor_cores": 1, "processor_count": 1, "processor_threads_per_core": 2, "processor_vcpus": 2, "product_name": "HVM domU", "product_serial": "ec2439f7-3c89-7b8c-b84e-c9155200efde", "product_uuid": "ec2439f7-3c89-7b8c-b84e-c9155200efde", "product_version": "4.11.amazon", "python": { "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 8, "minor": 6, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 6, 8, "final", 0 ] }, "python_version": "3.6.8", "real_group_id": 0, "real_user_id": 0, "selinux": { "config_mode": "enforcing", "mode": "enforcing", "policyvers": 33, "status": "enabled", "type": "targeted" }, "selinux_python_present": true, "service_mgr": "systemd", "ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBANb2uXW0IqRhpzOr6I0yns1d18PRpBDx/qfCOt7ABb3/JYoW6VU9Gf6O71YqVkSINkEa4KrBqEUkfzQZ3zIdbzGgVEuJtCqp7Mz3udIlO9lFhdpWOtik3t/zyTq8XG6S1lc6QQ10PQ9SEqEaRqMsXuLqz+15lwIzvma33O2wiEc9AAAAFQDg6w7wMWyFpV+7VMLY+oHlG22s3wAAAIAlGjJ4yaqHLrqexsq7LvOcF5rNFzVfhVJPGzRgWn54fduJJXgny/5KsAqa5KB4jRAHu/a3Fg0HKU6wvXzgtVVZMKuEnQx7iRGpFM/9YjYThEs/fevtwYbjuG+2IbPi1wU/WCbqk2eEcE7WWHApAN81n2a0DIr45lCXVXWfz8yfQQAAAIEAgTBm/Nl/ArdroBlIeF9hFAXRb31R7IKx5ESENloz9FzEUeuuAxUwZ+aG0NPuGCwNsE0Lk/LvvCoPlcpXMoxBK6IEK7jJeL1RpxTv3gAIlHRbGsb/0eHplxkTKzZ3gP9I9ZjfvGL2HyJgUQF62pEc/IDHdh1/s7Qp01JT0kATl+k=", "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPE1YdnadiXOuhTM2EcM5SFDhlZmyDUHLlUlyVugHWVmBO2rgVsUiIYqrI6GErBIFzttDKdoXtgJaDGfJThyuu8=", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPC/7dwXs4mjF13SxG5ScHfUBVByfroSVvzSutdFpIXt", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC/37MsafNeGyrXT0YEe/a87gNqy3d3XbXPCdB8TMJGoIkHu1XTfbOv0l5wbqZGj7RftvXJbYuk++KciQnsYqZLYHESFtUZiu7MDr4EGNkUuNRVwNxa77gkMo86xNzaOhMUX44LLeQeAR4zsOKnhL3HPnjDohxxBiDCVYn/ESkEqmA+UN81puRVBCf7O3q9H3bd813SIbTSScYQBR2i9uKkAIYrq6pvs+rM0nYjPsypAFtPtpffF9PBwRv4Zi74KOc/gk6fBlK7c9+VC4qo0/sBU7lt1HTFT8LP8Mh+uzgt3Y9DEfuBB7nppjRuuvkzp2nRtPN++GoaU3uN78UVynMVQbJkJVQJ9L8zyKnwC/cZ+Mz+wE0Dszqumpzc5rE0RXsJXJAcYQfLbUQQ6tViTc2VxBsjZhv3XHJFmRiIX4LDHS5JaHUQImpKo3YbZZn4f+mfhdkQXkfdPmenAby3jfhmBftdC3hRUOUiGHu+dkCmyA2bXTP39WXu5TMvpCw9Q8k=", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": [], "system_capabilities_enforced": "False", "system_vendor": "Xen", "uptime_seconds": 512, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_type": "xen" } } TASK [Install required packages for nbde_client tests] ************************* task path: /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:36 Saturday 15 June 2024 11:24:17 +0000 (0:00:00.026) 0:00:01.061 ********* fatal: [sut]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist to retry, use: --limit @/tmp/tests_error_handling.retry PLAY RECAP ********************************************************************* sut : ok=7 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Saturday 15 June 2024 11:24:18 +0000 (0:00:00.901) 0:00:01.962 ********* =============================================================================== Install required packages for nbde_client tests ------------------------- 0.90s /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:36 ------------------ Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml:8 --------------- Ensure Ansible facts required by tests ---------------------------------- 0.30s /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:5 ------------------- Print all available facts ----------------------------------------------- 0.03s /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:32 ------------------ Set version specific variables ------------------------------------------ 0.02s /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:17 ------------------ Set up test environment ------------------------------------------------- 0.02s /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml:19 -------------- Include vault variables ------------------------------------------------- 0.01s /WORKDIR/git-weekly-ciln20ctup/tests/tests_error_handling.yml:4 --------------- Include general tests variables ----------------------------------------- 0.01s /WORKDIR/git-weekly-ciln20ctup/tests/tasks/setup_test.yml:2 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---