<86>Mar 26 08:51:35 userdel[928905]: delete user 'rooter'
<86>Mar 26 08:51:35 userdel[928905]: removed group 'rooter' owned by 'rooter'
<86>Mar 26 08:51:35 userdel[928905]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 26 08:51:35 groupadd[928926]: group added to /etc/group: name=rooter, GID=795
<86>Mar 26 08:51:35 groupadd[928926]: group added to /etc/gshadow: name=rooter
<86>Mar 26 08:51:35 groupadd[928926]: new group: name=rooter, GID=795
<86>Mar 26 08:51:35 useradd[928944]: new user: name=rooter, UID=795, GID=795, home=/root, shell=/bin/bash
<86>Mar 26 08:51:35 userdel[928964]: delete user 'builder'
<86>Mar 26 08:51:35 userdel[928964]: removed group 'builder' owned by 'builder'
<86>Mar 26 08:51:35 userdel[928964]: removed shadow group 'builder' owned by 'builder'
<86>Mar 26 08:51:35 groupadd[928988]: group added to /etc/group: name=builder, GID=796
<86>Mar 26 08:51:35 groupadd[928988]: group added to /etc/gshadow: name=builder
<86>Mar 26 08:51:35 groupadd[928988]: new group: name=builder, GID=796
<86>Mar 26 08:51:35 useradd[928998]: new user: name=builder, UID=796, GID=796, home=/usr/src, shell=/bin/bash
warning: Macro %hs_configure2 not found
warning: Macro %hs_build not found
warning: Macro %hs_install not found
warning: Macro %hs_gen_filelist not found
<13>Mar 26 08:51:37 rpmi: rpm-macros-ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
<13>Mar 26 08:51:37 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099568 installed
<13>Mar 26 08:51:37 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770931 installed
<13>Mar 26 08:51:37 rpmi: libffi-devel-1:3.2.1-alt3 p9+251949.100.1.1 1589887590 installed
<13>Mar 26 08:51:37 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed
<13>Mar 26 08:51:37 rpmi: ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
<13>Mar 26 08:51:44 rpmi: ghc7.6.1-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
<13>Mar 26 08:51:45 rpmi: ghc7.6.1-doc-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
warning: File /usr/src/in/source/ghc7.6.1-tensor-1.0.0.1-alt2.patch is smaller than 8 bytes
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ghc7.6.1-tensor-1.0.0.1-alt2.nosrc.rpm (w1.gzdio)
warning: File /usr/src/RPM/SOURCES/ghc7.6.1-tensor-1.0.0.1-alt2.patch is smaller than 8 bytes
Installing ghc7.6.1-tensor-1.0.0.1-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22295
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ghc7.6.1-tensor-1.0.0.1
+ echo 'Source #0 (ghc7.6.1-tensor-1.0.0.1.tar):'
Source #0 (ghc7.6.1-tensor-1.0.0.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ghc7.6.1-tensor-1.0.0.1.tar
+ cd ghc7.6.1-tensor-1.0.0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (ghc7.6.1-tensor-1.0.0.1-alt2.patch):'
Patch #0 (ghc7.6.1-tensor-1.0.0.1-alt2.patch):
+ /usr/bin/patch -p1
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58542
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ghc7.6.1-tensor-1.0.0.1
+ '[' -f configure.ac -a '!' -f configure ']'
+ '[' -x Setup ']'
+ ghc-7.6.1 Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup ...
+ ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc7.6.1-tensor-1.0.0.1 '--libsubdir=$compiler/lib/$pkgid' --docdir=/usr/share/doc/ghc7.6.1-tensor-1.0.0.1 --datadir=/usr/share --datasubdir=ghc7.6.1-tensor-1.0.0.1 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc
Configuring Tensor-1.0.0.1...
+ '[' -x Setup ']'
+ ./Setup makefile -f cabal-rpm.mk
unrecognised command: makefile (try --help)
+ ./Setup build
Building Tensor-1.0.0.1...
Preprocessing library Tensor-1.0.0.1...
[1 of 1] Compiling Data.Tensor      ( src/Data/Tensor.hs, dist/build/Data/Tensor.o )

src/Data/Tensor.hs:57:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:94:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:131:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:168:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:205:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:242:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:279:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:316:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[1 of 1] Compiling Data.Tensor      ( src/Data/Tensor.hs, dist/build/Data/Tensor.p_o )

src/Data/Tensor.hs:57:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:94:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:131:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:168:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:205:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:242:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:279:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:316:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[1 of 1] Compiling Data.Tensor      ( src/Data/Tensor.hs, dist/build/Data/Tensor.dyn_o )

src/Data/Tensor.hs:57:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:94:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:131:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:168:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:205:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:242:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:279:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

src/Data/Tensor.hs:316:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
In-place registering Tensor-1.0.0.1...
+ ./Setup haddock
Running Haddock for Tensor-1.0.0.1...
Preprocessing library Tensor-1.0.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

dist/build/tmp-1026473/src/Data/Tensor.hs:57:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:94:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:131:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:168:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:205:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:242:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:279:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

