Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec'], gid=135printOutput=Falselogger=shell=Falseenv={'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'}user='mockbuild'timeout=0chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-30623/root'uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec'] with env {'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ghc-unordered-containers-0.2.4.0-2bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ghc-unordered-containers.spec "], gid=135printOutput=Falselogger=private_network=Trueshell=Falseenv={'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'}user='mockbuild'timeout=0chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-30623/root'uid=1000) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ghc-unordered-containers.spec "] with env {'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1Y0VuF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf unordered-containers-0.2.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/unordered-containers-0.2.4.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd unordered-containers-0.2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q0AP5f + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.4.0 ++ ghc --info ++ grep '"Booter version","7.8.4"' + '[' '!' ' ,("Booter version","7.8.4")' ']' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + LANG=en_US.utf8 ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc-unordered-containers '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc --enable-executable-dynamic '--ghc-options= -optc-O2 -optc-g -optc-pipe -optc-Wall -optc-Werror=format-security -optc-Wp,-D_FORTIFY_SOURCE=2 -optc-fexceptions -optc-fstack-protector-strong -optc--param=ssp-buffer-size=4 -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-march=armv6 -optc-mfloat-abi=hard -optc-mfpu=vfp -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 --global Configuring unordered-containers-0.2.4.0... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building unordered-containers-0.2.4.0... Preprocessing library unordered-containers-0.2.4.0... [1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o ) [2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o ) [3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o ) [4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o ) [5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o ) [6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o ) [7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o ) [8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o ) [1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.p_o ) [2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.p_o ) [3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.p_o ) [4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.p_o ) [5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.p_o ) [6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.p_o ) [7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.p_o ) [8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.p_o ) In-place registering unordered-containers-0.2.4.0... + '[' -f dist/build/libHSunordered-containers-0.2.4.0.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for unordered-containers-0.2.4.0... Preprocessing library unordered-containers-0.2.4.0... Haddock coverage: 0% ( 0 / 3) in 'Data.HashMap.UnsafeShift' 50% ( 1 / 2) in 'Data.HashMap.PopCount' 100% ( 2 / 2) in 'Data.HashMap.Unsafe' 38% ( 14 / 37) in 'Data.HashMap.Array' 87% ( 54 / 62) in 'Data.HashMap.Base' 100% ( 46 / 46) in 'Data.HashMap.Strict' 100% ( 46 / 46) in 'Data.HashMap.Lazy' 100% ( 27 / 27) in 'Data.HashSet' Documentation created: dist/doc/html/unordered-containers/index.html, dist/doc/html/unordered-containers/unordered-containers.txt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oXvsbs + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm + cd unordered-containers-0.2.4.0 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm -v directory dist/doc/html/unordered-containers does exist: True creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 copy directory 'dist/doc/html/unordered-containers' to '/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0'. creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 Installing dist/doc/html/unordered-containers/Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/Data-HashSet.html Installing dist/doc/html/unordered-containers/ocean.css to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/ocean.css Installing dist/doc/html/unordered-containers/frames.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/frames.html Installing dist/doc/html/unordered-containers/mini_Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/mini_Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/synopsis.png to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/synopsis.png Installing dist/doc/html/unordered-containers/Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/Data-HashMap-Lazy.html Installing dist/doc/html/unordered-containers/haddock-util.js to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/haddock-util.js Installing dist/doc/html/unordered-containers/minus.gif to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/minus.gif Installing dist/doc/html/unordered-containers/unordered-containers.haddock to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/unordered-containers.haddock Installing dist/doc/html/unordered-containers/mini_Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/mini_Data-HashMap-Lazy.html Installing dist/doc/html/unordered-containers/unordered-containers.txt to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/unordered-containers.txt Installing dist/doc/html/unordered-containers/hslogo-16.png to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/hslogo-16.png Installing dist/doc/html/unordered-containers/plus.gif to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/plus.gif Installing dist/doc/html/unordered-containers/index-frames.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/index-frames.html Installing dist/doc/html/unordered-containers/index.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/index.html Installing dist/doc/html/unordered-containers/mini_Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/mini_Data-HashSet.html Installing dist/doc/html/unordered-containers/doc-index.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/doc-index.html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 Installing dist/doc/html/unordered-containers/unordered-containers.haddock to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/unordered-containers.haddock creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc-unordered-containers Installing LICENSE to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc-unordered-containers/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data Installing dist/build/Data/HashMap/Lazy.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Lazy.hi Installing dist/build/Data/HashMap/Strict.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Strict.hi Installing dist/build/Data/HashSet.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashSet.hi Installing dist/build/Data/HashMap/Array.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Array.hi Installing dist/build/Data/HashMap/Base.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Base.hi Installing dist/build/Data/HashMap/PopCount.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/PopCount.hi Installing dist/build/Data/HashMap/Unsafe.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Unsafe.hi Installing dist/build/Data/HashMap/UnsafeShift.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/UnsafeShift.hi creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data Installing dist/build/Data/HashMap/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Lazy.p_hi Installing dist/build/Data/HashMap/Strict.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Strict.p_hi Installing dist/build/Data/HashSet.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashSet.p_hi Installing dist/build/Data/HashMap/Array.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Array.p_hi Installing dist/build/Data/HashMap/Base.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Base.p_hi Installing dist/build/Data/HashMap/PopCount.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/PopCount.p_hi Installing dist/build/Data/HashMap/Unsafe.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Unsafe.p_hi Installing dist/build/Data/HashMap/UnsafeShift.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/UnsafeShift.p_hi creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data Installing dist/build/Data/HashMap/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Lazy.dyn_hi Installing dist/build/Data/HashMap/Strict.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Strict.dyn_hi Installing dist/build/Data/HashSet.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashSet.dyn_hi Installing dist/build/Data/HashMap/Array.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Array.dyn_hi Installing dist/build/Data/HashMap/Base.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Base.dyn_hi Installing dist/build/Data/HashMap/PopCount.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/PopCount.dyn_hi Installing dist/build/Data/HashMap/Unsafe.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/Unsafe.dyn_hi Installing dist/build/Data/HashMap/UnsafeShift.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap/UnsafeShift.dyn_hi creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 Installing dist/build/libHSunordered-containers-0.2.4.0.a to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/libHSunordered-containers-0.2.4.0.a creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 Installing dist/build/libHSunordered-containers-0.2.4.0_p.a to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/libHSunordered-containers-0.2.4.0_p.a creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 Installing executable dist/build/libHSunordered-containers-0.2.4.0-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/libHSunordered-containers-0.2.4.0-ghc7.8.4.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: unordered-containers-0.2.4.0.conf + install -D --mode=0644 unordered-containers-0.2.4.0.conf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/package.conf.d/unordered-containers-0.2.4.0.conf + rm -f ghc-unordered-containers.files ghc-unordered-containers-devel.files + touch ghc-unordered-containers.files ghc-unordered-containers-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 ']' + echo '%dir /usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0' + echo '%attr(755,root,root) /usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0/libHSunordered-containers-0.2.4.0-ghc7.8.4.so' + echo '/usr/lib/ghc-7.8.4/package.conf.d/unordered-containers-0.2.4.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 ']' + find /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/lib/ghc-7.8.4/unordered-containers-0.2.4.0 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 ']' + echo /usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 + for i in ghc-unordered-containers.files ghc-unordered-containers-devel.files + '[' -f ghc-unordered-containers.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm!!g' ghc-unordered-containers.files + for i in ghc-unordered-containers.files ghc-unordered-containers-devel.files + '[' -f ghc-unordered-containers-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm!!g' ghc-unordered-containers-devel.files + find /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dAlWBw Processing files: ghc-unordered-containers-0.2.4.0-2bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kS9KzE + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.4.0 + DOCDIR=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc-unordered-containers + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc-unordered-containers + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm/usr/share/doc/ghc-unordered-containers + exit 0 Provides: ghc(unordered-containers-0.2.4.0-62815280ce7cbc666a9a04d56de81b20) ghc-unordered-containers = 0.2.4.0-2bs02npfc23 ghc-unordered-containers(armv6hl-32) = 0.2.4.0-2bs02npfc23 libHSunordered-containers-0.2.4.0-ghc7.8.4.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc(deepseq-1.3.0.2-05aa6b7e9be959dd9058c70fab70a603) ghc(hashable-1.2.2.0-8eb257ff9d0c62ed0cec3a21caa7165f) libHSarray-0.5.0.0-ghc7.8.4.so libHSbase-4.7.0.2-ghc7.8.4.so libHSbytestring-0.10.4.0-ghc7.8.4.so libHSdeepseq-1.3.0.2-ghc7.8.4.so libHSghc-prim-0.3.1.0-ghc7.8.4.so libHShashable-1.2.2.0-ghc7.8.4.so libHSinteger-gmp-0.5.1.0-ghc7.8.4.so libHStext-1.1.1.3-ghc7.8.4.so libc.so.6 libc.so.6(GLIBC_2.4) libgmp.so.10 rtld(GNU_HASH) Processing files: ghc-unordered-containers-devel-0.2.4.0-2bs02npfc23.armv6hl Provides: ghc-devel(unordered-containers-0.2.4.0-62815280ce7cbc666a9a04d56de81b20) ghc-unordered-containers-devel = 0.2.4.0-2bs02npfc23 ghc-unordered-containers-devel(armv6hl-32) = 0.2.4.0-2bs02npfc23 ghc-unordered-containers-static = 0.2.4.0-2bs02npfc23 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.8.4 Requires(postun): /bin/sh ghc-compiler = 7.8.4 Requires: ghc(unordered-containers-0.2.4.0-62815280ce7cbc666a9a04d56de81b20) ghc-devel(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc-devel(deepseq-1.3.0.2-05aa6b7e9be959dd9058c70fab70a603) ghc-devel(hashable-1.2.2.0-8eb257ff9d0c62ed0cec3a21caa7165f) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm Wrote: /builddir/build/RPMS/ghc-unordered-containers-0.2.4.0-2bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ghc-unordered-containers-devel-0.2.4.0-2bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ihWCjJ + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-2bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->