<86>Sep 29 11:44:08 userdel[410708]: delete user 'rooter' <86>Sep 29 11:44:08 userdel[410708]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:44:08 userdel[410708]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:44:08 groupadd[410748]: group added to /etc/group: name=rooter, GID=1868 <86>Sep 29 11:44:08 groupadd[410748]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:44:08 groupadd[410748]: new group: name=rooter, GID=1868 <86>Sep 29 11:44:08 useradd[410781]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash <86>Sep 29 11:44:08 userdel[410825]: delete user 'builder' <86>Sep 29 11:44:08 userdel[410825]: removed group 'builder' owned by 'builder' <86>Sep 29 11:44:08 userdel[410825]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:44:08 groupadd[410865]: group added to /etc/group: name=builder, GID=1869 <86>Sep 29 11:44:08 groupadd[410865]: group added to /etc/gshadow: name=builder <86>Sep 29 11:44:08 groupadd[410865]: new group: name=builder, GID=1869 <86>Sep 29 11:44:08 useradd[410896]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash <13>Sep 29 11:44:11 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/atasm-1.08-alt1_1.nosrc.rpm (w1.gzdio) Installing atasm-1.08-alt1_1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.30829 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf atasm + echo 'Source #0 (atasm-svn100.tar.bz2):' Source #0 (atasm-svn100.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/atasm-svn100.tar.bz2 + /bin/tar -xf - + cd atasm + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.30829 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atasm + pushd src ~/RPM/BUILD/atasm/src ~/RPM/BUILD/atasm + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c crc32.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c parser.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c atasm_err.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c inc_path.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c state2.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c setparse.c setparse.c: In function 'get_signed_expression': setparse.c:289:43: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 240 [-Wformat-truncation=] snprintf(buf,256,"Unknown symbol '%s'",work); ^~ ~~~~ In file included from /usr/include/stdio.h:862, from setparse.c:28: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 18 and 273 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setparse.c:199:44: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 241 [-Wformat-truncation=] snprintf(buf,256,"Interpreting '$%s' as hex value '$%x'",work,sym->addr); ^~ ~~~~ setparse.c:199:28: note: directive argument in the range [0, 65535] snprintf(buf,256,"Interpreting '$%s' as hex value '$%x'",work,sym->addr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from setparse.c:28: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 35 and 293 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c state.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c dimage.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c symbol.c symbol.c: In function 'macro_subst': symbol.c:646:61: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 226 [-Wformat-truncation=] snprintf(buf,256,"Reference to undefined label '%s' in macro",num); ^~ ~~~ In file included from /usr/include/stdio.h:862, from symbol.c:41: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 41 and 296 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DZLIB_CAPABLE -DUNIX -c asm.c make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' make: Entering directory '/usr/src/RPM/BUILD/atasm/src' gcc -o atasm asm.o symbol.o parser.o setparse.o state.o dimage.o inc_path.o crc32.o atasm_err.o state2.o -lz make: Leaving directory '/usr/src/RPM/BUILD/atasm/src' + sed -e 's|%DOCDIR%|/usr/share/doc/atasm-1.08|g' atasm.1.in + popd ~/RPM/BUILD/atasm + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.74113 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/atasm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/atasm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd atasm + mkdir -p /usr/src/tmp/atasm-buildroot/usr/bin + mkdir -p /usr/src/tmp/atasm-buildroot/usr/share/man/man1 + pushd src ~/RPM/BUILD/atasm/src ~/RPM/BUILD/atasm + install -p -m 755 atasm /usr/src/tmp/atasm-buildroot/usr/bin + install -p -m 644 atasm.1 /usr/src/tmp/atasm-buildroot/usr/share/man/man1 + popd ~/RPM/BUILD/atasm + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/atasm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/atasm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/atasm-buildroot/ (default) Compressing files in /usr/src/tmp/atasm-buildroot (auto) Verifying ELF objects in /usr/src/tmp/atasm-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.74113 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atasm + pushd tests ~/RPM/BUILD/atasm/tests ~/RPM/BUILD/atasm + make test make: Entering directory '/usr/src/RPM/BUILD/atasm/tests' Test 1: raw output mode -------- cd ../tests && ../src/atasm -v -r testraw.m65 && echo " -- 1 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 6 bytes (~0k) Writing raw binary image: f000-ffff Compiled to binary file 'testraw.bin' 00:F0 AA 55 .byte $AA, $55 00:FF FF FF .byte $FF, $FF FE:FF 55 AA .byte $55, $AA -- 1 OK Test 2: bad -o option -------- cd ../tests && ../src/atasm -v -r -o testraw.m65 || echo " -- 2 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Must specify output file for -o (example: -omyprog.bin) -- 2 OK Test 3: correct -o option -------- cd ../tests && ../src/atasm -v -r -otestraw.bin testraw.m65 && echo " -- 3 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 6 bytes (~0k) Writing raw binary image: f000-ffff Compiled to binary file 'testraw.bin' 00:F0 AA 55 .byte $AA, $55 00:FF FF FF .byte $FF, $FF FE:FF 55 AA .byte $55, $AA -- 3 OK Test 4: missing -u option -------- cd ../tests && ../src/atasm -v -r -otestu.bin testu.m65 || echo " -- 4 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testu.m65, line 4-- Error: 6502 `illegal' opcode used without `.OPT ILL' or -u -- 4 OK Test 5: correct -u option -------- cd ../tests && ../src/atasm -v -r -u -otestu.bin testu.m65 && echo " -- 5 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 5 bytes (~0k) Writing raw binary image: f000-f004 Compiled to binary file 'testu.bin' 00:F0 98 TYA 01:F0 0B 19 ANC #25 03:F0 6B 19 ARR #25 -- 5 OK Test 6: missing -u option, but .OPT ILL in code -------- cd ../tests && ../src/atasm -v -r -otestill.bin testill.m65 && echo " -- 6 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testill.m65, line 3-- Warning: .OPT ILL encountered (code would not compile on MAC/65) Success. (1 warnings) Pass 2: Assembly successful Compiled 5 bytes (~0k) Writing raw binary image: f000-f004 Compiled to binary file 'testill.bin' 00:F0 98 TYA 01:F0 0B 19 ANC #25 03:F0 6B 19 ARR #25 -- 6 OK Test 7: correct -u option, *and* .OPT ILL in code -------- cd ../tests && ../src/atasm -v -r -otestill.bin testill.m65 && echo " -- 7 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testill.m65, line 3-- Warning: .OPT ILL encountered (code would not compile on MAC/65) Success. (1 warnings) Pass 2: Assembly successful Compiled 5 bytes (~0k) Writing raw binary image: f000-f004 Compiled to binary file 'testill.bin' 00:F0 98 TYA 01:F0 0B 19 ANC #25 03:F0 6B 19 ARR #25 -- 7 OK Test 8: missing -dfoo=1 on the command line -------- cd ../tests && ../src/atasm -v -r -otestdfoo.bin testdfoo.m65 || echo " -- 8 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: In testdfoo.m65, line 3-- Error: Unknown symbol 'FOO' Equates: Symbol table: -- 8 OK Test 9: correct -dfoo=1 on the command line -------- cd ../tests && ../src/atasm -v -r -dFOO=1 -otestdfoo.bin testdfoo.m65 && echo " -- 9 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 1 bytes (~0k) Writing raw binary image: f000-f000 Compiled to binary file 'testdfoo.bin' 00:F0 01 .byte foo -- 9 OK Test 10: correct -dfoo=1+1 on the command line -------- cd ../tests && ../src/atasm -v -r -dFOO=1+1 -otestdfoo.bin testdfoo.m65 && echo " -- 10 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: Success. (0 warnings) Pass 2: Assembly successful Compiled 1 bytes (~0k) Writing raw binary image: f000-f000 Compiled to binary file 'testdfoo.bin' 00:F0 02 .byte foo -- 10 OK Test 11: bad .pseudoop in source code. -------- cd ../tests && ../src/atasm -v -r -otestunkn.bin testunkn.m65 || echo " -- 11 OK" ATasm 1.08 (A mostly Mac65 compatible 6502 cross-assembler) Pass 1: In testunkn.m65, line 2-- Error: Illegal label name, must start with '@','?', or a letter. -- 11 OK make: Leaving directory '/usr/src/RPM/BUILD/atasm/tests' + popd ~/RPM/BUILD/atasm + exit 0 Processing files: atasm-1.08-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.69079 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd atasm + DOCDIR=/usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.08 + export DOCDIR + rm -rf /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.08 + /bin/mkdir -p /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.08 + cp -prL LICENSE VERSION.TXT atasm.blurb atasm.txt /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.08 + chmod -R go-w /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.08 + chmod -R a+rX /usr/src/tmp/atasm-buildroot/usr/share/doc/atasm-1.08 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.By5zsL 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.wfuHF8 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), libc.so.6(GLIBC_2.7)(64bit), libz.so.1()(64bit) >= set:khgtd6gPfmY2e, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VpErnz Creating atasm-debuginfo package Processing files: atasm-debuginfo-1.08-alt1_1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UEfBz3 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.536XgB find-requires: running scripts (debuginfo) Requires: atasm = 1.08-alt1_1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libz.so.1) Adding to atasm-debuginfo a strict dependency on atasm Wrote: /usr/src/RPM/RPMS/x86_64/atasm-1.08-alt1_1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/atasm-debuginfo-1.08-alt1_1.x86_64.rpm (w2.lzdio) 2.49user 1.74system 0:07.47elapsed 56%CPU (0avgtext+0avgdata 43316maxresident)k 0inputs+0outputs (0major+269850minor)pagefaults 0swaps 3.07user 2.28system 0:15.88elapsed 33%CPU (0avgtext+0avgdata 135396maxresident)k 0inputs+0outputs (0major+210113minor)pagefaults 0swaps --- atasm-1.08-alt1_1.x86_64.rpm.repo 2019-03-31 19:04:23.000000000 +0000 +++ atasm-1.08-alt1_1.x86_64.rpm.hasher 2024-09-29 11:44:21.411657357 +0000 @@ -19,3 +19,3 @@ Provides: atasm = 1.08-alt1_1:sisyphus+226003.100.1.1 -File: /usr/bin/atasm 100755 root:root dc98fb6ffdccecc06eb2a52f2e251309 +File: /usr/bin/atasm 100755 root:root 4b71798a7e6d703ee3898ff1db7af0f7 File: /usr/share/doc/atasm-1.08 40755 root:root @@ -26,2 +26,2 @@ File: /usr/share/man/man1/atasm.1.xz 100644 root:root 44c7622609d00ea4cabcd5bb4c40d059 -RPMIdentity: 63c5214f196d1d56f1107ab0b441fe12205d60b068a9343db7a6723a4e54c99bfcef4748435076b1abf243d7211aa41be25368e0424c608f1a62119d609d5c1a +RPMIdentity: b1f7c6fb6db106bd243543543406748b92673bebb5ec66f4de28b5e12fe2551f9f777388f7173b5f5d5871803316a70ffb564855712686747e5440260f91b2e5 --- atasm-debuginfo-1.08-alt1_1.x86_64.rpm.repo 2019-03-31 19:04:23.000000000 +0000 +++ atasm-debuginfo-1.08-alt1_1.x86_64.rpm.hasher 2024-09-29 11:44:21.504658851 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/81 40755 root:root -/usr/lib/debug/.build-id/81/24e5d78d6982977210c0eb8d4490bd86045abe 120777 root:root ../../../../bin/atasm -/usr/lib/debug/.build-id/81/24e5d78d6982977210c0eb8d4490bd86045abe.debug 120777 root:root ../../usr/bin/atasm.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/67bab707db33e0c2add5eae6da7675964af16f 120777 root:root ../../../../bin/atasm +/usr/lib/debug/.build-id/20/67bab707db33e0c2add5eae6da7675964af16f.debug 120777 root:root ../../usr/bin/atasm.debug /usr/lib/debug/usr/bin/atasm.debug 100644 root:root @@ -27,6 +27,6 @@ Provides: atasm-debuginfo = 1.08-alt1_1:sisyphus+226003.100.1.1 -File: /usr/lib/debug/.build-id/81 40755 root:root -File: /usr/lib/debug/.build-id/81/24e5d78d6982977210c0eb8d4490bd86045abe 120777 root:root ../../../../bin/atasm -File: /usr/lib/debug/.build-id/81/24e5d78d6982977210c0eb8d4490bd86045abe.debug 120777 root:root ../../usr/bin/atasm.debug -File: /usr/lib/debug/usr/bin/atasm.debug 100644 root:root e46086aad9fa505a4836a71b77e8bac8 +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/67bab707db33e0c2add5eae6da7675964af16f 120777 root:root ../../../../bin/atasm +File: /usr/lib/debug/.build-id/20/67bab707db33e0c2add5eae6da7675964af16f.debug 120777 root:root ../../usr/bin/atasm.debug +File: /usr/lib/debug/usr/bin/atasm.debug 100644 root:root 47ee79ea0bc6996a04c28bf2dae65142 File: /usr/src/debug/atasm 40755 root:root @@ -48,2 +48,2 @@ File: /usr/src/debug/atasm/src/symbol.h 100644 root:root d7db94caffd3cf9bf37d2893e3d521ef -RPMIdentity: b917c54de709b02e866f1d5b7972c52005094e85993954f754ad911e5a586ae73a75feec805b98acfae391074b7da68a69d235abb89a1de86f6ff4dc70c696ca +RPMIdentity: aecbd67e14b675ee21af5a9889ac3b988ff8638472faf64b2fe2de2704cfcf6ee92837b84e9d210cdb6d80151605f05902847d105c9e9b4d80a1eb126c748b0d