dist/build/tmp-1026473/src/Data/Tensor.hs:316:28: Warning:
    In the use of `mkTyCon' (imported from Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Haddock coverage:
 100% (  9 /  9) in 'Data.Tensor'
Documentation created: dist/doc/html/Tensor/index.html
+ ./Setup register --gen-pkg-config=tensor.pkg
Creating package registration file: tensor.pkg
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.99723
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc7.6.1-tensor-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ghc7.6.1-tensor-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ghc7.6.1-tensor-1.0.0.1
+ '[' -x Setup ']'
+ ./Setup copy --destdir=/usr/src/tmp/ghc7.6.1-tensor-buildroot
Installing library in
/usr/src/tmp/ghc7.6.1-tensor-buildroot/usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1
+ '[' -f tensor.pkg ']'
+ install -m 755 tensor.pkg /usr/src/tmp/ghc7.6.1-tensor-buildroot/usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1
+ mkdir -p /usr/src/tmp/ghc7.6.1-tensor-buildroot/usr/lib64/ghc-7.6.1/package.conf.d
+ install -D -m 644 tensor.pkg /usr/src/tmp/ghc7.6.1-tensor-buildroot/usr/lib64/ghc-7.6.1/package.conf.d/tensor-1.0.0.1.conf
+ /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc7.6.1-tensor-buildroot /usr/lib64 /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1 /usr/src/RPM/BUILD/ghc7.6.1-tensor-1.0.0.1 ghc7.6.1-tensor 1.0.0.1 /usr/lib64/ghc-7.6.1/package.conf.d/tensor-1.0.0.1.conf
~/tmp/ghc7.6.1-tensor-buildroot ~/RPM/BUILD/ghc7.6.1-tensor-1.0.0.1
find: './usr/bin': No such file or directory
find: './usr/share/ghc7.6.1-tensor-1.0.0.1': No such file or directory
~/RPM/BUILD/ghc7.6.1-tensor-1.0.0.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ghc7.6.1-tensor-buildroot (auto)
mode of './usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ghc7.6.1-tensor-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ghc7.6.1-tensor-buildroot/ (default)
Compressing files in /usr/src/tmp/ghc7.6.1-tensor-buildroot (auto)
Adjusting library links in /usr/src/tmp/ghc7.6.1-tensor-buildroot
./usr/lib64:
./usr/lib64/ghc-7.6.1/lib:
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/ghc7.6.1-tensor-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: RPATH contains several entries: /usr/lib64/ghc-7.6.1/base-4.6.0.0:/usr/lib64/ghc-7.6.1/integer-gmp-0.5.0.0:/usr/lib64/ghc-7.6.1/ghc-prim-0.3.0.0:/usr/lib64/ghc-7.6.1
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_pp_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_CAF_BLACKHOLE_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_gc_ut
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_sel_0_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_upd_frame_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_bh_upd_frame_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_ppv_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_p_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_p_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_pp_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_0_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_v_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_pppp_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_2_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_3_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_ap_pv_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_gc_unpt_r1
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: stg_gc_unbx_r1
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so: undefined symbol: newCAF
Hardlinking identical .pyc and .pyo files
Processing files: ghc7.6.1-tensor-1.0.0.1-alt2
warning: File listed twice: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/LICENSE
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/Data-Tensor.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/Data-Tensor.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/Tensor.haddock
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/Tensor.haddock
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/haddock-util.js
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/haddock-util.js
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/index-frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/index-frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/mini_Data-Tensor.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/mini_Data-Tensor.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/synopsis.png
warning: File listed twice: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/synopsis.png
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LVgQTI
find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d199Ug
find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ghc7.6.1(Tensor) = 1.0.0.1, ghc7.6.1(Tensor-1.0.0.1-dd1cad4625a9e7ff476950d1f941924e)
Requires: /usr/lib64/ghc-7.6.1/base-4.6.0.0/libHSbase-4.6.0.0-ghc7.6.1.so, /usr/lib64/ghc-7.6.1/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so, ghc7.6.1(base) = 4.6.0.0, ghc7.6.1(base-4.6.0.0-9108e251636b0c8499261c52a7809ea1), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h2AW4R
Creating ghc7.6.1-tensor-debuginfo package
Processing files: ghc7.6.1-tensor-debuginfo-1.0.0.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RbsXlw
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7OxKKd
find-requires: running scripts (debuginfo)
Requires: ghc7.6.1-tensor = 1.0.0.1-alt2, /usr/lib/debug/usr/lib64/ghc-7.6.1/base-4.6.0.0/libHSbase-4.6.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib64/ghc-7.6.1/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so.debug
Adding to ghc7.6.1-tensor-debuginfo a strict dependency on ghc7.6.1-tensor
Wrote: /usr/src/RPM/RPMS/x86_64/ghc7.6.1-tensor-1.0.0.1-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/ghc7.6.1-tensor-debuginfo-1.0.0.1-alt2.x86_64.rpm (w2.lzdio)
15.56user 8.77system 0:29.10elapsed 83%CPU (0avgtext+0avgdata 182016maxresident)k
0inputs+0outputs (0major+3956835minor)pagefaults 0swaps
3.08user 1.45system 0:43.36elapsed 10%CPU (0avgtext+0avgdata 119740maxresident)k
0inputs+0outputs (34290major+157595minor)pagefaults 0swaps
--- ghc7.6.1-tensor-1.0.0.1-alt2.x86_64.rpm.repo	2019-02-21 05:30:09.000000000 +0000
+++ ghc7.6.1-tensor-1.0.0.1-alt2.x86_64.rpm.hasher	2023-03-26 08:52:17.047547856 +0000
@@ -42,5 +42,5 @@
 File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/HSTensor-1.0.0.1.o	100644	root:root	2e40ace73bae39e9667a6a7d95f64de3	
-File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so	100644	root:root	dbfdb98861018e2f34453303e31282ef	
-File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1.a	100644	root:root	32168c0c7d9d1716f4551a288a2e3025	
-File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1_p.a	100644	root:root	5a45037cfb5bc13634d82828b2d69efd	
+File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so	100644	root:root	1c3e1706e632a944d3a6c10d92b4140c	
+File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1.a	100644	root:root	d1eb6124c6ace1ddf784bd2b8adbf20d	
+File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1_p.a	100644	root:root	2c73f4aadd758eaaac9795381c97f682	
 File: /usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/tensor.pkg	100755	root:root	f4ea902e736a4fea0a77de9342313f9a	
@@ -63,2 +63,2 @@
 File: /usr/share/doc/ghc7.6.1-tensor-1.0.0.1/html/synopsis.png	100644	root:root	f7936844cc05316ed73f6bf1d2e75434	
-RPMIdentity: 3463fde91980e77abac40241a92395d5cf5b1614fe2f8e6c9febd5b3db1c9c57511d73dfce23284c72ced070c0847646a5c9b99df298e70c45b4ba0162ed523b
+RPMIdentity: f89723135c822c9e980a5b66b7d8322f44efec18cd126dcdf81ba4f158ffe4214142176e2f9490ea55732d1efcf95fe262763219a7d832225cdd9ccabbf3b78f
--- ghc7.6.1-tensor-debuginfo-1.0.0.1-alt2.x86_64.rpm.repo	2019-02-21 05:30:09.000000000 +0000
+++ ghc7.6.1-tensor-debuginfo-1.0.0.1-alt2.x86_64.rpm.hasher	2023-03-26 08:52:17.120547961 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/3c	40755	root:root	
-/usr/lib/debug/.build-id/3c/a271ff6955a955e65921e7a4c64a4704914d74	120777	root:root	../../../../lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so
-/usr/lib/debug/.build-id/3c/a271ff6955a955e65921e7a4c64a4704914d74.debug	120777	root:root	../../usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so.debug
+/usr/lib/debug/.build-id/ac	40755	root:root	
+/usr/lib/debug/.build-id/ac/83984d200ca68085a762d945c6e3b7b48852c8	120777	root:root	../../../../lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so
+/usr/lib/debug/.build-id/ac/83984d200ca68085a762d945c6e3b7b48852c8.debug	120777	root:root	../../usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so.debug
 /usr/lib/debug/usr/lib64/ghc-7.6.1	40755	root:root	
@@ -12,5 +12,5 @@
 Provides: ghc7.6.1-tensor-debuginfo = 1.0.0.1-alt2:sisyphus+222285.100.1.1
-File: /usr/lib/debug/.build-id/3c	40755	root:root		
-File: /usr/lib/debug/.build-id/3c/a271ff6955a955e65921e7a4c64a4704914d74	120777	root:root		../../../../lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so
-File: /usr/lib/debug/.build-id/3c/a271ff6955a955e65921e7a4c64a4704914d74.debug	120777	root:root		../../usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so.debug
+File: /usr/lib/debug/.build-id/ac	40755	root:root		
+File: /usr/lib/debug/.build-id/ac/83984d200ca68085a762d945c6e3b7b48852c8	120777	root:root		../../../../lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so
+File: /usr/lib/debug/.build-id/ac/83984d200ca68085a762d945c6e3b7b48852c8.debug	120777	root:root		../../usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so.debug
 File: /usr/lib/debug/usr/lib64/ghc-7.6.1	40755	root:root		
@@ -18,3 +18,3 @@
 File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1	40755	root:root		
-File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so.debug	100644	root:root	b09a78ba2c6bf79a7f6dac78dcc7fe25	
-RPMIdentity: 44685d556850d825d54add73434cd383fb9049efedff148481f2e0620e3f70c98727e8c96c24995de03ab36e5617c8f82d93ee6267680ae8529c7451568cee7c
+File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/Tensor-1.0.0.1/libHSTensor-1.0.0.1-ghc7.6.1.so.debug	100644	root:root	8bb19720bc07ddd2b0ea30c72d7061c1	
+RPMIdentity: 163afb5d3b4126155072d51804b06a65e0738175f534bf893fd6abea17ad8729ea584a12b88015d0c0fb3d4e733bd97cf703ff342e94ebbc56e5d2aaf467c31c