Hi Rajendra On Sun, 6 Mar 2022 at 12:42, Rajendra Kharat1 <rajendra.khar...@ibm.com> wrote: > Could you please share the steps to reproduce the issue. > As when I am trying to reproduce I ran into different problem of segmentation > fault. > Below are the steps that I followed. > 1. Install python3-xarray on debian on s390x arch. > 2. cd /usr/lib/python3/dist-packages/xarray > 3. python3 -m pytest tests/ -vvv > > For now I am debugging the segmentation fault, however just wanted to > validate the steps to reproduce.
Here's a quick and dirty way to run autopkgtests locally: sudo apt install autopkgtest apt source python-xarray sudo autopkgtest -B python-xarray-0.17.0/ -- null Regards Graham