<86>Jun 22 02:09:22 userdel[343736]: delete user 'rooter' <86>Jun 22 02:09:22 userdel[343736]: removed group 'rooter' owned by 'rooter' <86>Jun 22 02:09:22 userdel[343736]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 22 02:09:22 groupadd[343778]: group added to /etc/group: name=rooter, GID=1868 <86>Jun 22 02:09:22 groupadd[343778]: group added to /etc/gshadow: name=rooter <86>Jun 22 02:09:22 groupadd[343778]: new group: name=rooter, GID=1868 <86>Jun 22 02:09:22 useradd[343795]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Jun 22 02:09:22 userdel[343831]: delete user 'builder' <86>Jun 22 02:09:22 userdel[343831]: removed group 'builder' owned by 'builder' <86>Jun 22 02:09:22 userdel[343831]: removed shadow group 'builder' owned by 'builder' <86>Jun 22 02:09:22 groupadd[343859]: group added to /etc/group: name=builder, GID=1869 <86>Jun 22 02:09:22 groupadd[343859]: group added to /etc/gshadow: name=builder <86>Jun 22 02:09:22 groupadd[343859]: new group: name=builder, GID=1869 <86>Jun 22 02:09:22 useradd[343881]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none <13>Jun 22 02:09:23 rpmi: hardlink-2.38.1-alt1 sisyphus+308470.100.1.1 1665845329 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/tzdata-2022g-alt1.nosrc.rpm (w1.gzdio) Installing tzdata-2022g-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98441 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tzdata-2022g-alt1 + echo 'Source #0 (tzdata-2022g-alt1.tar):' Source #0 (tzdata-2022g-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/tzdata-2022g-alt1.tar + cd tzdata-2022g-alt1 + /bin/chmod -c -Rf u+rwX,go-w . + xz -9k NEWS + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98441 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tzdata-2022g-alt1 + make MANTXTS= 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' VERSION=2022g make: Entering directory '/usr/src/RPM/BUILD/tzdata-2022g-alt1' { (type git) >/dev/null 2>&1 && \ V=`git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \ --abbrev=7 --dirty` || \ if test '2022g' = unknown && V=`cat version`; then \ case $V in *-dirty);; *) V=$V-dirty;; esac; \ else \ V='2022g'; \ fi; } && \ printf '%s\n' "$V" >version.out mv version.out version VERSION=`cat version` && sed \ -e 's|#!/bin/bash|#!/bin/bash|g' \ -e 's|AWK=[^}]*|AWK='\''awk'\''|g' \ -e 's|\(PKGVERSION\)=.*|\1='\''(tzcode) '\''|' \ -e 's|\(REPORT_BUGS_TO\)=.*|\1=tz@iana.org|' \ -e 's|TZDIR=[^}]*|TZDIR=/usr/share/zoneinfo|' \ -e 's|\(TZVERSION\)=.*|\1='"$VERSION"'|' \ tzselect.out chmod +x tzselect.out mv tzselect.out tzselect VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o zic.o zic.c zic.c:462:1: warning: 'noreturn' attribute ignored [-Wattributes] 462 | static ATTRIBUTE_NORETURN void | ^~~~~~ zic.c:462:27: error: expected identifier or '(' before 'void' 462 | static ATTRIBUTE_NORETURN void | ^~~~ zic.c:469:1: warning: 'noreturn' attribute ignored [-Wattributes] 469 | static ATTRIBUTE_NORETURN void | ^~~~~~ zic.c:469:27: error: expected identifier or '(' before 'void' 469 | static ATTRIBUTE_NORETURN void | ^~~~ zic.c: In function 'size_sum': zic.c:487:3: warning: implicit declaration of function 'size_overflow' [-Wimplicit-function-declaration] 487 | size_overflow(); | ^~~~~~~~~~~~~ zic.c: In function 'memcheck': zic.c:525:11: warning: implicit declaration of function 'memory_exhausted' [-Wimplicit-function-declaration] 525 | memory_exhausted(strerror(HAVE_MALLOC_ERRNO ? errno : ENOMEM)); | ^~~~~~~~~~~~~~~~ zic.c: At top level: zic.c:669:1: warning: 'noreturn' attribute ignored [-Wattributes] 669 | static ATTRIBUTE_NORETURN void | ^~~~~~ zic.c:669:27: error: expected identifier or '(' before 'void' 669 | static ATTRIBUTE_NORETURN void | ^~~~ zic.c: In function 'main': zic.c:1004:25: warning: implicit declaration of function 'usage' [-Wimplicit-function-declaration] 1004 | usage(stdout, EXIT_SUCCESS); | ^~~~~ zic.c: At top level: zic.c:3728:1: warning: 'noreturn' attribute ignored [-Wattributes] 3728 | static ATTRIBUTE_NORETURN void | ^~~~~~ zic.c:3728:27: error: expected identifier or '(' before 'void' 3728 | static ATTRIBUTE_NORETURN void | ^~~~ zic.c: In function 'oadd': zic.c:3746:3: warning: implicit declaration of function 'time_overflow' [-Wimplicit-function-declaration] 3746 | time_overflow(); | ^~~~~~~~~~~~~ zic.c: In function 'tadd': zic.c:3763:1: warning: control reaches end of non-void function [-Wreturn-type] 3763 | } | ^ zic.c: In function 'oadd': zic.c:3747:1: warning: control reaches end of non-void function [-Wreturn-type] 3747 | } | ^ zic.c: In function 'grow_nitems_alloc': zic.c:564:1: warning: control reaches end of non-void function [-Wreturn-type] 564 | } | ^ zic.c: In function 'size_product': zic.c:503:1: warning: control reaches end of non-void function [-Wreturn-type] 503 | } | ^ zic.c: In function 'size_sum': zic.c:488:1: warning: control reaches end of non-void function [-Wreturn-type] 488 | } | ^ make: *** [: zic.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tzdata-2022g-alt1' error: Bad exit status from /usr/src/tmp/rpm-tmp.98441 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.98441 (%build) Command exited with non-zero status 1 0.15user 0.06system 0:00.22elapsed 101%CPU (0avgtext+0avgdata 41076maxresident)k 0inputs+0outputs (0major+22821minor)pagefaults 0swaps hsh-rebuild: rebuild of `tzdata-2022g-alt1.src.rpm' failed. Command exited with non-zero status 1 1.82user 1.24system 0:04.75elapsed 64%CPU (0avgtext+0avgdata 111300maxresident)k 32inputs+0outputs (0major+189355minor)pagefaults 0swaps