<86>Apr 21 00:52:29 userdel[62554]: delete user 'rooter' <86>Apr 21 00:52:29 userdel[62554]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:52:29 userdel[62554]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:52:29 groupadd[62569]: group added to /etc/group: name=rooter, GID=603 <86>Apr 21 00:52:29 groupadd[62569]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:52:29 groupadd[62569]: new group: name=rooter, GID=603 <86>Apr 21 00:52:29 useradd[62606]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash <86>Apr 21 00:52:29 userdel[62619]: delete user 'builder' <86>Apr 21 00:52:29 userdel[62619]: removed group 'builder' owned by 'builder' <86>Apr 21 00:52:29 userdel[62619]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:52:29 groupadd[62627]: group added to /etc/group: name=builder, GID=604 <86>Apr 21 00:52:29 groupadd[62627]: group added to /etc/gshadow: name=builder <86>Apr 21 00:52:29 groupadd[62627]: new group: name=builder, GID=604 <86>Apr 21 00:52:29 useradd[62633]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash <13>Apr 21 00:52:32 rpmi: z80asm-1.8-alt2 1426828723 installed Installing z80dasm-1.1.2-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.11698 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf z80dasm-1.1.2 + echo 'Source #0 (z80dasm-1.1.2.tar.gz):' Source #0 (z80dasm-1.1.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/z80dasm-1.1.2.tar.gz + /bin/tar -xf - + cd z80dasm-1.1.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (z80dasm-1.1.2-16-bit-addr.patch):' Patch #0 (z80dasm-1.1.2-16-bit-addr.patch): + /usr/bin/patch -p1 -b --suffix .16-bit-addr patching file src/dz80.c patching file src/table.c + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -ri dirname -- '{}' + readlink -e -- ./configure + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating debian/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.10387 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80dasm-1.1.2 + make 'CFLAGS=-pipe -Wall -g -O2' make: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make all-recursive make[1]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' Making all in src make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/src' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c dz80.c dz80.c: In function 'shiftin': dz80.c:79:10: warning: array subscript is above array bounds [-Warray-bounds] return(t[T_SIZE]); ^ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c dz80dat.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c table.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c cmdline.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c symtab.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c symload.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c blocks.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2 -pipe -Wall -g -O2 -c utils.c x86_64-alt-linux-gcc -Wall -O2 -pipe -Wall -g -O2 -o z80dasm dz80.o dz80dat.o table.o cmdline.o symtab.o symload.o blocks.o utils.o make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/src' Making all in debian make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/debian' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/debian' Making all in test make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make[1]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.73351 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/z80dasm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/z80dasm-buildroot + cd z80dasm-1.1.2 + make install DESTDIR=/usr/src/tmp/z80dasm-buildroot make: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' Making install in src make[1]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/src' make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/src' test -z "/usr/bin" || mkdir -p -- "/usr/src/tmp/z80dasm-buildroot/usr/bin" /bin/install -c 'z80dasm' '/usr/src/tmp/z80dasm-buildroot/usr/bin/z80dasm' test -z "/usr/share/man/man1" || mkdir -p -- "/usr/src/tmp/z80dasm-buildroot/usr/share/man/man1" /bin/install -c -m 644 './z80dasm.1' '/usr/src/tmp/z80dasm-buildroot/usr/share/man/man1/z80dasm.1' make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/src' Making install in debian make[1]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/debian' make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/debian' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/debian' make[1]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/debian' Making install in test make[1]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make[1]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make[1]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make[2]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make[1]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/z80dasm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/z80dasm-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/z80dasm-buildroot (auto) Verifying ELF objects in /usr/src/tmp/z80dasm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.73351 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80dasm-1.1.2 + make test make: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' make -C test test make[1]: Entering directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' ../src/z80dasm -at ./test.bin -o test.asm Warning: Code might not be 8080 compatible! z80asm test.asm -o test.bin-generated diff test.bin-generated ./test.bin ../src/z80dasm -atl ./test.bin -b test.blocks -o test.asm Warning: Code might not be 8080 compatible! z80asm test.asm -o test.bin-generated diff test.bin-generated ./test.bin ../src/z80dasm -g0 -l labelsdd.bin -o labelsdd.asm Warning: Code might not be 8080 compatible! diff -I z80dasm labelsdd.asm.vetted labelsdd.asm ./stress ../src/z80dasm 20 .................... Final results of stress testing =============================== Tested: 20 Failed: 0 rm -f *.asm *.bin-generated rm -f labelsdd.asm rm -f stress.error make[1]: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2/test' make: Leaving directory `/usr/src/RPM/BUILD/z80dasm-1.1.2' + exit 0 Processing files: z80dasm-1.1.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67583 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80dasm-1.1.2 + DOCDIR=/usr/src/tmp/z80dasm-buildroot/usr/share/doc/z80dasm-1.1.2 + export DOCDIR + rm -rf /usr/src/tmp/z80dasm-buildroot/usr/share/doc/z80dasm-1.1.2 + /bin/mkdir -p /usr/src/tmp/z80dasm-buildroot/usr/share/doc/z80dasm-1.1.2 + cp -prL COPYING AUTHORS NEWS README /usr/src/tmp/z80dasm-buildroot/usr/share/doc/z80dasm-1.1.2 + chmod -R go-w /usr/src/tmp/z80dasm-buildroot/usr/share/doc/z80dasm-1.1.2 + chmod -R a+rX /usr/src/tmp/z80dasm-buildroot/usr/share/doc/z80dasm-1.1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0KDjaV find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.J0PmDv find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WpdPU8 Creating z80dasm-debuginfo package Processing files: z80dasm-debuginfo-1.1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zb7wWO find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SIbpKx find-requires: running scripts (debuginfo) Requires: z80dasm = 1.1.2-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/z80dasm-1.1.2-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/z80dasm-debuginfo-1.1.2-alt2.x86_64.rpm 6.00user 0.71system 0:14.02elapsed 47%CPU (0avgtext+0avgdata 29840maxresident)k 0inputs+0outputs (0major+268509minor)pagefaults 0swaps 8.28user 2.63system 0:19.10elapsed 57%CPU (0avgtext+0avgdata 122056maxresident)k 96inputs+0outputs (0major+479298minor)pagefaults 0swaps --- z80dasm-1.1.2-alt2.x86_64.rpm.repo 2015-03-20 05:45:56.000000000 +0000 +++ z80dasm-1.1.2-alt2.x86_64.rpm.hasher 2019-04-21 00:52:47.321936437 +0000 @@ -6,3 +6,3 @@ /usr/share/doc/z80dasm-1.1.2/README 100644 -/usr/share/man/man1/z80dasm.1.gz 100644 +/usr/share/man/man1/z80dasm.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2