<86>Sep  9 04:53:44 userdel[3495466]: delete user 'rooter'
<86>Sep  9 04:53:44 userdel[3495466]: removed group 'rooter' owned by 'rooter'
<86>Sep  9 04:53:44 userdel[3495466]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  9 04:53:44 groupadd[3495490]: group added to /etc/group: name=rooter, GID=1250
<86>Sep  9 04:53:44 groupadd[3495490]: group added to /etc/gshadow: name=rooter
<86>Sep  9 04:53:44 groupadd[3495490]: new group: name=rooter, GID=1250
<86>Sep  9 04:53:44 useradd[3495512]: new user: name=rooter, UID=1250, GID=1250, home=/root, shell=/bin/bash, from=none
<86>Sep  9 04:53:44 userdel[3495533]: delete user 'builder'
<86>Sep  9 04:53:44 userdel[3495533]: removed group 'builder' owned by 'builder'
<86>Sep  9 04:53:44 userdel[3495533]: removed shadow group 'builder' owned by 'builder'
<86>Sep  9 04:53:44 groupadd[3495544]: group added to /etc/group: name=builder, GID=1251
<86>Sep  9 04:53:44 groupadd[3495544]: group added to /etc/gshadow: name=builder
<86>Sep  9 04:53:44 groupadd[3495544]: new group: name=builder, GID=1251
<86>Sep  9 04:53:44 useradd[3495552]: new user: name=builder, UID=1251, GID=1251, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/ghc8.6.4-bitarray-0.0.1.1-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD3
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>Sep  9 04:53:49 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed
<13>Sep  9 04:53:49 rpmi: rpm-build-haskell-1.4.7-alt1 sisyphus+326169.620.17.2 1692843749 installed
<13>Sep  9 04:53:49 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294140 installed
<13>Sep  9 04:53:49 rpmi: libffi-devel-1:3.4.2-alt2 sisyphus+287629.100.2.1 1634659534 installed
<13>Sep  9 04:53:49 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed
<13>Sep  9 04:53:49 rpmi: ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed
<13>Sep  9 04:54:10 rpmi: ghc8.6.4-8.6.4-alt9 sisyphus+326169.560.17.2 1692843658 installed
warning: File /usr/src/in/source/ghc8.6.4-bitarray-0.0.1.1-alt1.patch is smaller than 8 bytes
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ghc8.6.4-bitarray-0.0.1.1-alt1.nosrc.rpm (w1.gzdio)
warning: File /usr/src/RPM/SOURCES/ghc8.6.4-bitarray-0.0.1.1-alt1.patch is smaller than 8 bytes
Installing ghc8.6.4-bitarray-0.0.1.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19703
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ghc8.6.4-bitarray-0.0.1.1
+ echo 'Source #0 (ghc8.6.4-bitarray-0.0.1.1.tar):'
Source #0 (ghc8.6.4-bitarray-0.0.1.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-bitarray-0.0.1.1.tar
+ cd ghc8.6.4-bitarray-0.0.1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (ghc8.6.4-bitarray-0.0.1.1-alt1.patch):'
Patch #0 (ghc8.6.4-bitarray-0.0.1.1-alt1.patch):
+ /usr/bin/patch -p1
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19703
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ghc8.6.4-bitarray-0.0.1.1
+ '[' -f configure.ac -a '!' -f configure ']'
+ '[' -x Setup ']'
+ ghc-8.6.4 Setup
[1 of 1] Compiling Main             ( Setup.lhs, Setup.o )
Linking Setup ...
+ ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc8.6.4-bitarray-0.0.1.1 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-bitarray-0.0.1.1 --datadir=/usr/share --datasubdir=ghc8.6.4-bitarray-0.0.1.1 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc
Configuring bitarray-0.0.1.1...
Warning: The flag --disable-executable-profiling is deprecated. Please use
--disable-profiling instead.
+ '[' -x Setup ']'
+ ./Setup makefile -f cabal-rpm.mk
unrecognised command: makefile (try --help)
+ ./Setup build
Preprocessing library for bitarray-0.0.1.1..
Building library for bitarray-0.0.1.1..
[1 of 4] Compiling Data.BitArray.Immutable ( Data/BitArray/Immutable.hs, dist/build/Data/BitArray/Immutable.o )
[2 of 4] Compiling Data.BitArray.IO ( Data/BitArray/IO.hs, dist/build/Data/BitArray/IO.o )

