ERROR:root:In file included from ../include/kunit/static_stub.h:18, from ../net/mctp/route.c:20: ../net/mctp/test/route-test.c: In function ‘mctp_test_fragment’: ../net/mctp/test/route-test.c:74:39: error: ‘typeof’ applied to a bit-field 74 | KUNIT_EXPECT_EQ(test, hdr2->ver, hdr.ver); | ^~~~ ../include/kunit/test.h:839:22: note: in definition of macro ‘KUNIT_BASE_BINARY_ASSERTION’ 839 | const typeof(left) __left = (left); \ | ^~~~ ../include/kunit/test.h:1036:9: note: in expansion of macro ‘KUNIT_BINARY_INT_ASSERTION’ 1036 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/kunit/test.h:1033:9: note: in expansion of macro ‘KUNIT_EXPECT_EQ_MSG’ 1033 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ ../net/mctp/test/route-test.c:74:17: note: in expansion of macro ‘KUNIT_EXPECT_EQ’ 74 | KUNIT_EXPECT_EQ(test, hdr2->ver, hdr.ver); | ^~~~~~~~~~~~~~~ ../net/mctp/test/route-test.c:74:50: error: ‘typeof’ applied to a bit-field 74 | KUNIT_EXPECT_EQ(test, hdr2->ver, hdr.ver); | ^~~ ../include/kunit/test.h:840:22: note: in definition of macro ‘KUNIT_BASE_BINARY_ASSERTION’ 840 | const typeof(right) __right = (right); \ | ^~~~~ ../include/kunit/test.h:1036:9: note: in expansion of macro ‘KUNIT_BINARY_INT_ASSERTION’ 1036 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/kunit/test.h:1033:9: note: in expansion of macro ‘KUNIT_EXPECT_EQ_MSG’ 1033 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ ../net/mctp/test/route-test.c:74:17: note: in expansion of macro ‘KUNIT_EXPECT_EQ’ 74 | KUNIT_EXPECT_EQ(test, hdr2->ver, hdr.ver); | ^~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:289: net/mctp/route.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:548: net/mctp] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-kunit/testing/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-kunit/testing/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2