<86>Jun  4 09:08:33 userdel[2000038]: delete user 'rooter'
<86>Jun  4 09:08:33 userdel[2000038]: removed group 'rooter' owned by 'rooter'
<86>Jun  4 09:08:33 userdel[2000038]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  4 09:08:34 groupadd[2000047]: group added to /etc/group: name=rooter, GID=1826
<86>Jun  4 09:08:34 groupadd[2000047]: group added to /etc/gshadow: name=rooter
<86>Jun  4 09:08:34 groupadd[2000047]: new group: name=rooter, GID=1826
<86>Jun  4 09:08:34 useradd[2000052]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash
<86>Jun  4 09:08:34 userdel[2000059]: delete user 'builder'
<86>Jun  4 09:08:34 userdel[2000059]: removed group 'builder' owned by 'builder'
<86>Jun  4 09:08:34 userdel[2000059]: removed shadow group 'builder' owned by 'builder'
<86>Jun  4 09:08:34 groupadd[2000065]: group added to /etc/group: name=builder, GID=1827
<86>Jun  4 09:08:34 groupadd[2000065]: group added to /etc/gshadow: name=builder
<86>Jun  4 09:08:34 groupadd[2000065]: new group: name=builder, GID=1827
<86>Jun  4 09:08:34 useradd[2000073]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libtrash-3.3-alt1.nosrc.rpm (w1.gzdio)
Installing libtrash-3.3-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96681
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libtrash-3.3
+ echo 'Source #0 (libtrash-3.3.tgz):'
Source #0 (libtrash-3.3.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/libtrash-3.3.tgz
+ /bin/tar -xf -
+ cd libtrash-3.3
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.96681
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libtrash-3.3
+ make -j16
set -e; cd src; make all;
make[1]: Entering directory '/usr/src/RPM/BUILD/libtrash-3.3/src'
echo CHECKING FOR A WORKING PROC FILESYSTEM...
CHECKING FOR A WORKING PROC FILESYSTEM...
ls -d /proc/self/fd
/proc/self/fd
echo GOOD, YOU SEEM TO HAVE A PROC FS
GOOD, YOU SEEM TO HAVE A PROC FS
gcc -g -Wall -W -Wmissing-prototypes -D_REENTRANT -o linking-helper linking-helper.c
perl -w ../scripts/trimheader.pl
perl -w ../scripts/genheader.pl
python ../scripts/get_symbol_versions.py
rm -f linking-helper
perl -w ../scripts/genconf.pl
gcc -g -Wall -W -Wmissing-prototypes -D_REENTRANT main.c helpers.c unlink.c rename.c open-funs.c -nostartfiles -shared -fPIC -Wl,-soname,libtrash.so.3 \
        -o libtrash.so.3.3 -ldl
helpers.c: In function 'read_config_from_file':
helpers.c:1054:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
      conf_file_path = filepath;
                     ^
helpers.c: In function 'make_absolute_path_from_dirfd_relpath':
helpers.c:2130:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  return arg_pathname;
         ^~~~~~~~~~~~
unlink.c:26: warning: "__USE_ATFILE" redefined
 #define __USE_ATFILE /* for access to AT_REMOVEDIR/AT_FDCWD macros inside fcntl.h */
 
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from unlink.c:20:
/usr/include/features.h:372: note: this is the location of the previous definition
 # define __USE_ATFILE 1
 
unlink.c: In function 'unlink':
unlink.c:91:50: warning: nonnull argument 'pathname' compared to NULL [-Wnonnull-compare]
    if (cfg.libtrash_off || !cfg.intercept_unlink || pathname == NULL)
                                                  ^
open-funs.c: In function 'do_fopen_or_freopen_or_open':
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:601:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION(); /* we don't need to call libtrash_fini() here. */
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:601:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION(); /* we don't need to call libtrash_fini() here. */
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:601:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION(); /* we don't need to call libtrash_fini() here. */
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:618:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION();
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:618:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION();
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:618:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION();
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:629:2: note: in expansion of macro 'DO_HANDLE_ERROR'
  DO_HANDLE_ERROR();
  ^~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:629:2: note: in expansion of macro 'DO_HANDLE_ERROR'
  DO_HANDLE_ERROR();
  ^~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:629:2: note: in expansion of macro 'DO_HANDLE_ERROR'
  DO_HANDLE_ERROR();
  ^~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:456:5: note: in expansion of macro 'RETURN_REAL_FUNCTION'
     RETURN_REAL_FUNCTION();                                                                    \
     ^~~~~~~~~~~~~~~~~~~~
