util.c: In function ‘prepare_append’:
util.c:653:7: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  653 |       read (out_file_des, tmp_buf, useful_bytes_in_block);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: All 17 tests were run,
1 failed unexpectedly.
make[2]: *** [Makefile:2001: check-local] Error 1
make[1]: *** [Makefile:1855: check-am] Error 2
make: *** [Makefile:1823: check-recursive] Error 1
Traceback (most recent call last):
  File "/var/pisi/cpio/actions.py", line 27, in check
    autotools.make("check")
  File "/usr/lib/pisilinux/pisi/actionsapi/autotools.py", line 103, in make
    if system('make %s %s' % (get.makeJOBS(), parameters)):
  File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
    error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
  File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
    raise Error(msg)
pisi.actionsapi.Error: Command "make -j5 check" failed, return value was 2.
Action script error caught.
*** 1 error(s), 0 warning(s)
Program terminated.