phoronix-test-suite / test-profiles

A read-only Git copy of the OpenBenchmarking.org test profiles.
Other
68 stars 80 forks source link

pts/build-linux-kernel-1.14.0 missing cpio dependency #263

Closed cuihaoleo closed 1 year ago

cuihaoleo commented 1 year ago

Hi, I ran pts/build-linux-kernel-1.14.0 + allmodconfig inside phoronix/pts docker image and get the error The test quit with a non-zero exit status.

To debug, I docker exec into the container and build the kernel myself with:

make allmodconfig
make -j1

The error I saw was:

make[1]: *** [kernel/Makefile:161: kernel/kheaders_data.tar.xz] Error 127                                                                                                                      
make: *** [Makefile:1834: kernel] Error 2                                                                                                                                                      
make: *** Waiting for unfinished jobs....

Installing cpio package solves the error. Please add the package as a dependency.