START sys/kern/realpath 2024-07-26T00:33:14Z ==== run-regress-realpathtest ==== cc -O2 -pipe -MD -MP -c /usr/src/regress/sys/kern/realpath/realpathtest.c /usr/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] RP_SHOULD_FAIL(NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/regress/sys/kern/realpath/realpathtest.c:84:44: note: expanded from macro 'RP_SHOULD_FAIL' "returned '%s'", __FILE__, __LINE__, (A), rc.r2); \ ^~~ /usr/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] RP_SHOULD_FAIL(NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/regress/sys/kern/realpath/realpathtest.c:87:44: note: expanded from macro 'RP_SHOULD_FAIL' "returned '%s'", __FILE__, __LINE__, (A), rc.r3); \ ^~~ /usr/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] RP_SHOULD_FAIL(NULL, NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/regress/sys/kern/realpath/realpathtest.c:90:55: note: expanded from macro 'RP_SHOULD_FAIL' "match realpath3 errno %d", __FILE__, __LINE__, (A),\ ^~~ fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'realpathtest.o') FAILED FAIL sys/kern/realpath *** Error 1 in . (:87 'realpathtest.o')