Making check in gl/lib make[1]: Entering directory '/sources/libpipeline-1.5.3/gl/lib' make check-recursive make[2]: Entering directory '/sources/libpipeline-1.5.3/gl/lib' make[3]: Entering directory '/sources/libpipeline-1.5.3/gl/lib' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/sources/libpipeline-1.5.3/gl/lib' make[2]: Leaving directory '/sources/libpipeline-1.5.3/gl/lib' make[1]: Leaving directory '/sources/libpipeline-1.5.3/gl/lib' Making check in lib make[1]: Entering directory '/sources/libpipeline-1.5.3/lib' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/sources/libpipeline-1.5.3/lib' Making check in man make[1]: Entering directory '/sources/libpipeline-1.5.3/man' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/sources/libpipeline-1.5.3/man' Making check in tests make[1]: Entering directory '/sources/libpipeline-1.5.3/tests' make basic argstr exec inspect pump read redirect make[2]: Entering directory '/sources/libpipeline-1.5.3/tests' CC basic.o CC common.o CC argstr.o CC exec.o In file included from common.h:3, from common.c:32: common.c: In function 'temp_dir_setup': common.c:40:23: warning: too many arguments for format [-Wformat-extra-args] 40 | fail ("mkdtemp failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~~~~ In file included from common.h:3, from exec.c:35: exec.c: In function 'test_exec_process_fn': exec.c:62:31: warning: too many arguments for format [-Wformat-extra-args] 62 | fail ("fork failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~ exec.c:71:31: warning: too many arguments for format [-Wformat-extra-args] 71 | fail ("waitpid failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~~~~ exec.c: In function 'test_exec_function_fn': exec.c:105:31: warning: too many arguments for format [-Wformat-extra-args] 105 | fail ("fork failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~ exec.c:114:31: warning: too many arguments for format [-Wformat-extra-args] 114 | fail ("waitpid failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~~~~ CC inspect.o CC pump.o CC read.o CC redirect.o In file included from common.h:3, from read.c:34: read.c: In function 'test_read_long_line_fn': read.c:59:23: warning: too many arguments for format [-Wformat-extra-args] 59 | fail ("fopen failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~~ CCLD basic CCLD argstr CCLD exec In file included from common.h:3, from redirect.c:35: redirect.c: In function 'test_redirect_files_fn': redirect.c:48:23: warning: too many arguments for format [-Wformat-extra-args] 48 | fail ("mkstemp failed: %s", strerror (errno)); | ^~~~~~~~~~~~~~~~~~~~ CCLD inspect CCLD pump CCLD read CCLD redirect make[2]: Leaving directory '/sources/libpipeline-1.5.3/tests' make check-TESTS make[2]: Entering directory '/sources/libpipeline-1.5.3/tests' make[3]: Entering directory '/sources/libpipeline-1.5.3/tests' PASS: argstr PASS: inspect PASS: exec PASS: basic PASS: pump PASS: redirect PASS: read ============================================================================ Testsuite summary for libpipeline 1.5.3 ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/sources/libpipeline-1.5.3/tests' make[2]: Leaving directory '/sources/libpipeline-1.5.3/tests' make[1]: Leaving directory '/sources/libpipeline-1.5.3/tests' make[1]: Entering directory '/sources/libpipeline-1.5.3' make[1]: Leaving directory '/sources/libpipeline-1.5.3'