test.osl:9: warning: printf() uses a format string that is not a constant.
test.osl:11: error: printf has mismatched format string and arguments (arg 2 needs %d, %i, %o, %x, or %X)
test.osl:12: error: printf has mismatched format string and arguments (arg 3 needs %f, %g, or %e)
test.osl:13: error: printf has mismatched format string and arguments (arg 2 needs %d, %i, %o, %x, or %X)
test.osl:14: error: printf has mismatched format string and arguments (arg 2 needs %d, %i, %o, %x, or %X)
test.osl:15: error: printf has mismatched format string and arguments (not enough args)
test.osl:16: error: printf has mismatched format string and arguments (too many args)
FAILED test.osl
