Mock Version: 1.2.21 Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/ghc-cryptohash.spec'], gid=425printOutput=Falseshell=Falseuser='mockbuild'uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}logger=timeout=172800chrootPath='/var/lib/mock/epel7-ghc-7002241-672005/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/ghc-cryptohash.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False warning: Could not canonicalize hostname: buildvm-aarch64-15.arm.fedoraproject.org Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/ghc-cryptohash-0.9.0-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/ghc-cryptohash.spec'], gid=425printOutput=Falseprivate_network=Trueshell=Falseuser='mockbuild'uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}logger=timeout=172800chrootPath='/var/lib/mock/epel7-ghc-7002241-672005/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/ghc-cryptohash.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.t8o2v3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cryptohash-0.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptohash-0.9.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptohash-0.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YyFnRV + umask 022 + cd /builddir/build/BUILD + cd cryptohash-0.9.0 ++ 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/lib64 --docdir=/usr/share/doc/ghc-cryptohash-0.9.0 '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc -p --htmldir=/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 --global Configuring cryptohash-0.9.0... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building cryptohash-0.9.0... Preprocessing library cryptohash-0.9.0... [ 1 of 21] Compiling Crypto.Hash.Utils.Cpu ( Crypto/Hash/Utils/Cpu.hs, dist/build/Crypto/Hash/Utils/Cpu.o ) [ 2 of 21] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.o ) In file included from /tmp/ghc1667_0/ghc1667_0.hc:3:0: /tmp/ghc1667_0/ghc1667_0.hc: In function ‘s17e_ret’: /tmp/ghc1667_0/ghc1667_0.hc:465:6: warning: conflicting types for built-in function ‘memcpy’ [enabled by default] ;EF_(memcpy); ^ /usr/lib64/ghc-7.6.3/include/Stg.h:218:36: note: in definition of macro ‘EF_’ #define EF_(f) extern StgFunPtr f(void) ^ [ 3 of 21] Compiling Crypto.Hash.Internal ( Crypto/Hash/Internal.hs, dist/build/Crypto/Hash/Internal.o ) [ 4 of 21] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.o ) [ 5 of 21] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.o ) [ 6 of 21] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.o ) [ 7 of 21] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.o ) [ 8 of 21] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.o ) [ 9 of 21] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.o ) [10 of 21] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o ) [11 of 21] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o ) [12 of 21] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o ) [13 of 21] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.o ) [14 of 21] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.o ) [15 of 21] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o ) [16 of 21] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.o ) [17 of 21] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.o ) [18 of 21] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.o ) [19 of 21] Compiling Crypto.Hash.Utils ( Crypto/Hash/Utils.hs, dist/build/Crypto/Hash/Utils.o ) [20 of 21] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.o ) [21 of 21] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.o ) In file included from /tmp/ghc1667_0/ghc1667_0.hc:3:0: /tmp/ghc1667_0/ghc1667_0.hc: In function ‘suwh_ret’: /tmp/ghc1667_0/ghc1667_0.hc:465:6: warning: conflicting types for built-in function ‘memcpy’ [enabled by default] ;EF_(memcpy); ^ /usr/lib64/ghc-7.6.3/include/Stg.h:218:36: note: in definition of macro ‘EF_’ #define EF_(f) extern StgFunPtr f(void) ^ [ 1 of 21] Compiling Crypto.Hash.Utils.Cpu ( Crypto/Hash/Utils/Cpu.hs, dist/build/Crypto/Hash/Utils/Cpu.p_o ) [ 2 of 21] Compiling Crypto.MAC.HMAC ( Crypto/MAC/HMAC.hs, dist/build/Crypto/MAC/HMAC.p_o ) In file included from /tmp/ghc1840_0/ghc1840_0.hc:3:0: /tmp/ghc1840_0/ghc1840_0.hc: In function ‘s17h_ret’: /tmp/ghc1840_0/ghc1840_0.hc:594:6: warning: conflicting types for built-in function ‘memcpy’ [enabled by default] ;EF_(memcpy); ^ /usr/lib64/ghc-7.6.3/include/Stg.h:218:36: note: in definition of macro ‘EF_’ #define EF_(f) extern StgFunPtr f(void) ^ [ 3 of 21] Compiling Crypto.Hash.Internal ( Crypto/Hash/Internal.hs, dist/build/Crypto/Hash/Internal.p_o ) [ 4 of 21] Compiling Crypto.Hash.Whirlpool ( Crypto/Hash/Whirlpool.hs, dist/build/Crypto/Hash/Whirlpool.p_o ) [ 5 of 21] Compiling Crypto.Hash.Skein512 ( Crypto/Hash/Skein512.hs, dist/build/Crypto/Hash/Skein512.p_o ) [ 6 of 21] Compiling Crypto.Hash.Skein256 ( Crypto/Hash/Skein256.hs, dist/build/Crypto/Hash/Skein256.p_o ) [ 7 of 21] Compiling Crypto.Hash.Tiger ( Crypto/Hash/Tiger.hs, dist/build/Crypto/Hash/Tiger.p_o ) [ 8 of 21] Compiling Crypto.Hash.RIPEMD160 ( Crypto/Hash/RIPEMD160.hs, dist/build/Crypto/Hash/RIPEMD160.p_o ) [ 9 of 21] Compiling Crypto.Hash.SHA3 ( Crypto/Hash/SHA3.hs, dist/build/Crypto/Hash/SHA3.p_o ) [10 of 21] Compiling Crypto.Hash.SHA512 ( Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.p_o ) [11 of 21] Compiling Crypto.Hash.SHA512t ( Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.p_o ) [12 of 21] Compiling Crypto.Hash.SHA384 ( Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.p_o ) [13 of 21] Compiling Crypto.Hash.SHA256 ( Crypto/Hash/SHA256.hs, dist/build/Crypto/Hash/SHA256.p_o ) [14 of 21] Compiling Crypto.Hash.SHA224 ( Crypto/Hash/SHA224.hs, dist/build/Crypto/Hash/SHA224.p_o ) [15 of 21] Compiling Crypto.Hash.SHA1 ( Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.p_o ) [16 of 21] Compiling Crypto.Hash.MD5 ( Crypto/Hash/MD5.hs, dist/build/Crypto/Hash/MD5.p_o ) [17 of 21] Compiling Crypto.Hash.MD4 ( Crypto/Hash/MD4.hs, dist/build/Crypto/Hash/MD4.p_o ) [18 of 21] Compiling Crypto.Hash.MD2 ( Crypto/Hash/MD2.hs, dist/build/Crypto/Hash/MD2.p_o ) [19 of 21] Compiling Crypto.Hash.Utils ( Crypto/Hash/Utils.hs, dist/build/Crypto/Hash/Utils.p_o ) [20 of 21] Compiling Crypto.Hash.Types ( Crypto/Hash/Types.hs, dist/build/Crypto/Hash/Types.p_o ) [21 of 21] Compiling Crypto.Hash ( Crypto/Hash.hs, dist/build/Crypto/Hash.p_o ) In file included from /tmp/ghc1840_0/ghc1840_0.hc:3:0: /tmp/ghc1840_0/ghc1840_0.hc: In function ‘svlp_ret’: /tmp/ghc1840_0/ghc1840_0.hc:594:6: warning: conflicting types for built-in function ‘memcpy’ [enabled by default] ;EF_(memcpy); ^ /usr/lib64/ghc-7.6.3/include/Stg.h:218:36: note: in definition of macro ‘EF_’ #define EF_(f) extern StgFunPtr f(void) ^ In-place registering cryptohash-0.9.0... + '[' -f dist/build/libHScryptohash-0.9.0.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running Haddock for cryptohash-0.9.0... Running hscolour for cryptohash-0.9.0... Preprocessing library cryptohash-0.9.0... Preprocessing library cryptohash-0.9.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 0% ( 0 / 2) in 'Crypto.Hash.Utils.Cpu' 100% ( 2 / 2) in 'Crypto.MAC.HMAC' 100% ( 2 / 2) in 'Crypto.Hash.Internal' 82% ( 9 / 11) in 'Crypto.Hash.Whirlpool' 82% ( 9 / 11) in 'Crypto.Hash.Skein512' 82% ( 9 / 11) in 'Crypto.Hash.Skein256' 82% ( 9 / 11) in 'Crypto.Hash.Tiger' 82% ( 9 / 11) in 'Crypto.Hash.RIPEMD160' 82% ( 9 / 11) in 'Crypto.Hash.SHA3' 83% ( 10 / 12) in 'Crypto.Hash.SHA512' 89% ( 8 / 9) in 'Crypto.Hash.SHA512t' 82% ( 9 / 11) in 'Crypto.Hash.SHA384' 82% ( 9 / 11) in 'Crypto.Hash.SHA256' 82% ( 9 / 11) in 'Crypto.Hash.SHA224' 82% ( 9 / 11) in 'Crypto.Hash.SHA1' 82% ( 9 / 11) in 'Crypto.Hash.MD5' 82% ( 9 / 11) in 'Crypto.Hash.MD4' 82% ( 9 / 11) in 'Crypto.Hash.MD2' 50% ( 1 / 2) in 'Crypto.Hash.Utils' 100% ( 4 / 4) in 'Crypto.Hash.Types' 45% ( 17 / 38) in 'Crypto.Hash' Documentation created: dist/doc/html/cryptohash/index.html, dist/doc/html/cryptohash/cryptohash.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZXbepX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 ++ dirname /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 + cd cryptohash-0.9.0 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 -v directory dist/doc/html/cryptohash does exist: True creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/cryptohash-0.9.0 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/cryptohash-0.9.0 Installing README.md to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/cryptohash-0.9.0/README.md creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 copy directory 'dist/doc/html/cryptohash' to '/builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0'. creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src Installing dist/doc/html/cryptohash/Crypto-Hash-SHA512.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA512.html Installing dist/doc/html/cryptohash/Crypto-Hash-SHA3.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA3.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-RIPEMD160.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-RIPEMD160.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA512t.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA512t.html Installing dist/doc/html/cryptohash/ocean.css to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/ocean.css Installing dist/doc/html/cryptohash/mini_Crypto-Hash-MD5.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-MD5.html Installing dist/doc/html/cryptohash/cryptohash.txt to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/cryptohash.txt Installing dist/doc/html/cryptohash/mini_Crypto-Hash-Tiger.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-Tiger.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-Types.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-Types.html Installing dist/doc/html/cryptohash/Crypto-Hash-MD4.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-MD4.html Installing dist/doc/html/cryptohash/mini_Crypto-MAC-HMAC.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-MAC-HMAC.html Installing dist/doc/html/cryptohash/minus.gif to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/minus.gif Installing dist/doc/html/cryptohash/Crypto-Hash-MD2.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-MD2.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-MD2.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-MD2.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-Whirlpool.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-Whirlpool.html Installing dist/doc/html/cryptohash/Crypto-Hash-SHA384.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA384.html Installing dist/doc/html/cryptohash/Crypto-Hash-Skein256.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-Skein256.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA256.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA256.html Installing dist/doc/html/cryptohash/cryptohash.haddock to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/cryptohash.haddock Installing dist/doc/html/cryptohash/frames.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/frames.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA3.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA3.html Installing dist/doc/html/cryptohash/hslogo-16.png to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/hslogo-16.png Installing dist/doc/html/cryptohash/Crypto-Hash-Tiger.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-Tiger.html Installing dist/doc/html/cryptohash/index.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/index.html Installing dist/doc/html/cryptohash/plus.gif to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/plus.gif Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA224.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA224.html Installing dist/doc/html/cryptohash/Crypto-MAC-HMAC.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-MAC-HMAC.html Installing dist/doc/html/cryptohash/synopsis.png to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/synopsis.png Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA1.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA1.html Installing dist/doc/html/cryptohash/Crypto-Hash-Types.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-Types.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-Skein256.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-Skein256.html Installing dist/doc/html/cryptohash/Crypto-Hash-Whirlpool.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-Whirlpool.html Installing dist/doc/html/cryptohash/Crypto-Hash-SHA256.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA256.html Installing dist/doc/html/cryptohash/haddock-util.js to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/haddock-util.js Installing dist/doc/html/cryptohash/Crypto-Hash-Skein512.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-Skein512.html Installing dist/doc/html/cryptohash/Crypto-Hash-SHA1.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA1.html Installing dist/doc/html/cryptohash/Crypto-Hash-SHA224.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA224.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA512.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA512.html Installing dist/doc/html/cryptohash/Crypto-Hash-RIPEMD160.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-RIPEMD160.html Installing dist/doc/html/cryptohash/Crypto-Hash.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-MD4.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-MD4.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-SHA384.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-SHA384.html Installing dist/doc/html/cryptohash/index-frames.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/index-frames.html Installing dist/doc/html/cryptohash/doc-index.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/doc-index.html Installing dist/doc/html/cryptohash/Crypto-Hash-SHA512t.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-SHA512t.html Installing dist/doc/html/cryptohash/Crypto-Hash-MD5.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/Crypto-Hash-MD5.html Installing dist/doc/html/cryptohash/mini_Crypto-Hash-Skein512.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/mini_Crypto-Hash-Skein512.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA512.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA512.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA3.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA3.html Installing dist/doc/html/cryptohash/src/hscolour.css to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/hscolour.css Installing dist/doc/html/cryptohash/src/Crypto-Hash-Internal.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Internal.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-MD4.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-MD4.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Utils.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Utils.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-MD2.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-MD2.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA384.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA384.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Skein256.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Skein256.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Tiger.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Tiger.html Installing dist/doc/html/cryptohash/src/Crypto-MAC-HMAC.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-MAC-HMAC.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Types.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Types.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Whirlpool.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Whirlpool.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA256.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA256.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Skein512.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Skein512.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA1.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA1.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA224.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA224.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-RIPEMD160.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-RIPEMD160.html Installing dist/doc/html/cryptohash/src/Crypto-Hash.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-Utils-Cpu.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-Utils-Cpu.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-SHA512t.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-SHA512t.html Installing dist/doc/html/cryptohash/src/Crypto-Hash-MD5.html to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/src/Crypto-Hash-MD5.html creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 Installing dist/doc/html/cryptohash/cryptohash.haddock to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0/cryptohash.haddock creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-0.9.0 Installing LICENSE to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-0.9.0/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/MAC creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Utils Installing dist/build/Crypto/Hash.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash.hi Installing dist/build/Crypto/Hash/Types.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Types.hi Installing dist/build/Crypto/Hash/SHA1.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA1.hi Installing dist/build/Crypto/Hash/SHA224.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA224.hi Installing dist/build/Crypto/Hash/SHA256.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA256.hi Installing dist/build/Crypto/Hash/SHA384.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA384.hi Installing dist/build/Crypto/Hash/SHA512.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA512.hi Installing dist/build/Crypto/Hash/SHA512t.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA512t.hi Installing dist/build/Crypto/Hash/SHA3.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA3.hi Installing dist/build/Crypto/Hash/MD2.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/MD2.hi Installing dist/build/Crypto/Hash/MD4.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/MD4.hi Installing dist/build/Crypto/Hash/MD5.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/MD5.hi Installing dist/build/Crypto/Hash/RIPEMD160.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/RIPEMD160.hi Installing dist/build/Crypto/Hash/Skein256.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Skein256.hi Installing dist/build/Crypto/Hash/Skein512.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Skein512.hi Installing dist/build/Crypto/Hash/Tiger.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Tiger.hi Installing dist/build/Crypto/Hash/Whirlpool.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Whirlpool.hi Installing dist/build/Crypto/MAC/HMAC.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/MAC/HMAC.hi Installing dist/build/Crypto/Hash/Utils.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Utils.hi Installing dist/build/Crypto/Hash/Utils/Cpu.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Utils/Cpu.hi Installing dist/build/Crypto/Hash/Internal.hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Internal.hi creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/MAC creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Utils Installing dist/build/Crypto/Hash.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash.p_hi Installing dist/build/Crypto/Hash/Types.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Types.p_hi Installing dist/build/Crypto/Hash/SHA1.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA1.p_hi Installing dist/build/Crypto/Hash/SHA224.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA224.p_hi Installing dist/build/Crypto/Hash/SHA256.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA256.p_hi Installing dist/build/Crypto/Hash/SHA384.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA384.p_hi Installing dist/build/Crypto/Hash/SHA512.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA512.p_hi Installing dist/build/Crypto/Hash/SHA512t.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA512t.p_hi Installing dist/build/Crypto/Hash/SHA3.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/SHA3.p_hi Installing dist/build/Crypto/Hash/MD2.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/MD2.p_hi Installing dist/build/Crypto/Hash/MD4.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/MD4.p_hi Installing dist/build/Crypto/Hash/MD5.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/MD5.p_hi Installing dist/build/Crypto/Hash/RIPEMD160.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/RIPEMD160.p_hi Installing dist/build/Crypto/Hash/Skein256.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Skein256.p_hi Installing dist/build/Crypto/Hash/Skein512.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Skein512.p_hi Installing dist/build/Crypto/Hash/Tiger.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Tiger.p_hi Installing dist/build/Crypto/Hash/Whirlpool.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Whirlpool.p_hi Installing dist/build/Crypto/MAC/HMAC.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/MAC/HMAC.p_hi Installing dist/build/Crypto/Hash/Utils.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Utils.p_hi Installing dist/build/Crypto/Hash/Utils/Cpu.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Utils/Cpu.p_hi Installing dist/build/Crypto/Hash/Internal.p_hi to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/Crypto/Hash/Internal.p_hi creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 Installing dist/build/libHScryptohash-0.9.0.a to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/libHScryptohash-0.9.0.a creating /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 Installing dist/build/libHScryptohash-0.9.0_p.a to /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0/libHScryptohash-0.9.0_p.a + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: cryptohash-0.9.0.conf + install -D --mode=0644 cryptohash-0.9.0.conf /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/package.conf.d/cryptohash-0.9.0.conf + rm -f ghc-cryptohash.files ghc-cryptohash-devel.files + touch ghc-cryptohash.files ghc-cryptohash-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 ']' + echo '%dir /usr/lib64/ghc-7.6.3/cryptohash-0.9.0' + echo '/usr/lib64/ghc-7.6.3/package.conf.d/cryptohash-0.9.0*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 ']' + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 -mindepth 1 -type d + find /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/lib64/ghc-7.6.3/cryptohash-0.9.0 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 ']' + echo /usr/share/doc/ghc/html/libraries/cryptohash-0.9.0 + for i in ghc-cryptohash.files ghc-cryptohash-devel.files + '[' -f ghc-cryptohash.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64!!g' ghc-cryptohash.files + for i in ghc-cryptohash.files ghc-cryptohash-devel.files + '[' -f ghc-cryptohash-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64!!g' ghc-cryptohash-devel.files + find /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + '[' -d /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/bin -a -x /usr/bin/execstack ']' + rm /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/cryptohash-0.9.0/README.md + /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-cryptohash-0.9.0-3.el7.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uCxVMm + umask 022 + cd /builddir/build/BUILD + cd cryptohash-0.9.0 + DOCDIR=/builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-0.9.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-0.9.0 + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-0.9.0 + exit 0 Provides: ghc-cryptohash = 0.9.0-3.el7 ghc-cryptohash(aarch-64) = 0.9.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ghc-cryptohash-devel-0.9.0-3.el7.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.V83fvO + umask 022 + cd /builddir/build/BUILD + cd cryptohash-0.9.0 + DOCDIR=/builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-devel-0.9.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-devel-0.9.0 + cp -pr README.md /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64/usr/share/doc/ghc-cryptohash-devel-0.9.0 + exit 0 Provides: ghc-cryptohash-devel = 0.9.0-3.el7 ghc-cryptohash-devel(aarch-64) = 0.9.0-3.el7 ghc-devel(cryptohash-0.9.0-37e067e979fde96a74d806b43be3b7f1) 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-7d821818c3802b01102cbaafecf109b7) ghc-devel(bytestring-0.10.0.2-a78f9488469dfb82e124483cd2830b2c) ghc-devel(cereal-0.3.5.2-8c25893922d359e1c269e69ded793c22) ghc-devel(crypto-api-0.11-18776c7ac58c300f544896a33fb70dcb) ghc-devel(ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd) ghc-devel(tagged-0.6-ceec0c47465ccecc078b0c051fef0f5a) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 warning: Could not canonicalize hostname: buildvm-aarch64-15.arm.fedoraproject.org Wrote: /builddir/build/RPMS/ghc-cryptohash-0.9.0-3.el7.aarch64.rpm Wrote: /builddir/build/RPMS/ghc-cryptohash-devel-0.9.0-3.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qsHzep + umask 022 + cd /builddir/build/BUILD + cd cryptohash-0.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-cryptohash-0.9.0-3.el7.aarch64 + exit 0 Child return code was: 0