Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ghc-hashtables.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-32e72a599147da3abb4462d060331e224dad2d97/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ghc-hashtables.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ghc-hashtables-1.0.1.8-4.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ghc-hashtables.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-32e72a599147da3abb4462d060331e224dad2d97/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ghc-hashtables.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yM4Be2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hashtables-1.0.1.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/hashtables-1.0.1.8.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hashtables-1.0.1.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2fxe21 + umask 022 + cd /builddir/build/BUILD + cd hashtables-1.0.1.8 ++ ghc --info ++ grep '"Booter version","7.6.3"' + '[' '!' ' ,("Booter version","7.6.3")' ']' + '[' -x Setup ']' + ghc --make -no-user-package-db Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + LANG=en_US.utf8 + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc-hashtables-1.0.1.8 '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc -p --htmldir=/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 --global Configuring hashtables-1.0.1.8... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building hashtables-1.0.1.8... Preprocessing library hashtables-1.0.1.8... [ 1 of 12] Compiling Data.HashTable.Internal.UnsafeTricks ( src/Data/HashTable/Internal/UnsafeTricks.hs, dist/build/Data/HashTable/Internal/UnsafeTricks.o ) [ 2 of 12] Compiling Data.HashTable.Internal.Utils ( src/Data/HashTable/Internal/Utils.hs, dist/build/Data/HashTable/Internal/Utils.o ) [ 3 of 12] Compiling Data.HashTable.Internal.CheapPseudoRandomBitStream ( src/Data/HashTable/Internal/CheapPseudoRandomBitStream.hs, dist/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.o ) [ 4 of 12] Compiling Data.HashTable.Internal.IntArray ( src/Data/HashTable/Internal/IntArray.hs, dist/build/Data/HashTable/Internal/IntArray.o ) [ 5 of 12] Compiling Data.HashTable.Internal.CacheLine ( src/Data/HashTable/Internal/CacheLine.hs, dist/build/Data/HashTable/Internal/CacheLine.o ) src/Data/HashTable/Internal/CacheLine.hs:95:20: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:104:21: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:116:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:126:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:138:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:147:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:156:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" [ 6 of 12] Compiling Data.HashTable.Internal.Array ( src/Data/HashTable/Internal/Array.hs, dist/build/Data/HashTable/Internal/Array.o ) [ 7 of 12] Compiling Data.HashTable.Internal.Linear.Bucket ( src/Data/HashTable/Internal/Linear/Bucket.hs, dist/build/Data/HashTable/Internal/Linear/Bucket.o ) [ 8 of 12] Compiling Data.HashTable.Class ( src/Data/HashTable/Class.hs, dist/build/Data/HashTable/Class.o ) [ 9 of 12] Compiling Data.HashTable.ST.Basic ( src/Data/HashTable/ST/Basic.hs, dist/build/Data/HashTable/ST/Basic.o ) [10 of 12] Compiling Data.HashTable.ST.Cuckoo ( src/Data/HashTable/ST/Cuckoo.hs, dist/build/Data/HashTable/ST/Cuckoo.o ) [11 of 12] Compiling Data.HashTable.ST.Linear ( src/Data/HashTable/ST/Linear.hs, dist/build/Data/HashTable/ST/Linear.o ) [12 of 12] Compiling Data.HashTable.IO ( src/Data/HashTable/IO.hs, dist/build/Data/HashTable/IO.o ) src/Data/HashTable/IO.hs:93:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `new' src/Data/HashTable/IO.hs:94:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `new' src/Data/HashTable/IO.hs:95:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `new' src/Data/HashTable/IO.hs:103:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `newSized' src/Data/HashTable/IO.hs:104:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `newSized' src/Data/HashTable/IO.hs:105:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `newSized' src/Data/HashTable/IO.hs:114:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `insert' src/Data/HashTable/IO.hs:116:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `insert' src/Data/HashTable/IO.hs:118:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `insert' src/Data/HashTable/IO.hs:128:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `delete' src/Data/HashTable/IO.hs:130:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `delete' src/Data/HashTable/IO.hs:132:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `delete' src/Data/HashTable/IO.hs:142:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `lookup' src/Data/HashTable/IO.hs:144:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `lookup' src/Data/HashTable/IO.hs:146:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `lookup' src/Data/HashTable/IO.hs:157:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `fromList' src/Data/HashTable/IO.hs:159:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `fromList' src/Data/HashTable/IO.hs:161:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `fromList' src/Data/HashTable/IO.hs:171:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `toList' src/Data/HashTable/IO.hs:173:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `toList' src/Data/HashTable/IO.hs:175:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `toList' src/Data/HashTable/IO.hs:187:16: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/IO.hs:189:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `foldM' src/Data/HashTable/IO.hs:191:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `foldM' src/Data/HashTable/IO.hs:193:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `foldM' src/Data/HashTable/IO.hs:202:10: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/IO.hs:204:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `mapM_' src/Data/HashTable/IO.hs:206:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `mapM_' src/Data/HashTable/IO.hs:208:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `mapM_' [ 1 of 12] Compiling Data.HashTable.Internal.UnsafeTricks ( src/Data/HashTable/Internal/UnsafeTricks.hs, dist/build/Data/HashTable/Internal/UnsafeTricks.p_o ) [ 2 of 12] Compiling Data.HashTable.Internal.Utils ( src/Data/HashTable/Internal/Utils.hs, dist/build/Data/HashTable/Internal/Utils.p_o ) [ 3 of 12] Compiling Data.HashTable.Internal.CheapPseudoRandomBitStream ( src/Data/HashTable/Internal/CheapPseudoRandomBitStream.hs, dist/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.p_o ) [ 4 of 12] Compiling Data.HashTable.Internal.IntArray ( src/Data/HashTable/Internal/IntArray.hs, dist/build/Data/HashTable/Internal/IntArray.p_o ) [ 5 of 12] Compiling Data.HashTable.Internal.CacheLine ( src/Data/HashTable/Internal/CacheLine.hs, dist/build/Data/HashTable/Internal/CacheLine.p_o ) src/Data/HashTable/Internal/CacheLine.hs:95:20: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:104:21: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:116:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:126:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:138:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:147:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/Internal/CacheLine.hs:156:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" [ 6 of 12] Compiling Data.HashTable.Internal.Array ( src/Data/HashTable/Internal/Array.hs, dist/build/Data/HashTable/Internal/Array.p_o ) [ 7 of 12] Compiling Data.HashTable.Internal.Linear.Bucket ( src/Data/HashTable/Internal/Linear/Bucket.hs, dist/build/Data/HashTable/Internal/Linear/Bucket.p_o ) [ 8 of 12] Compiling Data.HashTable.Class ( src/Data/HashTable/Class.hs, dist/build/Data/HashTable/Class.p_o ) [ 9 of 12] Compiling Data.HashTable.ST.Basic ( src/Data/HashTable/ST/Basic.hs, dist/build/Data/HashTable/ST/Basic.p_o ) [10 of 12] Compiling Data.HashTable.ST.Cuckoo ( src/Data/HashTable/ST/Cuckoo.hs, dist/build/Data/HashTable/ST/Cuckoo.p_o ) [11 of 12] Compiling Data.HashTable.ST.Linear ( src/Data/HashTable/ST/Linear.hs, dist/build/Data/HashTable/ST/Linear.p_o ) [12 of 12] Compiling Data.HashTable.IO ( src/Data/HashTable/IO.hs, dist/build/Data/HashTable/IO.p_o ) src/Data/HashTable/IO.hs:93:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `new' src/Data/HashTable/IO.hs:94:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `new' src/Data/HashTable/IO.hs:95:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `new' src/Data/HashTable/IO.hs:103:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `newSized' src/Data/HashTable/IO.hs:104:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `newSized' src/Data/HashTable/IO.hs:105:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `newSized' src/Data/HashTable/IO.hs:114:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `insert' src/Data/HashTable/IO.hs:116:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `insert' src/Data/HashTable/IO.hs:118:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `insert' src/Data/HashTable/IO.hs:128:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `delete' src/Data/HashTable/IO.hs:130:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `delete' src/Data/HashTable/IO.hs:132:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `delete' src/Data/HashTable/IO.hs:142:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `lookup' src/Data/HashTable/IO.hs:144:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `lookup' src/Data/HashTable/IO.hs:146:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `lookup' src/Data/HashTable/IO.hs:157:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `fromList' src/Data/HashTable/IO.hs:159:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `fromList' src/Data/HashTable/IO.hs:161:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `fromList' src/Data/HashTable/IO.hs:171:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `toList' src/Data/HashTable/IO.hs:173:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `toList' src/Data/HashTable/IO.hs:175:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `toList' src/Data/HashTable/IO.hs:187:16: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/IO.hs:189:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `foldM' src/Data/HashTable/IO.hs:191:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `foldM' src/Data/HashTable/IO.hs:193:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `foldM' src/Data/HashTable/IO.hs:202:10: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" src/Data/HashTable/IO.hs:204:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `mapM_' src/Data/HashTable/IO.hs:206:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `mapM_' src/Data/HashTable/IO.hs:208:1: Warning: SPECIALISE pragma on INLINE function probably won't fire: `mapM_' In-place registering hashtables-1.0.1.8... + '[' -f dist/build/libHShashtables-1.0.1.8.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running Haddock for hashtables-1.0.1.8... Running hscolour for hashtables-1.0.1.8... Preprocessing library hashtables-1.0.1.8... Preprocessing library hashtables-1.0.1.8... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:95:20: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:104:21: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:116:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:126:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:138:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:147:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/Internal/CacheLine.hs:156:23: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/IO.hs:187:16: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" dist/build/tmp-11300/src/Data/HashTable/IO.hs:202:10: Warning: In the use of `unsafeIOToST' (imported from Control.Monad.ST): Deprecated: "Please import from Control.Monad.ST.Unsafe instead; This will be removed in the next release" Haddock coverage: 0% ( 0 / 10) in 'Data.HashTable.Internal.UnsafeTricks' 6% ( 1 / 17) in 'Data.HashTable.Internal.Utils' 0% ( 0 / 5) in 'Data.HashTable.Internal.CheapPseudoRandomBitStream' 0% ( 0 / 7) in 'Data.HashTable.Internal.IntArray' 43% ( 6 / 14) in 'Data.HashTable.Internal.CacheLine' 20% ( 1 / 5) in 'Data.HashTable.Internal.Array' 0% ( 0 / 18) in 'Data.HashTable.Internal.Linear.Bucket' 100% ( 4 / 4) in 'Data.HashTable.Class' 100% ( 10 / 10) in 'Data.HashTable.ST.Basic' 100% ( 9 / 9) in 'Data.HashTable.ST.Cuckoo' 100% ( 10 / 10) in 'Data.HashTable.ST.Linear' 100% ( 15 / 15) in 'Data.HashTable.IO' Documentation created: dist/doc/html/hashtables/index.html, dist/doc/html/hashtables/hashtables.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BQAS5x + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm ++ dirname /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm + cd hashtables-1.0.1.8 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm -v directory dist/doc/html/hashtables does exist: True creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 copy directory 'dist/doc/html/hashtables' to '/builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8'. creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src Installing dist/doc/html/hashtables/minus.gif to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/minus.gif Installing dist/doc/html/hashtables/synopsis.png to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/synopsis.png Installing dist/doc/html/hashtables/Data-HashTable-ST-Basic.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/Data-HashTable-ST-Basic.html Installing dist/doc/html/hashtables/hslogo-16.png to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/hslogo-16.png Installing dist/doc/html/hashtables/haddock-util.js to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/haddock-util.js Installing dist/doc/html/hashtables/doc-index.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/doc-index.html Installing dist/doc/html/hashtables/Data-HashTable-Class.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/Data-HashTable-Class.html Installing dist/doc/html/hashtables/mini_Data-HashTable-Class.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/mini_Data-HashTable-Class.html Installing dist/doc/html/hashtables/mini_Data-HashTable-ST-Basic.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/mini_Data-HashTable-ST-Basic.html Installing dist/doc/html/hashtables/Data-HashTable-ST-Cuckoo.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/Data-HashTable-ST-Cuckoo.html Installing dist/doc/html/hashtables/mini_Data-HashTable-ST-Linear.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/mini_Data-HashTable-ST-Linear.html Installing dist/doc/html/hashtables/ocean.css to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/ocean.css Installing dist/doc/html/hashtables/mini_Data-HashTable-ST-Cuckoo.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/mini_Data-HashTable-ST-Cuckoo.html Installing dist/doc/html/hashtables/hashtables.txt to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/hashtables.txt Installing dist/doc/html/hashtables/Data-HashTable-IO.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/Data-HashTable-IO.html Installing dist/doc/html/hashtables/frames.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/frames.html Installing dist/doc/html/hashtables/Data-HashTable-ST-Linear.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/Data-HashTable-ST-Linear.html Installing dist/doc/html/hashtables/plus.gif to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/plus.gif Installing dist/doc/html/hashtables/index-frames.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/index-frames.html Installing dist/doc/html/hashtables/mini_Data-HashTable-IO.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/mini_Data-HashTable-IO.html Installing dist/doc/html/hashtables/index.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/index.html Installing dist/doc/html/hashtables/hashtables.haddock to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/hashtables.haddock Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-UnsafeTricks.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-UnsafeTricks.html Installing dist/doc/html/hashtables/src/Data-HashTable-ST-Basic.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-ST-Basic.html Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-Array.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-Array.html Installing dist/doc/html/hashtables/src/Data-HashTable-Class.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Class.html Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-Utils.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-Utils.html Installing dist/doc/html/hashtables/src/Data-HashTable-ST-Cuckoo.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-ST-Cuckoo.html Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-CacheLine.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-CacheLine.html Installing dist/doc/html/hashtables/src/Data-HashTable-IO.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-IO.html Installing dist/doc/html/hashtables/src/Data-HashTable-ST-Linear.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-ST-Linear.html Installing dist/doc/html/hashtables/src/hscolour.css to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/hscolour.css Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-Linear-Bucket.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-Linear-Bucket.html Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-IntArray.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-IntArray.html Installing dist/doc/html/hashtables/src/Data-HashTable-Internal-CheapPseudoRandomBitStream.html to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/src/Data-HashTable-Internal-CheapPseudoRandomBitStream.html creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 Installing dist/doc/html/hashtables/hashtables.haddock to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8/hashtables.haddock creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-1.0.1.8 Installing LICENSE to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-1.0.1.8/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Linear Installing dist/build/Data/HashTable/Class.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Class.hi Installing dist/build/Data/HashTable/IO.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/IO.hi Installing dist/build/Data/HashTable/ST/Basic.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST/Basic.hi Installing dist/build/Data/HashTable/ST/Cuckoo.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST/Cuckoo.hi Installing dist/build/Data/HashTable/ST/Linear.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST/Linear.hi Installing dist/build/Data/HashTable/Internal/Array.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Array.hi Installing dist/build/Data/HashTable/Internal/IntArray.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/IntArray.hi Installing dist/build/Data/HashTable/Internal/CacheLine.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/CacheLine.hi Installing dist/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/CheapPseudoRandomBitStream.hi Installing dist/build/Data/HashTable/Internal/UnsafeTricks.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/UnsafeTricks.hi Installing dist/build/Data/HashTable/Internal/Utils.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Utils.hi Installing dist/build/Data/HashTable/Internal/Linear/Bucket.hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Linear/Bucket.hi creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Linear Installing dist/build/Data/HashTable/Class.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Class.p_hi Installing dist/build/Data/HashTable/IO.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/IO.p_hi Installing dist/build/Data/HashTable/ST/Basic.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST/Basic.p_hi Installing dist/build/Data/HashTable/ST/Cuckoo.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST/Cuckoo.p_hi Installing dist/build/Data/HashTable/ST/Linear.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/ST/Linear.p_hi Installing dist/build/Data/HashTable/Internal/Array.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Array.p_hi Installing dist/build/Data/HashTable/Internal/IntArray.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/IntArray.p_hi Installing dist/build/Data/HashTable/Internal/CacheLine.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/CacheLine.p_hi Installing dist/build/Data/HashTable/Internal/CheapPseudoRandomBitStream.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/CheapPseudoRandomBitStream.p_hi Installing dist/build/Data/HashTable/Internal/UnsafeTricks.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/UnsafeTricks.p_hi Installing dist/build/Data/HashTable/Internal/Utils.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Utils.p_hi Installing dist/build/Data/HashTable/Internal/Linear/Bucket.p_hi to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/Data/HashTable/Internal/Linear/Bucket.p_hi creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 Installing dist/build/libHShashtables-1.0.1.8.a to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/libHShashtables-1.0.1.8.a creating /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 Installing dist/build/libHShashtables-1.0.1.8_p.a to /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8/libHShashtables-1.0.1.8_p.a + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: hashtables-1.0.1.8.conf + install -D --mode=0644 hashtables-1.0.1.8.conf /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/package.conf.d/hashtables-1.0.1.8.conf + rm -f ghc-hashtables.files ghc-hashtables-devel.files + touch ghc-hashtables.files ghc-hashtables-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 ']' + echo '%dir /usr/lib/ghc-7.6.3/hashtables-1.0.1.8' + echo '/usr/lib/ghc-7.6.3/package.conf.d/hashtables-1.0.1.8*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 ']' + find /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/lib/ghc-7.6.3/hashtables-1.0.1.8 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 ']' + echo /usr/share/doc/ghc/html/libraries/hashtables-1.0.1.8 + for i in ghc-hashtables.files ghc-hashtables-devel.files + '[' -f ghc-hashtables.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm!!g' ghc-hashtables.files + for i in ghc-hashtables.files ghc-hashtables-devel.files + '[' -f ghc-hashtables-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm!!g' ghc-hashtables-devel.files + find /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + '[' -d /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/bin -a -x /usr/bin/execstack ']' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ghc-hashtables-1.0.1.8-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UNYM9b + umask 022 + cd /builddir/build/BUILD + cd hashtables-1.0.1.8 + DOCDIR=/builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-1.0.1.8 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-1.0.1.8 + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-1.0.1.8 + exit 0 Provides: ghc-hashtables = 1.0.1.8-4.el7 ghc-hashtables(armv7hl-32) = 1.0.1.8-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ghc-hashtables-devel-1.0.1.8-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BPexP3 + umask 022 + cd /builddir/build/BUILD + cd hashtables-1.0.1.8 + DOCDIR=/builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-devel-1.0.1.8 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-devel-1.0.1.8 + cp -pr README.md /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm/usr/share/doc/ghc-hashtables-devel-1.0.1.8 + exit 0 Provides: ghc-devel(hashtables-1.0.1.8-23a5bf8e344aca30efe0cdd3873b9ba6) ghc-hashtables-devel = 1.0.1.8-4.el7 ghc-hashtables-devel(armv7hl-32) = 1.0.1.8-4.el7 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh ghc-compiler = 7.6.3 Requires(postun): /bin/sh ghc-compiler = 7.6.3 Requires: ghc-devel(base-4.6.0.1-96bf6b6729ca53a5ac2cf45bb8b3cc3e) ghc-devel(ghc-prim-0.3.0.0-00db43fcd2f6e2a73243bdb496b765e0) ghc-devel(hashable-1.1.2.5-e8326d7b0c6af07b9139e791b5b3ad95) ghc-devel(primitive-0.5.0.1-d2400b503a6d2a77eaafd019467d1fb9) ghc-devel(vector-0.10.0.1-117b4a20c7ed2db6a57064332774896f) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm Wrote: /builddir/build/RPMS/ghc-hashtables-1.0.1.8-4.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/ghc-hashtables-devel-1.0.1.8-4.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GinH2U + umask 022 + cd /builddir/build/BUILD + cd hashtables-1.0.1.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-hashtables-1.0.1.8-4.el7.arm + exit 0 Child return code was: 0