<86>Mar 24 11:10:23 userdel[3628722]: delete user 'rooter'
<86>Mar 24 11:10:23 userdel[3628722]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 24 11:10:23 groupadd[3628799]: group added to /etc/group: name=rooter, GID=1835
<86>Mar 24 11:10:23 groupadd[3628799]: group added to /etc/gshadow: name=rooter
<86>Mar 24 11:10:23 groupadd[3628799]: new group: name=rooter, GID=1835
<86>Mar 24 11:10:23 useradd[3628856]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash
<86>Mar 24 11:10:23 userdel[3628929]: delete user 'builder'
<86>Mar 24 11:10:23 userdel[3628929]: removed group 'builder' owned by 'builder'
<86>Mar 24 11:10:23 userdel[3628929]: removed shadow group 'builder' owned by 'builder'
<86>Mar 24 11:10:23 groupadd[3628987]: group added to /etc/group: name=builder, GID=1836
<86>Mar 24 11:10:23 groupadd[3628987]: group added to /etc/gshadow: name=builder
<86>Mar 24 11:10:23 groupadd[3628987]: new group: name=builder, GID=1836
<86>Mar 24 11:10:23 useradd[3629037]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash
warning: Macro %hs_configure2 not found
warning: Macro %hs_build not found
warning: Macro %hs_install not found
warning: Macro %hs_gen_filelist not found
<13>Mar 24 11:10:26 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt2 sisyphus+227292.40.3.1 1555976270 installed
<13>Mar 24 11:10:26 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099568 installed
<13>Mar 24 11:10:26 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770931 installed
<13>Mar 24 11:10:26 rpmi: libffi-devel-1:3.2.1-alt3 p9+251949.100.1.1 1589887590 installed
<13>Mar 24 11:10:26 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed
<13>Mar 24 11:10:26 rpmi: ghc8.6.4-common-8.6.4-alt2 sisyphus+227292.40.3.1 1555976270 installed
<13>Mar 24 11:10:37 rpmi: ghc8.6.4-8.6.4-alt2 sisyphus+227292.40.3.1 1555976270 installed
<13>Mar 24 11:10:37 rpmi: ghc8.6.4-doc-8.6.4-alt2 sisyphus+227292.40.3.1 1555976270 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ghc8.6.4-unliftio-core-0.1.2.0-alt1.nosrc.rpm (w1.gzdio)
Installing ghc8.6.4-unliftio-core-0.1.2.0-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32835
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ghc8.6.4-unliftio-core-0.1.2.0
+ echo 'Source #0 (ghc8.6.4-unliftio-core-0.1.2.0.tar):'
Source #0 (ghc8.6.4-unliftio-core-0.1.2.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-unliftio-core-0.1.2.0.tar
+ cd ghc8.6.4-unliftio-core-0.1.2.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (ghc8.6.4-unliftio-core-0.1.2.0-alt1.patch):'
Patch #0 (ghc8.6.4-unliftio-core-0.1.2.0-alt1.patch):
+ /usr/bin/patch -p1
patching file unliftio-core.cabal
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32835
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ghc8.6.4-unliftio-core-0.1.2.0
+ '[' -f configure.ac -a '!' -f configure ']'
+ '[' -x Setup ']'
+ ghc-8.6.4 Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup ...
+ ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib64/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0 --datadir=/usr/share --datasubdir=ghc8.6.4-unliftio-core-0.1.2.0 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc
Configuring unliftio-core-0.1.2.0...
Warning: The flag --disable-executable-profiling is deprecated. Please use
--disable-profiling instead.
+ '[' -x Setup ']'
+ ./Setup makefile -f cabal-rpm.mk
unrecognised command: makefile (try --help)
+ ./Setup build
Preprocessing library for unliftio-core-0.1.2.0..
Building library for unliftio-core-0.1.2.0..
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, dist/build/Control/Monad/IO/Unlift.o )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, dist/build/Paths_unliftio_core.o )
[1 of 2] Compiling Control.Monad.IO.Unlift ( src/Control/Monad/IO/Unlift.hs, dist/build/Control/Monad/IO/Unlift.p_o )
[2 of 2] Compiling Paths_unliftio_core ( dist/build/autogen/Paths_unliftio_core.hs, dist/build/Paths_unliftio_core.p_o )
+ ./Setup haddock
Preprocessing library for unliftio-core-0.1.2.0..
Running Haddock on library for unliftio-core-0.1.2.0..
Haddock coverage:
 100% (  8 /  8) in 'Control.Monad.IO.Unlift'
