Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ghc-json.spec'], chrootPath='/var/lib/mock/f27-build-9393856-774258/root'shell=Falselogger=uid=1000printOutput=Falsegid=425timeout=172800env={'TERM': 'vt100', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'}user='mockbuild'nspawn_args=[]) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ghc-json.spec'] with env {'TERM': 'vt100', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ghc-json-0.9.1-5.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ghc-json.spec'], chrootPath='/var/lib/mock/f27-build-9393856-774258/root'shell=Falselogger=uid=1000printOutput=Falsegid=425timeout=172800env={'TERM': 'vt100', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'}user='mockbuild'nspawn_args=[]) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ghc-json.spec'] with env {'TERM': 'vt100', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Q7HaLq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf json-0.9.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/json-0.9.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd json-0.9.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4S4wgN + exit 0 + umask 022 + cd /builddir/build/BUILD + cd json-0.9.1 ++ grep '"Booter version","8.0.2"' ++ ghc --info + '[' '!' ' ,("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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard ++ sed -e 's/ / -optc/g' ++ sed -e 's/ / -optl/g' ++ echo ' -Wl,-z,relro' + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/licenses/ghc-json '--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-march=armv7-a -optc-mfpu=vfpv3-d16 -optc-mfloat-abi=hard -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/json-0.9.1 --global Configuring json-0.9.1... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building json-0.9.1... Preprocessing library json-0.9.1... [1 of 7] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.o ) [2 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.o ) Text/JSON/String.hs:176:1: warning: [-Wtabs] Tab character found here, and in one further location. Please use spaces instead. [3 of 7] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.o ) [4 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.o ) [5 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist/build/Text/JSON/Parsec.o ) [6 of 7] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.o ) Text/JSON.hs:219:1: warning: [-Wtabs] Tab character found here, and in 18 further locations. Please use spaces instead. [7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.o ) Text/JSON/Generic.hs:110:1: warning: [-Wtabs] Tab character found here, and in five further locations. Please use spaces instead. [1 of 7] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.p_o ) [2 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.p_o ) Text/JSON/String.hs:176:1: warning: [-Wtabs] Tab character found here, and in one further location. Please use spaces instead. [3 of 7] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.p_o ) [4 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.p_o ) [5 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist/build/Text/JSON/Parsec.p_o ) [6 of 7] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.p_o ) Text/JSON.hs:219:1: warning: [-Wtabs] Tab character found here, and in 18 further locations. Please use spaces instead. [7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.p_o ) Text/JSON/Generic.hs:110:1: warning: [-Wtabs] Tab character found here, and in five further locations. Please use spaces instead. + '[' -n dist/build/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2-ghc8.0.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for json-0.9.1... Preprocessing library json-0.9.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: mtl-2.2.1, parsec-3.1.11, syb-0.6, text-1.2.2.1 Text/JSON/String.hs:176:1: warning: [-Wtabs] Tab character found here, and in one further location. Please use spaces instead. Text/JSON.hs:219:1: warning: [-Wtabs] Tab character found here, and in 18 further locations. Please use spaces instead. Text/JSON/Generic.hs:110:1: warning: [-Wtabs] Tab character found here, and in five further locations. Please use spaces instead. Haddock coverage: 100% ( 10 / 10) in 'Text.JSON.Types' 95% ( 21 / 22) in 'Text.JSON.String' Missing documentation for: showJSRational' (Text/JSON/String.hs:335) 18% ( 2 / 11) in 'Text.JSON.ReadP' Missing documentation for: p_value (Text/JSON/ReadP.hs:35) p_null (Text/JSON/ReadP.hs:43) p_boolean (Text/JSON/ReadP.hs:46) p_array (Text/JSON/ReadP.hs:52) p_string (Text/JSON/ReadP.hs:56) p_object (Text/JSON/ReadP.hs:77) p_number (Text/JSON/ReadP.hs:82) p_js_string (Text/JSON/ReadP.hs:85) p_js_object (Text/JSON/ReadP.hs:88) 18% ( 2 / 11) in 'Text.JSON.Pretty' Missing documentation for: pp_value (Text/JSON/Pretty.hs:24) pp_null (Text/JSON/Pretty.hs:33) pp_boolean (Text/JSON/Pretty.hs:36) pp_number (Text/JSON/Pretty.hs:40) pp_array (Text/JSON/Pretty.hs:45) pp_string (Text/JSON/Pretty.hs:48) pp_object (Text/JSON/Pretty.hs:61) pp_js_string (Text/JSON/Pretty.hs:65) pp_js_object (Text/JSON/Pretty.hs:68) Warning: Text.JSON.Parsec: Could not find documentation for exported module: Text.ParserCombinators.Parsec 9% ( 1 / 11) in 'Text.JSON.Parsec' Missing documentation for: p_value (Text/JSON/Parsec.hs:32) p_null (Text/JSON/Parsec.hs:47) p_boolean (Text/JSON/Parsec.hs:50) p_array (Text/JSON/Parsec.hs:56) p_string (Text/JSON/Parsec.hs:60) p_object (Text/JSON/Parsec.hs:82) p_number (Text/JSON/Parsec.hs:87) p_js_string (Text/JSON/Parsec.hs:94) p_js_object (Text/JSON/Parsec.hs:97) p_jvalue (Text/JSON/Parsec.hs:38) 90% ( 38 / 42) in 'Text.JSON' Missing documentation for: fromJSString (Text/JSON/Types.hs:67) fromJSObject (Text/JSON/Types.hs:76) showJSRational' (Text/JSON/String.hs:335) makeObj (Text/JSON.hs:436) 80% ( 8 / 10) in 'Text.JSON.Generic' Missing documentation for: toJSON_generic (Text/JSON/Generic.hs:75) fromJSON_generic (Text/JSON/Generic.hs:153) Warning: Text.JSON.Parsec: could not find link destinations for: CharParser Warning: Text.JSON: could not find link destinations for: Text Warning: Text.JSON.Generic: could not find link destinations for: ~ Documentation created: dist/doc/html/json/index.html, dist/doc/html/json/json.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.l2t9qQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm ++ dirname /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm + cd json-0.9.1 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm -v directory dist/doc/html/json does exist: True creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1 creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1 copy directory 'dist/doc/html/json' to '/builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1'. creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1 Installing dist/doc/html/json/haddock-util.js to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/haddock-util.js Installing dist/doc/html/json/doc-index-All.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-All.html Installing dist/doc/html/json/doc-index-36.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-36.html Installing dist/doc/html/json/doc-index-E.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-E.html Installing dist/doc/html/json/ocean.css to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/ocean.css Installing dist/doc/html/json/doc-index-T.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-T.html Installing dist/doc/html/json/doc-index-N.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-N.html Installing dist/doc/html/json/Text-JSON-Types.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON-Types.html Installing dist/doc/html/json/Text-JSON.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON.html Installing dist/doc/html/json/plus.gif to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/plus.gif Installing dist/doc/html/json/minus.gif to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/minus.gif Installing dist/doc/html/json/mini_Text-JSON-Pretty.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON-Pretty.html Installing dist/doc/html/json/doc-index-V.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-V.html Installing dist/doc/html/json/doc-index-S.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-S.html Installing dist/doc/html/json/Text-JSON-Generic.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON-Generic.html Installing dist/doc/html/json/Text-JSON-ReadP.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON-ReadP.html Installing dist/doc/html/json/hslogo-16.png to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/hslogo-16.png Installing dist/doc/html/json/doc-index.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index.html Installing dist/doc/html/json/json.txt to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/json.txt Installing dist/doc/html/json/doc-index-G.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-G.html Installing dist/doc/html/json/doc-index-A.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-A.html Installing dist/doc/html/json/doc-index-J.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-J.html Installing dist/doc/html/json/doc-index-R.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-R.html Installing dist/doc/html/json/mini_Text-JSON-Generic.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON-Generic.html Installing dist/doc/html/json/synopsis.png to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/synopsis.png Installing dist/doc/html/json/doc-index-C.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-C.html Installing dist/doc/html/json/doc-index-Q.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-Q.html Installing dist/doc/html/json/doc-index-I.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-I.html Installing dist/doc/html/json/mini_Text-JSON-String.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON-String.html Installing dist/doc/html/json/Text-JSON-String.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON-String.html Installing dist/doc/html/json/mini_Text-JSON-Parsec.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON-Parsec.html Installing dist/doc/html/json/doc-index-L.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-L.html Installing dist/doc/html/json/doc-index-H.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-H.html Installing dist/doc/html/json/Text-JSON-Pretty.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON-Pretty.html Installing dist/doc/html/json/doc-index-60.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-60.html Installing dist/doc/html/json/index.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/index.html Installing dist/doc/html/json/mini_Text-JSON.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON.html Installing dist/doc/html/json/doc-index-P.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-P.html Installing dist/doc/html/json/doc-index-Z.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-Z.html Installing dist/doc/html/json/doc-index-43.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-43.html Installing dist/doc/html/json/doc-index-U.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-U.html Installing dist/doc/html/json/mini_Text-JSON-ReadP.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON-ReadP.html Installing dist/doc/html/json/doc-index-F.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-F.html Installing dist/doc/html/json/json.haddock to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/json.haddock Installing dist/doc/html/json/mini_Text-JSON-Types.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/mini_Text-JSON-Types.html Installing dist/doc/html/json/Text-JSON-Parsec.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/Text-JSON-Parsec.html Installing dist/doc/html/json/doc-index-D.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-D.html Installing dist/doc/html/json/doc-index-M.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-M.html Installing dist/doc/html/json/doc-index-O.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-O.html Installing dist/doc/html/json/doc-index-B.html to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/doc-index-B.html creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1 Installing dist/doc/html/json/json.haddock to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1/json.haddock creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses/ghc-json creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses/ghc-json Installing LICENSE to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses/ghc-json/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON Installing dist/build/Text/JSON.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON.hi Installing dist/build/Text/JSON/Types.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Types.hi Installing dist/build/Text/JSON/String.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/String.hi Installing dist/build/Text/JSON/ReadP.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/ReadP.hi Installing dist/build/Text/JSON/Generic.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Generic.hi Installing dist/build/Text/JSON/Parsec.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Parsec.hi Installing dist/build/Text/JSON/Pretty.hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Pretty.hi creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON Installing dist/build/Text/JSON.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON.p_hi Installing dist/build/Text/JSON/Types.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Types.p_hi Installing dist/build/Text/JSON/String.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/String.p_hi Installing dist/build/Text/JSON/ReadP.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/ReadP.p_hi Installing dist/build/Text/JSON/Generic.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Generic.p_hi Installing dist/build/Text/JSON/Parsec.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Parsec.p_hi Installing dist/build/Text/JSON/Pretty.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Pretty.p_hi creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON Installing dist/build/Text/JSON.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON.dyn_hi Installing dist/build/Text/JSON/Types.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Types.dyn_hi Installing dist/build/Text/JSON/String.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/String.dyn_hi Installing dist/build/Text/JSON/ReadP.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/ReadP.dyn_hi Installing dist/build/Text/JSON/Generic.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Generic.dyn_hi Installing dist/build/Text/JSON/Parsec.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Parsec.dyn_hi Installing dist/build/Text/JSON/Pretty.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/Text/JSON/Pretty.dyn_hi creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 Installing dist/build/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2.a to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 Installing dist/build/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2_p.a to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2_p.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2_p.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 Installing executable dist/build/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2-ghc8.0.2.so to /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2-ghc8.0.2.so /usr/bin/strip /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2-ghc8.0.2.so --strip-unneeded + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: json-0.9.1.conf + install -D --mode=0644 json-0.9.1.conf /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/package.conf.d/json-0.9.1.conf ++ echo '/usr/lib/ghc-8.0.2/package.conf.d/json-0.9.1*.conf' + pkgconf='/usr/lib/ghc-8.0.2/package.conf.d/json-0.9.1*.conf' ++ grep 'key: ' /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/package.conf.d/json-0.9.1.conf ++ sed -e 's/key: //' + key=json-0.9.1-48DRrAlQuMBH8eddqRI8c2 + pkgdir=/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 + rm -f ghc-json.files ghc-json-devel.files + touch ghc-json.files ghc-json-devel.files + echo '/usr/lib/ghc-8.0.2/package.conf.d/json-0.9.1*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 ']' + echo '%dir /usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2' + echo '%attr(755,root,root) /usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2/libHS*-ghc8.0.2.so' + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 -mindepth 1 -type d + find /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/lib/ghc-8.0.2/json-0.9.1-48DRrAlQuMBH8eddqRI8c2 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc/html/libraries/json-0.9.1 ']' + echo /usr/share/doc/ghc/html/libraries/json-0.9.1 + for i in ghc-json.files ghc-json-devel.files + '[' -f ghc-json.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm!!g' ghc-json.files + for i in ghc-json.files ghc-json-devel.files + '[' -f ghc-json-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm!!g' ghc-json-devel.files + find /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: ghc-json-0.9.1-5.fc27.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GFUofu + umask 022 + cd /builddir/build/BUILD + cd json-0.9.1 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses/ghc-json + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses/ghc-json + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/licenses/ghc-json + exit 0 Provides: ghc-json = 0.9.1-5.fc27 ghc-json(armv7hl-32) = 0.9.1-5.fc27 libHSjson-0.9.1-48DRrAlQuMBH8eddqRI8c2-ghc8.0.2.so 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 libHSbase-4.9.1.0-ghc8.0.2.so libHSbinary-0.8.3.0-ghc8.0.2.so libHSbytestring-0.10.8.1-ghc8.0.2.so libHScontainers-0.5.7.1-ghc8.0.2.so libHSdeepseq-1.4.2.0-ghc8.0.2.so libHSghc-prim-0.5.0.0-ghc8.0.2.so libHSinteger-gmp-1.0.0.1-ghc8.0.2.so libHSmtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6-ghc8.0.2.so libHSparsec-3.1.11-8RyPB3SGixcIZrsPWwkXoj-ghc8.0.2.so libHSpretty-1.1.3.3-ghc8.0.2.so libHSsyb-0.6-IcoSwlPi2Nx4zSqMmorFPS-ghc8.0.2.so libHStext-1.2.2.1-FwvWBfkNJh1I1NMMegz0uY-ghc8.0.2.so libHStransformers-0.5.2.0-ghc8.0.2.so libc.so.6 libc.so.6(GLIBC_2.4) libgmp.so.10 rtld(GNU_HASH) Processing files: ghc-json-devel-0.9.1-5.fc27.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Hm4Tho + umask 022 + cd /builddir/build/BUILD + cd json-0.9.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc-json-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc-json-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc-json-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm/usr/share/doc/ghc-json-devel + exit 0 warning: File listed twice: /usr/share/doc/ghc-json-devel/CHANGES Provides: ghc-devel(json-0.9.1-48DRrAlQuMBH8eddqRI8c2) ghc-json-devel = 0.9.1-5.fc27 ghc-json-devel(armv7hl-32) = 0.9.1-5.fc27 ghc-json-static = 0.9.1-5.fc27 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(array-0.5.1.1) ghc-devel(base-4.9.1.0) ghc-devel(bytestring-0.10.8.1) ghc-devel(containers-0.5.7.1) ghc-devel(mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6) ghc-devel(parsec-3.1.11-8RyPB3SGixcIZrsPWwkXoj) ghc-devel(pretty-1.1.3.3) ghc-devel(syb-0.6-IcoSwlPi2Nx4zSqMmorFPS) ghc-devel(text-1.2.2.1-FwvWBfkNJh1I1NMMegz0uY) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm Wrote: /builddir/build/RPMS/ghc-json-0.9.1-5.fc27.armv7hl.rpm Wrote: /builddir/build/RPMS/ghc-json-devel-0.9.1-5.fc27.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zfzFjt + umask 022 + cd /builddir/build/BUILD + cd json-0.9.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-json-0.9.1-5.fc27.arm + exit 0 Child return code was: 0