open-funs.c:641:4: note: in expansion of macro 'TEST_FILE_EXISTENCE'
    TEST_FILE_EXISTENCE(); /* Invokes libtrash_fini() by itself if it decides to return. */
    ^~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:456:5: note: in expansion of macro 'RETURN_REAL_FUNCTION'
     RETURN_REAL_FUNCTION();                                                                    \
     ^~~~~~~~~~~~~~~~~~~~
open-funs.c:641:4: note: in expansion of macro 'TEST_FILE_EXISTENCE'
    TEST_FILE_EXISTENCE(); /* Invokes libtrash_fini() by itself if it decides to return. */
    ^~~~~~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:456:5: note: in expansion of macro 'RETURN_REAL_FUNCTION'
     RETURN_REAL_FUNCTION();                                                                    \
     ^~~~~~~~~~~~~~~~~~~~
open-funs.c:641:4: note: in expansion of macro 'TEST_FILE_EXISTENCE'
    TEST_FILE_EXISTENCE(); /* Invokes libtrash_fini() by itself if it decides to return. */
    ^~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:663:2: note: in expansion of macro 'DO_HANDLE_ERROR'
  DO_HANDLE_ERROR();
  ^~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:663:2: note: in expansion of macro 'DO_HANDLE_ERROR'
  DO_HANDLE_ERROR();
  ^~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:663:2: note: in expansion of macro 'DO_HANDLE_ERROR'
  DO_HANDLE_ERROR();
  ^~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:689:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION();
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:689:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION();
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:689:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION();
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:731:7: note: in expansion of macro 'DO_HANDLE_ERROR'
       DO_HANDLE_ERROR();
       ^~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:731:7: note: in expansion of macro 'DO_HANDLE_ERROR'
       DO_HANDLE_ERROR();
       ^~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:413:2: note: in expansion of macro 'RETURN_REAL_FUNCTION'
  RETURN_REAL_FUNCTION()                              \
  ^~~~~~~~~~~~~~~~~~~~
open-funs.c:731:7: note: in expansion of macro 'DO_HANDLE_ERROR'
       DO_HANDLE_ERROR();
       ^~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:744:7: note: in expansion of macro 'RETURN_REAL_FUNCTION'
       RETURN_REAL_FUNCTION();
       ^~~~~~~~~~~~~~~~~~~~
