Test suite issues causing Segmentation fault on i386 and riscv64 architecture

Hi, the Debian packaged version of HiLive2 received a bug report stating that the test suite fails on some architectures. The error is the same for i386 and riscv64 architecture so it is possibly not related to 32 or 64 bit issues (also given that arm 32 and 64 are passing the tests). The error is:

Finished all alignments.
Waiting for output tasks...
Finished output tasks.
Writing of task Lane 1 Tile 1101 Cycle b.100 failed:  File  does not exist.
 

stack trace:
  0      [0x2ab099515e]  hilive(+0x1415e)
  1      [0x3f85a01800]  __vdso_rt_sigreturn + 0
  2      [0x3f856b9162]  std::_Rb_tree_increment(std::_Rb_tree_node_base*) + 0x10
  3      [0x2ab09b16fe]  hilive(+0x306fe)
  4      [0x2ab09950dc]  hilive(+0x140dc)
  5      [0x2ab099573a]  hilive(+0x1473a)
  6      [0x3f856c8d3a]  /lib/riscv64-linux-gnu/libstdc++.so.6(+0xc8d3a)
  7      [0x3f855364ca]  /lib/riscv64-linux-gnu/libc.so.6(+0x694ca)

/tmp/autopkgtest-lxc.ysbvtcdx/downtmp/build.K31/src/debian/tests/run-unit-test: line 23:   620 Segmentation fault      hilive -b BaseCalls -i index/hiv1 -r 100R --lanes 1 --tiles   1101

(see at the end of the logs). If you might wonder what command is running just have this is the script. Kind regards, Andreas.