use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh [ 08:48:36 ] Running: 'dnf install -y --skip-broken python3-pip python3-wheel python3-augeas augeas-libs python3-netifaces' Last metadata expiration check: 2:24:27 ago on Sat 28 Jan 2023 06:24:12 AM EST. Package python3-pip-22.3.1-2.fc38.noarch is already installed. Package augeas-libs-1.13.0-4.fc38.ppc64le is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python3-augeas noarch 1.1.0-7.fc38 beaker-Fedora 35 k python3-netifaces ppc64le 0.11.0-5.fc38 beaker-Fedora 23 k python3-wheel noarch 1:0.38.4-2.fc38 beaker-Fedora-Everything 103 k Installing dependencies: python3-cffi ppc64le 1.15.1-4.fc38 beaker-Fedora 338 k python3-ply noarch 3.11-18.fc38 beaker-Fedora 139 k python3-pycparser noarch 2.20-9.fc38 beaker-Fedora 156 k Transaction Summary ================================================================================ Install 6 Packages Total download size: 794 k Installed size: 3.5 M Downloading Packages: (1/6): python3-augeas-1.1.0-7.fc38.noarch.rpm 864 kB/s | 35 kB 00:00 (2/6): python3-netifaces-0.11.0-5.fc38.ppc64le. 361 kB/s | 23 kB 00:00 (3/6): python3-cffi-1.15.1-4.fc38.ppc64le.rpm 3.7 MB/s | 338 kB 00:00 (4/6): python3-pycparser-2.20-9.fc38.noarch.rpm 3.7 MB/s | 156 kB 00:00 (5/6): python3-ply-3.11-18.fc38.noarch.rpm 2.3 MB/s | 139 kB 00:00 (6/6): python3-wheel-0.38.4-2.fc38.noarch.rpm 1.9 MB/s | 103 kB 00:00 -------------------------------------------------------------------------------- Total 5.2 MB/s | 794 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-ply-3.11-18.fc38.noarch 1/6 Installing : python3-pycparser-2.20-9.fc38.noarch 2/6 Installing : python3-cffi-1.15.1-4.fc38.ppc64le 3/6 Installing : python3-augeas-1.1.0-7.fc38.noarch 4/6 Installing : python3-wheel-1:0.38.4-2.fc38.noarch 5/6 Installing : python3-netifaces-0.11.0-5.fc38.ppc64le 6/6 Running scriptlet: python3-netifaces-0.11.0-5.fc38.ppc64le 6/6 Verifying : python3-augeas-1.1.0-7.fc38.noarch 1/6 Verifying : python3-cffi-1.15.1-4.fc38.ppc64le 2/6 Verifying : python3-netifaces-0.11.0-5.fc38.ppc64le 3/6 Verifying : python3-ply-3.11-18.fc38.noarch 4/6 Verifying : python3-pycparser-2.20-9.fc38.noarch 5/6 Verifying : python3-wheel-1:0.38.4-2.fc38.noarch 6/6 Installed: python3-augeas-1.1.0-7.fc38.noarch python3-cffi-1.15.1-4.fc38.ppc64le python3-netifaces-0.11.0-5.fc38.ppc64le python3-ply-3.11-18.fc38.noarch python3-pycparser-2.20-9.fc38.noarch python3-wheel-1:0.38.4-2.fc38.noarch Complete! [ 08:48:48 ] Running: 'python3 -m pip install virtualenv && python3 -m venv /opt/stqe-venv && source /opt/stqe-venv/bin/activate' Collecting virtualenv Downloading virtualenv-20.17.1-py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 23.3 MB/s eta 0:00:00 Collecting distlib<1,>=0.3.6 Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.5/468.5 kB 8.7 MB/s eta 0:00:00 Collecting filelock<4,>=3.4.1 Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB) Collecting platformdirs<3,>=2.4 Downloading platformdirs-2.6.2-py3-none-any.whl (14 kB) Installing collected packages: distlib, platformdirs, filelock, virtualenv Successfully installed distlib-0.3.6 filelock-3.9.0 platformdirs-2.6.2 virtualenv-20.17.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [ 08:49:04 ] Running: 'python3 -m pip install wheel' Collecting wheel Downloading wheel-0.38.4-py3-none-any.whl (36 kB) Installing collected packages: wheel Successfully installed wheel-0.38.4 [ 08:49:07 ] Running: 'python3 -m pip install stqe --no-binary=stqe' DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 Collecting stqe Downloading stqe-0.1.21.tar.gz (198 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.6/198.6 kB 2.0 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting libsan Downloading libsan-0.4.0-py3-none-any.whl (205 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.5/205.5 kB 4.2 MB/s eta 0:00:00 Collecting python-augeas Downloading python-augeas-1.1.0.tar.gz (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.7/93.7 kB 2.9 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting fmf==1.1.0 Downloading fmf-1.1.0-py3-none-any.whl (36 kB) Collecting pexpect Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 1.5 MB/s eta 0:00:00 Collecting filelock Using cached filelock-3.9.0-py3-none-any.whl (9.7 kB) Collecting jsonschema Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 1.9 MB/s eta 0:00:00 Collecting ruamel.yaml Downloading ruamel.yaml-0.17.21-py3-none-any.whl (109 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.5/109.5 kB 3.2 MB/s eta 0:00:00 Collecting future Downloading future-0.18.3.tar.gz (840 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 13.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting six Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting distro Downloading distro-1.8.0-py3-none-any.whl (20 kB) Collecting netifaces Downloading netifaces-0.11.0.tar.gz (30 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipaddress Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) Collecting requests Downloading requests-2.28.2-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 1.6 MB/s eta 0:00:00 Collecting netapp-ontap Downloading netapp_ontap-9.11.1.0-py3-none-any.whl (27.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.1/27.1 MB 28.3 MB/s eta 0:00:00 Collecting ptyprocess>=0.5 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting cffi>=1.0.0 Using cached cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (472 kB) Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting attrs>=17.4.0 Downloading attrs-22.2.0-py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 1.2 MB/s eta 0:00:00 Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 1.7 MB/s eta 0:00:00 Collecting marshmallow>=3.2.1 Downloading marshmallow-3.19.0-py3-none-any.whl (49 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 858.1 kB/s eta 0:00:00 Collecting requests-toolbelt>=0.9.1 Downloading requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 1.7 MB/s eta 0:00:00 Collecting urllib3>=1.26.7 Downloading urllib3-1.26.14-py2.py3-none-any.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 7.2 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 Downloading charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (206 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.9/206.9 kB 8.9 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.1 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 6.9 MB/s eta 0:00:00 Collecting packaging>=17.0 Downloading packaging-23.0-py3-none-any.whl (42 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 kB 940.0 kB/s eta 0:00:00 Building wheels for collected packages: python-augeas, future, netifaces Building wheel for python-augeas (setup.py): started Building wheel for python-augeas (setup.py): finished with status 'done' Created wheel for python-augeas: filename=python_augeas-1.1.0-py3-none-any.whl size=21230 sha256=a69e6bb595189ce16308d0e92796c82464456b1d883d55d34d166a995b39ed8c Stored in directory: /root/.cache/pip/wheels/04/5b/c6/dc745349297a67b00ea627f0f8a2c8866b4071a34472ec88cf Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492025 sha256=bf1590b88176f615ace83c83662d991205bcb47d3f9cdfbf3e4df60d81ba2886 Stored in directory: /root/.cache/pip/wheels/83/31/5a/7539ed9c6ac3249781de831638629a4fe503168023e1a777e2 Building wheel for netifaces (setup.py): started Building wheel for netifaces (setup.py): finished with status 'done' Created wheel for netifaces: filename=netifaces-0.11.0-cp311-cp311-linux_ppc64le.whl size=38564 sha256=06bd1c8fbbe9d9ebca864be5212a1f6f1f1c19b0857da8480feef1a6b81aa8aa Stored in directory: /root/.cache/pip/wheels/07/d7/b2/90e7375a4a2cb79818e075fe29d1176c76c8fd9b5f479e2bb5 Successfully built python-augeas future netifaces Installing collected packages: ptyprocess, netifaces, ipaddress, charset-normalizer, urllib3, six, ruamel.yaml, pyrsistent, pycparser, pexpect, packaging, idna, future, filelock, distro, certifi, attrs, requests, marshmallow, jsonschema, cffi, requests-toolbelt, python-augeas, fmf, netapp-ontap, libsan, stqe DEPRECATION: stqe is being installed using the legacy 'setup.py install' method, because the '--no-binary' option was enabled for it and this currently disables local wheel building for projects that don't have a 'pyproject.toml' file. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/11451 Running setup.py install for stqe: started Running setup.py install for stqe: finished with status 'done' Successfully installed attrs-22.2.0 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-3.0.1 distro-1.8.0 filelock-3.9.0 fmf-1.1.0 future-0.18.3 idna-3.4 ipaddress-1.0.23 jsonschema-4.17.3 libsan-0.4.0 marshmallow-3.19.0 netapp-ontap-9.11.1.0 netifaces-0.11.0 packaging-23.0 pexpect-4.8.0 ptyprocess-0.7.0 pycparser-2.21 pyrsistent-0.19.3 python-augeas-1.1.0 requests-2.28.2 requests-toolbelt-0.10.1 ruamel.yaml-0.17.21 six-1.16.0 stqe-0.1.21 urllib3-1.26.14 [ 08:49:46 ] Running: '/opt/stqe-venv/bin/stqe-test run --fmf --filter component:device-mapper' INFO: [2023-01-28 08:49:52] Running: 'chmod +x /opt/stqe-venv/lib64/python3.11/site-packages/stqe//tests/install_lvm2.py'... ============================================================================================================== Running install 'install_lvm2.py' ============================================================================================================== INFO: [2023-01-28 08:49:52] Running: 'fmf_name='install_lvm2.py' fmf_install='True' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/install_lvm2.py'... INFO: dnf is installed (dnf-4.14.0-2.fc38.noarch) INFO: [2023-01-28 08:49:53] Running: 'dnf install -y lvm2'... Last metadata expiration check: 2:25:44 ago on Sat 28 Jan 2023 06:24:12 AM EST. Package lvm2-2.03.18-2.fc38.ppc64le is already installed. Dependencies resolved. Nothing to do. Complete! INFO: lvm2 was successfully installed ============================================================================================================== Running test 'dm/error_block_alignment' ============================================================================================================== INFO: [2023-01-28 08:50:01] Running: 'fmf_tier='1' fmf_expected_out='Input/output error' fmf_expected_ret='1' fmf_name='dm/error_block_alignment' /opt/stqe-venv/bin/python3 /opt/stqe-venv/lib64/python3.11/site-packages/stqe/tests/dm/error_block_alignment.py'... INFO: [2023-01-28 08:50:02] Running: 'dmsetup create tst_zero --table '0 131072 zero''... INFO: [2023-01-28 08:50:02] Running: 'dmsetup create tst_error --table '0 131072 error';'... INFO: [2023-01-28 08:50:02] Running: 'dmsetup create tst_err_writes << EOF 0 22480 linear /dev/mapper/tst_zero 0 22480 32 delay /dev/mapper/tst_zero 22480 0 /dev/mapper/tst_error 22480 0 22512 108560 linear /dev/mapper/tst_zero 22512 EOF'... INFO: [2023-01-28 08:50:02] Testing aligned with params cmd = dd if=/dev/mapper/tst_err_writes of=/dev/mapper/tst_err_writes bs=4M iflag=direct oflag=direct; INFO: [2023-01-28 08:50:02] Running: 'dd if=/dev/mapper/tst_err_writes of=/dev/mapper/tst_err_writes bs=4M iflag=direct oflag=direct;'... dd: error writing '/dev/mapper/tst_err_writes': Input/output error 3+0 records in 2+0 records out 8388608 bytes (8.4 MB, 8.0 MiB) copied, 0.000985854 s, 8.5 GB/s INFO: [2023-01-28 08:50:02] Testing misaligned. with params cmd = dd if=/dev/mapper/tst_err_writes of=/dev/mapper/tst_err_writes bs=2M iflag=direct oflag=direct INFO: [2023-01-28 08:50:02] Running: 'dd if=/dev/mapper/tst_err_writes of=/dev/mapper/tst_err_writes bs=2M iflag=direct oflag=direct'...