Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec'], chrootPath='/var/lib/mock/dist-circle8-build-37739-6658/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.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': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-unordered-containers-0.2.8.0-2.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.spec'], chrootPath='/var/lib/mock/dist-circle8-build-37739-6658/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-unordered-containers.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': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.up8r5z + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf unordered-containers-0.2.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/unordered-containers-0.2.8.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd unordered-containers-0.2.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SR1WkX + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.8.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + 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 2.0.1.0 + '[' -x Setup ']' + LANG=en_US.utf8 ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection ++ 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-unordered-containers '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' '--libexecsubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --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-Wp,-D_GLIBCXX_ASSERTIONS -optc-fexceptions -optc-fstack-protector-strong -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -optc-m64 -optc-mtune=generic -optc-fasynchronous-unwind-tables -optc-fstack-clash-protection -optc-fcf-protection -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0 --global Configuring unordered-containers-0.2.8.0... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Preprocessing library for unordered-containers-0.2.8.0.. Building library for unordered-containers-0.2.8.0.. [1 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o ) [2 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o ) [3 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o ) [4 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.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.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.p_o ) [2 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.p_o ) [3 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.p_o ) [4 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.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 ) + '[' -n dist/build/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU-ghc8.2.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running hscolour for unordered-containers-0.2.8.0... Preprocessing library for unordered-containers-0.2.8.0.. Preprocessing library for unordered-containers-0.2.8.0.. Running Haddock on library for unordered-containers-0.2.8.0.. Haddock coverage: 50% ( 1 / 2) in 'Data.HashMap.PopCount' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.HashMap.Unsafe' 38% ( 14 / 37) in 'Data.HashMap.Array' Missing documentation for: Array (Data/HashMap/Array.hs:101) MArray (Data/HashMap/Array.hs:126) new_ (Data/HashMap/Array.hs:173) singleton (Data/HashMap/Array.hs:176) singletonM (Data/HashMap/Array.hs:180) pair (Data/HashMap/Array.hs:184) length (Data/HashMap/Array.hs:112) lengthM (Data/HashMap/Array.hs:134) read (Data/HashMap/Array.hs:191) write (Data/HashMap/Array.hs:197) index (Data/HashMap/Array.hs:204) indexM (Data/HashMap/Array.hs:210) unsafeFreeze (Data/HashMap/Array.hs:216) unsafeThaw (Data/HashMap/Array.hs:222) run (Data/HashMap/Array.hs:228) run2 (Data/HashMap/Array.hs:232) foldl' (Data/HashMap/Array.hs:334) foldr (Data/HashMap/Array.hs:342) thaw (Data/HashMap/Array.hs:354) map (Data/HashMap/Array.hs:387) traverse (Data/HashMap/Array.hs:430) filter (Data/HashMap/Array.hs:435) toList (Data/HashMap/Array.hs:427) 0% ( 0 / 3) in 'Data.HashMap.UnsafeShift' Missing documentation for: Module header unsafeShiftL (Data/HashMap/UnsafeShift.hs:10) unsafeShiftR (Data/HashMap/UnsafeShift.hs:14) 86% ( 62 / 72) in 'Data.HashMap.Base' Missing documentation for: Module header Leaf (Data/HashMap/Base.hs:145) Hash (Data/HashMap/Base.hs:212) Bitmap (Data/HashMap/Base.hs:213) mask (Data/HashMap/Base.hs:1340) bitsPerSubkey (Data/HashMap/Base.hs:1328) sparseIndex (Data/HashMap/Base.hs:1337) updateOrConcatWith (Data/HashMap/Base.hs:1245) updateOrConcatWithKey (Data/HashMap/Base.hs:1249) equalKeys (Data/HashMap/Base.hs:303) 100% ( 53 / 53) in 'Data.HashMap.Strict' 100% ( 53 / 53) in 'Data.HashMap.Lazy' 100% ( 31 / 31) 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.0G4ZLN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 + cd unordered-containers-0.2.8.0 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 -v directory dist/doc/html/unordered-containers does exist: True creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0 copy directory 'dist/doc/html/unordered-containers' to '/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0'. creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src Installing dist/doc/html/unordered-containers/plus.gif to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/plus.gif Installing dist/doc/html/unordered-containers/ocean.css to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/ocean.css Installing dist/doc/html/unordered-containers/Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/Data-HashSet.html Installing dist/doc/html/unordered-containers/doc-index.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/doc-index.html Installing dist/doc/html/unordered-containers/haddock-util.js to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/haddock-util.js Installing dist/doc/html/unordered-containers/minus.gif to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/minus.gif Installing dist/doc/html/unordered-containers/Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/Data-HashMap-Lazy.html Installing dist/doc/html/unordered-containers/unordered-containers.txt to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/unordered-containers.txt Installing dist/doc/html/unordered-containers/Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/synopsis.png to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/synopsis.png Installing dist/doc/html/unordered-containers/index.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/index.html Installing dist/doc/html/unordered-containers/hslogo-16.png to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/hslogo-16.png Installing dist/doc/html/unordered-containers/unordered-containers.haddock to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/unordered-containers.haddock Installing dist/doc/html/unordered-containers/src/Data-HashSet.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashSet.html Installing dist/doc/html/unordered-containers/src/hscolour.css to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/hscolour.css Installing dist/doc/html/unordered-containers/src/Data-HashMap-UnsafeShift.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-UnsafeShift.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Base.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-Base.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Lazy.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-Lazy.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Strict.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-Strict.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Unsafe.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-Unsafe.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-PopCount.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-PopCount.html Installing dist/doc/html/unordered-containers/src/Data-HashMap-Array.html to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/src/Data-HashMap-Array.html creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0 Installing dist/doc/html/unordered-containers/unordered-containers.haddock to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0/unordered-containers.haddock creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses/ghc-unordered-containers creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses/ghc-unordered-containers Installing LICENSE to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses/ghc-unordered-containers/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data Installing dist/build/Data/HashMap/Lazy.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Lazy.hi Installing dist/build/Data/HashMap/Strict.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Strict.hi Installing dist/build/Data/HashSet.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashSet.hi Installing dist/build/Data/HashMap/Array.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Array.hi Installing dist/build/Data/HashMap/Base.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Base.hi Installing dist/build/Data/HashMap/PopCount.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/PopCount.hi Installing dist/build/Data/HashMap/Unsafe.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Unsafe.hi Installing dist/build/Data/HashMap/UnsafeShift.hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/UnsafeShift.hi creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data Installing dist/build/Data/HashMap/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Lazy.p_hi Installing dist/build/Data/HashMap/Strict.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Strict.p_hi Installing dist/build/Data/HashSet.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashSet.p_hi Installing dist/build/Data/HashMap/Array.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Array.p_hi Installing dist/build/Data/HashMap/Base.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Base.p_hi Installing dist/build/Data/HashMap/PopCount.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/PopCount.p_hi Installing dist/build/Data/HashMap/Unsafe.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Unsafe.p_hi Installing dist/build/Data/HashMap/UnsafeShift.p_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/UnsafeShift.p_hi creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data Installing dist/build/Data/HashMap/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Lazy.dyn_hi Installing dist/build/Data/HashMap/Strict.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Strict.dyn_hi Installing dist/build/Data/HashSet.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashSet.dyn_hi Installing dist/build/Data/HashMap/Array.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Array.dyn_hi Installing dist/build/Data/HashMap/Base.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Base.dyn_hi Installing dist/build/Data/HashMap/PopCount.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/PopCount.dyn_hi Installing dist/build/Data/HashMap/Unsafe.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/Unsafe.dyn_hi Installing dist/build/Data/HashMap/UnsafeShift.dyn_hi to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/Data/HashMap/UnsafeShift.dyn_hi creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 Installing dist/build/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU.a to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU.a creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 Installing dist/build/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU_p.a to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU_p.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU_p.a creating /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64 Installing executable dist/build/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU-ghc8.2.2.so to /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU-ghc8.2.2.so /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU-ghc8.2.2.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config + '[' -d unordered-containers-0.2.8.0.conf ']' + install -D --mode=0644 unordered-containers-0.2.8.0.conf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/package.conf.d/unordered-containers-0.2.8.0.conf ++ ls /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/package.conf.d/ + '[' -z unordered-containers-0.2.8.0.conf ']' + rm -f ghc-unordered-containers.files ghc-unordered-containers-devel.files + touch ghc-unordered-containers.files ghc-unordered-containers-devel.files + ls /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/package.conf.d/unordered-containers-0.2.8.0.conf + pkgdir=/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 + '[' -d /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 ']' + echo /usr/lib64/ghc-8.2.2/unordered-containers-0.2.8.0 + echo '%attr(755,root,root) /usr/lib64/libHSunordered-containers-0.2.8.0-*ghc8.2.2.so' + '[' -d /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.0 ']' + echo /usr/share/doc/ghc/html/libraries/unordered-containers-0.2.8.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.8.0-2.el8.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.8.0-2.el8.x86_64!!g' ghc-unordered-containers-devel.files + find /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qCZHsF + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.8.0 + exit 0 Processing files: ghc-unordered-containers-0.2.8.0-2.el8.x86_64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oWJoax + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses/ghc-unordered-containers + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses/ghc-unordered-containers + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/licenses/ghc-unordered-containers + exit 0 Provides: ghc-unordered-containers = 0.2.8.0-2.el8 ghc-unordered-containers(x86-64) = 0.2.8.0-2.el8 libHSunordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU-ghc8.2.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.2.0-ghc8.2.2.so()(64bit) libHSbase-4.10.1.0-ghc8.2.2.so()(64bit) libHSbinary-0.8.5.1-ghc8.2.2.so()(64bit) libHSbytestring-0.10.8.2-ghc8.2.2.so()(64bit) libHScontainers-0.5.10.2-ghc8.2.2.so()(64bit) libHSdeepseq-1.4.3.0-ghc8.2.2.so()(64bit) libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit) libHShashable-1.2.6.1-27nKmjONdd3FzQOqyUoTPd-ghc8.2.2.so()(64bit) libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit) libHStext-1.2.2.2-J0kTo5xltQjAfCz3JZ4Oj0-ghc8.2.2.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: ghc-unordered-containers-devel-0.2.8.0-2.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.a22Y0o + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.8.0 + DOCDIR=/builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc-unordered-containers-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc-unordered-containers-devel + cp -pr CHANGES.md /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64/usr/share/doc/ghc-unordered-containers-devel + exit 0 Provides: ghc-devel(unordered-containers-0.2.8.0-I7JeERyNNOoCgsxx1de4GU) ghc-unordered-containers-devel = 0.2.8.0-2.el8 ghc-unordered-containers-devel(x86-64) = 0.2.8.0-2.el8 ghc-unordered-containers-doc = 0.2.8.0-2.el8 ghc-unordered-containers-static = 0.2.8.0-2.el8 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.2.2 Requires(postun): /bin/sh ghc-compiler = 8.2.2 Requires: ghc-devel(base-4.10.1.0) ghc-devel(deepseq-1.4.3.0) ghc-devel(hashable-1.2.6.1-27nKmjONdd3FzQOqyUoTPd) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 Wrote: /builddir/build/RPMS/ghc-unordered-containers-0.2.8.0-2.el8.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-unordered-containers-devel-0.2.8.0-2.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iAyeqi + umask 022 + cd /builddir/build/BUILD + cd unordered-containers-0.2.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-unordered-containers-0.2.8.0-2.el8.x86_64 + exit 0 Child return code was: 0