<86>Mar 11 10:59:59 userdel[1307807]: delete user 'rooter' <86>Mar 11 10:59:59 userdel[1307807]: removed group 'rooter' owned by 'rooter' <86>Mar 11 10:59:59 userdel[1307807]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 11 10:59:59 groupadd[1307865]: group added to /etc/group: name=rooter, GID=672 <86>Mar 11 10:59:59 groupadd[1307865]: group added to /etc/gshadow: name=rooter <86>Mar 11 10:59:59 groupadd[1307865]: new group: name=rooter, GID=672 <86>Mar 11 10:59:59 useradd[1307904]: new user: name=rooter, UID=672, GID=672, home=/root, shell=/bin/bash <86>Mar 11 10:59:59 userdel[1308206]: delete user 'builder' <86>Mar 11 10:59:59 userdel[1308206]: removed group 'builder' owned by 'builder' <86>Mar 11 10:59:59 groupadd[1308465]: group added to /etc/group: name=builder, GID=673 <86>Mar 11 10:59:59 groupadd[1308465]: group added to /etc/gshadow: name=builder <86>Mar 11 10:59:59 groupadd[1308465]: new group: name=builder, GID=673 <86>Mar 11 10:59:59 useradd[1308764]: new user: name=builder, UID=673, GID=673, home=/usr/src, shell=/bin/bash <13>Mar 11 11:00:05 rpmi: liblz4-1:1.9.3-alt1 sisyphus+262305.100.1.1 1606099167 installed <13>Mar 11 11:00:05 rpmi: libgpg-error-1.41-alt4 sisyphus+264254.200.1.1 1609440111 installed <13>Mar 11 11:00:05 rpmi: libgcrypt20-1.9.2-alt1 sisyphus+266496.100.1.1 1613559234 installed <13>Mar 11 11:00:05 rpmi: libsystemd-1:247.3-alt2 sisyphus+266129.100.1.3 1613012672 installed <13>Mar 11 11:00:05 rpmi: libdbus-1.12.18-alt1 sisyphus+252758.100.1.1 1591203693 installed <13>Mar 11 11:00:05 rpmi: libdbus-devel-1.12.18-alt1 sisyphus+252758.100.1.1 1591203693 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/insserv-1.16.0-alt2.nosrc.rpm (w1.gzdio) Installing insserv-1.16.0-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29676 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf insserv-1.16.0 + echo 'Source #0 (insserv-1.16.0.tar.bz2):' Source #0 (insserv-1.16.0.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/insserv-1.16.0.tar.bz2 + /bin/tar -xf - + cd insserv-1.16.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (insserv-build-with-gcc5.patch):' Patch #0 (insserv-build-with-gcc5.patch): + /usr/bin/patch -p2 patching file insserv.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.55840 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd insserv-1.16.0 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/insserv-1.16.0' sed -r '\!@@(ELSE|NOT)_SUSE@@!,\!@@END_SUSE@@!d;\!@@(BEGIN|END)_SUSE@@!d' < insserv.8.in > insserv.8 make: Leaving directory '/usr/src/RPM/BUILD/insserv-1.16.0' make: Entering directory '/usr/src/RPM/BUILD/insserv-1.16.0' gcc -W -Wall -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DSUSE -DINITDIR=\"/etc/init.d\" -DINSCONF=\"/etc/insserv.conf\" -pipe -falign-loops=0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -c systemd.c In file included from systemd.c:32: listing.h:336:22: warning: inline function 'map_runlevel_to_seek' declared but never defined 336 | extern inline ushort map_runlevel_to_seek(const int runlevel); | ^~~~~~~~~~~~~~~~~~~~ listing.h:335:22: warning: inline function 'map_runlevel_to_lvl' declared but never defined 335 | extern inline ushort map_runlevel_to_lvl(const int runlevel); | ^~~~~~~~~~~~~~~~~~~ listing.h:334:27: warning: inline function 'map_runlevel_to_location' declared but never defined 334 | extern inline const char *map_runlevel_to_location(const int runlevel); | ^~~~~~~~~~~~~~~~~~~~~~~~ listing.h:333:22: warning: inline function 'map_key_to_lvl' declared but never defined 333 | extern inline ushort map_key_to_lvl(const char key); | ^~~~~~~~~~~~~~ listing.h:332:20: warning: inline function 'map_runlevel_to_key' declared but never defined 332 | extern inline char map_runlevel_to_key(const int runlevel); | ^~~~~~~~~~~~~~~~~~~ listing.h:331:19: warning: inline function 'map_has_runlevels' declared but never defined 331 | extern inline int map_has_runlevels(void) attribute((always_inline)); | ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/insserv-1.16.0' make: Entering directory '/usr/src/RPM/BUILD/insserv-1.16.0' gcc -W -Wall -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DSUSE -DINITDIR=\"/etc/init.d\" -DINSCONF=\"/etc/insserv.conf\" -pipe -falign-loops=0 -c listing.c In file included from listing.c:32: listing.h:336:22: warning: inline function 'map_runlevel_to_seek' declared but never defined 336 | extern inline ushort map_runlevel_to_seek(const int runlevel); | ^~~~~~~~~~~~~~~~~~~~ listing.h:335:22: warning: inline function 'map_runlevel_to_lvl' declared but never defined 335 | extern inline ushort map_runlevel_to_lvl(const int runlevel); | ^~~~~~~~~~~~~~~~~~~ listing.h:334:27: warning: inline function 'map_runlevel_to_location' declared but never defined 334 | extern inline const char *map_runlevel_to_location(const int runlevel); | ^~~~~~~~~~~~~~~~~~~~~~~~ listing.h:333:22: warning: inline function 'map_key_to_lvl' declared but never defined 333 | extern inline ushort map_key_to_lvl(const char key); | ^~~~~~~~~~~~~~ listing.h:332:20: warning: inline function 'map_runlevel_to_key' declared but never defined 332 | extern inline char map_runlevel_to_key(const int runlevel); | ^~~~~~~~~~~~~~~~~~~ listing.h:331:19: warning: inline function 'map_has_runlevels' declared but never defined 331 | extern inline int map_has_runlevels(void) attribute((always_inline)); | ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/insserv-1.16.0' make: Entering directory '/usr/src/RPM/BUILD/insserv-1.16.0' gcc -W -Wall -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DSUSE -DINITDIR=\"/etc/init.d\" -DINSCONF=\"/etc/insserv.conf\" -pipe -falign-loops=0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -c insserv.c insserv.c: In function 'rememberreq': insserv.c:321:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 321 | bit |= REQ_SHLD; insserv.c:322:2: note: here 322 | default: | ^~~~~~~ insserv.c: In function 'reversereq': insserv.c:399:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 399 | bit |= REQ_SHLD; insserv.c:400:2: note: here 400 | default: | ^~~~~~~ insserv.c: In function 'chkrequired': insserv.c:427:8: warning: 'nonnull' argument 'serv' compared to NULL [-Wnonnull-compare] 427 | if (!serv) | ^ make: Leaving directory '/usr/src/RPM/BUILD/insserv-1.16.0' make: Entering directory '/usr/src/RPM/BUILD/insserv-1.16.0' gcc -W -Wall -g -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DSUSE -DINITDIR=\"/etc/init.d\" -DINSCONF=\"/etc/insserv.conf\" -pipe -Wl,-O,3,--relax -o insserv insserv.o listing.o systemd.o -ldbus-1 ld: insserv.o: warning: relocation in read-only section `.altinstructions' ld: warning: creating DT_TEXTREL in a PIE make: Leaving directory '/usr/src/RPM/BUILD/insserv-1.16.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.84487 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/insserv-buildroot + : + /bin/rm -rf -- /usr/src/tmp/insserv-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd insserv-1.16.0 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/insserv-buildroot make: Entering directory '/usr/src/RPM/BUILD/insserv-1.16.0' issuse=true tests/common info: test simple script ordering. $local_fs : boot.localfs +boot.crypto $network : network $named : +named +dnsmasq +lwresd $network $remote_fs : $local_fs +nfs +smbfs $syslog : syslog $portmap : portmap $time : boot.clock +ntp $local_fs : boot.localfs +boot.crypto $network : network $named : +named +dnsmasq +lwresd network $remote_fs : +nfs +smbfs boot.localfs +boot.crypto $syslog : syslog $portmap : portmap $time : boot.clock +ntp $local_fs : boot.localfs +boot.crypto $network : network $named : +named +dnsmasq +lwresd $network $remote_fs : $local_fs +nfs +smbfs $syslog : syslog $portmap : portmap $time : boot.clock +ntp $local_fs : boot.localfs +boot.crypto $network : network $named : +named +dnsmasq +lwresd network $remote_fs : +nfs +smbfs boot.localfs +boot.crypto $syslog : syslog $portmap : portmap $time : boot.clock +ntp $local_fs : boot.localfs +boot.crypto $network : network $named : +named +dnsmasq +lwresd $network $remote_fs : $local_fs +nfs +smbfs $syslog : syslog $portmap : portmap $time : boot.clock +ntp $local_fs : boot.localfs +boot.crypto $network : network $named : +named +dnsmasq +lwresd network $remote_fs : +nfs +smbfs boot.localfs +boot.crypto $syslog : syslog $portmap : portmap $time : boot.clock +ntp init.d: firstscript lastscript middlescript boot.d: rc0.d: rc1.d: rc2.d: K01lastscript K02middlescript K03firstscript S01firstscript S02middlescript S03lastscript rc3.d: K01lastscript K02middlescript K03firstscript S01firstscript S02middlescript S03lastscript rc4.d: K01lastscript K02middlescript K03firstscript S01firstscript S02middlescript S03lastscript rc5.d: K01lastscript K02middlescript K03firstscript S01firstscript S02middlescript S03lastscript rc6.d: rcS.d: info: test if loop involving virtual facility is detected. $local_fs : mountall $local_fs : mountall $local_fs : mountall $local_fs : mountall insserv: There is a loop between service mountall and hibernate-cleanup if started insserv: loop involving service hibernate-cleanup at depth 3 insserv: loop involving service mdadm at depth 2 insserv: There is a loop between service mountall and hibernate-cleanup if started insserv: loop involving service mountall at depth 1 insserv: There is a loop between service mountall and mdadm if stopped insserv: loop involving service mdadm at depth 3 insserv: loop involving service hibernate-cleanup at depth 2 insserv: There is a loop between service hibernate-cleanup and mdadm if started insserv: There is a loop between service mdadm and hibernate-cleanup if stopped insserv: loop involving service mountall at depth 4 insserv: exiting now without changing boot order! $local_fs : mountall $local_fs : mountall insserv.conf: $local_fs mountall init.d: hibernate mdadm mountall.sh boot.d: rc0.d: rc1.d: rc2.d: rc3.d: K01mountall.sh K02hibernate S01hibernate S02mountall.sh rc4.d: rc5.d: rc6.d: rcS.d: success: 7 test executed, 0 nonfatal tests failed. mkdir -p /usr/src/tmp/insserv-buildroot/sbin mkdir -p /usr/src/tmp/insserv-buildroot/usr/share/man/man8 mkdir -p /usr/src/tmp/insserv-buildroot/etc mkdir -p /usr/src/tmp/insserv-buildroot/lib/lsb mkdir -p /usr/src/tmp/insserv-buildroot/usr/lib mkdir -p /usr/src/tmp/insserv-buildroot/usr/lib/lsb install -m 0755 insserv /usr/src/tmp/insserv-buildroot/sbin/ install -c -m 0644 insserv.8 /usr/src/tmp/insserv-buildroot/usr/share/man/man8/ install -c -m 0644 insserv.conf /usr/src/tmp/insserv-buildroot/etc/ install -c -m 0644 init-functions /usr/src/tmp/insserv-buildroot/lib/lsb/ install -m 0755 install_initd /usr/src/tmp/insserv-buildroot/usr/lib/lsb/ install -m 0755 remove_initd /usr/src/tmp/insserv-buildroot/usr/lib/lsb/ make: Leaving directory '/usr/src/RPM/BUILD/insserv-1.16.0' + rm -f /usr/src/tmp/insserv-buildroot/lib/lsb/init-functions + rm -f /usr/src/tmp/insserv-buildroot/usr/lib/lsb/install_initd /usr/src/tmp/insserv-buildroot/usr/lib/lsb/remove_initd + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/insserv-buildroot (auto) Verifying and fixing files in /usr/src/tmp/insserv-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/insserv-buildroot/ (default) Compressing files in /usr/src/tmp/insserv-buildroot (auto) Adjusting library links in /usr/src/tmp/insserv-buildroot ./lib: (from :0) ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/insserv-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) the file containing the function '_IO_stdin_used' might not be compiled with -fpic/-fPIC verify-elf: ERROR: ./sbin/insserv: TEXTREL entry found: 0x00000000 error: Bad exit status from /usr/src/tmp/rpm-tmp.84487 (%install) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.84487 (%install) Command exited with non-zero status 1 3.90user 0.30system 0:07.09elapsed 59%CPU (0avgtext+0avgdata 55860maxresident)k 0inputs+0outputs (0major+134917minor)pagefaults 0swaps hsh-rebuild: rebuild of `insserv-1.16.0-alt2.src.rpm' failed. Command exited with non-zero status 1 7.91user 2.30system 0:21.26elapsed 48%CPU (0avgtext+0avgdata 107156maxresident)k 2784inputs+0outputs (0major+357322minor)pagefaults 0swaps