Data/BitArray/IO.hs:49:5: warning: [-Wname-shadowing]
    This binding for `words' shadows the existing binding
      imported from `Prelude' at Data/BitArray/IO.hs:4:8-23
      (and originally defined in `base-4.12.0.0:Data.OldList')
   |
49 |     words <- newArray (0,k-1) w
   |     ^^^^^
[3 of 4] Compiling Data.BitArray.ST ( Data/BitArray/ST.hs, dist/build/Data/BitArray/ST.o )

Data/BitArray/ST.hs:51:5: warning: [-Wname-shadowing]
    This binding for `words' shadows the existing binding
      imported from `Prelude' at Data/BitArray/ST.hs:4:8-23
      (and originally defined in `base-4.12.0.0:Data.OldList')
   |
51 |     words <- newArray (0,k-1) w
   |     ^^^^^
[4 of 4] Compiling Data.BitArray    ( Data/BitArray.hs, dist/build/Data/BitArray.o )

Data/BitArray.hs:28:1: warning: [-Wunused-imports]
    The import of `Data.Word' is redundant
      except perhaps to import instances from `Data.Word'
    To import instances alone, use: import Data.Word()
   |
28 | import Data.Word
   | ^^^^^^^^^^^^^^^^

Data/BitArray.hs:37:1: warning: [-Worphans]
    Orphan instance: instance Eq BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
37 | instance Eq BitArray where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:40:1: warning: [-Worphans]
    Orphan instance: instance Ord BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
40 | instance Ord BitArray where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:43:1: warning: [-Worphans]
    Orphan instance: instance Show BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
43 | instance Show BitArray where 
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:71:1: warning:
    SPECIALISE pragma for non-overloaded function `accumBitArray'
   |
71 | {-# SPECIALIZE accumBitArray :: (Bool -> Bool -> Bool) -> Bool -> (Int,Int) -> [(Int,Bool)] -> BitArray #-}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/BitArray.hs:86:10: warning: [-Wname-shadowing]
    This binding for `bs' shadows the existing binding
      bound at Data/BitArray.hs:82:20
   |
86 |   worker bs = convert (take 64 bs) : worker (drop 64 bs)
   |          ^^

Data/BitArray.hs:87:11: warning: [-Wname-shadowing]
    This binding for `bs' shadows the existing binding
      bound at Data/BitArray.hs:82:20
   |
87 |   convert bs = fst $ foldl f (0,1) bs
   |           ^^
[1 of 4] Compiling Data.BitArray.Immutable ( Data/BitArray/Immutable.hs, dist/build/Data/BitArray/Immutable.p_o )
[2 of 4] Compiling Data.BitArray.IO ( Data/BitArray/IO.hs, dist/build/Data/BitArray/IO.p_o )

Data/BitArray/IO.hs:49:5: warning: [-Wname-shadowing]
    This binding for `words' shadows the existing binding
      imported from `Prelude' at Data/BitArray/IO.hs:4:8-23
      (and originally defined in `base-4.12.0.0:Data.OldList')
   |
49 |     words <- newArray (0,k-1) w
   |     ^^^^^
[3 of 4] Compiling Data.BitArray.ST ( Data/BitArray/ST.hs, dist/build/Data/BitArray/ST.p_o )

Data/BitArray/ST.hs:51:5: warning: [-Wname-shadowing]
    This binding for `words' shadows the existing binding
      imported from `Prelude' at Data/BitArray/ST.hs:4:8-23
      (and originally defined in `base-4.12.0.0:Data.OldList')
   |
51 |     words <- newArray (0,k-1) w
   |     ^^^^^
[4 of 4] Compiling Data.BitArray    ( Data/BitArray.hs, dist/build/Data/BitArray.p_o )

Data/BitArray.hs:28:1: warning: [-Wunused-imports]
    The import of `Data.Word' is redundant
      except perhaps to import instances from `Data.Word'
    To import instances alone, use: import Data.Word()
   |
28 | import Data.Word
   | ^^^^^^^^^^^^^^^^

Data/BitArray.hs:37:1: warning: [-Worphans]
    Orphan instance: instance Eq BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
37 | instance Eq BitArray where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:40:1: warning: [-Worphans]
    Orphan instance: instance Ord BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
40 | instance Ord BitArray where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:43:1: warning: [-Worphans]
    Orphan instance: instance Show BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
43 | instance Show BitArray where 
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:71:1: warning:
    SPECIALISE pragma for non-overloaded function `accumBitArray'
   |
71 | {-# SPECIALIZE accumBitArray :: (Bool -> Bool -> Bool) -> Bool -> (Int,Int) -> [(Int,Bool)] -> BitArray #-}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/BitArray.hs:86:10: warning: [-Wname-shadowing]
    This binding for `bs' shadows the existing binding
      bound at Data/BitArray.hs:82:20
   |
86 |   worker bs = convert (take 64 bs) : worker (drop 64 bs)
   |          ^^

Data/BitArray.hs:87:11: warning: [-Wname-shadowing]
    This binding for `bs' shadows the existing binding
      bound at Data/BitArray.hs:82:20
   |
87 |   convert bs = fst $ foldl f (0,1) bs
   |           ^^
+ ./Setup haddock
Preprocessing library for bitarray-0.0.1.1..
Running Haddock on library for bitarray-0.0.1.1..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: array-0.5.3.0, base-4.12.0.0,
ghc-prim-0.5.3, integer-gmp-1.0.2.0

Data/BitArray/IO.hs:49:5: warning: [-Wname-shadowing]
    This binding for `words' shadows the existing binding
      imported from `Prelude' at Data/BitArray/IO.hs:4:8-23
      (and originally defined in `base-4.12.0.0:Data.OldList')
   |
49 |     words <- newArray (0,k-1) w
   |     ^^^^^

Data/BitArray/ST.hs:51:5: warning: [-Wname-shadowing]
    This binding for `words' shadows the existing binding
      imported from `Prelude' at Data/BitArray/ST.hs:4:8-23
      (and originally defined in `base-4.12.0.0:Data.OldList')
   |
51 |     words <- newArray (0,k-1) w
   |     ^^^^^

Data/BitArray.hs:28:1: warning: [-Wunused-imports]
    The import of `Data.Word' is redundant
      except perhaps to import instances from `Data.Word'
    To import instances alone, use: import Data.Word()
   |
28 | import Data.Word
   | ^^^^^^^^^^^^^^^^

Data/BitArray.hs:37:1: warning: [-Worphans]
    Orphan instance: instance Eq BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
37 | instance Eq BitArray where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:40:1: warning: [-Worphans]
    Orphan instance: instance Ord BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
40 | instance Ord BitArray where
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:43:1: warning: [-Worphans]
    Orphan instance: instance Show BitArray
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
43 | instance Show BitArray where 
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/BitArray.hs:71:1: warning:
    SPECIALISE pragma for non-overloaded function `accumBitArray'
   |
71 | {-# SPECIALIZE accumBitArray :: (Bool -> Bool -> Bool) -> Bool -> (Int,Int) -> [(Int,Bool)] -> BitArray #-}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/BitArray.hs:86:10: warning: [-Wname-shadowing]
    This binding for `bs' shadows the existing binding
      bound at Data/BitArray.hs:82:20
   |
86 |   worker bs = convert (take 64 bs) : worker (drop 64 bs)
   |          ^^

Data/BitArray.hs:87:11: warning: [-Wname-shadowing]
    This binding for `bs' shadows the existing binding
      bound at Data/BitArray.hs:82:20
   |
87 |   convert bs = fst $ foldl f (0,1) bs
   |           ^^
Haddock coverage:
  14% (  2 / 14) in 'Data.BitArray.IO'
  Missing documentation for:
    IOBitArray (Data/BitArray/IO.hs:34)
    getBitArrayBounds (Data/BitArray/IO.hs:42)
    newBitArray (Data/BitArray/IO.hs:45)
    readBit (Data/BitArray/IO.hs:58)
    writeBit (Data/BitArray/IO.hs:69)
    unsafeReadBit (Data/BitArray/IO.hs:63)
    unsafeWriteBit (Data/BitArray/IO.hs:74)
    unsafeFlipBit (Data/BitArray/IO.hs:89)
    thawBitArray (Data/BitArray/IO.hs:101)
    unsafeThawBitArray (Data/BitArray/IO.hs:105)
    freezeBitArray (Data/BitArray/IO.hs:109)
    unsafeFreezeBitArray (Data/BitArray/IO.hs:113)
  14% (  2 / 14) in 'Data.BitArray.ST'
  Missing documentation for:
    STBitArray (Data/BitArray/ST.hs:36)
    getBitArrayBounds (Data/BitArray/ST.hs:44)
    newBitArray (Data/BitArray/ST.hs:47)
    readBit (Data/BitArray/ST.hs:60)
    writeBit (Data/BitArray/ST.hs:71)
    unsafeReadBit (Data/BitArray/ST.hs:65)
    unsafeWriteBit (Data/BitArray/ST.hs:76)
    unsafeFlipBit (Data/BitArray/ST.hs:91)
    thawBitArray (Data/BitArray/ST.hs:103)
    unsafeThawBitArray (Data/BitArray/ST.hs:107)
    freezeBitArray (Data/BitArray/ST.hs:111)
    unsafeFreezeBitArray (Data/BitArray/ST.hs:115)
  50% (  7 / 14) in 'Data.BitArray'
  Missing documentation for:
    bitArrayBounds (Data/BitArray.hs:48)
    lookupBit (Data/BitArray.hs:51)
    unsafeLookupBit (Data/BitArray.hs:56)
    accumBitArray (Data/BitArray.hs:72)
    bits (Data/BitArray.hs:90)
    bits01 (Data/BitArray.hs:100)
    listBitArray01 (Data/BitArray.hs:97)
Warning: Data.BitArray.IO: could not find link destinations for:
    IO Int Bool
Warning: Data.BitArray.ST: could not find link destinations for:
    ST Int Bool
Warning: Data.BitArray: could not find link destinations for:
    Word64 Eq == Bool /= Ord compare Ordering < <= > >= max min Show showsPrec Int ShowS show String showList False
Documentation created: dist/doc/html/bitarray/index.html
+ ./Setup register --gen-pkg-config=bitarray.pkg
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.31821
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc8.6.4-bitarray-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-bitarray-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ghc8.6.4-bitarray-0.0.1.1
+ '[' -x Setup ']'
+ ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-bitarray-buildroot
Installing library in /usr/src/tmp/ghc8.6.4-bitarray-buildroot/usr/lib/ghc-8.6.4/bitarray-0.0.1.1
+ '[' -f bitarray.pkg ']'
+ install -m 755 bitarray.pkg /usr/src/tmp/ghc8.6.4-bitarray-buildroot/usr/lib/ghc-8.6.4/bitarray-0.0.1.1
+ mkdir -p /usr/src/tmp/ghc8.6.4-bitarray-buildroot/usr/lib/ghc-8.6.4/package.conf.d
+ install -D -m 644 bitarray.pkg /usr/src/tmp/ghc8.6.4-bitarray-buildroot/usr/lib/ghc-8.6.4/package.conf.d/bitarray-0.0.1.1.conf
+ /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-bitarray-buildroot /usr/lib /usr/lib/ghc-8.6.4/bitarray-0.0.1.1 /usr/src/RPM/BUILD/ghc8.6.4-bitarray-0.0.1.1 ghc8.6.4-bitarray 0.0.1.1 /usr/lib/ghc-8.6.4/package.conf.d/bitarray-0.0.1.1.conf
~/tmp/ghc8.6.4-bitarray-buildroot ~/RPM/BUILD/ghc8.6.4-bitarray-0.0.1.1
find: './usr/bin': No such file or directory
find: './usr/share/ghc8.6.4-bitarray-0.0.1.1': No such file or directory
~/RPM/BUILD/ghc8.6.4-bitarray-0.0.1.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ghc8.6.4-bitarray-buildroot (auto)
mode of './usr/lib/ghc-8.6.4/lib/libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ghc8.6.4-bitarray-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ghc8.6.4-bitarray-buildroot/ (default)
Compressing files in /usr/src/tmp/ghc8.6.4-bitarray-buildroot (auto)
Adjusting library links in /usr/src/tmp/ghc8.6.4-bitarray-buildroot
./usr/lib: (from <cmdline>:0)
./usr/lib/ghc-8.6.4/lib: (from <cmdline>:0)
	libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so -> libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so
056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/lib/ghc-8.6.4/lib/libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so
Verifying ELF objects in /usr/src/tmp/ghc8.6.4-bitarray-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/ghc-8.6.4/lib/libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so: RPATH contains several entries: /usr/lib/ghc-8.6.4/array-0.5.3.0:/usr/lib/ghc-8.6.4/base-4.12.0.0:/usr/lib/ghc-8.6.4/ghc-prim-0.5.3:/usr/lib/ghc-8.6.4/integer-gmp-1.0.2.0:/usr/lib/ghc-8.6.4/rts
Processing files: ghc8.6.4-bitarray-0.0.1.1-alt1
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/LICENSE
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/Data-BitArray-IO.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/Data-BitArray-IO.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/Data-BitArray-ST.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/Data-BitArray-ST.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/Data-BitArray.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/Data-BitArray.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/bitarray.haddock
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/bitarray.haddock
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/haddock-bundle.min.js
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/haddock-bundle.min.js
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/meta.json
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/meta.json
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/quick-jump.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/quick-jump.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/synopsis.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/synopsis.png
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bMQfSF
find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/ghc8.6.4-bitarray-buildroot/usr/lib/ghc-8.6.4/lib/libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so: 361 symbols, 19 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LAGE9P
find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req: WARNING: /usr/src/tmp/ghc8.6.4-bitarray-buildroot/usr/lib/ghc-8.6.4/lib/libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so: overlinked libraries: /lib/libm.so.6 /usr/lib/libgmp.so.10
Provides: ghc8.6.4(bitarray) = 0.0.1.1, ghc8.6.4(bitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0), libHSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0-ghc8.6.4.so = set:mdU14rAyI60AwIUwvAFm7Mabxds0aHVmOEm3pglmkoYVH74H2m1bfZaUr22q3pxIvXXmY6pIIViVgywVkdb4OB5uSb1VxZionIHj761nZ4TdgdEePUV9pMwficYSaoonJ3zH30dUhiRQ8OPgn1Z1fMuaBLD5A2PgQROn78mUPZ9CncizeBDAJmslBaU51GOZrnfipvcytFekZElzjW08aoIMgTF82IhsEvxIIdZjuEDQIFoExOhJZolZApUdpPZozXya4kdBKqt8lmqjQ85eHYOizV4dQ3peVOKFFhJWYqLaE7a9856cx8DsKdVi8ZsGrvN6xfEjHZheidNJYn3WXP2ckaMH5XMn3SiaiqCc2I0EzJV3clxbLcNSdBCFgV3X1huELv55jKLnCVHvM1gC3ZAA3pQ05RZFSAZeZzj5O1OJ3cIqakuZxg4lUWuoruPtXpZgtipekPn1m4b1YCEKz5gcqHhjP7ga44z61BMmwr919S5ZrVD3lKc5m8TnHuSZpBDoKuyqoBl7lMK1s4BqIJCF0D3i8KuZtGpwgwmxpZhiZxaghQzZaWjSLY4Ey65JJwzlpwGSmimOsdNAwrmE0vqudZw8WIno0d1CagbCwSYdUwZLNOL803IpRdmS0HvqkK2siSxSiYgXj39EnmSvMN5SxSxRRYkZ22ncLwwOawGsRNSrVWtUoW2hRZGZA38vZCbNsTcMaLWnz2JJsp48cQGYp1FD53
Requires: /usr/lib/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so, /usr/lib/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so, ghc8.6.4(array) = 0.5.3.0, ghc8.6.4(array-0.5.3.0), ghc8.6.4(base) = 4.12.0.0, ghc8.6.4(base-4.12.0.0), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libgmp.so.10, libm.so.6, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j4jR23
Wrote: /usr/src/RPM/RPMS/i586/ghc8.6.4-bitarray-0.0.1.1-alt1.i586.rpm (w2.lzdio)
10.88user 4.29system 0:17.53elapsed 86%CPU (0avgtext+0avgdata 278824maxresident)k
0inputs+0outputs (0major+597835minor)pagefaults 0swaps
/.out/ghc8.6.4-bitarray-0.0.1.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD3
5.52user 2.09system 0:50.69elapsed 15%CPU (0avgtext+0avgdata 125036maxresident)k
243680inputs+0outputs (0major+194927minor)pagefaults 0swaps
--- ghc8.6.4-bitarray-0.0.1.1-alt1.i586.rpm.repo	2023-08-24 04:20:06.000000000 +0000
+++ ghc8.6.4-bitarray-0.0.1.1-alt1.i586.rpm.hasher	2023-09-09 04:54:32.556525805 +0000
@@ -59,14 +59,14 @@
 File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray	40755	root:root		
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray.dyn_hi	100644	root:root	fd0e79399792c4d607bc9b275e9739b7	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray.hi	100644	root:root	2bf7ceb9b75cd809e4eb2efded47618b	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray.p_hi	100644	root:root	eabb96f430a95f631c2aa5bd87dab83d	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/IO.dyn_hi	100644	root:root	722388ae1191d30683e070a1728fe62c	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/IO.hi	100644	root:root	2e130297e51dbbc70ff282a18a09daef	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/IO.p_hi	100644	root:root	dfac71b6eec2a4c68141def2f74edc82	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/Immutable.dyn_hi	100644	root:root	e4c8db27b5a4f85b2b3464aee0e327b3	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/Immutable.hi	100644	root:root	23ff2f659cd6b1e6197fb41c451cb561	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/Immutable.p_hi	100644	root:root	42d4b810b81550a00df1c1557b85d73b	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/ST.dyn_hi	100644	root:root	e034e63e6d65f045e815cccfe95cfcbc	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/ST.hi	100644	root:root	a45cc0ead051b6d17b4a1345b2b75bff	
-File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/ST.p_hi	100644	root:root	fa4dcd67818a0df25ae56da4cb37cc1f	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray.dyn_hi	100644	root:root	bcf036e85cee2134bcb873b97a225ce5	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray.hi	100644	root:root	bbf41433ea07654a328258c242cb240b	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray.p_hi	100644	root:root	8f0ed469d7c723e502d737d9d7a42442	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/IO.dyn_hi	100644	root:root	74a0f3647097b2d76a9e702cd48e7114	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/IO.hi	100644	root:root	a19d361ebfdbecd22489b4d1fe5f2fcc	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/IO.p_hi	100644	root:root	ecc14a11cc8e760c33654ed334e6ece8	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/Immutable.dyn_hi	100644	root:root	a152854424d163dac23e6f8d07681578	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/Immutable.hi	100644	root:root	5ccfec85cc4c5e84555ccacb8242cd62	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/Immutable.p_hi	100644	root:root	fe28117ade15d5f6950964189e444ea0	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/ST.dyn_hi	100644	root:root	32863f1be637606a654ca5c3da7e10f9	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/ST.hi	100644	root:root	06a5ea2e374e009d98fd82a9fbf987af	
+File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/Data/BitArray/ST.p_hi	100644	root:root	9de2858c122cffcd2781d4505e162fb5	
 File: /usr/lib/ghc-8.6.4/bitarray-0.0.1.1/HSbitarray-0.0.1.1-57fm9u9YqCN6DKImkqvkn0.o	100644	root:root	d5621c7ec8746c4ff82ac0fd07af477c	
@@ -94,2 +94,2 @@
 File: /usr/share/doc/ghc8.6.4-bitarray-0.0.1.1/html/synopsis.png	100644	root:root	f7936844cc05316ed73f6bf1d2e75434	
-RPMIdentity: 0c731d9cc73a52f90c409394717b037c5c70d2d529739d5861765a8d7ca55e4ad73c4f4c80e514fed01eb702229a66e63264e3e3c99349632dd87e62a0504b4c
+RPMIdentity: 80744dc9b4c934545a420fb35dad88a13f4dec04cd7e2871139d51697bc7d44ba43372fae2bb27da3deb792d0a696bb7ec35a195fcf33fafc16e5397a3bf383f