<86>Dec 4 16:20:03 userdel[1091020]: delete user 'rooter' <86>Dec 4 16:20:03 userdel[1091020]: removed group 'rooter' owned by 'rooter' <86>Dec 4 16:20:03 groupadd[1091025]: group added to /etc/group: name=rooter, GID=627 <86>Dec 4 16:20:03 groupadd[1091025]: group added to /etc/gshadow: name=rooter <86>Dec 4 16:20:03 groupadd[1091025]: new group: name=rooter, GID=627 <86>Dec 4 16:20:03 useradd[1091033]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Dec 4 16:20:03 userdel[1091044]: delete user 'builder' <86>Dec 4 16:20:03 userdel[1091044]: removed group 'builder' owned by 'builder' <86>Dec 4 16:20:03 userdel[1091044]: removed shadow group 'builder' owned by 'builder' <86>Dec 4 16:20:03 groupadd[1091049]: group added to /etc/group: name=builder, GID=628 <86>Dec 4 16:20:03 groupadd[1091049]: group added to /etc/gshadow: name=builder <86>Dec 4 16:20:03 groupadd[1091049]: new group: name=builder, GID=628 <86>Dec 4 16:20:03 useradd[1091056]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash <13>Dec 4 16:20:05 rpmi: liblz4-1:1.9.3-alt1 sisyphus+262305.100.1.1 1606099167 installed <13>Dec 4 16:20:05 rpmi: libgpg-error-1.36-alt1 sisyphus+225621.300.1.1 1553521082 installed <13>Dec 4 16:20:05 rpmi: libgcrypt20-1.8.5-alt3 sisyphus+239622.100.1.1 1571746654 installed <13>Dec 4 16:20:05 rpmi: libsystemd-1:247-alt1 sisyphus+262610.100.3.1 1606868459 installed <13>Dec 4 16:20:05 rpmi: libdbus-1.12.18-alt1 sisyphus+252758.100.1.1 1591203693 installed <13>Dec 4 16:20: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 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.63477 + 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.63145 + 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 /usr/bin/ld.default: insserv.o: warning: relocation in read-only section `.altinstructions' /usr/bin/ld.default: 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.56821 + 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 + cd insserv-1.16.0 + make 'INSTALL=/bin/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) 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: ./usr/lib: 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.56821 (%install) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.56821 (%install) Command exited with non-zero status 1 3.63user 0.32system 0:03.60elapsed 109%CPU (0avgtext+0avgdata 55872maxresident)k 0inputs+0outputs (0major+130673minor)pagefaults 0swaps hsh-rebuild: rebuild of `insserv-1.16.0-alt2.src.rpm' failed. Command exited with non-zero status 1 7.53user 2.32system 0:09.29elapsed 106%CPU (0avgtext+0avgdata 109048maxresident)k 0inputs+0outputs (0major+355373minor)pagefaults 0swaps