<86>Sep 12 02:40:30 userdel[2002256]: delete user 'rooter' <86>Sep 12 02:40:30 userdel[2002256]: removed group 'rooter' owned by 'rooter' <86>Sep 12 02:40:30 userdel[2002256]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 12 02:40:30 groupadd[2002294]: group added to /etc/group: name=rooter, GID=1850 <86>Sep 12 02:40:30 groupadd[2002294]: group added to /etc/gshadow: name=rooter <86>Sep 12 02:40:30 groupadd[2002294]: new group: name=rooter, GID=1850 <86>Sep 12 02:40:30 useradd[2002337]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Sep 12 02:40:30 userdel[2002381]: delete user 'builder' <86>Sep 12 02:40:30 userdel[2002381]: removed group 'builder' owned by 'builder' <86>Sep 12 02:40:30 userdel[2002381]: removed shadow group 'builder' owned by 'builder' <86>Sep 12 02:40:30 groupadd[2002429]: group added to /etc/group: name=builder, GID=1851 <86>Sep 12 02:40:30 groupadd[2002429]: group added to /etc/gshadow: name=builder <86>Sep 12 02:40:30 groupadd[2002429]: new group: name=builder, GID=1851 <86>Sep 12 02:40:30 useradd[2002461]: new user: name=builder, UID=1851, GID=1851, 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>Sep 12 02:40:33 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed <13>Sep 12 02:40:33 rpmi: rpm-build-haskell-1.4.7-alt1 sisyphus+326169.620.17.2 1692843658 installed <13>Sep 12 02:40:33 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294124 installed <13>Sep 12 02:40:33 rpmi: libffi-devel-1:3.4.2-alt2 sisyphus+287629.100.2.1 1634659242 installed <13>Sep 12 02:40:33 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Sep 12 02:40:33 rpmi: ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed <13>Sep 12 02:40:44 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.28270 + 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.28270 + 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.76604 + 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.SNlwup 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.aBqFkc 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.xiHZlH Wrote: /usr/src/RPM/RPMS/x86_64/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm (w2.lzdio) 17.14user 4.77system 0:24.59elapsed 89%CPU (0avgtext+0avgdata 498792maxresident)k 0inputs+0outputs (0major+1201507minor)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.23user 1.37system 0:42.10elapsed 10%CPU (0avgtext+0avgdata 128080maxresident)k 0inputs+0outputs (0major+196976minor)pagefaults 0swaps --- ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm.repo 2023-08-24 04:12:41.000000000 +0000 +++ ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm.hasher 2023-09-12 02:41:11.205153084 +0000 @@ -70,14 +70,14 @@ File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize 40755 root:root -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.dyn_hi 100644 root:root a45c6f3b1b9a07ae972fd429f3e2fe6a -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.hi 100644 root:root e2c02aa955b36e7928ef8f6eea4ca46a -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.p_hi 100644 root:root e0384ca3b00009e44abbbd55489dc3f3 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.dyn_hi 100644 root:root 2eadbed6a9b0203f568d7128efb600fd -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.hi 100644 root:root 8b669f646a3fb4cbd5908e129ebd33c0 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.p_hi 100644 root:root c731ae75637e571f6d8fe869f96f17b4 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.dyn_hi 100644 root:root 0c7de4c81c308eb9624c1705b7f1eed6 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.hi 100644 root:root f2d3fbd68fddc1595158992f7e77002a -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.p_hi 100644 root:root 708a2cfdf24283ef7e3c88ce96e10bf7 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.dyn_hi 100644 root:root bb222a6f761c5bcb4c6d90983aa33f38 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.hi 100644 root:root b815718ea6f21d52b6f0a8ee4fc32e03 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.p_hi 100644 root:root d96f9262f9d9507b5cd908a588a9fcbb +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.dyn_hi 100644 root:root 315d2e19e9edcb7df0b8aaea48be572a +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.hi 100644 root:root 71cd41424bb0693821bc8ea7f638cdd8 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.p_hi 100644 root:root 5563e8471a969382ba6d4da6d77f7905 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.dyn_hi 100644 root:root f829e6da9313d0e869c535600ddd3287 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.hi 100644 root:root fd43b2fd9b692fa3d3dba6d790bc3acc +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.p_hi 100644 root:root f89c6743330958a5c85415d9ff8876e1 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.dyn_hi 100644 root:root b9c44840ba61933f10b4d6fa6eb297ed +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.hi 100644 root:root d665164218050b1a67117cf49b2a7385 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.p_hi 100644 root:root d0988a42aba5dcca439e7da197a6bb2c +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.dyn_hi 100644 root:root afb89f76bd268b652e2b6dba2f7bb97c +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.hi 100644 root:root bf79ecd2f6db120e58b29d8ce6d6cdf1 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.p_hi 100644 root:root 4ea81bb8e2b2d9069f97fb87d8e75719 File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/HScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.o 100644 root:root 2080f88d23cb8941c6e75c21cc3e5cde @@ -106,2 +106,2 @@ File: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png 100644 root:root f7936844cc05316ed73f6bf1d2e75434 -RPMIdentity: faf91aa77fa6df7d19e9946008d068dad04fb0c7a206529077cc9e4f0e8675381b3aaf14255eff0ce8ba45117a8b1edade199c222504eee30aa3e288ac931b47 +RPMIdentity: e9e8f96133685fa4030ee71c526e73058df56fc6e7822f53924218fcb80dc043cd8765a6e1b7079407d3147ddb601b81e4b9bd66ab63aeae407b11d80f0ebc7c