<86>Jul 25 11:09:00 userdel[3957852]: delete user 'rooter' <86>Jul 25 11:09:00 userdel[3957852]: removed group 'rooter' owned by 'rooter' <86>Jul 25 11:09:00 userdel[3957852]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 11:09:00 groupadd[3957863]: group added to /etc/group: name=rooter, GID=633 <86>Jul 25 11:09:00 groupadd[3957863]: group added to /etc/gshadow: name=rooter <86>Jul 25 11:09:00 groupadd[3957863]: new group: name=rooter, GID=633 <86>Jul 25 11:09:00 useradd[3957868]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Jul 25 11:09:00 userdel[3957887]: delete user 'builder' <86>Jul 25 11:09:00 userdel[3957887]: removed group 'builder' owned by 'builder' <86>Jul 25 11:09:00 userdel[3957887]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 11:09:00 groupadd[3957903]: group added to /etc/group: name=builder, GID=634 <86>Jul 25 11:09:00 groupadd[3957903]: group added to /etc/gshadow: name=builder <86>Jul 25 11:09:00 groupadd[3957903]: new group: name=builder, GID=634 <86>Jul 25 11:09:00 useradd[3957911]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libvterm-0+bzr726-alt1.nosrc.rpm (w1.gzdio) Installing libvterm-0+bzr726-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98075 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libvterm-0+bzr726 + echo 'Source #0 (libvterm-0+bzr726-alt1.tar):' Source #0 (libvterm-0+bzr726-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libvterm-0+bzr726-alt1.tar + cd libvterm-0+bzr726 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98075 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libvterm-0+bzr726 + make -j8 PREFIX=/usr LIBDIR=/usr/lib 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' TBL src/encoding/DECdrawing.tbl make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' TBL src/encoding/uk.tbl make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/keyboard.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/mouse.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/unicode.c src/unicode.c:306:12: warning: 'mk_wcswidth_cjk' defined but not used [-Wunused-function] static int mk_wcswidth_cjk(const uint32_t *pwcs, size_t n) ^~~~~~~~~~~~~~~ src/unicode.c:215:12: warning: 'mk_wcswidth' defined but not used [-Wunused-function] static int mk_wcswidth(const uint32_t *pwcs, size_t n) ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/vterm.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/parser.c src/parser.c: In function 'vterm_input_write': src/parser.c:176:51: warning: 'string_start' may be used uninitialized in this function [-Wmaybe-uninitialized] more_string(vt, string_start, bytes + pos - string_start); ~~~~~~~~~~~~^~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/encoding.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/pen.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/screen.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC src/state.c src/state.c: In function 'on_dcs': src/state.c:1551:14: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized] reply--; ~~~~~^~ src/state.c:1544:11: note: 'reply' was declared here int reply; ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' LINK libvterm.la make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC bin/vterm-dump.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC bin/unterm.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC bin/vterm-ctrl.c make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.26024 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libvterm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libvterm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libvterm-0+bzr726 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libvterm-buildroot PREFIX=/usr LIBDIR=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' install -d /usr/src/tmp/libvterm-buildroot/usr/include install -m644 include/vterm.h include/vterm_keycodes.h /usr/src/tmp/libvterm-buildroot/usr/include install -d /usr/src/tmp/libvterm-buildroot/usr/lib/pkgconfig sed -e "s,@PREFIX@,/usr," -e "s,@LIBDIR@,/usr/lib," -e "s,@VERSION@,0.0," /usr/src/tmp/libvterm-buildroot/usr/lib/pkgconfig/vterm.pc install -d /usr/src/tmp/libvterm-buildroot/usr/lib libtool --quiet --mode=install install libvterm.la /usr/src/tmp/libvterm-buildroot/usr/lib/libvterm.la libtool-default: warning: remember to run 'libtool-default --finish /usr/lib' libtool --quiet --mode=finish /usr/src/tmp/libvterm-buildroot/usr/lib install -d /usr/src/tmp/libvterm-buildroot/usr/bin libtool --quiet --mode=install install bin/unterm bin/vterm-ctrl bin/vterm-dump /usr/src/tmp/libvterm-buildroot/usr/bin/ libtool-default: warning: '/usr/src/RPM/BUILD/libvterm-0+bzr726/libvterm.la' has not been installed in '/usr/lib' libtool-default: warning: '/usr/src/RPM/BUILD/libvterm-0+bzr726/libvterm.la' has not been installed in '/usr/lib' libtool-default: warning: '/usr/src/RPM/BUILD/libvterm-0+bzr726/libvterm.la' has not been installed in '/usr/lib' make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' + rm -- /usr/src/tmp/libvterm-buildroot/usr/lib/libvterm.a + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libvterm-buildroot (auto) removed './usr/lib/libvterm.la' mode of './usr/lib/libvterm.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libvterm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/lib/pkgconfig/vterm.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/vterm.pc: Libs: '-L${libdir} -lvterm' --> '-lvterm' Checking contents of files in /usr/src/tmp/libvterm-buildroot/ (default) Compressing files in /usr/src/tmp/libvterm-buildroot (auto) Adjusting library links in /usr/src/tmp/libvterm-buildroot ./usr/lib: libvterm.so.0 -> libvterm.so.0.0.0 Verifying ELF objects in /usr/src/tmp/libvterm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/vterm-dump: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/unterm: uses non-LFS functions: open Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.76714 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libvterm-0+bzr726 + make test make: Entering directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' CC t/harness.c LINK t/harness for T in `ls t/[0-9]*.test`; do echo "** $T **"; perl t/run-test.pl $T || exit 1; done ** t/02parser.test ** > Basic text > C0 > C1 8bit > C1 7bit > High bytes > Mixed > Escape > Escape 2-byte > Split write Escape > Escape cancels Escape, starts another > CAN cancels Escape, returns to normal mode > C0 in Escape interrupts and continues > CSI 0 args > CSI 1 arg > CSI 2 args > CSI 1 arg 1 sub > CSI many digits > CSI leading zero > CSI qmark > CSI greater > CSI SP > Mixed CSI > Split write > Escape cancels CSI, starts Escape > CAN cancels CSI, returns to normal mode > C0 in Escape interrupts and continues > OSC BEL > OSC ST (7bit) > OSC ST (8bit) > Escape cancels OSC, starts Escape > CAN cancels OSC, returns to normal mode > C0 in OSC interrupts and continues > DCS BEL > DCS ST (7bit) > DCS ST (8bit) > Escape cancels DCS, starts Escape > CAN cancels DCS, returns to normal mode > C0 in OSC interrupts and continues > NUL ignored > NUL ignored within CSI > DEL ignored > DEL ignored within CSI > DEL inside text" ** t/03encoding_utf8.test ** > Low > 2 byte > 3 byte > 4 byte > Early termination > Early restart > Overlong > UTF-16 Surrogates > Split write ** t/10state_putglyph.test ** > Low > UTF-8 1 char > UTF-8 split writes > UTF-8 wide char > UTF-8 emoji wide char > UTF-8 combining chars > Combining across buffers > DECSCA protected ** t/11state_movecursor.test ** > Implicit > Backspace > Horizontal Tab > Carriage Return > Linefeed > Backspace bounded by lefthand edge > Backspace cancels phantom > HT bounded by righthand edge > Index > Reverse Index > Newline > Cursor Forward > Cursor Down > Cursor Up > Cursor Backward > Cursor Next Line > Cursor Previous Line > Cursor Horizonal Absolute > Cursor Position > Cursor Position cancels phantom > Bounds Checking > Horizontal Position Absolute > Horizontal Position Relative > Horizontal Position Backward > Horizontal and Vertical Position > Vertical Position Absolute > Vertical Position Relative > Vertical Position Backward > Horizontal Tab > Cursor Horizontal Tab > Cursor Backward Tab ** t/12state_scroll.test ** > Linefeed > Index > Reverse Index > Linefeed in DECSTBM > Linefeed outside DECSTBM > Index in DECSTBM > Reverse Index in DECSTBM > Linefeed in DECSTBM+DECSLRM > IND/RI in DECSTBM+DECSLRM > DECRQSS on DECSTBM > DECRQSS on DECSLRM > Setting invalid DECSLRM with !DECVSSM is still rejected > Scroll Down > Scroll Up > SD/SU in DECSTBM > SD/SU in DECSTBM+DECSLRM > Invalid boundaries > Scroll Down move+erase emulation > Scroll Up move+erase emulation ** t/13state_edit.test ** > ICH > ICH with DECSLRM > ICH outside DECSLRM > DCH > DCH with DECSLRM > DCH outside DECSLRM > ECH > IL > IL with DECSTBM > IL outside DECSTBM > IL with DECSTBM+DECSLRM > DL > DL with DECSTBM > DL outside DECSTBM > DL with DECSTBM+DECSLRM > DECIC > DECIC with DECSTBM+DECSLRM > DECIC outside DECSLRM > DECDC > DECDC with DECSTBM+DECSLRM > DECDC outside DECSLRM > EL 0 > EL 1 > EL 2 > SEL > ED 0 > ED 1 > ED 2 > SED > DECRQSS on DECSCA > ICH move+erase emuation > DCH move+erase emulation ** t/14state_encoding.test ** > Default > Designate G0=UK > Designate G0=DEC drawing > Designate G1 + LS1 > LS0 > Designate G2 + LS2 > Designate G3 + LS3 > SS2 > SS3 > LS1R > LS2R > LS3R > Mixed US-ASCII and UTF-8 ** t/15state_mode.test ** > Insert/Replace Mode > Insert mode only happens once for UTF-8 combining > Newline/Linefeed mode > DEC origin mode > DECRQM on DECOM > Origin mode with DECSLRM > Origin mode bounds cursor to scrolling region > Origin mode without scroll region ** t/16state_resize.test ** > Placement > Resize > Resize without reset > Resize shrink moves cursor > Resize grow doesn't cancel phantom ** t/17state_mouse.test ** > DECRQM on with mouse off > Mouse in simple button report mode > Press 1 > Release 1 > Ctrl-Press 1 > Button 2 > Position > Wheel events > DECRQM on mouse button mode > Drag events > DECRQM on mouse drag mode > Non-drag motion events > DECRQM on mouse motion mode > Bounds checking > DECRQM on standard encoding mode > UTF-8 extended encoding mode > DECRQM on UTF-8 extended encoding mode > SGR extended encoding mode > DECRQM on SGR extended encoding mode > rxvt extended encoding mode > DECRQM on rxvt extended encoding mode ** t/18state_termprops.test ** > Cursor visibility > Cursor blink > Cursor shape > Title ** t/20state_wrapping.test ** > 79th Column > 80th Column Phantom > Line Wraparound > Line Wraparound during combined write > DEC Auto Wrap Mode > 80th column causes linefeed on wraparound > 80th column phantom linefeed phantom cancelled by explicit cursor move ** t/21state_tabstops.test ** > Initial > HTS > TBC 0 > TBC 3 > Tabstops after resize ** t/22state_save.test ** > Set up state > Save > Change state > Restore > Save/restore using DECSC/DECRC > Save twice, restore twice happens on both edge transitions ** t/25state_input.test ** > Unmodified ASCII > Ctrl modifier on ASCII letters > Alt modifier on ASCII letters > Ctrl-Alt modifier on ASCII letters > Special handling of Ctrl-I > Special handling of Space > Cursor keys in reset (cursor) mode > Cursor keys in application mode > Shift-Tab should be different > Enter in linefeed mode > Enter in newline mode > Keypad in DECKPNM > Keypad in DECKPAM > Bracketed paste mode off > Bracketed paste mode on > Focus reporting disabled > Focus reporting enabled ** t/26state_query.test ** > DA > DSR > CPR > DECCPR > DECRQSS on DECSCUSR > DECRQSS on SGR > DECRQSS on SGR ANSI colours > DECRQSS on SGR ANSI hi-bright colours > DECRQSS on SGR 256-palette colours > DECRQSS on SGR RGB8 colours > S8C1T on DSR > Truncation on attempted buffer overflow ** t/27state_reset.test ** > RIS homes cursor > RIS cancels scrolling region > RIS erases screen > RIS clears tabstops ** t/28state_dbl_wh.test ** > Single Width, Single Height > Double Width, Single Height > Double Height > Double Width scrolling ** t/29state_fallback.test ** > Unrecognised control > Unrecognised CSI > Unrecognised OSC > Unrecognised DCS ** t/30state_pen.test ** > Reset > Bold > Underline > Italic > Blink > Reverse > Font Selection > Foreground > Background > Bold+ANSI colour == highbright ** t/31state_rep.test ** > REP no argument > REP zero (zero should be interpreted as one) > REP lowercase a times two > REP with UTF-8 1 char > REP with UTF-8 wide char > REP with UTF-8 combining character > REP till end of line ** t/60screen_ascii.test ** > Get > Erase > Copycell > Space padding > Linefeed padding > Altscreen ** t/61screen_unicode.test ** > Single width UTF-8 > Wide char > Combining char > 10 combining accents should not crash > 40 combining accents in two split writes of 20 should not crash > Outputing CJK doublewidth in 80th column should wraparound to next line and not crash" ** t/62screen_damage.test ** > Putglyph > Erase > Scroll damages entire line in two chunks > Scroll down damages entire screen in two chunks > Altscreen damages entire area > Scroll invokes moverect but not damage > Merge to cells > Merge entire rows > Merge entire screen > Merge entire screen with moverect > Merge scroll > Merge scroll with damage > Merge scroll with damage past region > Damage entirely outside scroll region > Damage overlapping scroll region > Merge scroll*2 with damage ** t/63screen_resize.test ** > Resize wider preserves cells > Resize wider allows print in new area > Resize shorter with blanks just truncates > Resize shorter with content must scroll > Resize shorter does not lose line with cursor > Resize taller attempts to pop scrollback ** t/64screen_pen.test ** > Plain > Bold > Italic > Underline > Reset > Font > Foreground > Background > EL sets reverse and colours to end of line > DECSCNM xors reverse for entire screen ** t/65screen_protect.test ** > Selective erase > Non-selective erase ** t/66screen_extent.test ** > Bold extent ** t/67screen_dbl_wh.test ** > Single Width, Single Height > Double Width, Single Height > Double Height > Late change ** t/68screen_termprops.test ** > Cursor visibility > Title ** t/90vttest_01-movement-1.test ** > Output ** t/90vttest_01-movement-2.test ** > Output ** t/90vttest_01-movement-3.test ** > Output ** t/90vttest_01-movement-4.test ** > Output ** t/90vttest_02-screen-1.test ** > Output ** t/90vttest_02-screen-2.test ** > Output ** t/90vttest_02-screen-3.test ** > Output ** t/90vttest_02-screen-4.test ** > Output ** t/92lp1640917.test ** > Mouse reporting should not break by idempotent DECSM 1002 make: Leaving directory '/usr/src/RPM/BUILD/libvterm-0+bzr726' + exit 0 Processing files: libvterm-0+bzr726-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71001 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libvterm-0+bzr726 + DOCDIR=/usr/src/tmp/libvterm-buildroot/usr/share/doc/libvterm-0+bzr726 + export DOCDIR + rm -rf /usr/src/tmp/libvterm-buildroot/usr/share/doc/libvterm-0+bzr726 + /bin/mkdir -p /usr/src/tmp/libvterm-buildroot/usr/share/doc/libvterm-0+bzr726 + cp -prL LICENSE /usr/src/tmp/libvterm-buildroot/usr/share/doc/libvterm-0+bzr726 + chmod -R go-w /usr/src/tmp/libvterm-buildroot/usr/share/doc/libvterm-0+bzr726 + chmod -R a+rX /usr/src/tmp/libvterm-buildroot/usr/share/doc/libvterm-0+bzr726 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HDaHn0 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libvterm-buildroot/usr/lib/libvterm.so.0: 56 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.au0TV7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libvterm.so.0 = set:jdBz1mh5kJGNf6P8Jzc0zJMp8JtYNEgNMgEVDrDNSkQtygM6EFfg5k4fZvAHiW5yNV5zXO1IvGzqZ5LPYZgZyZvd5Vna6t7ItsQMzEaRujatIxYB7 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.y7cVUN Creating libvterm-debuginfo package Processing files: libvterm-devel-0+bzr726-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RtELEV 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.qdktIk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(vterm) = 0.0 Requires: /usr/lib/libvterm.so.0.0.0, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YFhMCa Processing files: libvterm-tools-0+bzr726-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w5f0ml 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.l7DxCU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.10), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libvterm.so.0 >= set:jfYJrbc8aZ0VunlEisy3OLazU9Ktg8, 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.jt0D6W Creating libvterm-tools-debuginfo package Processing files: libvterm-debuginfo-0+bzr726-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9TFVog find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aSp2T7 find-requires: running scripts (debuginfo) Provides: debug(libvterm.so.0) Requires: libvterm = 0+bzr726-alt1, debug(libc.so.6) Processing files: libvterm-tools-debuginfo-0+bzr726-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rt8RUl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7svzP1 find-requires: running scripts (debuginfo) Requires: libvterm-tools = 0+bzr726-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libvterm.so.0) Adding to libvterm-debuginfo a strict dependency on libvterm Adding to libvterm-tools-debuginfo a strict dependency on libvterm-tools Adding to libvterm-devel a strict dependency on libvterm Adding to libvterm-tools a strict dependency on libvterm Adding to libvterm-tools-debuginfo a strict dependency on libvterm-debuginfo Removing from libvterm-tools-debuginfo 2 sources provided by libvterm-debuginfo also prunning dir /usr/src/debug/libvterm-0+bzr726/include also prunning dir /usr/src/debug/libvterm-0+bzr726/src Removing 1 extra deps from libvterm-devel due to dependency on libvterm Removing 2 extra deps from libvterm-tools due to dependency on libvterm Removing 1 extra deps from libvterm-tools-debuginfo due to dependency on libvterm-debuginfo Removing 5 extra deps from libvterm-tools due to repentancy on libvterm Removing 1 extra deps from libvterm-tools-debuginfo due to repentancy on libvterm-debuginfo Wrote: /usr/src/RPM/RPMS/i586/libvterm-0+bzr726-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libvterm-devel-0+bzr726-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libvterm-tools-0+bzr726-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libvterm-debuginfo-0+bzr726-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libvterm-tools-debuginfo-0+bzr726-alt1.i586.rpm (w2.lzdio) 21.12user 5.13system 0:28.51elapsed 92%CPU (0avgtext+0avgdata 34692maxresident)k 0inputs+0outputs (0major+762106minor)pagefaults 0swaps 23.86user 10.00system 0:36.33elapsed 93%CPU (0avgtext+0avgdata 34692maxresident)k 0inputs+0outputs (0major+998938minor)pagefaults 0swaps --- libvterm-0+bzr726-alt1.i586.rpm.repo 2019-04-24 23:12:29.000000000 +0000 +++ libvterm-0+bzr726-alt1.i586.rpm.hasher 2021-07-25 11:09:32.028571898 +0000 @@ -13,5 +13,5 @@ File: /usr/lib/libvterm.so.0 120777 root:root libvterm.so.0.0.0 -File: /usr/lib/libvterm.so.0.0.0 100644 root:root 4e6a0cce51b511639a313cc2c2888306 +File: /usr/lib/libvterm.so.0.0.0 100644 root:root f4581b346a45fad9dd8bb536f0deddfd File: /usr/share/doc/libvterm-0+bzr726 40755 root:root File: /usr/share/doc/libvterm-0+bzr726/LICENSE 100644 root:root be5681ffe0dc58ccc9756bc6260fe0cd -RPMIdentity: 270d2d6b167f64ee009957e2c1f50671 +RPMIdentity: f9f8511605c01c17c7980f6a0ab2f342 --- libvterm-debuginfo-0+bzr726-alt1.i586.rpm.repo 2019-04-24 23:12:29.000000000 +0000 +++ libvterm-debuginfo-0+bzr726-alt1.i586.rpm.hasher 2021-07-25 11:09:32.173566649 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/db 40755 root:root -/usr/lib/debug/.build-id/db/ae73f8317942379912a7fb6eb4ba5bfd553482 120777 root:root ../../../libvterm.so.0.0.0 -/usr/lib/debug/.build-id/db/ae73f8317942379912a7fb6eb4ba5bfd553482.debug 120777 root:root ../../usr/lib/libvterm.so.0.0.0.debug +/usr/lib/debug/.build-id/e4 40755 root:root +/usr/lib/debug/.build-id/e4/a88310f79d5ca171152183db9ed0d4bbe96337 120777 root:root ../../../libvterm.so.0.0.0 +/usr/lib/debug/.build-id/e4/a88310f79d5ca171152183db9ed0d4bbe96337.debug 120777 root:root ../../usr/lib/libvterm.so.0.0.0.debug /usr/lib/debug/usr/lib/libvterm.so.0.0.0.debug 100644 root:root @@ -30,6 +30,6 @@ Provides: libvterm-debuginfo = 0+bzr726-alt1:sisyphus+228102.100.1.1 -File: /usr/lib/debug/.build-id/db 40755 root:root -File: /usr/lib/debug/.build-id/db/ae73f8317942379912a7fb6eb4ba5bfd553482 120777 root:root ../../../libvterm.so.0.0.0 -File: /usr/lib/debug/.build-id/db/ae73f8317942379912a7fb6eb4ba5bfd553482.debug 120777 root:root ../../usr/lib/libvterm.so.0.0.0.debug -File: /usr/lib/debug/usr/lib/libvterm.so.0.0.0.debug 100644 root:root 911d5970dd00a0e2db4a8667111fc109 +File: /usr/lib/debug/.build-id/e4 40755 root:root +File: /usr/lib/debug/.build-id/e4/a88310f79d5ca171152183db9ed0d4bbe96337 120777 root:root ../../../libvterm.so.0.0.0 +File: /usr/lib/debug/.build-id/e4/a88310f79d5ca171152183db9ed0d4bbe96337.debug 120777 root:root ../../usr/lib/libvterm.so.0.0.0.debug +File: /usr/lib/debug/usr/lib/libvterm.so.0.0.0.debug 100644 root:root b402b9ccfeb8e2f94714a522c7a571f6 File: /usr/lib/debug/usr/lib/libvterm.so.0.debug 120777 root:root libvterm.so.0.0.0.debug @@ -55,2 +55,2 @@ File: /usr/src/debug/libvterm-0+bzr726/src/vterm_internal.h 100644 root:root 0ec9e7a0e3fd6eff4777c082a2cc931e -RPMIdentity: 50d82a43a5333d4754651cf031d1f8b5 +RPMIdentity: 943af9c797dbabc183d715dd441cff84 --- libvterm-tools-0+bzr726-alt1.i586.rpm.repo 2019-04-24 23:12:29.000000000 +0000 +++ libvterm-tools-0+bzr726-alt1.i586.rpm.hasher 2021-07-25 11:09:32.462556186 +0000 @@ -9,5 +9,5 @@ Provides: libvterm-tools = 0+bzr726-alt1:sisyphus+228102.100.1.1 -File: /usr/bin/unterm 100755 root:root aeb7c567fa2d64fcc6cbd152396391ed -File: /usr/bin/vterm-ctrl 100755 root:root c09ea1af1568044dced202bb5b098563 -File: /usr/bin/vterm-dump 100755 root:root 497280dd624a99904f3031ae93ed3424 -RPMIdentity: c839d22a6a3de3fafb23aa824eafcff4 +File: /usr/bin/unterm 100755 root:root 9941012f5662aef5ab579e3cbb09c03d +File: /usr/bin/vterm-ctrl 100755 root:root 8e18fa4ad86d0a59d05300de56c58eb5 +File: /usr/bin/vterm-dump 100755 root:root 338b2ad7942851e06210af1b75960279 +RPMIdentity: ca02138a702572d8226325357d93a448 --- libvterm-tools-debuginfo-0+bzr726-alt1.i586.rpm.repo 2019-04-24 23:12:29.000000000 +0000 +++ libvterm-tools-debuginfo-0+bzr726-alt1.i586.rpm.hasher 2021-07-25 11:09:32.619550502 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/11 40755 root:root -/usr/lib/debug/.build-id/11/b0758f665a5ca7d9ae942844d3206b6a541e5e 120777 root:root ../../../../bin/vterm-dump -/usr/lib/debug/.build-id/11/b0758f665a5ca7d9ae942844d3206b6a541e5e.debug 120777 root:root ../../usr/bin/vterm-dump.debug -/usr/lib/debug/.build-id/34 40755 root:root -/usr/lib/debug/.build-id/34/4b7a519d82dd12d385b5fa121a1a0cd8545670 120777 root:root ../../../../bin/unterm -/usr/lib/debug/.build-id/34/4b7a519d82dd12d385b5fa121a1a0cd8545670.debug 120777 root:root ../../usr/bin/unterm.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/2d07ba351d025fb4c3c894c79f3840d609586c 120777 root:root ../../../../bin/vterm-ctrl -/usr/lib/debug/.build-id/ee/2d07ba351d025fb4c3c894c79f3840d609586c.debug 120777 root:root ../../usr/bin/vterm-ctrl.debug +/usr/lib/debug/.build-id/ba 40755 root:root +/usr/lib/debug/.build-id/ba/f7246a8824293ad7583bddd67f34598013efaa 120777 root:root ../../../../bin/vterm-ctrl +/usr/lib/debug/.build-id/ba/f7246a8824293ad7583bddd67f34598013efaa.debug 120777 root:root ../../usr/bin/vterm-ctrl.debug +/usr/lib/debug/.build-id/d3 40755 root:root +/usr/lib/debug/.build-id/d3/21f347fbc0401c903be39a28e68bcdc7d6eea7 120777 root:root ../../../../bin/unterm +/usr/lib/debug/.build-id/d3/21f347fbc0401c903be39a28e68bcdc7d6eea7.debug 120777 root:root ../../usr/bin/unterm.debug +/usr/lib/debug/.build-id/e9 40755 root:root +/usr/lib/debug/.build-id/e9/44faae0b3339527137ceef88ecccbc5faa8c31 120777 root:root ../../../../bin/vterm-dump +/usr/lib/debug/.build-id/e9/44faae0b3339527137ceef88ecccbc5faa8c31.debug 120777 root:root ../../usr/bin/vterm-dump.debug /usr/lib/debug/usr/bin/unterm.debug 100644 root:root @@ -22,14 +22,14 @@ Provides: libvterm-tools-debuginfo = 0+bzr726-alt1:sisyphus+228102.100.1.1 -File: /usr/lib/debug/.build-id/11 40755 root:root -File: /usr/lib/debug/.build-id/11/b0758f665a5ca7d9ae942844d3206b6a541e5e 120777 root:root ../../../../bin/vterm-dump -File: /usr/lib/debug/.build-id/11/b0758f665a5ca7d9ae942844d3206b6a541e5e.debug 120777 root:root ../../usr/bin/vterm-dump.debug -File: /usr/lib/debug/.build-id/34 40755 root:root -File: /usr/lib/debug/.build-id/34/4b7a519d82dd12d385b5fa121a1a0cd8545670 120777 root:root ../../../../bin/unterm -File: /usr/lib/debug/.build-id/34/4b7a519d82dd12d385b5fa121a1a0cd8545670.debug 120777 root:root ../../usr/bin/unterm.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/2d07ba351d025fb4c3c894c79f3840d609586c 120777 root:root ../../../../bin/vterm-ctrl -File: /usr/lib/debug/.build-id/ee/2d07ba351d025fb4c3c894c79f3840d609586c.debug 120777 root:root ../../usr/bin/vterm-ctrl.debug -File: /usr/lib/debug/usr/bin/unterm.debug 100644 root:root d313c6f9e7f23bba7c3a50e91c6b2b0f -File: /usr/lib/debug/usr/bin/vterm-ctrl.debug 100644 root:root 43d76b960443094c8c74ffe43c260763 -File: /usr/lib/debug/usr/bin/vterm-dump.debug 100644 root:root 8fadd3382ad4aa2ff9dff39162af5351 +File: /usr/lib/debug/.build-id/ba 40755 root:root +File: /usr/lib/debug/.build-id/ba/f7246a8824293ad7583bddd67f34598013efaa 120777 root:root ../../../../bin/vterm-ctrl +File: /usr/lib/debug/.build-id/ba/f7246a8824293ad7583bddd67f34598013efaa.debug 120777 root:root ../../usr/bin/vterm-ctrl.debug +File: /usr/lib/debug/.build-id/d3 40755 root:root +File: /usr/lib/debug/.build-id/d3/21f347fbc0401c903be39a28e68bcdc7d6eea7 120777 root:root ../../../../bin/unterm +File: /usr/lib/debug/.build-id/d3/21f347fbc0401c903be39a28e68bcdc7d6eea7.debug 120777 root:root ../../usr/bin/unterm.debug +File: /usr/lib/debug/.build-id/e9 40755 root:root +File: /usr/lib/debug/.build-id/e9/44faae0b3339527137ceef88ecccbc5faa8c31 120777 root:root ../../../../bin/vterm-dump +File: /usr/lib/debug/.build-id/e9/44faae0b3339527137ceef88ecccbc5faa8c31.debug 120777 root:root ../../usr/bin/vterm-dump.debug +File: /usr/lib/debug/usr/bin/unterm.debug 100644 root:root 745809faf765f47ab5bc2ea518e371ad +File: /usr/lib/debug/usr/bin/vterm-ctrl.debug 100644 root:root f532ba4195c4d2e1b70546cbf50d1a28 +File: /usr/lib/debug/usr/bin/vterm-dump.debug 100644 root:root 01da78f230456b08042ef741b6368655 File: /usr/src/debug/libvterm-0+bzr726 40755 root:root @@ -39,2 +39,2 @@ File: /usr/src/debug/libvterm-0+bzr726/bin/vterm-dump.c 100644 root:root cfc4859c888aa6c4af4b238227732879 -RPMIdentity: b764dbfe00315f573040d15e73fa5a38 +RPMIdentity: 45dfced86f145a88c23dd9f525a937b3