Documentation created: dist/doc/html/unliftio-core/index.html
+ ./Setup register --gen-pkg-config=unliftio-core.pkg
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34260
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ghc8.6.4-unliftio-core-0.1.2.0
+ '[' -x Setup ']'
+ ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-unliftio-core-buildroot
Installing library in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0
+ '[' -f unliftio-core.pkg ']'
+ install -m 755 unliftio-core.pkg /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0
+ mkdir -p /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/usr/lib64/ghc-8.6.4/package.conf.d
+ install -D -m 644 unliftio-core.pkg /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/usr/lib64/ghc-8.6.4/package.conf.d/unliftio-core-0.1.2.0.conf
+ /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot /usr/lib64 /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0 /usr/src/RPM/BUILD/ghc8.6.4-unliftio-core-0.1.2.0 ghc8.6.4-unliftio-core 0.1.2.0 /usr/lib64/ghc-8.6.4/package.conf.d/unliftio-core-0.1.2.0.conf
~/tmp/ghc8.6.4-unliftio-core-buildroot ~/RPM/BUILD/ghc8.6.4-unliftio-core-0.1.2.0
find: './usr/bin': No such file or directory
find: './usr/share/ghc8.6.4-unliftio-core-0.1.2.0': No such file or directory
~/RPM/BUILD/ghc8.6.4-unliftio-core-0.1.2.0
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot (auto)
mode of './usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/ (default)
Compressing files in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot (auto)
Adjusting library links in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot
./usr/lib64:
./usr/lib64/ghc-8.6.4/lib:
	libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so -> libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so
