Mock Version: 6.0 Mock Version: 6.0 Mock Version: 6.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-blaze-markup.spec'], chrootPath='/var/lib/mock/epel9-build-58228483-6563321/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=201600uid=1000gid=425user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.bldup49_:/etc/resolv.conf']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-blaze-markup.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 setting SOURCE_DATE_EPOCH=1642636800 Wrote: /builddir/build/SRPMS/ghc-blaze-markup-0.8.2.8-2.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-blaze-markup.spec'], chrootPath='/var/lib/mock/epel9-build-58228483-6563321/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=201600uid=1000gid=425user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.bldup49_:/etc/resolv.conf']) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/ghc-blaze-markup.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 setting SOURCE_DATE_EPOCH=1642636800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7BPG9a + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf blaze-markup-0.8.2.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/blaze-markup-0.8.2.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd blaze-markup-0.8.2.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + dos2unix -k -n /builddir/build/SOURCES/blaze-markup-0.8.2.8.cabal blaze-markup.cabal dos2unix: converting file /builddir/build/SOURCES/blaze-markup-0.8.2.8.cabal to file blaze-markup.cabal in Unix format... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eLWfrW + umask 022 + cd /builddir/build/BUILD + cd blaze-markup-0.8.2.8 ++ ls ++ grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)' + for f in $(ls | grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)') + '[' -f CHANGELOG -a -x CHANGELOG ']' + chmod a-x CHANGELOG ==== Build blaze-markup-0.8.2.8 ==== + echo -e '\n==== Build blaze-markup-0.8.2.8 ====' + '[' -f Setup.hs -o -f Setup.lhs ']' + '[' -d /usr/lib64/ghc-8.10.7/lib ']' + '[' -x Setup ']' + ghc --make -package Cabal -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + LANG=C.utf8 + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-blaze-markup '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' '--libexecsubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --enable-tests --global '--ghc-options= -fhide-source-paths' --enable-library-profiling --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/blaze-markup-0.8.2.8 --global Configuring blaze-markup-0.8.2.8... + '[' -x Setup ']' + LANG=C.utf8 + ./Setup build -j12 Preprocessing library for blaze-markup-0.8.2.8.. Building library for blaze-markup-0.8.2.8.. [1 of 6] Compiling Text.Blaze.Internal src/Text/Blaze/Internal.hs:82:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 82 | import Control.Applicative (Applicative (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze/Internal.hs:84:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 84 | import Data.Monoid (Monoid, mappend, mconcat, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 6] Compiling Text.Blaze src/Text/Blaze.hs:92:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 92 | import Data.Monoid (mconcat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze.hs:93:1: warning: [-Wunused-imports] The import of ‘Word’ from module ‘Data.Word’ is redundant | 93 | import Data.Word (Word, Word32, Word64) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 6] Compiling Text.Blaze.Renderer.String [4 of 6] Compiling Text.Blaze.Renderer.Pretty [5 of 6] Compiling Text.Blaze.Renderer.Text src/Text/Blaze/Renderer/Text.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Text.Blaze.Renderer.Utf8 src/Text/Blaze/Renderer/Utf8.hs:11:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 11 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [1 of 6] Compiling Text.Blaze.Internal src/Text/Blaze/Internal.hs:82:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 82 | import Control.Applicative (Applicative (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze/Internal.hs:84:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 84 | import Data.Monoid (Monoid, mappend, mconcat, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 6] Compiling Text.Blaze src/Text/Blaze.hs:92:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 92 | import Data.Monoid (mconcat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze.hs:93:1: warning: [-Wunused-imports] The import of ‘Word’ from module ‘Data.Word’ is redundant | 93 | import Data.Word (Word, Word32, Word64) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 6] Compiling Text.Blaze.Renderer.String [4 of 6] Compiling Text.Blaze.Renderer.Pretty [5 of 6] Compiling Text.Blaze.Renderer.Text src/Text/Blaze/Renderer/Text.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Text.Blaze.Renderer.Utf8 src/Text/Blaze/Renderer/Utf8.hs:11:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 11 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing test suite 'blaze-markup-tests' for blaze-markup-0.8.2.8.. Building test suite 'blaze-markup-tests' for blaze-markup-0.8.2.8.. [1 of 9] Compiling Text.Blaze.Internal src/Text/Blaze/Internal.hs:82:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 82 | import Control.Applicative (Applicative (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze/Internal.hs:84:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 84 | import Data.Monoid (Monoid, mappend, mconcat, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 9] Compiling Text.Blaze src/Text/Blaze.hs:92:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 92 | import Data.Monoid (mconcat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze.hs:93:1: warning: [-Wunused-imports] The import of ‘Word’ from module ‘Data.Word’ is redundant | 93 | import Data.Word (Word, Word32, Word64) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 9] Compiling Text.Blaze.Renderer.String [4 of 9] Compiling Text.Blaze.Renderer.Pretty [5 of 9] Compiling Text.Blaze.Renderer.Text src/Text/Blaze/Renderer/Text.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 9] Compiling Text.Blaze.Renderer.Utf8 src/Text/Blaze/Renderer/Utf8.hs:11:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 11 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [7 of 9] Compiling Text.Blaze.Tests.Util [8 of 9] Compiling Text.Blaze.Tests tests/Text/Blaze/Tests.hs:9:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 9 | import Data.Monoid (mempty, mappend) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/Text/Blaze/Tests.hs:11:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 11 | import Control.Applicative (Applicative (..), (<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [9 of 9] Compiling Main Linking dist/build/blaze-markup-tests/blaze-markup-tests ... + '[' -n dist/build/libHSblaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r-ghc8.10.7.so ']' + '[' -x Setup ']' + LANG=C.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Preprocessing library for blaze-markup-0.8.2.8.. Running Haddock on library for blaze-markup-0.8.2.8.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: array-0.5.4.0, base-4.14.3.0, binary-0.8.8.0, blaze-builder-0.4.2.2, bytestring-0.10.12.0, containers-0.6.5.1, deepseq-1.4.4.0, ghc-boot-th-8.10.7, ghc-prim-0.6.1, integer-gmp-1.0.3.0, pretty-1.1.3.6, template-haskell-2.16.0.0, text-1.2.4.1 Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Text/Blaze/Internal.hs:82:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() | 82 | import Control.Applicative (Applicative (..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze/Internal.hs:84:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 84 | import Data.Monoid (Monoid, mappend, mconcat, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze.hs:92:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 92 | import Data.Monoid (mconcat) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze.hs:93:1: warning: [-Wunused-imports] The import of ‘Word’ from module ‘Data.Word’ is redundant | 93 | import Data.Word (Word, Word32, Word64) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze/Renderer/Text.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Blaze/Renderer/Utf8.hs:11:1: warning: [-Wunused-imports] The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() | 11 | import Data.Monoid (mappend, mempty) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'String' is ambiguous. It is defined * at src/Text/Blaze/Internal.hs:123:7 * in ‘GHC.Base’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Text/Blaze/Internal.hs:123:7 Warning: 'ByteString' is ambiguous. It is defined * at src/Text/Blaze/Internal.hs:127:7 * in ‘Data.ByteString.Internal’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Text/Blaze/Internal.hs:127:7 Warning: 'Text' is ambiguous. It is defined * at src/Text/Blaze/Internal.hs:125:7 * in ‘Data.Text.Internal’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Text/Blaze/Internal.hs:125:7 100% ( 55 / 55) in 'Text.Blaze.Internal' 100% ( 43 / 43) in 'Text.Blaze' Warning: 'String' is ambiguous. It is defined * at src/Text/Blaze/Internal.hs:123:7 * in ‘GHC.Base’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in ‘GHC.Base’ 75% ( 3 / 4) in 'Text.Blaze.Renderer.String' Missing documentation for: renderHtml (src/Text/Blaze/Renderer/String.hs:93) Warning: 'String' is ambiguous. It is defined * at src/Text/Blaze/Internal.hs:123:7 * in ‘GHC.Base’ You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in ‘GHC.Base’ 66% ( 2 / 3) in 'Text.Blaze.Renderer.Pretty' Missing documentation for: renderHtml (src/Text/Blaze/Renderer/Pretty.hs:56) 55% ( 5 / 9) in 'Text.Blaze.Renderer.Text' Missing documentation for: renderHtmlBuilder (src/Text/Blaze/Renderer/Text.hs:73) renderHtmlBuilderWith (src/Text/Blaze/Renderer/Text.hs:133) renderHtml (src/Text/Blaze/Renderer/Text.hs:149) renderHtmlWith (src/Text/Blaze/Renderer/Text.hs:164) 85% ( 6 / 7) in 'Text.Blaze.Renderer.Utf8' Missing documentation for: Module header Warning: Text.Blaze.Internal: could not find link destinations for: - GHC.Base.String - Data.Text.Internal.Text - Data.ByteString.Internal.ByteString - Data.String.IsString - Data.String.fromString - GHC.Base.Semigroup - GHC.Base.<> - GHC.Base.sconcat - GHC.Base.NonEmpty - GHC.Base.stimes - GHC.Real.Integral - GHC.Base.Monoid - GHC.Base.mempty - GHC.Base.mappend - GHC.Base.mconcat - GHC.Types.Bool - GHC.Base.Monad - GHC.Types.Type - GHC.Base.>>= - GHC.Base.>> - GHC.Base.return - GHC.Base.Functor - GHC.Base.fmap - GHC.Base.<$ - GHC.Base.Applicative - GHC.Base.pure - GHC.Base.<*> - GHC.Base.liftA2 - GHC.Base.*> - GHC.Base.<* - Data.Text.Internal.Lazy.Text - Data.Text.Internal.Builder.Builder - Data.ByteString.Lazy.Internal.ByteString Warning: Text.Blaze: could not find link destinations for: - Data.String.IsString - Data.String.fromString - GHC.Base.String - GHC.Base.Semigroup - GHC.Base.<> - GHC.Base.sconcat - GHC.Base.NonEmpty - GHC.Base.stimes - GHC.Real.Integral - GHC.Base.Monoid - GHC.Base.mempty - GHC.Base.mappend - GHC.Base.mconcat - GHC.Types.Bool - GHC.Types.Char - GHC.Types.Double - GHC.Types.Float - GHC.Types.Int - GHC.Int.Int32 - GHC.Int.Int64 - GHC.Integer.Type.Integer - GHC.Natural.Natural - GHC.Types.Word - GHC.Word.Word32 - GHC.Word.Word64 - Data.Text.Internal.Text - Data.Text.Internal.Lazy.Text - Data.Text.Internal.Builder.Builder - Data.ByteString.Internal.ByteString - Data.ByteString.Lazy.Internal.ByteString Warning: Text.Blaze.Renderer.String: could not find link destinations for: - GHC.Base.String Warning: Text.Blaze.Renderer.Pretty: could not find link destinations for: - GHC.Base.String Warning: Text.Blaze.Renderer.Text: could not find link destinations for: - Data.Text.Internal.Builder.Builder - Data.ByteString.Internal.ByteString - Data.Text.Internal.Text - Data.Text.Internal.Lazy.Text Warning: Text.Blaze.Renderer.Utf8: could not find link destinations for: - Data.ByteString.Builder.Internal.Builder - Data.ByteString.Lazy.Internal.ByteString - Data.ByteString.Internal.ByteString - GHC.Types.IO Documentation created: dist/doc/html/blaze-markup/index.html, dist/doc/html/blaze-markup/blaze-markup.txt Preprocessing test suite 'blaze-markup-tests' for blaze-markup-0.8.2.8.. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.v5PvNz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 ++ dirname /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 + cd blaze-markup-0.8.2.8 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 Installing library in /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/blaze-markup-0.8.2.8 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup register --gen-pkg-config + '[' -d /usr/lib64/ghc-8.10.7/lib ']' + '[' -d blaze-markup-0.8.2.8.conf ']' + install -D --mode=0644 blaze-markup-0.8.2.8.conf /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/package.conf.d/blaze-markup-0.8.2.8.conf + '[' -d /usr/lib64/ghc-8.10.7/lib ']' + '[' '!' -f /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/package.conf.d/blaze-markup-0.8.2.8.conf ']' + rm -f ghc-blaze-markup.files ghc-blaze-markup-doc.files + touch ghc-blaze-markup.files ghc-blaze-markup-doc.files + for i in /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/libHSblaze-markup-0.8.2.8-*ghc8.10.7.so + '[' -x /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/libHSblaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r-ghc8.10.7.so ']' + echo /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/libHSblaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r-ghc8.10.7.so + pkgdir=/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/blaze-markup-0.8.2.8 + '[' -d /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/blaze-markup-0.8.2.8 ']' + find /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/blaze-markup-0.8.2.8 -type d -fprintf ghc-blaze-markup-devel.files '%%dir %p\n' -o '(' -name '*.p_hi' -o -name 'libHS*_p.a' ')' -fprint ghc-blaze-markup-prof.files -o -fprint ghc-blaze-markup-devel.files + ls /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/ghc-8.10.7/package.conf.d/blaze-markup-0.8.2.8.conf + haddock_dir=/usr/share/doc/ghc/html/libraries/blaze-markup-0.8.2.8 + '[' -d /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/doc/ghc/html/libraries/blaze-markup-0.8.2.8 ']' + echo /usr/share/doc/ghc/html/libraries/blaze-markup-0.8.2.8 + for i in ghc-blaze-markup.files ghc-blaze-markup-devel.files ghc-blaze-markup-doc.files ghc-blaze-markup-prof.files + '[' -f ghc-blaze-markup.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64!!g' ghc-blaze-markup.files + for i in ghc-blaze-markup.files ghc-blaze-markup-devel.files ghc-blaze-markup-doc.files ghc-blaze-markup-prof.files + '[' -f ghc-blaze-markup-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64!!g' ghc-blaze-markup-devel.files + for i in ghc-blaze-markup.files ghc-blaze-markup-devel.files ghc-blaze-markup-doc.files ghc-blaze-markup-prof.files + '[' -f ghc-blaze-markup-doc.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64!!g' ghc-blaze-markup-doc.files + for i in ghc-blaze-markup.files ghc-blaze-markup-devel.files ghc-blaze-markup-doc.files ghc-blaze-markup-prof.files + '[' -f ghc-blaze-markup-prof.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64!!g' ghc-blaze-markup-prof.files deleting rpaths: + echo 'deleting rpaths:' + type chrpath ++ find /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 -type f -executable -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -print + for i in $(find /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 -type f -executable -exec sh -c "file {} | grep -q 'dynamically linked'" \; -print) + chrpath -d /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/lib64/libHSblaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r-ghc8.10.7.so + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.izg3EM + umask 022 + cd /builddir/build/BUILD + cd blaze-markup-0.8.2.8 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup test Running 1 test suites... Test suite blaze-markup-tests: RUNNING... Test suite blaze-markup-tests: PASS Test suite logged to: dist/test/blaze-markup-0.8.2.8-blaze-markup-tests.log 1 of 1 test suites (1 of 1 test cases) passed. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ghc-blaze-markup-0.8.2.8-2.el9.aarch64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1Gous3 + umask 022 + cd /builddir/build/BUILD + cd blaze-markup-0.8.2.8 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/licenses/ghc-blaze-markup + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/licenses/ghc-blaze-markup + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/licenses/ghc-blaze-markup + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-blaze-markup = 0.8.2.8-2.el9 ghc-blaze-markup(aarch-64) = 0.8.2.8-2.el9 libHSblaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r-ghc8.10.7.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.4.0-ghc8.10.7.so()(64bit) libHSbase-4.14.3.0-ghc8.10.7.so()(64bit) libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit) libHSblaze-builder-0.4.2.2-9YgzN2pqYG4eorbcqWPzo-ghc8.10.7.so()(64bit) libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit) libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit) libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit) libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit) libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit) libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit) libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit) libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit) libHStext-1.2.4.1-ghc8.10.7.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-blaze-markup-devel-0.8.2.8-2.el9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OyChR9 + umask 022 + cd /builddir/build/BUILD + cd blaze-markup-0.8.2.8 + DOCDIR=/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/doc/ghc-blaze-markup-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/doc/ghc-blaze-markup-devel + cp -pr CHANGELOG /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/doc/ghc-blaze-markup-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-blaze-markup-devel = 0.8.2.8-2.el9 ghc-blaze-markup-devel(aarch-64) = 0.8.2.8-2.el9 ghc-blaze-markup-static = 0.8.2.8-2.el9 ghc-blaze-markup-static(aarch-64) = 0.8.2.8-2.el9 ghc-devel(blaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc-devel(base-4.14.3.0) ghc-devel(blaze-builder-0.4.2.2-9YgzN2pqYG4eorbcqWPzo) ghc-devel(bytestring-0.10.12.0) ghc-devel(text-1.2.4.1) Processing files: ghc-blaze-markup-doc-0.8.2.8-2.el9.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LwaTUi + umask 022 + cd /builddir/build/BUILD + cd blaze-markup-0.8.2.8 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/licenses/ghc-blaze-markup-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/licenses/ghc-blaze-markup-doc + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64/usr/share/licenses/ghc-blaze-markup-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-blaze-markup-doc = 0.8.2.8-2.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ghc-blaze-markup-prof-0.8.2.8-2.el9.aarch64 Provides: ghc-blaze-markup-prof = 0.8.2.8-2.el9 ghc-blaze-markup-prof(aarch-64) = 0.8.2.8-2.el9 ghc-prof(blaze-markup-0.8.2.8-9vgQQvanetSGq1hPLXsX6r) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc-prof(base-4.14.3.0) ghc-prof(blaze-builder-0.4.2.2-9YgzN2pqYG4eorbcqWPzo) ghc-prof(bytestring-0.10.12.0) ghc-prof(text-1.2.4.1) Supplements: (ghc-blaze-markup-devel and ghc-prof) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-blaze-markup-0.8.2.8-2.el9.aarch64 Wrote: /builddir/build/RPMS/ghc-blaze-markup-0.8.2.8-2.el9.aarch64.rpm Wrote: /builddir/build/RPMS/ghc-blaze-markup-devel-0.8.2.8-2.el9.aarch64.rpm Wrote: /builddir/build/RPMS/ghc-blaze-markup-prof-0.8.2.8-2.el9.aarch64.rpm Wrote: /builddir/build/RPMS/ghc-blaze-markup-doc-0.8.2.8-2.el9.noarch.rpm Child return code was: 0