<86>Oct 29 14:01:39 userdel[3485026]: delete user 'rooter' <86>Oct 29 14:01:40 groupadd[3485129]: group added to /etc/group: name=rooter, GID=1238 <86>Oct 29 14:01:40 groupadd[3485129]: group added to /etc/gshadow: name=rooter <86>Oct 29 14:01:40 groupadd[3485129]: new group: name=rooter, GID=1238 <86>Oct 29 14:01:40 useradd[3485306]: new user: name=rooter, UID=1238, GID=1238, home=/root, shell=/bin/bash, from=none <86>Oct 29 14:01:40 userdel[3485463]: delete user 'builder' <86>Oct 29 14:01:40 userdel[3485463]: removed group 'builder' owned by 'builder' <86>Oct 29 14:01:40 userdel[3485463]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 14:01:40 groupadd[3485610]: group added to /etc/group: name=builder, GID=1239 <86>Oct 29 14:01:40 groupadd[3485610]: new group: name=builder, GID=1239 <86>Oct 29 14:01:40 useradd[3485704]: new user: name=builder, UID=1239, GID=1239, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 14:01:45 rpmi: libbtrfs-6.11-alt1 sisyphus+357947.100.1.1 1726820568 installed <13>Oct 29 14:01:45 rpmi: libbtrfs-devel-6.11-alt1 sisyphus+357947.100.1.1 1726820568 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/btrfs-compsize-1.5-alt1.nosrc.rpm (w1.gzdio) Installing btrfs-compsize-1.5-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42384 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf btrfs-compsize-1.5 + echo 'Source #0 (btrfs-compsize-1.5.tar):' Source #0 (btrfs-compsize-1.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/btrfs-compsize-1.5.tar + cd btrfs-compsize-1.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (btrfs-compsize.patch):' Patch #0 (btrfs-compsize.patch): + /usr/bin/patch -p2 patching file compsize.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.42384 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd btrfs-compsize-1.5 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/btrfs-compsize-1.5' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o radix-tree.o radix-tree.c In file included from radix-tree.c:39: kerncompat.h:124:9: warning: "__bitwise__" redefined 124 | #define __bitwise__ | ^~~~~~~~~~~ In file included from kerncompat.h:30: /usr/include/linux/types.h:29:9: note: this is the location of the previous definition 29 | #define __bitwise__ __bitwise | ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/btrfs-compsize-1.5' make: Entering directory '/usr/src/RPM/BUILD/btrfs-compsize-1.5' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o compsize.o compsize.c In file included from compsize.c:17: radix-tree.h:51:9: error: unknown type name 'gfp_t' 51 | gfp_t gfp_mask; | ^~~~~ radix-tree.h:78:24: error: unknown type name 'gfp_t' 78 | int radix_tree_preload(gfp_t gfp_mask); | ^~~~~ radix-tree.h: In function 'radix_tree_preload_end': radix-tree.h:94:9: error: implicit declaration of function 'preempt_enable' [-Wimplicit-function-declaration] 94 | preempt_enable(); | ^~~~~~~~~~~~~~ compsize.c: In function 'parse_file_extent_item': compsize.c:169:5: error: implicit declaration of function 'radix_tree_preload'; did you mean 'radix_tree_preload_end'? [-Wimplicit-function-declaration] 169 | radix_tree_preload(GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~ | radix_tree_preload_end compsize.c:169:24: error: 'GFP_KERNEL' undeclared (first use in this function); did you mean 'SI_KERNEL'? 169 | radix_tree_preload(GFP_KERNEL); | ^~~~~~~~~~ | SI_KERNEL compsize.c:169:24: note: each undeclared identifier is reported only once for each function it appears in compsize.c: In function 'do_file': compsize.c:196:13: error: 'errno' undeclared (first use in this function) 196 | if (errno == ENOTTY) | ^~~~~ compsize.c:19:1: note: 'errno' is defined in header ''; this is probably fixable by adding '#include ' 18 | #include "endianness.h" +++ |+#include 19 | compsize.c:196:22: error: 'ENOTTY' undeclared (first use in this function); did you mean 'N_TTY'? 196 | if (errno == ENOTTY) | ^~~~~~ | N_TTY compsize.c: In function 'do_recursive_search': compsize.c:248:17: error: 'errno' undeclared (first use in this function) 248 | if (errno == ELOOP // symlink | ^~~~~ compsize.c:248:17: note: 'errno' is defined in header ''; this is probably fixable by adding '#include ' compsize.c:248:26: error: 'ELOOP' undeclared (first use in this function) 248 | if (errno == ELOOP // symlink | ^~~~~ compsize.c:249:26: error: 'ENXIO' undeclared (first use in this function) 249 | || errno == ENXIO // some device nodes | ^~~~~ compsize.c:250:26: error: 'ENODEV' undeclared (first use in this function); did you mean 'NODEV'? 250 | || errno == ENODEV // /dev/ptmx | ^~~~~~ | NODEV compsize.c:251:26: error: 'ENOMEDIUM' undeclared (first use in this function) 251 | || errno == ENOMEDIUM// more device nodes | ^~~~~~~~~ compsize.c:252:26: error: 'ENOENT' undeclared (first use in this function) 252 | || errno == ENOENT) // something just deleted | ^~~~~~ compsize.c:254:31: error: 'EACCES' undeclared (first use in this function) 254 | else if (errno == EACCES) | ^~~~~~ compsize.c:277:26: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 277 | path_size += strlen(path) + NAME_MAX; | ^~~~~~ compsize.c:19:1: note: include '' or provide a declaration of 'strlen' 18 | #include "endianness.h" +++ |+#include 19 | compsize.c:277:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 277 | path_size += strlen(path) + NAME_MAX; | ^~~~~~ compsize.c:277:26: note: include '' or provide a declaration of 'strlen' compsize.c:292:26: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 292 | if (!strcmp(de->d_name, ".")) | ^~~~~~ compsize.c:292:26: note: include '' or provide a declaration of 'strcmp' compsize.c:296:41: error: implicit declaration of function 'strrchr' [-Wimplicit-function-declaration] 296 | const char *slash = strrchr(path, '/'); | ^~~~~~~ compsize.c:296:41: note: include '' or provide a declaration of 'strrchr' compsize.c:296:41: warning: incompatible implicit declaration of built-in function 'strrchr' [-Wbuiltin-declaration-mismatch] compsize.c:296:41: note: include '' or provide a declaration of 'strrchr' make: *** [Makefile:19: compsize.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/btrfs-compsize-1.5' error: Bad exit status from /usr/src/tmp/rpm-tmp.42384 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.42384 (%build) Command exited with non-zero status 1 0.15user 0.06system 0:00.31elapsed 70%CPU (0avgtext+0avgdata 24580maxresident)k 0inputs+0outputs (0major+13217minor)pagefaults 0swaps hsh-rebuild: rebuild of `btrfs-compsize-1.5-alt1.src.rpm' failed. Command exited with non-zero status 1 5.51user 2.20system 0:13.81elapsed 55%CPU (0avgtext+0avgdata 135916maxresident)k 152inputs+0outputs (0major+182624minor)pagefaults 0swaps