056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so
Verifying ELF objects in /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so: RPATH contains several entries: /usr/lib64/ghc-8.6.4/base-4.12.0.0:/usr/lib64/ghc-8.6.4/ghc-prim-0.5.3:/usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0:/usr/lib64/ghc-8.6.4/rts:/usr/lib64/ghc-8.6.4/transformers-0.5.6.2
Hardlinking identical .pyc and .pyo files
Processing files: ghc8.6.4-unliftio-core-0.1.2.0-alt1
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/LICENSE
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/Control-Monad-IO-Unlift.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/Control-Monad-IO-Unlift.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/haddock-bundle.min.js
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/haddock-bundle.min.js
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/index.html
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/meta.json
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/meta.json
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/quick-jump.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/quick-jump.css
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/synopsis.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/synopsis.png
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/unliftio-core.haddock
warning: File listed twice: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/unliftio-core.haddock
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LIg235
find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so: 158 symbols, 18 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4v2PSs
find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req: WARNING: /usr/src/tmp/ghc8.6.4-unliftio-core-buildroot/usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so: overlinked libraries: /lib64/libm.so.6 /usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so /usr/lib64/libgmp.so.10
Provides: ghc8.6.4(unliftio-core) = 0.1.2.0, ghc8.6.4(unliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ), libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so()(64bit) = set:ldBEZ6Z0umoUChmSD2tomRa4o7DhwDZLEYclyD42lZ2faktFGC00oZEHf82Bb2EPaG1Z0TrU9gwpegFXEidpEAgvxrZsdOfwGCeTUhgEpw2zPmCjBTi3UAu0w4eUBwwv7Wbp6nAW0rusE4du1YbipZDZio06nBemMtZr2j2I1klcTc00gHZ8YMvA5FPCDSAzpZxtIeE2Bu1guZa0yU7zLTaaFI1WyJx1CK6Y77gcypO1VwLse956uwV098e30w5tUiwWmAlL6ZiClyI2dJvRQ1OcOB36VkZgK55w9TAy8Z9F5hiZ07dF20FDXb8KBmgKkk13LZBwc9
Requires: /usr/lib64/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/transformers-0.5.6.2/libHStransformers-0.5.6.2-ghc8.6.4.so, ghc8.6.4(base) = 4.12.0.0, ghc8.6.4(base-4.12.0.0), ghc8.6.4(transformers) = 0.5.6.2, ghc8.6.4(transformers-0.5.6.2), libc.so.6(GLIBC_2.2.5)(64bit), libgmp.so.10()(64bit), libm.so.6()(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rtfQaT
Wrote: /usr/src/RPM/RPMS/x86_64/ghc8.6.4-unliftio-core-0.1.2.0-alt1.x86_64.rpm (w2.lzdio)
3.57user 2.57system 0:08.51elapsed 72%CPU (0avgtext+0avgdata 492260maxresident)k
0inputs+0outputs (0major+788980minor)pagefaults 0swaps
3.51user 2.32system 0:28.42elapsed 20%CPU (0avgtext+0avgdata 138116maxresident)k
13968inputs+0outputs (0major+202511minor)pagefaults 0swaps
--- ghc8.6.4-unliftio-core-0.1.2.0-alt1.x86_64.rpm.repo	2019-09-20 21:00:12.000000000 +0000
+++ ghc8.6.4-unliftio-core-0.1.2.0-alt1.x86_64.rpm.hasher	2024-03-24 11:10:49.246307989 +0000
@@ -48,3 +48,3 @@
 Provides: ghc8.6.4-unliftio-core = 0.1.2.0-alt1:p9+237913.1600.2.1
-File: /usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so	100644	root:root	8bcfe3904aa3edacb3f1060482f91bcf	
+File: /usr/lib64/ghc-8.6.4/lib/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so	100644	root:root	1d3903612ff56854dcd7d5def61c839e	
 File: /usr/lib64/ghc-8.6.4/package.conf.d/unliftio-core-0.1.2.0.conf	100644	root:root	4425a94d3841ff0f5b3e514d66c8c54d	
@@ -61,4 +61,4 @@
 File: /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0/Paths_unliftio_core.p_hi	100644	root:root	039cff6c5aed988f60c483fa8ee6d202	
-File: /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ.a	100644	root:root	9b53418d56268499f9623fa72a6b2198	
-File: /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ_p.a	100644	root:root	664a89b6b806df9a119bc5f7b6a9ca43	
+File: /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ.a	100644	root:root	5752b6df0ddac51d20bc658720102107	
+File: /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0/libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ_p.a	100644	root:root	214f0e326afb716f7077894d73d90376	
 File: /usr/lib64/ghc-8.6.4/unliftio-core-0.1.2.0/unliftio-core.pkg	100755	root:root	4425a94d3841ff0f5b3e514d66c8c54d	
@@ -79,2 +79,2 @@
 File: /usr/share/doc/ghc8.6.4-unliftio-core-0.1.2.0/html/unliftio-core.haddock	100644	root:root	438e58b920af52835c591418b654ccd3	
-RPMIdentity: 50b613ad94f77441ae9d37fcf8b196364bf04c19557420c8e824e71bc56b2b8ecc2542acb58d8a9955296810365e101f371abd82861832f3976ae8eab9120896
+RPMIdentity: 37f26ec93675b289b84c7cc3f8be64107691deaa2b51e5db16d13f388a22c1a9b9a15fae66e164aa41bd086f01673b8f8deb66c300f67ac3fdea9ac0126b659a