<86>Aug 27 06:41:14 userdel[2249708]: delete user 'rooter' <86>Aug 27 06:41:14 userdel[2249708]: removed group 'rooter' owned by 'rooter' <86>Aug 27 06:41:14 userdel[2249708]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 27 06:41:14 groupadd[2249724]: group added to /etc/group: name=rooter, GID=1799 <86>Aug 27 06:41:14 groupadd[2249724]: group added to /etc/gshadow: name=rooter <86>Aug 27 06:41:14 groupadd[2249724]: new group: name=rooter, GID=1799 <86>Aug 27 06:41:14 useradd[2249740]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Aug 27 06:41:14 userdel[2249768]: delete user 'builder' <86>Aug 27 06:41:14 userdel[2249768]: removed group 'builder' owned by 'builder' <86>Aug 27 06:41:14 userdel[2249768]: removed shadow group 'builder' owned by 'builder' <86>Aug 27 06:41:14 groupadd[2249787]: group added to /etc/group: name=builder, GID=1800 <86>Aug 27 06:41:14 groupadd[2249787]: group added to /etc/gshadow: name=builder <86>Aug 27 06:41:14 groupadd[2249787]: new group: name=builder, GID=1800 <86>Aug 27 06:41:14 useradd[2249803]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ghc8.6.4-cereal-0.5.8.1-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD3 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>Aug 27 06:41:17 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed <13>Aug 27 06:41:17 rpmi: rpm-build-haskell-1.4.7-alt1 sisyphus+326169.620.17.2 1692843658 installed <13>Aug 27 06:41:17 rpmi: libgmp-devel-6.2.1-alt5 sisyphus+309797.200.2.1 1668090171 installed <13>Aug 27 06:41:17 rpmi: libffi-devel-1:3.4.2-alt2 sisyphus+287629.100.2.1 1634659242 installed <13>Aug 27 06:41:17 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Aug 27 06:41:17 rpmi: ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed <13>Aug 27 06:41:28 rpmi: ghc8.6.4-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed warning: File /usr/src/in/source/ghc8.6.4-cereal-0.5.8.1-alt1.patch is smaller than 8 bytes Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ghc8.6.4-cereal-0.5.8.1-alt1.nosrc.rpm (w1.gzdio) warning: File /usr/src/RPM/SOURCES/ghc8.6.4-cereal-0.5.8.1-alt1.patch is smaller than 8 bytes Installing ghc8.6.4-cereal-0.5.8.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18808 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ghc8.6.4-cereal-0.5.8.1 + echo 'Source #0 (ghc8.6.4-cereal-0.5.8.1.tar):' Source #0 (ghc8.6.4-cereal-0.5.8.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-cereal-0.5.8.1.tar + cd ghc8.6.4-cereal-0.5.8.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc8.6.4-cereal-0.5.8.1-alt1.patch):' Patch #0 (ghc8.6.4-cereal-0.5.8.1-alt1.patch): + /usr/bin/patch -p1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.18808 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc8.6.4-cereal-0.5.8.1 + '[' -f configure.ac -a '!' -f configure ']' + '[' -x Setup ']' + ghc-8.6.4 Setup [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc8.6.4-cereal-0.5.8.1 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib64/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-cereal-0.5.8.1 --datadir=/usr/share --datasubdir=ghc8.6.4-cereal-0.5.8.1 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring cereal-0.5.8.1... 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 cereal-0.5.8.1.. Building library for cereal-0.5.8.1.. [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o ) src/Data/Serialize.hs:291:9: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for `findNr': Patterns not matched: _ _ | 291 | findNr lo hi | ^^^^^^^^^^^^... [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.p_o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.p_o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.p_o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.p_o ) src/Data/Serialize.hs:291:9: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for `findNr': Patterns not matched: _ _ | 291 | findNr lo hi | ^^^^^^^^^^^^... + ./Setup haddock Preprocessing library for cereal-0.5.8.1.. Running Haddock on library for cereal-0.5.8.1.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: array-0.5.3.0, base-4.12.0.0, bytestring-0.10.8.2, containers-0.6.0.1, deepseq-1.4.4.0, ghc-prim-0.5.3, integer-gmp-1.0.2.0 Haddock coverage: 94% ( 61 / 65) in 'Data.Serialize.Get' Missing documentation for: label (src/Data/Serialize/Get.hs:267) getLazyByteString (src/Data/Serialize/Get.hs:508) getShortByteString (src/Data/Serialize/Get.hs:512) getTwoOf (src/Data/Serialize/Get.hs:751) Warning: 'Put' is ambiguous. It is defined * at src/Data/Serialize/Put.hs:140:18 * at src/Data/Serialize/Put.hs:143:1 You may be able to disambiguate the identifier by qualifying it or by hiding some imports. Defaulting to 'Put' defined at src/Data/Serialize/Put.hs:140:1 75% ( 42 / 56) in 'Data.Serialize.Put' Missing documentation for: Putter (src/Data/Serialize/Put.hs:145) putBuilder (src/Data/Serialize/Put.hs:201) putShortByteString (src/Data/Serialize/Put.hs:259) putTwoOf (src/Data/Serialize/Put.hs:399) putListOf (src/Data/Serialize/Put.hs:403) putIArrayOf (src/Data/Serialize/Put.hs:409) putSeqOf (src/Data/Serialize/Put.hs:415) putTreeOf (src/Data/Serialize/Put.hs:421) putMapOf (src/Data/Serialize/Put.hs:428) putIntMapOf (src/Data/Serialize/Put.hs:432) putSetOf (src/Data/Serialize/Put.hs:436) putIntSetOf (src/Data/Serialize/Put.hs:440) putMaybeOf (src/Data/Serialize/Put.hs:444) putEitherOf (src/Data/Serialize/Put.hs:449) 100% ( 11 / 11) in 'Data.Serialize.IEEE754' Cannot find documentation for: $example 87% ( 13 / 15) in 'Data.Serialize' Missing documentation for: GSerializePut (src/Data/Serialize.hs:571) GSerializeGet (src/Data/Serialize.hs:574) Warning: Data.Serialize.Get: could not find link destinations for: Monad Type >>= >> return fail String Functor fmap <$ MonadFail fail Applicative pure <*> liftA2 *> <* Alternative empty <|> some many MonadPlus mzero mplus ByteString Either get ByteString Int empty Show showsPrec ShowS show showList Maybe Bool Word8 Int8 Int64 ShortByteString Word16 Word32 Word64 Int16 Int32 Word Ix IArray Tree Seq Ord Map IntMap Set IntSet Warning: Data.Serialize.Put: could not find link destinations for: PairS Monad Type >>= >> return fail String Functor fmap <$ Applicative pure <*> liftA2 *> <* Semigroup <> sconcat NonEmpty stimes Integral Monoid mempty mappend mconcat ByteString ByteString Builder Word8 Int8 ShortByteString Word16 Word32 Word64 Int16 Int32 Int64 Word Int Ix IArray Seq Tree Map IntMap Set IntSet Maybe Either Warning: Data.Serialize.IEEE754: could not find link destinations for: Float Double Warning: Data.Serialize: could not find link destinations for: Generic Rep Bool Char Double Float Int Int8 Int16 Int32 Int64 Integer Natural Ordering Word Word8 Word16 Word32 Word64 ByteString ByteString ShortByteString IntSet Any All Maybe Ratio Integral IntMap Seq Set Ord Tree Product Dual Sum First Last Either Array Ix Map UArray IArray String Eq V1 Type U1 K1 :+: PutSum SumSize :*: M1 GetSum Documentation created: dist/doc/html/cereal/index.html + ./Setup register --gen-pkg-config=cereal.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.97766 + 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-cereal-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-cereal-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ghc8.6.4-cereal-0.5.8.1 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-cereal-buildroot Installing library in /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/cereal-0.5.8.1 + '[' -f cereal.pkg ']' + install -m 755 cereal.pkg /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/cereal-0.5.8.1 + mkdir -p /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/package.conf.d + install -D -m 644 cereal.pkg /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-cereal-buildroot /usr/lib64 /usr/lib64/ghc-8.6.4/cereal-0.5.8.1 /usr/src/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 ghc8.6.4-cereal 0.5.8.1 /usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf ~/tmp/ghc8.6.4-cereal-buildroot ~/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 find: './usr/bin': No such file or directory find: './usr/share/ghc8.6.4-cereal-0.5.8.1': No such file or directory ~/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (auto) mode of './usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-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-cereal-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ghc8.6.4-cereal-buildroot/ (default) Compressing files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc8.6.4-cereal-buildroot ./usr/lib64: (from :0) ./usr/lib64/ghc-8.6.4/lib: (from :0) libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so -> libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-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/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so Verifying ELF objects in /usr/src/tmp/ghc8.6.4-cereal-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/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: RPATH contains several entries: /usr/lib64/ghc-8.6.4/array-0.5.3.0:/usr/lib64/ghc-8.6.4/base-4.12.0.0:/usr/lib64/ghc-8.6.4/bytestring-0.10.8.2:/usr/lib64/ghc-8.6.4/containers-0.6.0.1:/usr/lib64/ghc-8.6.4/deepseq-1.4.4.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 Processing files: ghc8.6.4-cereal-0.5.8.1-alt1 warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/LICENSE warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Get.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Get.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-IEEE754.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-IEEE754.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Put.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Put.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/cereal.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/cereal.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9yg88L find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: 1238 symbols, 21 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qudiJ9 find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: overlinked libraries: /lib64/libm.so.6 /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so Provides: ghc8.6.4(cereal) = 0.5.8.1, ghc8.6.4(cereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7), libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so()(64bit) = set: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 Requires: /usr/lib64/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so, /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/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.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, ghc8.6.4(array) = 0.5.3.0, ghc8.6.4(array-0.5.3.0), ghc8.6.4(base) = 4.12.0.0, ghc8.6.4(base-4.12.0.0), ghc8.6.4(bytestring) = 0.10.8.2, ghc8.6.4(bytestring-0.10.8.2), ghc8.6.4(containers) = 0.6.0.1, ghc8.6.4(containers-0.6.0.1), ghc8.6.4(ghc-prim) = 0.5.3, ghc8.6.4(ghc-prim-0.5.3), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libgmp.so.10()(64bit) >= set:mlbu80, libm.so.6()(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IXeav8 Wrote: /usr/src/RPM/RPMS/x86_64/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm (w2.lzdio) 17.54user 4.08system 0:24.59elapsed 87%CPU (0avgtext+0avgdata 497844maxresident)k 0inputs+0outputs (0major+1307276minor)pagefaults 0swaps /.out/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD3 3.17user 1.14system 0:41.63elapsed 10%CPU (0avgtext+0avgdata 127128maxresident)k 0inputs+0outputs (0major+194710minor)pagefaults 0swaps