<86>May 15 06:37:06 userdel[223128]: delete user 'rooter' <86>May 15 06:37:06 userdel[223128]: removed group 'rooter' owned by 'rooter' <86>May 15 06:37:06 groupadd[223136]: group added to /etc/group: name=rooter, GID=918 <86>May 15 06:37:06 groupadd[223136]: group added to /etc/gshadow: name=rooter <86>May 15 06:37:06 groupadd[223136]: new group: name=rooter, GID=918 <86>May 15 06:37:06 useradd[223140]: new user: name=rooter, UID=918, GID=918, home=/root, shell=/bin/bash <86>May 15 06:37:06 userdel[223147]: delete user 'builder' <86>May 15 06:37:06 userdel[223147]: removed group 'builder' owned by 'builder' <86>May 15 06:37:06 groupadd[223154]: group added to /etc/group: name=builder, GID=919 <86>May 15 06:37:06 groupadd[223154]: group added to /etc/gshadow: name=builder <86>May 15 06:37:06 groupadd[223154]: new group: name=builder, GID=919 <86>May 15 06:37:06 useradd[223158]: new user: name=builder, UID=919, GID=919, home=/usr/src, shell=/bin/bash warning: user hacker does not exist - using root warning: group hacker does not exist - using root warning: user hacker does not exist - using root warning: group hacker does not exist - using root warning: user hacker does not exist - using root warning: group hacker does not exist - using root warning: user hacker does not exist - using root warning: group hacker does not exist - using root <13>May 15 06:37:07 rpmi: dos2unix-7.3.5-alt1 1499695585 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/z80asm-1.8-alt2.nosrc.rpm (w1.gzdio) Installing z80asm-1.8-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.15646 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf z80asm-1.8 + echo 'Source #0 (z80asm-1.8.tar.gz):' Source #0 (z80asm-1.8.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/z80asm-1.8.tar.gz + /bin/tar -xf - + cd z80asm-1.8 + /bin/chmod -c -Rf u+rwX,go-w . + dos2unix examples/hello.asm dos2unix: converting file examples/hello.asm to Unix format... + echo 'Patch #0 (z80asm-1.8-no-bundled-libs.patch):' Patch #0 (z80asm-1.8-no-bundled-libs.patch): + /usr/bin/patch -p1 -b --suffix .no-bundled-libs patching file Makefile + rm -rf gnulib + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.15646 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80asm-1.8 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c expressions.c -o expressions.o -DVERSION=\"1.8\" make: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8' make: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c z80asm.c -o z80asm.o -DVERSION=\"1.8\" z80asm.c: In function 'indx': z80asm.c:443:10: warning: variable 'l' set but not used [-Wunused-but-set-variable] int i, l; ^ make: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8' make: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8' gcc z80asm.o expressions.o -o z80asm make: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.72975 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/z80asm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/z80asm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd z80asm-1.8 + install -d -m0755 /usr/src/tmp/z80asm-buildroot/usr/bin + install -p -m0755 z80asm /usr/src/tmp/z80asm-buildroot/usr/bin + install -d -m0755 /usr/src/tmp/z80asm-buildroot/usr/share/man/man1 + install -p -m0644 z80asm.1 /usr/src/tmp/z80asm-buildroot/usr/share/man/man1 + install -d -m0755 /usr/src/tmp/z80asm-buildroot/usr/share/z80asm + install -p -m0644 headers/msx-bios.asm headers/msx2+-bios.asm headers/msx2-bios.asm headers/msx2-subrom.asm headers/msxturbor-bios.asm /usr/src/tmp/z80asm-buildroot/usr/share/z80asm + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/z80asm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/z80asm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/z80asm-buildroot/ (default) Compressing files in /usr/src/tmp/z80asm-buildroot (auto) Verifying ELF objects in /usr/src/tmp/z80asm-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.72975 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80asm-1.8 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' test make -C tests || rm test make[1]: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8/tests' ../z80asm -I ../headers pass.asm -o pass.bin 2> pass.err diff pass.correct-bin pass.bin diff pass.correct-err pass.err rm pass.bin pass.err make[1]: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8/tests' + exit 0 Processing files: z80asm-1.8-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.72975 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80asm-1.8 + DOCDIR=/usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + export DOCDIR + rm -rf /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + /bin/mkdir -p /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + cp -prL COPYING GPL3 ChangeLog examples /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + chmod -R go-w /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + chmod -R a+rX /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w1vSe1 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zH504i find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ehTNkE Creating z80asm-debuginfo package Processing files: z80asm-debuginfo-1.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7vsn02 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Giur5u find-requires: running scripts (debuginfo) Requires: z80asm = 1.8-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/z80asm-1.8-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/z80asm-debuginfo-1.8-alt2.x86_64.rpm (w2.lzdio) 1.73user 0.60system 0:06.82elapsed 34%CPU (0avgtext+0avgdata 48012maxresident)k 0inputs+0outputs (0major+214945minor)pagefaults 0swaps 3.61user 2.87system 0:10.36elapsed 62%CPU (0avgtext+0avgdata 122396maxresident)k 384inputs+0outputs (34750major+468603minor)pagefaults 0swaps --- z80asm-1.8-alt2.x86_64.rpm.repo 2015-03-20 05:18:47.000000000 +0000 +++ z80asm-1.8-alt2.x86_64.rpm.hasher 2022-05-15 06:37:15.621156366 +0000 @@ -10,3 +10,3 @@ /usr/share/doc/z80asm-1.8/examples/seek.asm 100644 root:root -/usr/share/man/man1/z80asm.1.gz 100644 root:root +/usr/share/man/man1/z80asm.1.xz 100644 root:root /usr/share/z80asm 40755 root:root @@ -26,3 +26,3 @@ Provides: z80asm = 1.8-alt2 -File: /usr/bin/z80asm 100755 root:root fa93da34120939f3cc2920b45d2cf0cf +File: /usr/bin/z80asm 100755 root:root 291dd8a83efe362c542e227de7917c10 File: /usr/share/doc/z80asm-1.8 40755 root:root @@ -36,3 +36,3 @@ File: /usr/share/doc/z80asm-1.8/examples/seek.asm 100644 root:root 5dd103f2e1e31bf35e63a70d599920c6 -File: /usr/share/man/man1/z80asm.1.gz 100644 root:root ae35bd57768b76be502a9612e85ab413 +File: /usr/share/man/man1/z80asm.1.xz 100644 root:root c75b4c10f8f4bb5181a039f36845ba46 File: /usr/share/z80asm 40755 root:root @@ -43,2 +43,2 @@ File: /usr/share/z80asm/msxturbor-bios.asm 100644 root:root 608f831ec9ed6ab000a136d49bcfc31a -RPMIdentity: 8151f646d7bf011d982c0286992835d760f9584fd905745f1122ce79c48aab6f75a16dc41bf4218645256fb4f59d94a990557908f7340eb0f1ff1e95835d5572 +RPMIdentity: 44b03167e3fefaa3548ec0be35124b90b3ff19fad4c6e93424a19de05ef12498e00d65d9aae21dcf85046b54d868618cba80142b590f8b2d81e4cde015f85c15 --- z80asm-debuginfo-1.8-alt2.x86_64.rpm.repo 2015-03-20 05:18:47.000000000 +0000 +++ z80asm-debuginfo-1.8-alt2.x86_64.rpm.hasher 2022-05-15 06:37:15.683157234 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d4 40755 root:root -/usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc 120777 root:root ../../../../bin/z80asm -/usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc.debug 120777 root:root ../../usr/bin/z80asm.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/d307e1c4ddf20ac2c908af25d2f4784a209643 120777 root:root ../../../../bin/z80asm +/usr/lib/debug/.build-id/2d/d307e1c4ddf20ac2c908af25d2f4784a209643.debug 120777 root:root ../../usr/bin/z80asm.debug /usr/lib/debug/usr/bin/z80asm.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: z80asm-debuginfo = 1.8-alt2 -File: /usr/lib/debug/.build-id/d4 40755 root:root -File: /usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc 120777 root:root ../../../../bin/z80asm -File: /usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc.debug 120777 root:root ../../usr/bin/z80asm.debug -File: /usr/lib/debug/usr/bin/z80asm.debug 100644 root:root c687ed98b631b9350bf04079397370d8 +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/d307e1c4ddf20ac2c908af25d2f4784a209643 120777 root:root ../../../../bin/z80asm +File: /usr/lib/debug/.build-id/2d/d307e1c4ddf20ac2c908af25d2f4784a209643.debug 120777 root:root ../../usr/bin/z80asm.debug +File: /usr/lib/debug/usr/bin/z80asm.debug 100644 root:root 15b3a7d1cae40e709f62968ab0360440 File: /usr/src/debug/z80asm-1.8 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/z80asm-1.8/z80asm.h 100644 root:root b56769fe2feefd3ca5e14c209d4512c1 -RPMIdentity: 718e58c559beaee2b9d7308ce3b49b3cd65cad5f4cf529968a1305736864ab7bf49189d75c4812bebf858e7a6cc142bc0744c59680c3836e74ba79218cd0ba4e +RPMIdentity: 2586fffeb6f1d59a377ee1f866073c6203523f298caedf8a01d52a7a60f3e831030b6aff5a6690692b14d4ba9e6f061376a40e1e0c8f125122beffb5c14840ed