<86>Jan 2 00:35:37 userdel[1974706]: delete user 'rooter' <86>Jan 2 00:35:37 userdel[1974706]: removed group 'rooter' owned by 'rooter' <86>Jan 2 00:35:37 groupadd[1974725]: group added to /etc/group: name=rooter, GID=945 <86>Jan 2 00:35:37 groupadd[1974725]: group added to /etc/gshadow: name=rooter <86>Jan 2 00:35:37 groupadd[1974725]: new group: name=rooter, GID=945 <86>Jan 2 00:35:37 useradd[1974753]: new user: name=rooter, UID=945, GID=945, home=/root, shell=/bin/bash <86>Jan 2 00:35:37 userdel[1974792]: delete user 'builder' <86>Jan 2 00:35:37 userdel[1974792]: removed group 'builder' owned by 'builder' <86>Jan 2 00:35:37 groupadd[1974817]: group added to /etc/group: name=builder, GID=946 <86>Jan 2 00:35:37 groupadd[1974817]: group added to /etc/gshadow: name=builder <86>Jan 2 00:35:37 groupadd[1974817]: new group: name=builder, GID=946 <86>Jan 2 00:35:37 useradd[1974835]: new user: name=builder, UID=946, GID=946, home=/usr/src, shell=/bin/bash <13>Jan 2 00:35:38 rpmi: perl-DBI-1.643-alt1 sisyphus+279723.3200.1.1 1626649712 installed <13>Jan 2 00:35:38 rpmi: liblz4-1:1.9.3-alt1 sisyphus+278100.4000.1.1 1626059441 installed <13>Jan 2 00:35:38 rpmi: libgpg-error-1.42-alt1 sisyphus+275524.40.1.1 1624455807 installed <13>Jan 2 00:35:38 rpmi: libgcrypt20-1.9.3-alt1 sisyphus+275524.100.1.1 1624455938 installed <13>Jan 2 00:35:38 rpmi: libsystemd-1:249.7-alt4 p10+290888.100.1.1 1638045243 installed <13>Jan 2 00:35:38 rpmi: libdbus-1.12.18-alt1 sisyphus+275285.100.2.2 1624573321 installed <13>Jan 2 00:35:38 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed <13>Jan 2 00:35:38 rpmi: libp11-kit-0.23.15-alt2 sisyphus+278382.100.1.2 1626190666 installed <13>Jan 2 00:35:38 rpmi: libtasn1-4.17.0-alt1 sisyphus+276722.100.1.1 1625211284 installed <13>Jan 2 00:35:38 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Jan 2 00:35:38 rpmi: alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Jan 2 00:35:38 rpmi: ca-certificates-2021.10.06-alt1 p10+286784.100.1.1 1633940301 installed <13>Jan 2 00:35:38 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>Jan 2 00:35:38 rpmi: p11-kit-trust-0.23.15-alt2 sisyphus+278382.100.1.2 1626190666 installed <13>Jan 2 00:35:38 rpmi: libcrypto1.1-1.1.1l-alt1 p10+283689.100.1.1 1629827282 installed <13>Jan 2 00:35:38 rpmi: libssl1.1-1.1.1l-alt1 p10+283689.100.1.1 1629827282 installed <13>Jan 2 00:35:38 rpmi: libmysqlclient21-8.0.26-alt2 p10+284738.100.2.1 1632222665 installed <13>Jan 2 00:35:38 rpmi: perl-DBD-mysql-4.050-alt1.1 sisyphus+279723.12100.1.1 1626651849 installed <13>Jan 2 00:35:38 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/httpry-0.1.8-alt1.nosrc.rpm (w1.gzdio) Installing httpry-0.1.8-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21368 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf httpry-0.1.8 + echo 'Source #0 (httpry-0.1.8.tar):' Source #0 (httpry-0.1.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/httpry-0.1.8.tar + cd httpry-0.1.8 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i '/DEFAULT_PLUGIN_DIR/s/plugins/\/usr\/share\/perl5\/httpry/' scripts/parse_log.pl + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21368 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd httpry-0.1.8 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/httpry-0.1.8' gcc -Wall -O3 -funroll-loops -I/usr/include/pcap -I/usr/local/include/pcap -o httpry httpry.c format.c methods.c utility.c rate.c -lpcap -lm -pthread httpry.c: In function 'prepare_capture': httpry.c:94:25: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 94 | dev = pcap_lookupdev(errbuf); | ^~~ In file included from httpry.c:15: /usr/include/pcap/pcap.h:328:16: note: declared here 328 | PCAP_API char *pcap_lookupdev(char *) | ^~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/httpry-0.1.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21368 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/httpry-buildroot + : + /bin/rm -rf -- /usr/src/tmp/httpry-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd httpry-0.1.8 + install -D -m 0755 httpry /usr/src/tmp/httpry-buildroot/usr/sbin/httpry + install -D -m 0755 scripts/parse_log.pl /usr/src/tmp/httpry-buildroot/usr/bin/parse_log + install -D -m 0644 httpry.1 /usr/src/tmp/httpry-buildroot/usr/share/man/man1/httpry.1 + mkdir -p /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry + cp -r scripts/plugins/common_log.cfg scripts/plugins/common_log.pm scripts/plugins/content_analysis.cfg scripts/plugins/content_analysis.pm scripts/plugins/db_dump.cfg scripts/plugins/db_dump.mysql scripts/plugins/db_dump.pm scripts/plugins/find_proxies.cfg scripts/plugins/find_proxies.pm scripts/plugins/hostnames.cfg scripts/plugins/hostnames.pm scripts/plugins/log_summary.cfg scripts/plugins/log_summary.pm scripts/plugins/sample_plugin.pm scripts/plugins/search_terms.cfg scripts/plugins/search_terms.pm scripts/plugins/tokenize.cfg scripts/plugins/tokenize.pm scripts/plugins/xml_output.cfg scripts/plugins/xml_output.css scripts/plugins/xml_output.pm /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/httpry-buildroot (auto) Verifying and fixing files in /usr/src/tmp/httpry-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/httpry-buildroot/ (default) Compressing files in /usr/src/tmp/httpry-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/httpry-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: httpry-0.1.8-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.25507 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd httpry-0.1.8 + DOCDIR=/usr/src/tmp/httpry-buildroot/usr/share/doc/httpry-0.1.8 + export DOCDIR + rm -rf /usr/src/tmp/httpry-buildroot/usr/share/doc/httpry-0.1.8 + /bin/mkdir -p /usr/src/tmp/httpry-buildroot/usr/share/doc/httpry-0.1.8 + cp -prL doc /usr/src/tmp/httpry-buildroot/usr/share/doc/httpry-0.1.8 + chmod -R go-w /usr/src/tmp/httpry-buildroot/usr/share/doc/httpry-0.1.8 + chmod -R a+rX /usr/src/tmp/httpry-buildroot/usr/share/doc/httpry-0.1.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cSmfeU find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CnFqkV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.32)(64bit), libc.so.6(GLIBC_2.4)(64bit), libpcap.so.0.8()(64bit) >= set:kfqoCuyLdOexi2sWMlbroEPhLcwlZ6VSZd0Teyxq82, libpthread.so.0(GLIBC_2.2.5)(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.yQZhZR Creating httpry-debuginfo package Processing files: httpry-scripts-0.1.8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FpdoYU find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Dv9YDR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/httpry-buildroot/usr/bin/parse_log syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/common_log.pm syntax OK Name "content_analysis::terms_threshold" used only once: possible typo at /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/content_analysis.pm line 272. Name "content_analysis::cluster_flows" used only once: possible typo at /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/content_analysis.pm line 347. Name "content_analysis::score_threshold" used only once: possible typo at /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/content_analysis.pm line 271. /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/content_analysis.pm syntax OK Name "db_dump::pass" used only once: possible typo at /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/db_dump.pm line 37. Name "db_dump::user" used only once: possible typo at /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/db_dump.pm line 37. /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/db_dump.pm syntax OK Name "find_proxies::proxy_keywords" used only once: possible typo at /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/find_proxies.pm line 58. /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/find_proxies.pm syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/hostnames.pm syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/log_summary.pm syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/sample_plugin.pm syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/search_terms.pm syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/tokenize.pm syntax OK /usr/src/tmp/httpry-buildroot/usr/share/perl5/httpry/xml_output.pm syntax OK Provides: perl(httpry/common_log.pm), perl(httpry/content_analysis.pm), perl(httpry/db_dump.pm), perl(httpry/find_proxies.pm), perl(httpry/hostnames.pm), perl(httpry/log_summary.pm), perl(httpry/sample_plugin.pm), perl(httpry/search_terms.pm), perl(httpry/tokenize.pm), perl(httpry/xml_output.pm) Requires: perl-DBD-mysql, /usr/bin/perl, /usr/share/perl5, perl(DBI.pm), perl(File/Basename.pm), perl(Getopt/Std.pm), perl(POSIX.pm) Processing files: httpry-debuginfo-0.1.8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YRuV4Q find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NSULhU find-requires: running scripts (debuginfo) Requires: httpry = 0.1.8-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcap.so.0.8), debug64(libpthread.so.0) Adding to httpry-debuginfo a strict dependency on httpry Wrote: /usr/src/RPM/RPMS/x86_64/httpry-0.1.8-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/httpry-scripts-0.1.8-alt1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/httpry-debuginfo-0.1.8-alt1.x86_64.rpm (w2.lzdio) 1.20user 0.77system 0:07.95elapsed 24%CPU (0avgtext+0avgdata 33180maxresident)k 0inputs+0outputs (0major+234911minor)pagefaults 0swaps 4.03user 4.37system 0:13.48elapsed 62%CPU (0avgtext+0avgdata 107764maxresident)k 0inputs+0outputs (31306major+558666minor)pagefaults 0swaps --- httpry-0.1.8-alt1.x86_64.rpm.repo 2021-07-09 02:09:09.000000000 +0000 +++ httpry-0.1.8-alt1.x86_64.rpm.hasher 2022-01-02 00:35:49.107761049 +0000 @@ -23,3 +23,3 @@ Provides: httpry = 0.1.8-alt1:sisyphus+277762.100.1.1 -File: /usr/sbin/httpry 100755 root:root 5d5fda7327dda1842576bd8435f3695d +File: /usr/sbin/httpry 100755 root:root 4ae47e86756ed26c9d3036fdf23a66ca File: /usr/share/doc/httpry-0.1.8 40755 root:root @@ -34,2 +34,2 @@ File: /usr/share/man/man1/httpry.1.xz 100644 root:root 10c9549c1f751abc0537c7f7bc8da307 -RPMIdentity: d148644c855a8e73f7e46bf8c328d551ea093ef3f7e56d85103a1474edb97549f473bdcd50d3f94d166d08ae92a09212e43edb0466e1a7d732a5a24edc89e05d +RPMIdentity: c3c656ac2e4bfef18285e1e77172265d674ed9767da9f98bff688b82e27eb7f2bbe6d08d8d6581bad55eb294b46a7de6fb5b15ffcb74fe8db26ab4f80e7549e0 --- httpry-debuginfo-0.1.8-alt1.x86_64.rpm.repo 2021-07-09 02:09:09.000000000 +0000 +++ httpry-debuginfo-0.1.8-alt1.x86_64.rpm.hasher 2022-01-02 00:35:49.161761576 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/37 40755 root:root -/usr/lib/debug/.build-id/37/29452711b55b861a7155d99474c876666f61aa 120777 root:root ../../../../sbin/httpry -/usr/lib/debug/.build-id/37/29452711b55b861a7155d99474c876666f61aa.debug 120777 root:root ../../usr/sbin/httpry.debug +/usr/lib/debug/.build-id/e9 40755 root:root +/usr/lib/debug/.build-id/e9/f5e67c91b34c59219f47de8bd8bb176afc042d 120777 root:root ../../../../sbin/httpry +/usr/lib/debug/.build-id/e9/f5e67c91b34c59219f47de8bd8bb176afc042d.debug 120777 root:root ../../usr/sbin/httpry.debug /usr/lib/debug/usr/sbin/httpry.debug 100644 root:root @@ -11,6 +11,6 @@ Provides: httpry-debuginfo = 0.1.8-alt1:sisyphus+277762.100.1.1 -File: /usr/lib/debug/.build-id/37 40755 root:root -File: /usr/lib/debug/.build-id/37/29452711b55b861a7155d99474c876666f61aa 120777 root:root ../../../../sbin/httpry -File: /usr/lib/debug/.build-id/37/29452711b55b861a7155d99474c876666f61aa.debug 120777 root:root ../../usr/sbin/httpry.debug -File: /usr/lib/debug/usr/sbin/httpry.debug 100644 root:root 2253841ccc18b2ddb1975ef583bdbe36 -RPMIdentity: 672ef3a3ce0af5915d7f6aeef423f482052d984d4c85c7060fb6c6de3764225eed9cbef7dd9140fa115556d64fe7eda4fd3077bbd8e65be7a59b883a94e270ed +File: /usr/lib/debug/.build-id/e9 40755 root:root +File: /usr/lib/debug/.build-id/e9/f5e67c91b34c59219f47de8bd8bb176afc042d 120777 root:root ../../../../sbin/httpry +File: /usr/lib/debug/.build-id/e9/f5e67c91b34c59219f47de8bd8bb176afc042d.debug 120777 root:root ../../usr/sbin/httpry.debug +File: /usr/lib/debug/usr/sbin/httpry.debug 100644 root:root c54c7b1056d40e50dec8997fe031864f +RPMIdentity: 72a9e3168d96efce534d0b5a1d4bb1100924ad122a35b5bdd241c00a2606dfda2d498f5b857af4302934ab623f4deabba2888f69638ef9ad103f7332abcf1812