Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/ghc-tagsoup.spec'], chrootPath='/var/lib/mock/dist-circle8-build-37672-6643/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 aarch64 --nodeps /builddir/build/SPECS/ghc-tagsoup.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/ghc-tagsoup-0.14.2-2.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/ghc-tagsoup.spec'], chrootPath='/var/lib/mock/dist-circle8-build-37672-6643/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 aarch64 --nodeps /builddir/build/SPECS/ghc-tagsoup.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1Noe7d + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tagsoup-0.14.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/tagsoup-0.14.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tagsoup-0.14.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.34n42I + umask 022 + cd /builddir/build/BUILD + cd tagsoup-0.14.2 ++ 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 -fasynchronous-unwind-tables -fstack-clash-protection ++ sed -e 's/-Wall -Werror=format-security //' + CFLAGS='-O2 -g -pipe -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 -fasynchronous-unwind-tables -fstack-clash-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 -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 -fasynchronous-unwind-tables -fstack-clash-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-tagsoup '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' '--libexecsubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --enable-executable-dynamic --enable-tests --global '--ghc-options= -optc-O2 -optc-g -optc-pipe -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-fasynchronous-unwind-tables -optc-fstack-clash-protection -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 --global Configuring tagsoup-0.14.2... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Preprocessing library for tagsoup-0.14.2.. Building library for tagsoup-0.14.2.. [ 1 of 13] Compiling Text.HTML.TagSoup.Entity ( src/Text/HTML/TagSoup/Entity.hs, dist/build/Text/HTML/TagSoup/Entity.o ) [ 2 of 13] Compiling Text.StringLike ( src/Text/StringLike.hs, dist/build/Text/StringLike.o ) [ 3 of 13] Compiling Text.HTML.TagSoup.Type ( src/Text/HTML/TagSoup/Type.hs, dist/build/Text/HTML/TagSoup/Type.o ) [ 4 of 13] Compiling Text.HTML.TagSoup.Match ( src/Text/HTML/TagSoup/Match.hs, dist/build/Text/HTML/TagSoup/Match.o ) [ 5 of 13] Compiling Text.HTML.TagSoup.Render ( src/Text/HTML/TagSoup/Render.hs, dist/build/Text/HTML/TagSoup/Render.o ) [ 6 of 13] Compiling Text.HTML.TagSoup.Options ( src/Text/HTML/TagSoup/Options.hs, dist/build/Text/HTML/TagSoup/Options.o ) [ 7 of 13] Compiling Text.HTML.TagSoup.Implementation ( src/Text/HTML/TagSoup/Implementation.hs, dist/build/Text/HTML/TagSoup/Implementation.o ) [ 8 of 13] Compiling Text.HTML.TagSoup.Specification ( src/Text/HTML/TagSoup/Specification.hs, dist/build/Text/HTML/TagSoup/Specification.o ) [ 9 of 13] Compiling Text.HTML.TagSoup.Manual ( src/Text/HTML/TagSoup/Manual.hs, dist/build/Text/HTML/TagSoup/Manual.o ) [10 of 13] Compiling Text.HTML.TagSoup.Generated ( src/Text/HTML/TagSoup/Generated.hs, dist/build/Text/HTML/TagSoup/Generated.o ) [11 of 13] Compiling Text.HTML.TagSoup.Parser ( src/Text/HTML/TagSoup/Parser.hs, dist/build/Text/HTML/TagSoup/Parser.o ) [12 of 13] Compiling Text.HTML.TagSoup ( src/Text/HTML/TagSoup.hs, dist/build/Text/HTML/TagSoup.o ) [13 of 13] Compiling Text.HTML.TagSoup.Tree ( src/Text/HTML/TagSoup/Tree.hs, dist/build/Text/HTML/TagSoup/Tree.o ) [ 1 of 13] Compiling Text.HTML.TagSoup.Entity ( src/Text/HTML/TagSoup/Entity.hs, dist/build/Text/HTML/TagSoup/Entity.p_o ) [ 2 of 13] Compiling Text.StringLike ( src/Text/StringLike.hs, dist/build/Text/StringLike.p_o ) [ 3 of 13] Compiling Text.HTML.TagSoup.Type ( src/Text/HTML/TagSoup/Type.hs, dist/build/Text/HTML/TagSoup/Type.p_o ) [ 4 of 13] Compiling Text.HTML.TagSoup.Match ( src/Text/HTML/TagSoup/Match.hs, dist/build/Text/HTML/TagSoup/Match.p_o ) [ 5 of 13] Compiling Text.HTML.TagSoup.Render ( src/Text/HTML/TagSoup/Render.hs, dist/build/Text/HTML/TagSoup/Render.p_o ) [ 6 of 13] Compiling Text.HTML.TagSoup.Options ( src/Text/HTML/TagSoup/Options.hs, dist/build/Text/HTML/TagSoup/Options.p_o ) [ 7 of 13] Compiling Text.HTML.TagSoup.Implementation ( src/Text/HTML/TagSoup/Implementation.hs, dist/build/Text/HTML/TagSoup/Implementation.p_o ) [ 8 of 13] Compiling Text.HTML.TagSoup.Specification ( src/Text/HTML/TagSoup/Specification.hs, dist/build/Text/HTML/TagSoup/Specification.p_o ) [ 9 of 13] Compiling Text.HTML.TagSoup.Manual ( src/Text/HTML/TagSoup/Manual.hs, dist/build/Text/HTML/TagSoup/Manual.p_o ) [10 of 13] Compiling Text.HTML.TagSoup.Generated ( src/Text/HTML/TagSoup/Generated.hs, dist/build/Text/HTML/TagSoup/Generated.p_o ) [11 of 13] Compiling Text.HTML.TagSoup.Parser ( src/Text/HTML/TagSoup/Parser.hs, dist/build/Text/HTML/TagSoup/Parser.p_o ) [12 of 13] Compiling Text.HTML.TagSoup ( src/Text/HTML/TagSoup.hs, dist/build/Text/HTML/TagSoup.p_o ) [13 of 13] Compiling Text.HTML.TagSoup.Tree ( src/Text/HTML/TagSoup/Tree.hs, dist/build/Text/HTML/TagSoup/Tree.p_o ) Preprocessing test suite 'test-tagsoup' for tagsoup-0.14.2.. Building test suite 'test-tagsoup' for tagsoup-0.14.2.. [1 of 4] Compiling TagSoup.Benchmark ( test/TagSoup/Benchmark.hs, dist/build/test-tagsoup/test-tagsoup-tmp/TagSoup/Benchmark.dyn_o ) [2 of 4] Compiling TagSoup.Sample ( test/TagSoup/Sample.hs, dist/build/test-tagsoup/test-tagsoup-tmp/TagSoup/Sample.dyn_o ) [3 of 4] Compiling TagSoup.Test ( test/TagSoup/Test.hs, dist/build/test-tagsoup/test-tagsoup-tmp/TagSoup/Test.dyn_o ) [4 of 4] Compiling Main ( test/Main.hs, dist/build/test-tagsoup/test-tagsoup-tmp/Main.dyn_o ) Linking dist/build/test-tagsoup/test-tagsoup ... + '[' -n dist/build/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg-ghc8.2.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running hscolour for tagsoup-0.14.2... Preprocessing library for tagsoup-0.14.2.. Preprocessing test suite 'test-tagsoup' for tagsoup-0.14.2.. Preprocessing library for tagsoup-0.14.2.. Running Haddock on library for tagsoup-0.14.2.. Haddock coverage: 100% ( 7 / 7) in 'Text.HTML.TagSoup.Entity' 75% ( 3 / 4) in 'Text.StringLike' Missing documentation for: fromString 82% ( 23 / 28) in 'Text.HTML.TagSoup.Type' Missing documentation for: Position (src/Text/HTML/TagSoup/Type.hs:39) tagPosition (src/Text/HTML/TagSoup/Type.hs:53) nullPosition (src/Text/HTML/TagSoup/Type.hs:41) positionChar (src/Text/HTML/TagSoup/Type.hs:47) positionString (src/Text/HTML/TagSoup/Type.hs:44) 100% ( 20 / 20) in 'Text.HTML.TagSoup.Match' 100% ( 6 / 6) in 'Text.HTML.TagSoup.Render' 83% ( 5 / 6) in 'Text.HTML.TagSoup.Options' Missing documentation for: Module header 0% ( 0 / 34) in 'Text.HTML.TagSoup.Implementation' Missing documentation for: Module header Out (src/Text/HTML/TagSoup/Implementation.hs:17) errSeen (src/Text/HTML/TagSoup/Implementation.hs:35) errWant (src/Text/HTML/TagSoup/Implementation.hs:36) S (src/Text/HTML/TagSoup/Implementation.hs:38) expand (src/Text/HTML/TagSoup/Implementation.hs:48) Outable (src/Text/HTML/TagSoup/Implementation.hs:65) (src/Text/HTML/TagSoup/Implementation.hs:66) (src/Text/HTML/TagSoup/Implementation.hs:67) ampChar (src/Text/HTML/TagSoup/Implementation.hs:68) ampOut (src/Text/HTML/TagSoup/Implementation.hs:69) state (src/Text/HTML/TagSoup/Implementation.hs:72) output (src/Text/HTML/TagSoup/Implementation.hs:79) entityChr (src/Text/HTML/TagSoup/Implementation.hs:145) isEof (src/Text/HTML/TagSoup/Implementation.hs:151) isChar (src/Text/HTML/TagSoup/Implementation.hs:152) isTag (src/Text/HTML/TagSoup/Implementation.hs:153) isTagShut (src/Text/HTML/TagSoup/Implementation.hs:154) isAttName (src/Text/HTML/TagSoup/Implementation.hs:155) isAttVal (src/Text/HTML/TagSoup/Implementation.hs:156) isTagEnd (src/Text/HTML/TagSoup/Implementation.hs:157) isTagEndClose (src/Text/HTML/TagSoup/Implementation.hs:158) isComment (src/Text/HTML/TagSoup/Implementation.hs:159) isCommentEnd (src/Text/HTML/TagSoup/Implementation.hs:160) isEntityName (src/Text/HTML/TagSoup/Implementation.hs:161) isEntityNumHex (src/Text/HTML/TagSoup/Implementation.hs:162) isEntityNum (src/Text/HTML/TagSoup/Implementation.hs:163) isEntityHex (src/Text/HTML/TagSoup/Implementation.hs:164) isEntityEnd (src/Text/HTML/TagSoup/Implementation.hs:165) isWarn (src/Text/HTML/TagSoup/Implementation.hs:166) fromChr (src/Text/HTML/TagSoup/Implementation.hs:168) fromWarn (src/Text/HTML/TagSoup/Implementation.hs:169) getEntityEnd (src/Text/HTML/TagSoup/Implementation.hs:171) tagTextMerge (src/Text/HTML/TagSoup/Implementation.hs:175) 0% ( 0 / 2) in 'Text.HTML.TagSoup.Specification' Missing documentation for: Module header parse (src/Text/HTML/TagSoup/Specification.hs:34) 0% ( 0 / 2) in 'Text.HTML.TagSoup.Manual' Missing documentation for: Module header parseTagsOptions (src/Text/HTML/TagSoup/Manual.hs:11) 0% ( 0 / 2) in 'Text.HTML.TagSoup.Generated' Missing documentation for: Module header parseTagsOptions (src/Text/HTML/TagSoup/Manual.hs:11) 86% ( 6 / 7) in 'Text.HTML.TagSoup.Parser' Missing documentation for: Module header 100% ( 40 / 40) in 'Text.HTML.TagSoup' 100% ( 12 / 12) in 'Text.HTML.TagSoup.Tree' Documentation created: dist/doc/html/tagsoup/index.html, dist/doc/html/tagsoup/tagsoup.txt Preprocessing test suite 'test-tagsoup' for tagsoup-0.14.2.. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3Q7PzS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 ++ dirname /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 + cd tagsoup-0.14.2 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 -v directory dist/doc/html/tagsoup does exist: True creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 copy directory 'dist/doc/html/tagsoup' to '/builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2'. creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src Installing dist/doc/html/tagsoup/Text-HTML-TagSoup-Tree.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/Text-HTML-TagSoup-Tree.html Installing dist/doc/html/tagsoup/Text-StringLike.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/Text-StringLike.html Installing dist/doc/html/tagsoup/hslogo-16.png to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/hslogo-16.png Installing dist/doc/html/tagsoup/minus.gif to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/minus.gif Installing dist/doc/html/tagsoup/doc-index.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/doc-index.html Installing dist/doc/html/tagsoup/CHANGES.txt to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/CHANGES.txt Installing dist/doc/html/tagsoup/Text-HTML-TagSoup-Entity.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/Text-HTML-TagSoup-Entity.html Installing dist/doc/html/tagsoup/Text-HTML-TagSoup.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/Text-HTML-TagSoup.html Installing dist/doc/html/tagsoup/plus.gif to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/plus.gif Installing dist/doc/html/tagsoup/tagsoup.txt to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/tagsoup.txt Installing dist/doc/html/tagsoup/ocean.css to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/ocean.css Installing dist/doc/html/tagsoup/README.md to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/README.md Installing dist/doc/html/tagsoup/tagsoup.haddock to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/tagsoup.haddock Installing dist/doc/html/tagsoup/synopsis.png to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/synopsis.png Installing dist/doc/html/tagsoup/haddock-util.js to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/haddock-util.js Installing dist/doc/html/tagsoup/Text-HTML-TagSoup-Match.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/Text-HTML-TagSoup-Match.html Installing dist/doc/html/tagsoup/index.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/index.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Tree.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Tree.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Generated.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Generated.html Installing dist/doc/html/tagsoup/src/Text-StringLike.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-StringLike.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Render.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Render.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Options.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Options.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Entity.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Entity.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Type.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Type.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Specification.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Specification.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Manual.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Manual.html Installing dist/doc/html/tagsoup/src/hscolour.css to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/hscolour.css Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Implementation.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Implementation.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Parser.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Parser.html Installing dist/doc/html/tagsoup/src/Text-HTML-TagSoup-Match.html to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/src/Text-HTML-TagSoup-Match.html creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 Installing dist/doc/html/tagsoup/tagsoup.haddock to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2/tagsoup.haddock creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses/ghc-tagsoup creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses/ghc-tagsoup Installing LICENSE to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses/ghc-tagsoup/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text Installing dist/build/Text/HTML/TagSoup.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup.hi Installing dist/build/Text/HTML/TagSoup/Entity.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Entity.hi Installing dist/build/Text/HTML/TagSoup/Match.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Match.hi Installing dist/build/Text/HTML/TagSoup/Tree.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Tree.hi Installing dist/build/Text/StringLike.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/StringLike.hi Installing dist/build/Text/HTML/TagSoup/Generated.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Generated.hi Installing dist/build/Text/HTML/TagSoup/Implementation.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Implementation.hi Installing dist/build/Text/HTML/TagSoup/Manual.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Manual.hi Installing dist/build/Text/HTML/TagSoup/Options.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Options.hi Installing dist/build/Text/HTML/TagSoup/Parser.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Parser.hi Installing dist/build/Text/HTML/TagSoup/Render.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Render.hi Installing dist/build/Text/HTML/TagSoup/Specification.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Specification.hi Installing dist/build/Text/HTML/TagSoup/Type.hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Type.hi creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text Installing dist/build/Text/HTML/TagSoup.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup.p_hi Installing dist/build/Text/HTML/TagSoup/Entity.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Entity.p_hi Installing dist/build/Text/HTML/TagSoup/Match.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Match.p_hi Installing dist/build/Text/HTML/TagSoup/Tree.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Tree.p_hi Installing dist/build/Text/StringLike.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/StringLike.p_hi Installing dist/build/Text/HTML/TagSoup/Generated.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Generated.p_hi Installing dist/build/Text/HTML/TagSoup/Implementation.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Implementation.p_hi Installing dist/build/Text/HTML/TagSoup/Manual.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Manual.p_hi Installing dist/build/Text/HTML/TagSoup/Options.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Options.p_hi Installing dist/build/Text/HTML/TagSoup/Parser.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Parser.p_hi Installing dist/build/Text/HTML/TagSoup/Render.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Render.p_hi Installing dist/build/Text/HTML/TagSoup/Specification.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Specification.p_hi Installing dist/build/Text/HTML/TagSoup/Type.p_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Type.p_hi creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text Installing dist/build/Text/HTML/TagSoup.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup.dyn_hi Installing dist/build/Text/HTML/TagSoup/Entity.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Entity.dyn_hi Installing dist/build/Text/HTML/TagSoup/Match.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Match.dyn_hi Installing dist/build/Text/HTML/TagSoup/Tree.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Tree.dyn_hi Installing dist/build/Text/StringLike.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/StringLike.dyn_hi Installing dist/build/Text/HTML/TagSoup/Generated.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Generated.dyn_hi Installing dist/build/Text/HTML/TagSoup/Implementation.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Implementation.dyn_hi Installing dist/build/Text/HTML/TagSoup/Manual.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Manual.dyn_hi Installing dist/build/Text/HTML/TagSoup/Options.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Options.dyn_hi Installing dist/build/Text/HTML/TagSoup/Parser.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Parser.dyn_hi Installing dist/build/Text/HTML/TagSoup/Render.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Render.dyn_hi Installing dist/build/Text/HTML/TagSoup/Specification.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Specification.dyn_hi Installing dist/build/Text/HTML/TagSoup/Type.dyn_hi to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/Text/HTML/TagSoup/Type.dyn_hi creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 Installing dist/build/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg.a to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg.a creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 Installing dist/build/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg_p.a to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg_p.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg_p.a creating /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64 Installing executable dist/build/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg-ghc8.2.2.so to /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg-ghc8.2.2.so /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg-ghc8.2.2.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config + '[' -d tagsoup-0.14.2.conf ']' + install -D --mode=0644 tagsoup-0.14.2.conf /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/package.conf.d/tagsoup-0.14.2.conf ++ ls /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/package.conf.d/ + '[' -z tagsoup-0.14.2.conf ']' + rm -f ghc-tagsoup.files ghc-tagsoup-devel.files + touch ghc-tagsoup.files ghc-tagsoup-devel.files + ls /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/package.conf.d/tagsoup-0.14.2.conf + pkgdir=/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 + '[' -d /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/lib64/ghc-8.2.2/tagsoup-0.14.2 ']' + echo /usr/lib64/ghc-8.2.2/tagsoup-0.14.2 + echo '%attr(755,root,root) /usr/lib64/libHStagsoup-0.14.2-*ghc8.2.2.so' + '[' -d /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 ']' + echo /usr/share/doc/ghc/html/libraries/tagsoup-0.14.2 + for i in ghc-tagsoup.files ghc-tagsoup-devel.files + '[' -f ghc-tagsoup.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64!!g' ghc-tagsoup.files + for i in ghc-tagsoup.files ghc-tagsoup-devel.files + '[' -f ghc-tagsoup-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64!!g' ghc-tagsoup-devel.files + find /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 -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.P0KQhL + umask 022 + cd /builddir/build/BUILD + cd tagsoup-0.14.2 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup test Running 1 test suites... Test suite test-tagsoup: RUNNING... Test suite test-tagsoup: PASS Test suite logged to: dist/test/tagsoup-0.14.2-test-tagsoup.log 1 of 1 test suites (1 of 1 test cases) passed. + exit 0 Processing files: ghc-tagsoup-0.14.2-2.el8.aarch64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9VfJnV + umask 022 + cd /builddir/build/BUILD + cd tagsoup-0.14.2 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses/ghc-tagsoup + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses/ghc-tagsoup + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/licenses/ghc-tagsoup + exit 0 Provides: ghc-tagsoup = 0.14.2-2.el8 ghc-tagsoup(aarch-64) = 0.14.2-2.el8 libHStagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg-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) 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.17)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) rtld(GNU_HASH) Processing files: ghc-tagsoup-devel-0.14.2-2.el8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yv2Geq + umask 022 + cd /builddir/build/BUILD + cd tagsoup-0.14.2 + DOCDIR=/builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc-tagsoup-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc-tagsoup-devel + cp -pr CHANGES.txt /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc-tagsoup-devel + cp -pr README.md /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64/usr/share/doc/ghc-tagsoup-devel + exit 0 Provides: ghc-devel(tagsoup-0.14.2-8VsJ9mjq4th502BiUoCDjg) ghc-tagsoup-devel = 0.14.2-2.el8 ghc-tagsoup-devel(aarch-64) = 0.14.2-2.el8 ghc-tagsoup-doc = 0.14.2-2.el8 ghc-tagsoup-static = 0.14.2-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(bytestring-0.10.8.2) ghc-devel(containers-0.5.10.2) ghc-devel(text-1.2.2.2-J0kTo5xltQjAfCz3JZ4Oj0) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 Wrote: /builddir/build/RPMS/ghc-tagsoup-0.14.2-2.el8.aarch64.rpm Wrote: /builddir/build/RPMS/ghc-tagsoup-devel-0.14.2-2.el8.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1dApmB + umask 022 + cd /builddir/build/BUILD + cd tagsoup-0.14.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-tagsoup-0.14.2-2.el8.aarch64 + exit 0 Child return code was: 0