Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/ghc-tasty.spec'], chrootPath='/var/lib/mock/f28-build-10529751-815095/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/ghc-tasty.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': 'en_US.UTF-8'} and shell False warning: line 42: Possible unexpanded macro in: Requires: ghc-compiler = %{ghc_version} warning: line 43: Possible unexpanded macro in: Requires(post): ghc-compiler = %{ghc_version} warning: line 44: Possible unexpanded macro in: Requires(postun): ghc-compiler = %{ghc_version} Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/ghc-tasty-0.12-1.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/ghc-tasty.spec'], chrootPath='/var/lib/mock/f28-build-10529751-815095/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/ghc-tasty.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': 'en_US.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.am79yt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tasty-0.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/tasty-0.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tasty-0.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kQO2oY + umask 022 + cd /builddir/build/BUILD + cd tasty-0.12 ++ ghc --info ++ grep '"Booter version","8.0.2"' + '[' '!' ' ,("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 -m64 -mcpu=power8 -mtune=power8' + 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 ++ sed -e 's/ / -optc/g' ++ 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 -m64 -mcpu=power8 -mtune=power8 ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-tasty '--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-m64 -optc-mcpu=power8 -optc-mtune=power8 -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/tasty-0.12 --global Configuring tasty-0.12... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building tasty-0.12... Preprocessing library tasty-0.12... Test/Tasty/Options.hs:3:14: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 1 of 18] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o ) [ 2 of 18] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o ) [ 3 of 18] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o ) [ 4 of 18] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o ) [ 5 of 18] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o ) Test/Tasty/Patterns.hs:47:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Test/Tasty/Patterns.hs:50: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() [ 6 of 18] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o ) Test/Tasty/Options/Core.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Test/Tasty/Options/Core.hs:17: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() [ 7 of 18] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o ) [ 8 of 18] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o ) [ 9 of 18] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o ) Test/Tasty/Run.hs:307:25: warning: [-Wdeprecations] In the use of ‘timeSpecAsNanoSecs’ (imported from System.Clock): Deprecated: "Use toNanoSecs instead! Replaced timeSpecAsNanoSecs with the same signature TimeSpec -> Integer" [10 of 18] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o ) [11 of 18] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o ) [12 of 18] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o ) Test/Tasty/Ingredients/ListTests.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() [13 of 18] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o ) [14 of 18] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o ) Test/Tasty/Ingredients/ConsoleReporter.hs:43:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() [15 of 18] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o ) [16 of 18] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o ) [17 of 18] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o ) [18 of 18] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o ) Test/Tasty/Options.hs:3:14: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 1 of 18] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.p_o ) [ 2 of 18] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.p_o ) [ 3 of 18] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.p_o ) [ 4 of 18] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.p_o ) [ 5 of 18] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.p_o ) Test/Tasty/Patterns.hs:47:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Test/Tasty/Patterns.hs:50: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() [ 6 of 18] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.p_o ) Test/Tasty/Options/Core.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Test/Tasty/Options/Core.hs:17: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() [ 7 of 18] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.p_o ) [ 8 of 18] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.p_o ) [ 9 of 18] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.p_o ) Test/Tasty/Run.hs:307:25: warning: [-Wdeprecations] In the use of ‘timeSpecAsNanoSecs’ (imported from System.Clock): Deprecated: "Use toNanoSecs instead! Replaced timeSpecAsNanoSecs with the same signature TimeSpec -> Integer" [10 of 18] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.p_o ) [11 of 18] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.p_o ) [12 of 18] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.p_o ) Test/Tasty/Ingredients/ListTests.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() [13 of 18] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.p_o ) [14 of 18] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.p_o ) Test/Tasty/Ingredients/ConsoleReporter.hs:43:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() [15 of 18] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.p_o ) [16 of 18] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.p_o ) [17 of 18] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.p_o ) [18 of 18] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.p_o ) + '[' -n dist/build/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs-ghc8.0.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for tasty-0.12... Preprocessing library tasty-0.12... Test/Tasty/Options.hs:3:14: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS Test/Tasty/Patterns.hs:47:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Test/Tasty/Patterns.hs:50: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() Test/Tasty/Options/Core.hs:15:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Test/Tasty/Options/Core.hs:17: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() Test/Tasty/Run.hs:307:25: warning: [-Wdeprecations] In the use of ‘timeSpecAsNanoSecs’ (imported from System.Clock): Deprecated: "Use toNanoSecs instead! Replaced timeSpecAsNanoSecs with the same signature TimeSpec -> Integer" Test/Tasty/Ingredients/ListTests.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() Test/Tasty/Ingredients/ConsoleReporter.hs:43:1: warning: [-Wunused-imports] The import of ‘Data.Tagged’ is redundant except perhaps to import instances from ‘Data.Tagged’ To import instances alone, use: import Data.Tagged() Haddock coverage: 100% ( 2 / 2) in 'Test.Tasty.Runners.Utils' 60% ( 3 / 5) in 'Test.Tasty.Runners.Reducers' Missing documentation for: (Test/Tasty/Runners/Reducers.hs:50) (Test/Tasty/Runners/Reducers.hs:57) 100% ( 2 / 2) in 'Test.Tasty.Parallel' 100% ( 15 / 15) in 'Test.Tasty.Options' 100% ( 5 / 5) in 'Test.Tasty.Patterns' 100% ( 5 / 5) in 'Test.Tasty.Options.Core' 90% ( 18 / 20) in 'Test.Tasty.Core' Missing documentation for: (Test/Tasty/Core.hs:130) (Test/Tasty/Core.hs:139) 100% ( 9 / 9) in 'Test.Tasty.Providers' 100% ( 4 / 4) in 'Test.Tasty.Run' 100% ( 7 / 7) in 'Test.Tasty.Ingredients' 100% ( 2 / 2) in 'Test.Tasty.Ingredients.IncludingOptions' 100% ( 4 / 4) in 'Test.Tasty.Ingredients.ListTests' 100% ( 3 / 3) in 'Test.Tasty.Options.Env' 100% ( 17 / 17) in 'Test.Tasty.Ingredients.ConsoleReporter' 100% ( 11 / 11) in 'Test.Tasty.Ingredients.Basic' 100% ( 5 / 5) in 'Test.Tasty.CmdLine' 96% ( 47 / 49) in 'Test.Tasty.Runners' Missing documentation for: (Test/Tasty/Runners/Reducers.hs:50) (Test/Tasty/Runners/Reducers.hs:57) 100% ( 21 / 21) in 'Test.Tasty' Documentation created: dist/doc/html/tasty/index.html, dist/doc/html/tasty/tasty.txt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fnLGTF + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le ++ dirname /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le + cd tasty-0.12 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le -v directory dist/doc/html/tasty does exist: True creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12 creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12 copy directory 'dist/doc/html/tasty' to '/builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12'. creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12 Installing dist/doc/html/tasty/mini_Test-Tasty.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty.html Installing dist/doc/html/tasty/mini_Test-Tasty-Ingredients-ConsoleReporter.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty-Ingredients-ConsoleReporter.html Installing dist/doc/html/tasty/minus.gif to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/minus.gif Installing dist/doc/html/tasty/ocean.css to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/ocean.css Installing dist/doc/html/tasty/mini_Test-Tasty-Ingredients-Basic.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty-Ingredients-Basic.html Installing dist/doc/html/tasty/Test-Tasty-Providers.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty-Providers.html Installing dist/doc/html/tasty/synopsis.png to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/synopsis.png Installing dist/doc/html/tasty/tasty.txt to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/tasty.txt Installing dist/doc/html/tasty/Test-Tasty.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty.html Installing dist/doc/html/tasty/mini_Test-Tasty-Providers.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty-Providers.html Installing dist/doc/html/tasty/doc-index.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/doc-index.html Installing dist/doc/html/tasty/mini_Test-Tasty-Options.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty-Options.html Installing dist/doc/html/tasty/mini_Test-Tasty-Ingredients.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty-Ingredients.html Installing dist/doc/html/tasty/mini_Test-Tasty-Runners.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/mini_Test-Tasty-Runners.html Installing dist/doc/html/tasty/tasty.haddock to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/tasty.haddock Installing dist/doc/html/tasty/Test-Tasty-Options.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty-Options.html Installing dist/doc/html/tasty/index.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/index.html Installing dist/doc/html/tasty/plus.gif to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/plus.gif Installing dist/doc/html/tasty/hslogo-16.png to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/hslogo-16.png Installing dist/doc/html/tasty/Test-Tasty-Ingredients.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty-Ingredients.html Installing dist/doc/html/tasty/Test-Tasty-Ingredients-ConsoleReporter.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty-Ingredients-ConsoleReporter.html Installing dist/doc/html/tasty/Test-Tasty-Ingredients-Basic.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty-Ingredients-Basic.html Installing dist/doc/html/tasty/Test-Tasty-Runners.html to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/Test-Tasty-Runners.html Installing dist/doc/html/tasty/haddock-util.js to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/haddock-util.js creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12 Installing dist/doc/html/tasty/tasty.haddock to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12/tasty.haddock creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses/ghc-tasty creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses/ghc-tasty Installing LICENSE to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses/ghc-tasty/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners Installing dist/build/Test/Tasty.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty.hi Installing dist/build/Test/Tasty/Options.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options.hi Installing dist/build/Test/Tasty/Providers.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Providers.hi Installing dist/build/Test/Tasty/Runners.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners.hi Installing dist/build/Test/Tasty/Ingredients.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients.hi Installing dist/build/Test/Tasty/Ingredients/Basic.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/Basic.hi Installing dist/build/Test/Tasty/Ingredients/ConsoleReporter.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/ConsoleReporter.hi Installing dist/build/Test/Tasty/Parallel.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Parallel.hi Installing dist/build/Test/Tasty/Core.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Core.hi Installing dist/build/Test/Tasty/Options/Core.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options/Core.hi Installing dist/build/Test/Tasty/Options/Env.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options/Env.hi Installing dist/build/Test/Tasty/Patterns.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Patterns.hi Installing dist/build/Test/Tasty/Run.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Run.hi Installing dist/build/Test/Tasty/Runners/Reducers.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners/Reducers.hi Installing dist/build/Test/Tasty/Runners/Utils.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners/Utils.hi Installing dist/build/Test/Tasty/CmdLine.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/CmdLine.hi Installing dist/build/Test/Tasty/Ingredients/ListTests.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/ListTests.hi Installing dist/build/Test/Tasty/Ingredients/IncludingOptions.hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/IncludingOptions.hi creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners Installing dist/build/Test/Tasty.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty.p_hi Installing dist/build/Test/Tasty/Options.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options.p_hi Installing dist/build/Test/Tasty/Providers.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Providers.p_hi Installing dist/build/Test/Tasty/Runners.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners.p_hi Installing dist/build/Test/Tasty/Ingredients.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients.p_hi Installing dist/build/Test/Tasty/Ingredients/Basic.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/Basic.p_hi Installing dist/build/Test/Tasty/Ingredients/ConsoleReporter.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/ConsoleReporter.p_hi Installing dist/build/Test/Tasty/Parallel.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Parallel.p_hi Installing dist/build/Test/Tasty/Core.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Core.p_hi Installing dist/build/Test/Tasty/Options/Core.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options/Core.p_hi Installing dist/build/Test/Tasty/Options/Env.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options/Env.p_hi Installing dist/build/Test/Tasty/Patterns.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Patterns.p_hi Installing dist/build/Test/Tasty/Run.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Run.p_hi Installing dist/build/Test/Tasty/Runners/Reducers.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners/Reducers.p_hi Installing dist/build/Test/Tasty/Runners/Utils.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners/Utils.p_hi Installing dist/build/Test/Tasty/CmdLine.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/CmdLine.p_hi Installing dist/build/Test/Tasty/Ingredients/ListTests.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/ListTests.p_hi Installing dist/build/Test/Tasty/Ingredients/IncludingOptions.p_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/IncludingOptions.p_hi creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners Installing dist/build/Test/Tasty.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty.dyn_hi Installing dist/build/Test/Tasty/Options.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options.dyn_hi Installing dist/build/Test/Tasty/Providers.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Providers.dyn_hi Installing dist/build/Test/Tasty/Runners.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners.dyn_hi Installing dist/build/Test/Tasty/Ingredients.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients.dyn_hi Installing dist/build/Test/Tasty/Ingredients/Basic.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/Basic.dyn_hi Installing dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/ConsoleReporter.dyn_hi Installing dist/build/Test/Tasty/Parallel.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Parallel.dyn_hi Installing dist/build/Test/Tasty/Core.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Core.dyn_hi Installing dist/build/Test/Tasty/Options/Core.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options/Core.dyn_hi Installing dist/build/Test/Tasty/Options/Env.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Options/Env.dyn_hi Installing dist/build/Test/Tasty/Patterns.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Patterns.dyn_hi Installing dist/build/Test/Tasty/Run.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Run.dyn_hi Installing dist/build/Test/Tasty/Runners/Reducers.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners/Reducers.dyn_hi Installing dist/build/Test/Tasty/Runners/Utils.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Runners/Utils.dyn_hi Installing dist/build/Test/Tasty/CmdLine.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/CmdLine.dyn_hi Installing dist/build/Test/Tasty/Ingredients/ListTests.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/ListTests.dyn_hi Installing dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_hi to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/Test/Tasty/Ingredients/IncludingOptions.dyn_hi creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs Installing dist/build/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs.a to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs Installing dist/build/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs_p.a to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs_p.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs_p.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs Installing executable dist/build/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs-ghc8.0.2.so to /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs-ghc8.0.2.so /usr/bin/strip /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs-ghc8.0.2.so --strip-unneeded + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: tasty-0.12.conf + install -D --mode=0644 tasty-0.12.conf /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/package.conf.d/tasty-0.12.conf + '[' '!' -f /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/package.conf.d/tasty-0.12.conf ']' ++ echo '/usr/lib64/ghc-8.0.2/package.conf.d/tasty-0.12*.conf' + pkgconf='/usr/lib64/ghc-8.0.2/package.conf.d/tasty-0.12*.conf' ++ grep 'key: ' /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/package.conf.d/tasty-0.12.conf ++ sed -e 's/key: //' + key=tasty-0.12-24Yy5EXWtmV2St1BbkRqbs + pkgdir=/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs + rm -f ghc-tasty.files ghc-tasty-devel.files + touch ghc-tasty.files ghc-tasty-devel.files + echo '/usr/lib64/ghc-8.0.2/package.conf.d/tasty-0.12*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs ']' + echo '%dir /usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs' + echo '%attr(755,root,root) /usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs/libHS*-ghc8.0.2.so' + find /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/lib64/ghc-8.0.2/tasty-0.12-24Yy5EXWtmV2St1BbkRqbs '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc/html/libraries/tasty-0.12 ']' + echo /usr/share/doc/ghc/html/libraries/tasty-0.12 + for i in ghc-tasty.files ghc-tasty-devel.files + '[' -f ghc-tasty.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le!!g' ghc-tasty.files + for i in ghc-tasty.files ghc-tasty-devel.files + '[' -f ghc-tasty-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le!!g' ghc-tasty-devel.files + find /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le -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-tasty-0.12-1.fc28.ppc64le Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4SQFTn + umask 022 + cd /builddir/build/BUILD + cd tasty-0.12 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses/ghc-tasty + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses/ghc-tasty + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/licenses/ghc-tasty + exit 0 Provides: ghc-tasty = 0.12-1.fc28 ghc-tasty(ppc-64) = 0.12-1.fc28 libHStasty-0.12-24Yy5EXWtmV2St1BbkRqbs-ghc8.0.2.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSansi-terminal-0.6.2.3-4HPxin1iv6RAndS8lH3nzo-ghc8.0.2.so()(64bit) libHSansi-wl-pprint-0.6.7.3-3GSHFrIr1fs45bsgKkZbLF-ghc8.0.2.so()(64bit) libHSarray-0.5.1.1-ghc8.0.2.so()(64bit) libHSasync-2.1.1-4n6HEMPJR2eJK0JpvCfuPK-ghc8.0.2.so()(64bit) libHSbase-4.9.1.0-ghc8.0.2.so()(64bit) libHSbinary-0.8.3.0-ghc8.0.2.so()(64bit) libHSbytestring-0.10.8.1-ghc8.0.2.so()(64bit) libHSclock-0.7.2-8dRNleB7rysIZAOReuhpZA-ghc8.0.2.so()(64bit) libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit) libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit) libHSdirectory-1.3.0.0-ghc8.0.2.so()(64bit) libHSfilepath-1.4.1.1-ghc8.0.2.so()(64bit) libHSghc-boot-th-8.0.2-ghc8.0.2.so()(64bit) libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit) libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit) libHSmtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6-ghc8.0.2.so()(64bit) libHSoptparse-applicative-0.13.1.0-EckXzexC1bC882Fvwd8AZD-ghc8.0.2.so()(64bit) libHSparsec-3.1.11-8RyPB3SGixcIZrsPWwkXoj-ghc8.0.2.so()(64bit) libHSpretty-1.1.3.3-ghc8.0.2.so()(64bit) libHSprocess-1.4.3.0-ghc8.0.2.so()(64bit) libHSregex-base-0.93.2-AYjYAsBidAc8f5XNm9b2Aa-ghc8.0.2.so()(64bit) libHSregex-tdfa-1.2.2-1W5bg2kZONV5Ry0XO3pbBX-ghc8.0.2.so()(64bit) libHSstm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve-ghc8.0.2.so()(64bit) libHStagged-0.8.5-1mTloBSoUxv8dqUr8XBGBt-ghc8.0.2.so()(64bit) libHStemplate-haskell-2.11.1.0-ghc8.0.2.so()(64bit) libHStext-1.2.2.1-FwvWBfkNJh1I1NMMegz0uY-ghc8.0.2.so()(64bit) libHStime-1.6.0.1-ghc8.0.2.so()(64bit) libHStransformers-0.5.2.0-ghc8.0.2.so()(64bit) libHStransformers-compat-0.5.1.4-IuFogs8HAVUJBWVNMhtssu-ghc8.0.2.so()(64bit) libHSunbounded-delays-0.1.1.0-8pvOsE97fmS7WDAN5vUbqX-ghc8.0.2.so()(64bit) libHSunix-2.7.2.1-ghc8.0.2.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libgmp.so.10()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-tasty-devel-0.12-1.fc28.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hKZ6V5 + umask 022 + cd /builddir/build/BUILD + cd tasty-0.12 + DOCDIR=/builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc-tasty-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc-tasty-devel + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc-tasty-devel + cp -pr README.md /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le/usr/share/doc/ghc-tasty-devel + exit 0 Provides: ghc-devel(tasty-0.12-24Yy5EXWtmV2St1BbkRqbs) ghc-tasty-devel = 0.12-1.fc28 ghc-tasty-devel(ppc-64) = 0.12-1.fc28 ghc-tasty-static = 0.12-1.fc28 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(ansi-terminal-0.6.2.3-4HPxin1iv6RAndS8lH3nzo) ghc-devel(async-2.1.1-4n6HEMPJR2eJK0JpvCfuPK) ghc-devel(base-4.9.1.0) ghc-devel(clock-0.7.2-8dRNleB7rysIZAOReuhpZA) ghc-devel(containers-0.5.7.1) ghc-devel(deepseq-1.4.2.0) ghc-devel(mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6) ghc-devel(optparse-applicative-0.13.1.0-EckXzexC1bC882Fvwd8AZD) ghc-devel(regex-tdfa-1.2.2-1W5bg2kZONV5Ry0XO3pbBX) ghc-devel(stm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve) ghc-devel(tagged-0.8.5-1mTloBSoUxv8dqUr8XBGBt) ghc-devel(unbounded-delays-0.1.1.0-8pvOsE97fmS7WDAN5vUbqX) ghc-devel(unix-2.7.2.1) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le Wrote: /builddir/build/RPMS/ghc-tasty-0.12-1.fc28.ppc64le.rpm Wrote: /builddir/build/RPMS/ghc-tasty-devel-0.12-1.fc28.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.g4LZvO + umask 022 + cd /builddir/build/BUILD + cd tasty-0.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-tasty-0.12-1.fc28.ppc64le + exit 0 Child return code was: 0