Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/ghc-authenticate-oauth.spec'], chrootPath='/var/lib/mock/f28-build-10578645-816469/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 i686 --nodeps /builddir/build/SPECS/ghc-authenticate-oauth.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 40: Possible unexpanded macro in: Requires: ghc-compiler = %{ghc_version} warning: line 41: Possible unexpanded macro in: Requires(post): ghc-compiler = %{ghc_version} warning: line 42: Possible unexpanded macro in: Requires(postun): ghc-compiler = %{ghc_version} Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/ghc-authenticate-oauth-1.6-1.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/ghc-authenticate-oauth.spec'], chrootPath='/var/lib/mock/f28-build-10578645-816469/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 i686 --nodeps /builddir/build/SPECS/ghc-authenticate-oauth.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: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IDh1Xc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf authenticate-oauth-1.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/authenticate-oauth-1.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd authenticate-oauth-1.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NOsJwo + umask 022 + cd /builddir/build/BUILD + cd authenticate-oauth-1.6 ++ 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 -m32 -march=i686 -fasynchronous-unwind-tables' + export CFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) Linking Setup ... + LANG=en_US.utf8 + ./Setup --version Cabal library version 1.24.2.0 + '[' -x Setup ']' + LANG=en_US.utf8 ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/licenses/ghc-authenticate-oauth '--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-m32 -optc-march=i686 -optc-fasynchronous-unwind-tables -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 --global Configuring authenticate-oauth-1.6... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building authenticate-oauth-1.6... Preprocessing library authenticate-oauth-1.6... [1 of 2] Compiling Web.Authenticate.OAuth ( Web/Authenticate/OAuth.hs, dist/build/Web/Authenticate/OAuth.o ) Web/Authenticate/OAuth.hs:399:24: warning: [-Wdeprecations] In the use of ‘parseUrl’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request): Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead" Web/Authenticate/OAuth.hs:486:34: warning: [-Wdeprecations] In the use of ‘parseUrl’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request): Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead" [2 of 2] Compiling Web.Authenticate.OAuth.IO ( Web/Authenticate/OAuth/IO.hs, dist/build/Web/Authenticate/OAuth/IO.o ) Web/Authenticate/OAuth/IO.hs:35:35: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:43:12: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:51:45: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:57:44: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:66:33: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:75:40: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:82:39: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" [1 of 2] Compiling Web.Authenticate.OAuth ( Web/Authenticate/OAuth.hs, dist/build/Web/Authenticate/OAuth.p_o ) Web/Authenticate/OAuth.hs:399:24: warning: [-Wdeprecations] In the use of ‘parseUrl’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request): Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead" Web/Authenticate/OAuth.hs:486:34: warning: [-Wdeprecations] In the use of ‘parseUrl’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request): Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead" [2 of 2] Compiling Web.Authenticate.OAuth.IO ( Web/Authenticate/OAuth/IO.hs, dist/build/Web/Authenticate/OAuth/IO.p_o ) Web/Authenticate/OAuth/IO.hs:35:35: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:43:12: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:51:45: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:57:44: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:66:33: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:75:40: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:82:39: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" + '[' -n dist/build/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2-ghc8.0.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for authenticate-oauth-1.6... Preprocessing library authenticate-oauth-1.6... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: foundation-0.0.13, hourglass-0.2.10, http-client-0.5.7.0, memory-0.14.6 Web/Authenticate/OAuth.hs:399:24: warning: [-Wdeprecations] In the use of ‘parseUrl’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request): Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead" Web/Authenticate/OAuth.hs:486:34: warning: [-Wdeprecations] In the use of ‘parseUrl’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request): Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead" Web/Authenticate/OAuth/IO.hs:35:35: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:43:12: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:51:45: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:57:44: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:66:33: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:75:40: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Web/Authenticate/OAuth/IO.hs:82:39: warning: [-Wdeprecations] In the use of ‘withManager’ (imported from Network.HTTP.Client, but defined in http-client-0.5.7.0:Network.HTTP.Client.Manager): Deprecated: "Use newManager instead" Haddock coverage: 87% ( 52 / 60) in 'Web.Authenticate.OAuth' Missing documentation for: Module header OAuthVersion (Web/Authenticate/OAuth.hs:109) OAuthException (Web/Authenticate/OAuth.hs:140) getTemporaryCredential' (Web/Authenticate/OAuth.hs:393) getAccessToken' (Web/Authenticate/OAuth.hs:461) getAccessTokenWith (Web/Authenticate/OAuth.hs:481) addScope (Web/Authenticate/OAuth.hs:608) addMaybeProxy (Web/Authenticate/OAuth.hs:618) 82% ( 9 / 11) in 'Web.Authenticate.OAuth.IO' Missing documentation for: getTemporaryCredential' (Web/Authenticate/OAuth/IO.hs:53) getAccessToken' (Web/Authenticate/OAuth/IO.hs:77) Warning: Web.Authenticate.OAuth: could not find link destinations for: Manager Request Proxy Response Warning: Web.Authenticate.OAuth.IO: could not find link destinations for: Proxy Request withManager Documentation created: dist/doc/html/authenticate-oauth/index.html, dist/doc/html/authenticate-oauth/authenticate-oauth.txt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rCWsqj + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 ++ dirname /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 + cd authenticate-oauth-1.6 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 -v directory dist/doc/html/authenticate-oauth does exist: True creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 copy directory 'dist/doc/html/authenticate-oauth' to '/builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6'. creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 Installing dist/doc/html/authenticate-oauth/haddock-util.js to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/haddock-util.js Installing dist/doc/html/authenticate-oauth/Web-Authenticate-OAuth.html to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/Web-Authenticate-OAuth.html Installing dist/doc/html/authenticate-oauth/Web-Authenticate-OAuth-IO.html to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/Web-Authenticate-OAuth-IO.html Installing dist/doc/html/authenticate-oauth/authenticate-oauth.haddock to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/authenticate-oauth.haddock Installing dist/doc/html/authenticate-oauth/ocean.css to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/ocean.css Installing dist/doc/html/authenticate-oauth/authenticate-oauth.txt to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/authenticate-oauth.txt Installing dist/doc/html/authenticate-oauth/synopsis.png to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/synopsis.png Installing dist/doc/html/authenticate-oauth/minus.gif to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/minus.gif Installing dist/doc/html/authenticate-oauth/index.html to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/index.html Installing dist/doc/html/authenticate-oauth/mini_Web-Authenticate-OAuth.html to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/mini_Web-Authenticate-OAuth.html Installing dist/doc/html/authenticate-oauth/plus.gif to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/plus.gif Installing dist/doc/html/authenticate-oauth/mini_Web-Authenticate-OAuth-IO.html to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/mini_Web-Authenticate-OAuth-IO.html Installing dist/doc/html/authenticate-oauth/doc-index.html to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/doc-index.html Installing dist/doc/html/authenticate-oauth/hslogo-16.png to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/hslogo-16.png creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 Installing dist/doc/html/authenticate-oauth/authenticate-oauth.haddock to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6/authenticate-oauth.haddock creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses/ghc-authenticate-oauth creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses/ghc-authenticate-oauth Installing LICENSE to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses/ghc-authenticate-oauth/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2 creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth Installing dist/build/Web/Authenticate/OAuth.hi to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth.hi Installing dist/build/Web/Authenticate/OAuth/IO.hi to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth/IO.hi creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth Installing dist/build/Web/Authenticate/OAuth.p_hi to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth.p_hi Installing dist/build/Web/Authenticate/OAuth/IO.p_hi to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth/IO.p_hi creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth Installing dist/build/Web/Authenticate/OAuth.dyn_hi to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth.dyn_hi Installing dist/build/Web/Authenticate/OAuth/IO.dyn_hi to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/Web/Authenticate/OAuth/IO.dyn_hi creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 Installing dist/build/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2.a to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 Installing dist/build/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2_p.a to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2_p.a /usr/bin/strip /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2_p.a --strip-unneeded creating /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 Installing executable dist/build/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2-ghc8.0.2.so to /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2-ghc8.0.2.so /usr/bin/strip /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2-ghc8.0.2.so --strip-unneeded + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: authenticate-oauth-1.6.conf + install -D --mode=0644 authenticate-oauth-1.6.conf /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/package.conf.d/authenticate-oauth-1.6.conf + '[' '!' -f /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/package.conf.d/authenticate-oauth-1.6.conf ']' ++ echo '/usr/lib/ghc-8.0.2/package.conf.d/authenticate-oauth-1.6*.conf' + pkgconf='/usr/lib/ghc-8.0.2/package.conf.d/authenticate-oauth-1.6*.conf' ++ grep 'key: ' /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/package.conf.d/authenticate-oauth-1.6.conf ++ sed -e 's/key: //' + key=authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 + pkgdir=/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 + rm -f ghc-authenticate-oauth.files ghc-authenticate-oauth-devel.files + touch ghc-authenticate-oauth.files ghc-authenticate-oauth-devel.files + echo '/usr/lib/ghc-8.0.2/package.conf.d/authenticate-oauth-1.6*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 ']' + echo '%dir /usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2' + echo '%attr(755,root,root) /usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2/libHS*-ghc8.0.2.so' + find /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/lib/ghc-8.0.2/authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 ']' + echo /usr/share/doc/ghc/html/libraries/authenticate-oauth-1.6 + for i in ghc-authenticate-oauth.files ghc-authenticate-oauth-devel.files + '[' -f ghc-authenticate-oauth.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386!!g' ghc-authenticate-oauth.files + for i in ghc-authenticate-oauth.files ghc-authenticate-oauth-devel.files + '[' -f ghc-authenticate-oauth-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386!!g' ghc-authenticate-oauth-devel.files + find /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 -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-authenticate-oauth-1.6-1.fc28.i686 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0ld5If + umask 022 + cd /builddir/build/BUILD + cd authenticate-oauth-1.6 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses/ghc-authenticate-oauth + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses/ghc-authenticate-oauth + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/licenses/ghc-authenticate-oauth + exit 0 Provides: ghc-authenticate-oauth = 1.6-1.fc28 ghc-authenticate-oauth(x86-32) = 1.6-1.fc28 libHSauthenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2-ghc8.0.2.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSRSA-2.2.0-IFHBp2pi1z1KIx54HoWz0S-ghc8.0.2.so libHSSHA-1.6.4.2-6ZuKopcglGG4yoCGsd9koJ-ghc8.0.2.so libHSarray-0.5.1.1-ghc8.0.2.so libHSasn1-encoding-0.9.5-HjPVpmCG8yiHLrShsHhCjx-ghc8.0.2.so libHSasn1-types-0.3.2-BmsjAsDAG1wKuw6iaK2qhb-ghc8.0.2.so libHSasync-2.1.1-4n6HEMPJR2eJK0JpvCfuPK-ghc8.0.2.so libHSbase-4.9.1.0-ghc8.0.2.so libHSbase64-bytestring-1.0.0.1-4O9TExPPz6eI82Yj7L4SIj-ghc8.0.2.so libHSbinary-0.8.3.0-ghc8.0.2.so libHSblaze-builder-0.4.0.2-Chs7nQ4Qyy3Dg6EW0im6Kk-ghc8.0.2.so libHSbytestring-0.10.8.1-ghc8.0.2.so libHScase-insensitive-1.2.0.8-1Ks4sMDdgOS2sugdUOoG2m-ghc8.0.2.so libHScereal-0.5.4.0-BsAGxfp8yAs3CiRo2E875e-ghc8.0.2.so libHScontainers-0.5.7.1-ghc8.0.2.so libHScookie-0.4.2.1-tr17k2t0N857PhKWvBf07-ghc8.0.2.so libHScrypto-api-0.13.2-IETueZuD8kB6D6D3e0Qo1q-ghc8.0.2.so libHScrypto-pubkey-types-0.4.3-54Nmhb2gSWL6AGN2Lansyh-ghc8.0.2.so libHSdata-default-0.7.1.1-7EGYJX2YWqWJRbPFUHNoCr-ghc8.0.2.so libHSdata-default-class-0.1.2.0-GsXqKN6o1X9jr0fF5qCVD-ghc8.0.2.so libHSdata-default-instances-containers-0.0.1-bob6IQGdJq92c061H46zK-ghc8.0.2.so libHSdata-default-instances-dlist-0.0.1-FKnZBeovJMk4M89wQxDhjl-ghc8.0.2.so libHSdata-default-instances-old-locale-0.0.1-9zaGDEmgOixKkmLylWdN5l-ghc8.0.2.so libHSdeepseq-1.4.2.0-ghc8.0.2.so libHSdirectory-1.3.0.0-ghc8.0.2.so libHSdlist-0.8.0.2-6Wnps4GD7EFnRucVzXIFD-ghc8.0.2.so libHSentropy-0.3.7-GVoReSVE1cZ4Y1pKgzhBYO-ghc8.0.2.so libHSexceptions-0.8.3-ADEDRATtUrMK1JW4zMQ9U-ghc8.0.2.so libHSfilepath-1.4.1.1-ghc8.0.2.so libHSfoundation-0.0.13-G4GHWkMwmXnF7HKMtT8vGa-ghc8.0.2.so libHSghc-boot-th-8.0.2-ghc8.0.2.so libHSghc-prim-0.5.0.0-ghc8.0.2.so libHShashable-1.2.5.0-3jyU6ITgVDsZjJvM61wsx-ghc8.0.2.so libHShourglass-0.2.10-pnbvWmzfcY1rOFETQEmcY-ghc8.0.2.so libHShttp-client-0.5.7.0-KtqmlBKu7xf7uI8XKTfBrw-ghc8.0.2.so libHShttp-types-0.9.1-8UHFRKjjMv4ECejpDfDj8j-ghc8.0.2.so libHSinteger-gmp-1.0.0.1-ghc8.0.2.so libHSmemory-0.14.6-Aar7hKewN999MXzU9kvt2a-ghc8.0.2.so libHSmime-types-0.1.0.7-DtDaq3BBRdpGX5AB2WhPPy-ghc8.0.2.so libHSmtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6-ghc8.0.2.so libHSnetwork-2.6.3.1-ABFtZSq90Z9BfMXNiqgBoe-ghc8.0.2.so libHSnetwork-uri-2.6.1.0-lQGyRyDCjq1Lw3jzxkOQY-ghc8.0.2.so libHSold-locale-1.0.0.7-KGBP1BSKxH5GCm0LnZP04j-ghc8.0.2.so libHSparsec-3.1.11-8RyPB3SGixcIZrsPWwkXoj-ghc8.0.2.so libHSpretty-1.1.3.3-ghc8.0.2.so libHSprocess-1.4.3.0-ghc8.0.2.so libHSpureMD5-2.1.3-IzFT1tNJIwS4wiRt9Gpkwh-ghc8.0.2.so libHSrandom-1.1-9tceXaeYIMZ4JrKq20Egog-ghc8.0.2.so libHSstm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve-ghc8.0.2.so libHSstreaming-commons-0.1.17-I2SeDNkrU8s6ejKTKxBI5F-ghc8.0.2.so libHStagged-0.8.5-1mTloBSoUxv8dqUr8XBGBt-ghc8.0.2.so libHStemplate-haskell-2.11.1.0-ghc8.0.2.so libHStext-1.2.2.1-FwvWBfkNJh1I1NMMegz0uY-ghc8.0.2.so libHStime-1.6.0.1-ghc8.0.2.so libHStransformers-0.5.2.0-ghc8.0.2.so libHStransformers-compat-0.5.1.4-IuFogs8HAVUJBWVNMhtssu-ghc8.0.2.so libHSunix-2.7.2.1-ghc8.0.2.so libHSzlib-0.6.1.2-7negTfm2ujt1gW4wr40MUp-ghc8.0.2.so libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libdl.so.2 libgmp.so.10 libpthread.so.0 librt.so.1 libutil.so.1 libz.so.1 rtld(GNU_HASH) Processing files: ghc-authenticate-oauth-devel-1.6-1.fc28.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.h8lwac + umask 022 + cd /builddir/build/BUILD + cd authenticate-oauth-1.6 + DOCDIR=/builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc-authenticate-oauth-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc-authenticate-oauth-devel + cp -pr ChangeLog.md /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc-authenticate-oauth-devel + cp -pr README.md /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386/usr/share/doc/ghc-authenticate-oauth-devel + exit 0 Provides: ghc-authenticate-oauth-devel = 1.6-1.fc28 ghc-authenticate-oauth-devel(x86-32) = 1.6-1.fc28 ghc-authenticate-oauth-static = 1.6-1.fc28 ghc-devel(authenticate-oauth-1.6-AHGVORxtu8I6WcOyIvnwj2) 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(RSA-2.2.0-IFHBp2pi1z1KIx54HoWz0S) ghc-devel(SHA-1.6.4.2-6ZuKopcglGG4yoCGsd9koJ) ghc-devel(base-4.9.1.0) ghc-devel(base64-bytestring-1.0.0.1-4O9TExPPz6eI82Yj7L4SIj) ghc-devel(blaze-builder-0.4.0.2-Chs7nQ4Qyy3Dg6EW0im6Kk) ghc-devel(bytestring-0.10.8.1) ghc-devel(crypto-pubkey-types-0.4.3-54Nmhb2gSWL6AGN2Lansyh) ghc-devel(data-default-0.7.1.1-7EGYJX2YWqWJRbPFUHNoCr) ghc-devel(http-client-0.5.7.0-KtqmlBKu7xf7uI8XKTfBrw) ghc-devel(http-types-0.9.1-8UHFRKjjMv4ECejpDfDj8j) ghc-devel(random-1.1-9tceXaeYIMZ4JrKq20Egog) ghc-devel(time-1.6.0.1) ghc-devel(transformers-0.5.2.0) ghc-devel(transformers-compat-0.5.1.4-IuFogs8HAVUJBWVNMhtssu) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 Wrote: /builddir/build/RPMS/ghc-authenticate-oauth-1.6-1.fc28.i686.rpm Wrote: /builddir/build/RPMS/ghc-authenticate-oauth-devel-1.6-1.fc28.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4T0LZ9 + umask 022 + cd /builddir/build/BUILD + cd authenticate-oauth-1.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-authenticate-oauth-1.6-1.fc28.i386 + exit 0 Child return code was: 0