Mock Version: 1.2.5 Mock Version: 1.2.5 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec'], chrootPath='/var/lib/mock/f22-ghc-2874018-448738/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False warning: Could not canonicalize hostname: buildhw-10.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-unordered-containers-0.2.4.0-1.fc22.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec '], chrootPath='/var/lib/mock/f22-ghc-2874018-448738/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bksqyv + 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.1Cu1oK + 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 -m64 -mtune=generic' + 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 ... ++ sed -e 's/ / -optc/g' ++ 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 -m64 -mtune=generic ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --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-m64 -optc-mtune=generic -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 ']' + ./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... + '[' -x Setup ']' + ./Setup haddock --html --hyperlink-source --hoogle Running Haddock for unordered-containers-0.2.4.0... Running hscolour for unordered-containers-0.2.4.0... Preprocessing library 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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a7tqa4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 + cd unordered-containers-0.2.4.0 + '[' -x Setup ']' + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 -v directory dist/doc/html/unordered-containers does exist: True creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/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-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0'. creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src Installing dist/doc/html/unordered-containers/minus.gif to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/minus.gif Installing dist/doc/html/unordered-containers/doc-index.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/doc-index.html Installing dist/doc/html/unordered-containers/ocean.css to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/ocean.css Installing dist/doc/html/unordered-containers/synopsis.png to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/synopsis.png Installing dist/doc/html/unordered-containers/mini_Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/mini_Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/hslogo-16.png to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/hslogo-16.png Installing dist/doc/html/unordered-containers/haddock-util.js to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/haddock-util.js Installing dist/doc/html/unordered-containers/plus.gif to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/plus.gif Installing dist/doc/html/unordered-containers/frames.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/frames.html Installing dist/doc/html/unordered-containers/index-frames.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/index-frames.html Installing dist/doc/html/unordered-containers/mini_Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/mini_Data-HashMap-Lazy.html Installing dist/doc/html/unordered-containers/Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/Data-HashSet.html Installing dist/doc/html/unordered-containers/Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/unordered-containers.haddock to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/unordered-containers.haddock Installing dist/doc/html/unordered-containers/mini_Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/mini_Data-HashSet.html Installing dist/doc/html/unordered-containers/index.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/index.html Installing dist/doc/html/unordered-containers/Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/Data-HashMap-Lazy.html Installing dist/doc/html/unordered-containers/unordered-containers.txt to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/unordered-containers.txt Installing dist/doc/html/unordered-containers/src/Data-HashMap-Base.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-Base.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Array.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-Array.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-UnsafeShift.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-UnsafeShift.html Installing dist/doc/html/unordered-containers/src/hscolour.css to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/hscolour.css Installing dist/doc/html/unordered-containers/src/Data-HashMap-Unsafe.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-Unsafe.html Installing dist/doc/html/unordered-containers/src/Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashSet.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-PopCount.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-PopCount.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.4.0/src/Data-HashMap-Lazy.html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/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-1.fc22.x86_64/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-1.fc22.x86_64/usr/share/doc/ghc-unordered-containers Installing LICENSE to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc-unordered-containers/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/Data creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/Data creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/libHSunordered-containers-0.2.4.0-ghc7.8.4.so + '[' -x Setup ']' + ./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-1.fc22.x86_64/usr/lib64/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 + '[' -d /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0 ']' + echo '%dir /usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0' + echo '%attr(755,root,root) /usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0/libHSunordered-containers-0.2.4.0-ghc7.8.4.so' + echo '/usr/lib64/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-1.fc22.x86_64/usr/lib64/ghc-7.8.4/unordered-containers-0.2.4.0 ']' + find /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/usr/lib64/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-1.fc22.x86_64/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-1.fc22.x86_64!!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-1.fc22.x86_64!!g' ghc-unordered-containers-devel.files + find /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 -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.7TQ8Kq + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.4.0 + exit 0 Processing files: ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.olGpmN + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.4.0 + DOCDIR=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc-unordered-containers + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc-unordered-containers + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64/usr/share/doc/ghc-unordered-containers + exit 0 Provides: ghc(unordered-containers-0.2.4.0-614eca3080c1c4f6c40204082b6e3231) ghc-unordered-containers = 0.2.4.0-1.fc22 ghc-unordered-containers(x86-64) = 0.2.4.0-1.fc22 libHSunordered-containers-0.2.4.0-ghc7.8.4.so()(64bit) 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-cb23b5265b6e147094c0cd9ac819acb1) ghc(deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f) ghc(hashable-1.2.2.0-c8b5f918fdaae07b36b06d55f8ca3719) libHSarray-0.5.0.0-ghc7.8.4.so()(64bit) libHSbase-4.7.0.2-ghc7.8.4.so()(64bit) libHSbytestring-0.10.4.0-ghc7.8.4.so()(64bit) libHSdeepseq-1.3.0.2-ghc7.8.4.so()(64bit) libHSghc-prim-0.3.1.0-ghc7.8.4.so()(64bit) libHShashable-1.2.2.0-ghc7.8.4.so()(64bit) libHSinteger-gmp-0.5.1.0-ghc7.8.4.so()(64bit) libHStext-1.1.1.3-ghc7.8.4.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.10()(64bit) rtld(GNU_HASH) Processing files: ghc-unordered-containers-devel-0.2.4.0-1.fc22.x86_64 Provides: ghc-devel(unordered-containers-0.2.4.0-614eca3080c1c4f6c40204082b6e3231) ghc-unordered-containers-devel = 0.2.4.0-1.fc22 ghc-unordered-containers-devel(x86-64) = 0.2.4.0-1.fc22 ghc-unordered-containers-static = 0.2.4.0-1.fc22 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-614eca3080c1c4f6c40204082b6e3231) ghc-devel(base-4.7.0.2-cb23b5265b6e147094c0cd9ac819acb1) ghc-devel(deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f) ghc-devel(hashable-1.2.2.0-c8b5f918fdaae07b36b06d55f8ca3719) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64 warning: Could not canonicalize hostname: buildhw-10.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ghc-unordered-containers-0.2.4.0-1.fc22.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-unordered-containers-devel-0.2.4.0-1.fc22.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gAo8Ed + 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-1.fc22.x86_64 + exit 0 Child return code was: 0 LEAVE do -->