========== build_32bit - FAILED .pylintrc: warning: ignored by one of the .gitignore files In file included from : ../net/homa/homa_plumbing.c: In function ‘homa_load’: ./../include/linux/compiler_types.h:568:45: error: call to ‘__compiletime_assert_1121’ declared with attribute error: BUILD_BUG_ON failed: sizeof(struct homa_recvmsg_args) != 88 568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:549:25: note: in definition of macro ‘__compiletime_assert’ 549 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:568:9: note: in expansion of macro ‘_compiletime_assert’ 568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/homa/homa_plumbing.c:216:9: note: in expansion of macro ‘BUILD_BUG_ON’ 216 | BUILD_BUG_ON(sizeof(struct homa_recvmsg_args) != 88); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/homa/homa_plumbing.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:554: net/homa] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files In file included from : ../net/homa/homa_plumbing.c: In function ‘homa_load’: ./../include/linux/compiler_types.h:568:45: error: call to ‘__compiletime_assert_1121’ declared with attribute error: BUILD_BUG_ON failed: sizeof(struct homa_recvmsg_args) != 88 568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ./../include/linux/compiler_types.h:549:25: note: in definition of macro ‘__compiletime_assert’ 549 | prefix ## suffix(); \ | ^~~~~~ ./../include/linux/compiler_types.h:568:9: note: in expansion of macro ‘_compiletime_assert’ 568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ../net/homa/homa_plumbing.c:216:9: note: in expansion of macro ‘BUILD_BUG_ON’ 216 | BUILD_BUG_ON(sizeof(struct homa_recvmsg_args) != 88); | ^~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/homa/homa_plumbing.o] Error 1 make[4]: *** [../scripts/Makefile.build:554: net/homa] Error 2 make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.jkYikZodEU 2025-07-02 22:38:27.208672904 -0700 +++ /tmp/tmp.RgEkjH0DKT 2025-07-02 22:38:51.991383960 -0700 @@ -1,0 +2,27 @@ +In file included from : +../net/homa/homa_plumbing.c: In function ‘homa_load’: +./../include/linux/compiler_types.h:568:45: error: call to ‘__compiletime_assert_1121’ declared with attribute error: BUILD_BUG_ON failed: sizeof(struct homa_recvmsg_args) != 88 + 568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^ +./../include/linux/compiler_types.h:549:25: note: in definition of macro ‘__compiletime_assert’ + 549 | prefix ## suffix(); \ + | ^~~~~~ +./../include/linux/compiler_types.h:568:9: note: in expansion of macro ‘_compiletime_assert’ + 568 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) + | ^~~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ + 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) + | ^~~~~~~~~~~~~~~~~~ +../include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ + 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) + | ^~~~~~~~~~~~~~~~ +../net/homa/homa_plumbing.c:216:9: note: in expansion of macro ‘BUILD_BUG_ON’ + 216 | BUILD_BUG_ON(sizeof(struct homa_recvmsg_args) != 88); + | ^~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:287: net/homa/homa_plumbing.o] Error 1 +make[4]: *** [../scripts/Makefile.build:554: net/homa] Error 2 +make[3]: *** [../scripts/Makefile.build:554: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2003: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown