ehlo,
I was able to reproduce failed build in covergae phase on local machine.
It seems that gcc did some optimization and used execve instead of execle when the code was instrumented for coverage analysis.
So the exec* function was not wrapped and it tried to call real binary ipa-getkeytab. Obviously it failed.
LS