Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-crypto-random.spec'], chrootPath='/var/lib/mock/f27-build-10086746-792646/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-crypto-random.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False warning: line 31: Possible unexpanded macro in: Requires: ghc-compiler = %{ghc_version} warning: line 32: Possible unexpanded macro in: Requires(post): ghc-compiler = %{ghc_version} warning: line 33: Possible unexpanded macro in: Requires(postun): ghc-compiler = %{ghc_version} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-crypto-random-0.0.9-6.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-crypto-random.spec'], chrootPath='/var/lib/mock/f27-build-10086746-792646/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-crypto-random.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jx7XZt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf crypto-random-0.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/crypto-random-0.0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd crypto-random-0.0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eH2XAg + umask 022 + cd /builddir/build/BUILD + cd crypto-random-0.0.9 ++ ghc --info ++ grep '"Booter version","8.0.2"' + '[' '!' ' ,("Booter version","8.0.2")' ']' + 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 -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 ... + LANG=en_US.utf8 + ./Setup --version Cabal library version 1.24.2.0 + '[' -x 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 -m64 -mtune=generic ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-crypto-random '--libsubdir=$compiler/$pkgkey' '--datasubdir=$pkgid' --ghc --enable-executable-dynamic --global '--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-m64 -optc-mtune=generic -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 --global Configuring crypto-random-0.0.9... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building crypto-random-0.0.9... Preprocessing library crypto-random-0.0.9... [1 of 8] Compiling Crypto.Random.Test ( Crypto/Random/Test.hs, dist/build/Crypto/Random/Test.o ) Crypto/Random/Test.hs:23:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [2 of 8] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.o ) [3 of 8] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.o ) [4 of 8] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.o ) [5 of 8] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.o ) [6 of 8] Compiling Crypto.Random.Generator ( Crypto/Random/Generator.hs, dist/build/Crypto/Random/Generator.o ) [7 of 8] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.o ) [8 of 8] Compiling Crypto.Random.API ( Crypto/Random/API.hs, dist/build/Crypto/Random/API.o ) [1 of 8] Compiling Crypto.Random.Test ( Crypto/Random/Test.hs, dist/build/Crypto/Random/Test.p_o ) Crypto/Random/Test.hs:23:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [2 of 8] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.p_o ) [3 of 8] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.p_o ) [4 of 8] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.p_o ) [5 of 8] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.p_o ) [6 of 8] Compiling Crypto.Random.Generator ( Crypto/Random/Generator.hs, dist/build/Crypto/Random/Generator.p_o ) [7 of 8] Compiling Crypto.Random ( Crypto/Random.hs, dist/build/Crypto/Random.p_o ) [8 of 8] Compiling Crypto.Random.API ( Crypto/Random/API.hs, dist/build/Crypto/Random/API.p_o ) + '[' -n dist/build/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS-ghc8.0.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for crypto-random-0.0.9... Preprocessing library crypto-random-0.0.9... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: foundation-0.0.13, memory-0.14.6 Crypto/Random/Test.hs:23:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 100% ( 6 / 6) in 'Crypto.Random.Test' 100% ( 2 / 2) in 'Crypto.Random.Entropy.Source' 100% ( 3 / 3) in 'Crypto.Random.Entropy.Unix' 100% ( 2 / 2) in 'Crypto.Random.Entropy.RDRand' 100% ( 7 / 7) in 'Crypto.Random.Entropy' 100% ( 2 / 2) in 'Crypto.Random.Generator' 100% ( 13 / 13) in 'Crypto.Random' 100% ( 6 / 6) in 'Crypto.Random.API' Documentation created: dist/doc/html/crypto-random/index.html, dist/doc/html/crypto-random/crypto-random.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MMDlTo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 + cd crypto-random-0.0.9 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 -v directory dist/doc/html/crypto-random does exist: True creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 copy directory 'dist/doc/html/crypto-random' to '/builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9'. creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 Installing dist/doc/html/crypto-random/Crypto-Random.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/Crypto-Random.html Installing dist/doc/html/crypto-random/plus.gif to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/plus.gif Installing dist/doc/html/crypto-random/index.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/index.html Installing dist/doc/html/crypto-random/crypto-random.haddock to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/crypto-random.haddock Installing dist/doc/html/crypto-random/minus.gif to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/minus.gif Installing dist/doc/html/crypto-random/mini_Crypto-Random-API.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/mini_Crypto-Random-API.html Installing dist/doc/html/crypto-random/doc-index.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/doc-index.html Installing dist/doc/html/crypto-random/Crypto-Random-API.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/Crypto-Random-API.html Installing dist/doc/html/crypto-random/crypto-random.txt to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/crypto-random.txt Installing dist/doc/html/crypto-random/synopsis.png to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/synopsis.png Installing dist/doc/html/crypto-random/ocean.css to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/ocean.css Installing dist/doc/html/crypto-random/hslogo-16.png to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/hslogo-16.png Installing dist/doc/html/crypto-random/Crypto-Random-Test.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/Crypto-Random-Test.html Installing dist/doc/html/crypto-random/mini_Crypto-Random-Test.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/mini_Crypto-Random-Test.html Installing dist/doc/html/crypto-random/haddock-util.js to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/haddock-util.js Installing dist/doc/html/crypto-random/mini_Crypto-Random.html to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/mini_Crypto-Random.html creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 Installing dist/doc/html/crypto-random/crypto-random.haddock to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9/crypto-random.haddock creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses/ghc-crypto-random creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses/ghc-crypto-random Installing LICENSE to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses/ghc-crypto-random/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy Installing dist/build/Crypto/Random.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random.hi Installing dist/build/Crypto/Random/Test.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Test.hi Installing dist/build/Crypto/Random/API.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/API.hi Installing dist/build/Crypto/Random/Generator.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Generator.hi Installing dist/build/Crypto/Random/Entropy.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy.hi Installing dist/build/Crypto/Random/Entropy/Source.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/Source.hi Installing dist/build/Crypto/Random/Entropy/Unix.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/Unix.hi Installing dist/build/Crypto/Random/Entropy/RDRand.hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/RDRand.hi creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy Installing dist/build/Crypto/Random.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random.p_hi Installing dist/build/Crypto/Random/Test.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Test.p_hi Installing dist/build/Crypto/Random/API.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/API.p_hi Installing dist/build/Crypto/Random/Generator.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Generator.p_hi Installing dist/build/Crypto/Random/Entropy.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy.p_hi Installing dist/build/Crypto/Random/Entropy/Source.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/Source.p_hi Installing dist/build/Crypto/Random/Entropy/Unix.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/Unix.p_hi Installing dist/build/Crypto/Random/Entropy/RDRand.p_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/RDRand.p_hi creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy Installing dist/build/Crypto/Random.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random.dyn_hi Installing dist/build/Crypto/Random/Test.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Test.dyn_hi Installing dist/build/Crypto/Random/API.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/API.dyn_hi Installing dist/build/Crypto/Random/Generator.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Generator.dyn_hi Installing dist/build/Crypto/Random/Entropy.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy.dyn_hi Installing dist/build/Crypto/Random/Entropy/Source.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/Source.dyn_hi Installing dist/build/Crypto/Random/Entropy/Unix.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/Unix.dyn_hi Installing dist/build/Crypto/Random/Entropy/RDRand.dyn_hi to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/Crypto/Random/Entropy/RDRand.dyn_hi creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS Installing dist/build/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS.a to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS Installing dist/build/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS_p.a to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS_p.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS_p.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS Installing executable dist/build/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS-ghc8.0.2.so to /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS-ghc8.0.2.so /usr/bin/strip /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS-ghc8.0.2.so --strip-unneeded + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: crypto-random-0.0.9.conf + install -D --mode=0644 crypto-random-0.0.9.conf /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/package.conf.d/crypto-random-0.0.9.conf + '[' '!' -f /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/package.conf.d/crypto-random-0.0.9.conf ']' ++ echo '/usr/lib64/ghc-8.0.2/package.conf.d/crypto-random-0.0.9*.conf' + pkgconf='/usr/lib64/ghc-8.0.2/package.conf.d/crypto-random-0.0.9*.conf' ++ sed -e 's/key: //' ++ grep 'key: ' /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/package.conf.d/crypto-random-0.0.9.conf + key=crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS + pkgdir=/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS + rm -f ghc-crypto-random.files ghc-crypto-random-devel.files + touch ghc-crypto-random.files ghc-crypto-random-devel.files + echo '/usr/lib64/ghc-8.0.2/package.conf.d/crypto-random-0.0.9*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS ']' + echo '%dir /usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS' + echo '%attr(755,root,root) /usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS/libHS*-ghc8.0.2.so' + find /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/lib64/ghc-8.0.2/crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 ']' + echo /usr/share/doc/ghc/html/libraries/crypto-random-0.0.9 + for i in ghc-crypto-random.files ghc-crypto-random-devel.files + '[' -f ghc-crypto-random.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64!!g' ghc-crypto-random.files + for i in ghc-crypto-random.files ghc-crypto-random-devel.files + '[' -f ghc-crypto-random-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64!!g' ghc-crypto-random-devel.files + find /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.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 Processing files: ghc-crypto-random-0.0.9-6.fc27.x86_64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.O8fovy + umask 022 + cd /builddir/build/BUILD + cd crypto-random-0.0.9 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses/ghc-crypto-random + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses/ghc-crypto-random + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64/usr/share/licenses/ghc-crypto-random + exit 0 Provides: ghc-crypto-random = 0.0.9-6.fc27 ghc-crypto-random(x86-64) = 0.0.9-6.fc27 libHScrypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS-ghc8.0.2.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSarray-0.5.1.1-ghc8.0.2.so()(64bit) libHSbase-4.9.1.0-ghc8.0.2.so()(64bit) libHSbyteable-0.1.1-2lU1pexQSLj1KbNO17UifQ-ghc8.0.2.so()(64bit) libHSbytestring-0.10.8.1-ghc8.0.2.so()(64bit) libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit) libHSfoundation-0.0.13-G4GHWkMwmXnF7HKMtT8vGa-ghc8.0.2.so()(64bit) libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit) libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit) libHSmemory-0.14.6-Aar7hKewN999MXzU9kvt2a-ghc8.0.2.so()(64bit) libHSprimitive-0.6.1.0-6AbSTw9JXz141LE5p6LGH-ghc8.0.2.so()(64bit) libHSsecuremem-0.1.9-9BtpMES6VHn7a7AVmquh53-ghc8.0.2.so()(64bit) libHStime-1.6.0.1-ghc8.0.2.so()(64bit) libHStransformers-0.5.2.0-ghc8.0.2.so()(64bit) libHSunix-2.7.2.1-ghc8.0.2.so()(64bit) libHSvector-0.11.0.0-LMwQhhnXj8U3T5Bm1JFxG-ghc8.0.2.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libgmp.so.10()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-crypto-random-devel-0.0.9-6.fc27.x86_64 Provides: ghc-crypto-random-devel = 0.0.9-6.fc27 ghc-crypto-random-devel(x86-64) = 0.0.9-6.fc27 ghc-crypto-random-static = 0.0.9-6.fc27 ghc-devel(crypto-random-0.0.9-EL5qpuwNGji3iwO33JR6eS) 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 = 8.0.2 Requires(postun): /bin/sh ghc-compiler = 8.0.2 Requires: ghc-devel(base-4.9.1.0) ghc-devel(bytestring-0.10.8.1) ghc-devel(securemem-0.1.9-9BtpMES6VHn7a7AVmquh53) ghc-devel(unix-2.7.2.1) ghc-devel(vector-0.11.0.0-LMwQhhnXj8U3T5Bm1JFxG) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 Wrote: /builddir/build/RPMS/ghc-crypto-random-0.0.9-6.fc27.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-crypto-random-devel-0.0.9-6.fc27.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.y7H9YI + umask 022 + cd /builddir/build/BUILD + cd crypto-random-0.0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-crypto-random-0.0.9-6.fc27.x86_64 + exit 0 Child return code was: 0