open-funs.c:371:77: warning: pointer/integer type mismatch in conditional expression
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:371:77: note: in definition of macro 'REAL_FUNCTION'
         (function == FREOPEN64 ? (*real_freopen64) (path, mode_str, stream) :\
                                                                             ^~
      (function == OPEN ?                                              \
                                                                              
open-funs.c:744:7: note: in expansion of macro 'RETURN_REAL_FUNCTION'
       RETURN_REAL_FUNCTION();
       ^~~~~~~~~~~~~~~~~~~~
open-funs.c:390:12: warning: assignment to 'int' from 'FILE *' {aka 'struct _IO_FILE *'} makes integer from pointer without a cast [-Wint-conversion]
  retval.fd = REAL_FUNCTION();                          \
            ^
open-funs.c:744:7: note: in expansion of macro 'RETURN_REAL_FUNCTION'
       RETURN_REAL_FUNCTION();
       ^~~~~~~~~~~~~~~~~~~~
open-funs.c:751:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtrash-3.3/src'
+ cp /usr/src/RPM/SOURCES/libtrash.README.ALT README.ALT
+ tar -jxf /usr/src/RPM/SOURCES/libtrash-profile.tar.bz2
+ subst 's@^INSTLIBDIR=${DESTDIR}/usr/lib@INSTLIBDIR=${DESTDIR}/usr/lib64@g' src/Makefile
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.17973
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libtrash-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libtrash-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libtrash-3.3
+ mkdir -p /usr/src/tmp/libtrash-buildroot/usr/lib64 /usr/src/tmp/libtrash-buildroot/etc /usr/src/tmp/libtrash-buildroot/usr/include
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libtrash-buildroot
make: Entering directory '/usr/src/RPM/BUILD/libtrash-3.3'
set -e; cd src; make install;
make[1]: Entering directory '/usr/src/RPM/BUILD/libtrash-3.3/src'
TRASH_OFF=YES install libtrash.so.3.3 /usr/src/tmp/libtrash-buildroot/usr/lib64/libtrash.so.3.3
TRASH_OFF=YES ln -sf libtrash.so.3.3 /usr/src/tmp/libtrash-buildroot/usr/lib64/libtrash.so
TRASH_OFF=YES install libtrash.conf.sys --mode a=r /usr/src/tmp/libtrash-buildroot/etc/libtrash.conf
make[1]: Leaving directory '/usr/src/RPM/BUILD/libtrash-3.3/src'
make: Leaving directory '/usr/src/RPM/BUILD/libtrash-3.3'
+ install -p -m644 src/trash.h /usr/src/tmp/libtrash-buildroot/usr/include/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libtrash-buildroot (auto)
mode of './usr/lib64/libtrash.so.3.3' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libtrash-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libtrash-buildroot/ (default)
Compressing files in /usr/src/tmp/libtrash-buildroot (auto)
Adjusting library links in /usr/src/tmp/libtrash-buildroot
./usr/lib64:
	libtrash.so.3 -> libtrash.so.3.3 (changed)
Verifying ELF objects in /usr/src/tmp/libtrash-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: libtrash-3.3-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17973
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libtrash-3.3
+ DOCDIR=/usr/src/tmp/libtrash-buildroot/usr/share/doc/libtrash-3.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/libtrash-buildroot/usr/share/doc/libtrash-3.3
+ /bin/mkdir -p /usr/src/tmp/libtrash-buildroot/usr/share/doc/libtrash-3.3
+ cp -prL README.ALT CHANGE.LOG README TODO config.txt libtrash.conf libtrash.sh libtrash.csh cleanTrash /usr/src/tmp/libtrash-buildroot/usr/share/doc/libtrash-3.3
+ chmod -R go-w /usr/src/tmp/libtrash-buildroot/usr/share/doc/libtrash-3.3
+ chmod -R a+rX /usr/src/tmp/libtrash-buildroot/usr/share/doc/libtrash-3.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QLHbtb
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libtrash-buildroot/usr/lib64/libtrash.so.3: 28 symbols, 15 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.q2w0Rj
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libtrash.so.3()(64bit) = set:idLsmiIQtRmjWbnZlqR1TQGNihD2pFPQ1u5VGsuurtAy6hedoRJuTZynv
Requires: 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), libdl.so.2(GLIBC_2.2.5)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8U7XGv
Creating libtrash-debuginfo package
Processing files: libtrash-devel-3.3-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Cy5lXK
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.aujyD3
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libtrash = 3.3-alt1, /usr/lib64/libtrash.so.3.3
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qukrKp
Processing files: libtrash-debuginfo-3.3-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KSdihP
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AdSJfi
find-requires: running scripts (debuginfo)
Provides: debug64(libtrash.so.3)
Requires: libtrash = 3.3-alt1, debug64(libc.so.6), debug64(libdl.so.2)
Removing 1 extra deps from libtrash-devel due to dependency on libtrash
Wrote: /usr/src/RPM/RPMS/x86_64/libtrash-3.3-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libtrash-devel-3.3-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libtrash-debuginfo-3.3-alt1.x86_64.rpm (w2.lzdio)
1.68user 1.00system 0:09.96elapsed 26%CPU (0avgtext+0avgdata 27392maxresident)k
0inputs+0outputs (0major+338952minor)pagefaults 0swaps
1.65user 0.76system 0:13.82elapsed 17%CPU (0avgtext+0avgdata 113572maxresident)k
0inputs+0outputs (0major+132406minor)pagefaults 0swaps
--- libtrash-3.3-alt1.x86_64.rpm.repo	2014-09-12 07:47:10.000000000 +0000
+++ libtrash-3.3-alt1.x86_64.rpm.hasher	2023-06-04 09:08:46.447979593 +0000
@@ -29,3 +29,3 @@
 File: /usr/lib64/libtrash.so.3	120777	root:root		libtrash.so.3.3
-File: /usr/lib64/libtrash.so.3.3	100644	root:root	baea15a66f409564481240b3938fb266	
+File: /usr/lib64/libtrash.so.3.3	100644	root:root	5d8b9e0b9b48df79a7ff2f877041c1bc	
 File: /usr/share/doc/libtrash-3.3	40755	root:root		
@@ -45,2 +45,2 @@
 File: /usr/share/doc/libtrash-3.3/libtrash.sh	100755	root:root	fb11684c62008f362c4526ff004d5910	
-RPMIdentity: 36854003722d1e9311681ef8674527972b1218179eab8feebecb01029ce9934ed24aba1712e215ece13e06d952b756e9e0b9e35a40c65e2d4ad51f984eec4c00
+RPMIdentity: 8b890b658ebb8a971b0aaec2e1350b3f42f20058f01902102a798898c72ed7dbe3c70f34fe62127490da1d061526a37ab0d56c8a52b532d5a48307691fd49ed6
--- libtrash-debuginfo-3.3-alt1.x86_64.rpm.repo	2014-09-12 07:47:10.000000000 +0000
+++ libtrash-debuginfo-3.3-alt1.x86_64.rpm.hasher	2023-06-04 09:08:46.498980295 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/eb	40755	root:root	
-/usr/lib/debug/.build-id/eb/20de49ba7f0d2e370175345be78f9a7a02e56f	120777	root:root	../../../../lib64/libtrash.so.3.3
-/usr/lib/debug/.build-id/eb/20de49ba7f0d2e370175345be78f9a7a02e56f.debug	120777	root:root	../../usr/lib64/libtrash.so.3.3.debug
+/usr/lib/debug/.build-id/6b	40755	root:root	
+/usr/lib/debug/.build-id/6b/b37cb6a616859ad171b423ba7941dfc3d03603	120777	root:root	../../../../lib64/libtrash.so.3.3
+/usr/lib/debug/.build-id/6b/b37cb6a616859ad171b423ba7941dfc3d03603.debug	120777	root:root	../../usr/lib64/libtrash.so.3.3.debug
 /usr/lib/debug/usr/lib64/libtrash.so.3.3.debug	100644	root:root	
@@ -19,6 +19,6 @@
 Provides: libtrash-debuginfo = 3.3-alt1
-File: /usr/lib/debug/.build-id/eb	40755	root:root		
-File: /usr/lib/debug/.build-id/eb/20de49ba7f0d2e370175345be78f9a7a02e56f	120777	root:root		../../../../lib64/libtrash.so.3.3
-File: /usr/lib/debug/.build-id/eb/20de49ba7f0d2e370175345be78f9a7a02e56f.debug	120777	root:root		../../usr/lib64/libtrash.so.3.3.debug
-File: /usr/lib/debug/usr/lib64/libtrash.so.3.3.debug	100644	root:root	cdf8379fc61773b987607dfea835d955	
+File: /usr/lib/debug/.build-id/6b	40755	root:root		
+File: /usr/lib/debug/.build-id/6b/b37cb6a616859ad171b423ba7941dfc3d03603	120777	root:root		../../../../lib64/libtrash.so.3.3
+File: /usr/lib/debug/.build-id/6b/b37cb6a616859ad171b423ba7941dfc3d03603.debug	120777	root:root		../../usr/lib64/libtrash.so.3.3.debug
+File: /usr/lib/debug/usr/lib64/libtrash.so.3.3.debug	100644	root:root	1ce79c5d60c17e70115b4d600a72e2c7	
 File: /usr/lib/debug/usr/lib64/libtrash.so.3.debug	120777	root:root		libtrash.so.3.3.debug
@@ -32,2 +32,2 @@
 File: /usr/src/debug/libtrash-3.3/src/unlink.c	100644	root:root	65545f998014e717c6eba661ea0b16c2	
-RPMIdentity: d2f0fb577ea012e0b7d04f868b70b28e98551620506be9c90bda5e2c4bec7841656f6de2e31ad7c85e0a7fc814e427d1196651a0383e77742c1f3c62bd8cf7d6
+RPMIdentity: bccc4eca0cce732eb7e8f85dbaebc3e2643698becf02e099841ded33dee2ad10c3cdda3cfe2ce266ef5cf06ebbac4025a577d60392e9770163057d7a671b6c9c
--- libtrash-devel-3.3-alt1.x86_64.rpm.repo	2014-09-12 07:47:10.000000000 +0000
+++ libtrash-devel-3.3-alt1.x86_64.rpm.hasher	2023-06-04 09:08:46.727983447 +0000
@@ -7,2 +7,2 @@
 File: /usr/lib64/libtrash.so	120777	root:root		libtrash.so.3.3
-RPMIdentity: 0de0cc132d94bf8000ffd5193f97d47490d503c0ee4a4ae6424a9978d095e81b0c91d4a300e7d164bc97ee584560e0159882dc742b558961ce2927cbc27bacdf
+RPMIdentity: 20c0130657a74d0d1f6d7c45b1e164120c8f419f0f2cda9cf0dddf377cfc6b12b2716b370a3268a456ee4d27ec6fc477a96cf233359bfd2e721b4eb3aab52a08