<86>May 4 00:34:00 userdel[1413890]: delete user 'rooter' <86>May 4 00:34:00 userdel[1413890]: removed group 'rooter' owned by 'rooter' <86>May 4 00:34:00 userdel[1413890]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:34:00 groupadd[1413925]: group added to /etc/group: name=rooter, GID=1835 <86>May 4 00:34:00 groupadd[1413925]: group added to /etc/gshadow: name=rooter <86>May 4 00:34:00 groupadd[1413925]: new group: name=rooter, GID=1835 <86>May 4 00:34:00 useradd[1413954]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>May 4 00:34:00 userdel[1414000]: delete user 'builder' <86>May 4 00:34:00 userdel[1414000]: removed group 'builder' owned by 'builder' <86>May 4 00:34:00 userdel[1414000]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:34:00 groupadd[1414030]: group added to /etc/group: name=builder, GID=1836 <86>May 4 00:34:00 groupadd[1414030]: group added to /etc/gshadow: name=builder <86>May 4 00:34:00 groupadd[1414030]: new group: name=builder, GID=1836 <86>May 4 00:34:00 useradd[1414048]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/lstorrent-0.0.1-alt1.src.rpm: license not found in '/usr/share/license' directory: GPL2+ Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/lstorrent-0.0.1-alt1.nosrc.rpm (w1.gzdio) Installing lstorrent-0.0.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82052 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lstorrent + echo 'Source #0 (lstorrent.tar):' Source #0 (lstorrent.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/lstorrent.tar + cd lstorrent + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.82052 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lstorrent + make make: Entering directory '/usr/src/RPM/BUILD/lstorrent' gcc -O3 *.c -o test In file included from bdecode.c:26: bdecode.c: In function 'decode_num': ui.h:12:17: warning: implicit declaration of function 'oops_message' [-Wimplicit-function-declaration] 12 | #define oops(a) oops_message(a,__FILE__,__LINE__); | ^~~~~~~~~~~~ bdecode.c:43:9: note: in expansion of macro 'oops' 43 | oops(err_internal); | ^~~~ bdecode.c:53:14: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 53 | if (!isdigit(CUR)){ | ^~~~~~~ bdecode.c:27:1: note: include '' or provide a declaration of 'isdigit' 26 | #include "ui.h" +++ |+#include 27 | bdecode.c: In function 'decode_string': bdecode.c:97:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 97 | printf("%d\n",str_len); | ~^ ~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld bdecode.c:112:5: warning: implicit declaration of function 'safe' [-Wimplicit-function-declaration] 112 | safe(retval); | ^~~~ debug.c:10:1: warning: return type defaults to 'int' [-Wimplicit-int] 10 | space(int tabs){ | ^~~~~ debug.c:17:1: warning: return type defaults to 'int' [-Wimplicit-int] 17 | safe(char* a){ | ^~~~ debug.c: In function 'print_dict': debug.c:48:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 48 | printf("str[%d]",strlen(d->str)); | ~^ ~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld debug.c: In function 'print_list': debug.c:88:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 88 | printf("str[%d]",strlen(list->values[lc].str)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld functions.c: In function 'print_file': functions.c:47:9: warning: 'return' with no value, in function returning non-void 47 | return; | ^~~~~~ functions.c:39:7: note: declared here 39 | void* print_file(char* root_dir, list_t* path, int mode,char finish){ | ^~~~~~~~~~ lstorrent.c: In function 'main': lstorrent.c:57:17: warning: format not a string literal and no format arguments [-Wformat-security] 57 | printf(err_nomem); | ^~~~~~ In file included from types.c:24: types.c: In function 'add_to_dict': ui.h:12:17: warning: implicit declaration of function 'oops_message' [-Wimplicit-function-declaration] 12 | #define oops(a) oops_message(a,__FILE__,__LINE__); | ^~~~~~~~~~~~ types.c:33:9: note: in expansion of macro 'oops' 33 | oops(err_nomem); | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/lstorrent' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.18435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/lstorrent-buildroot + : + /bin/rm -rf -- /usr/src/tmp/lstorrent-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd lstorrent + mkdir -p /usr/src/tmp/lstorrent-buildroot//usr/bin + install -m 755 test /usr/src/tmp/lstorrent-buildroot//usr/bin/lstorrent + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/lstorrent-buildroot (auto) Verifying and fixing files in /usr/src/tmp/lstorrent-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/lstorrent-buildroot/ (default) Compressing files in /usr/src/tmp/lstorrent-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/lstorrent-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/lstorrent-buildroot Processing files: lstorrent-0.0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18435 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lstorrent + DOCDIR=/usr/src/tmp/lstorrent-buildroot/usr/share/doc/lstorrent-0.0.1 + export DOCDIR + rm -rf /usr/src/tmp/lstorrent-buildroot/usr/share/doc/lstorrent-0.0.1 + /bin/mkdir -p /usr/src/tmp/lstorrent-buildroot/usr/share/doc/lstorrent-0.0.1 + cp -prL man_pages /usr/src/tmp/lstorrent-buildroot/usr/share/doc/lstorrent-0.0.1 + chmod -R go-w /usr/src/tmp/lstorrent-buildroot/usr/share/doc/lstorrent-0.0.1 + chmod -R a+rX /usr/src/tmp/lstorrent-buildroot/usr/share/doc/lstorrent-0.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ezRnYk find-provides: running scripts (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.BBafw5 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.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Jkku7V Creating lstorrent-debuginfo package Processing files: lstorrent-debuginfo-0.0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2LmQiN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2stzWg find-requires: running scripts (debuginfo) Requires: lstorrent = 0.0.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to lstorrent-debuginfo a strict dependency on lstorrent Wrote: /usr/src/RPM/RPMS/x86_64/lstorrent-0.0.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/lstorrent-debuginfo-0.0.1-alt1.x86_64.rpm (w2.lzdio) 0.62user 1.16system 0:06.08elapsed 29%CPU (0avgtext+0avgdata 28676maxresident)k 0inputs+0outputs (0major+152261minor)pagefaults 0swaps /.out/lstorrent-0.0.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: GPL2+ /.out/lstorrent-debuginfo-0.0.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: GPL2+ 0.74user 2.50system 0:13.13elapsed 24%CPU (0avgtext+0avgdata 12240maxresident)k 0inputs+0outputs (0major+94340minor)pagefaults 0swaps --- lstorrent-0.0.1-alt1.x86_64.rpm.repo 2019-04-01 16:32:08.000000000 +0000 +++ lstorrent-0.0.1-alt1.x86_64.rpm.hasher 2024-05-04 00:34:09.260883648 +0000 @@ -6,2 +6,5 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: rtld(GNU_HASH) @@ -9,5 +12,5 @@ Provides: lstorrent = 0.0.1-alt1:sisyphus+226119.100.1.1 -File: /usr/bin/lstorrent 100755 root:root 9085b8b648ef599e613966e5fc616a99 +File: /usr/bin/lstorrent 100755 root:root a23070489410e8eb5febedf90dfac143 File: /usr/share/doc/lstorrent-0.0.1 40755 root:root File: /usr/share/doc/lstorrent-0.0.1/man_pages 100644 root:root f963505216eca5fcaa02c3776461067c -RPMIdentity: b91cfd73f53eb51290b4e25abc527964603953e07722874fdd7801fae9de6b29dc41a462a4ee10c61fb555e0d9f228ab1e72826997c2506cc5d552643bbd7cb7 +RPMIdentity: 6e3d44b8ade21c8d30327b7227f3c344d14f3e132e0ef7116c3e1097f45008fe194b8272770f13a2184f0b989402bf55a30030443f811229d49cf15210d1c3e2 --- lstorrent-debuginfo-0.0.1-alt1.x86_64.rpm.repo 2019-04-01 16:32:08.000000000 +0000 +++ lstorrent-debuginfo-0.0.1-alt1.x86_64.rpm.hasher 2024-05-04 00:34:09.375885398 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/2d 40755 root:root -/usr/lib/debug/.build-id/2d/eaab8bb21c524f497c5a124e26ec0a82352c92 120777 root:root ../../../../bin/lstorrent -/usr/lib/debug/.build-id/2d/eaab8bb21c524f497c5a124e26ec0a82352c92.debug 120777 root:root ../../usr/bin/lstorrent.debug +/usr/lib/debug/.build-id/24 40755 root:root +/usr/lib/debug/.build-id/24/322e4a469da634d561de091d62f9100afe9664 120777 root:root ../../../../bin/lstorrent +/usr/lib/debug/.build-id/24/322e4a469da634d561de091d62f9100afe9664.debug 120777 root:root ../../usr/bin/lstorrent.debug /usr/lib/debug/usr/bin/lstorrent.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: lstorrent-debuginfo = 0.0.1-alt1:sisyphus+226119.100.1.1 -File: /usr/lib/debug/.build-id/2d 40755 root:root -File: /usr/lib/debug/.build-id/2d/eaab8bb21c524f497c5a124e26ec0a82352c92 120777 root:root ../../../../bin/lstorrent -File: /usr/lib/debug/.build-id/2d/eaab8bb21c524f497c5a124e26ec0a82352c92.debug 120777 root:root ../../usr/bin/lstorrent.debug -File: /usr/lib/debug/usr/bin/lstorrent.debug 100644 root:root faf2ef7286555bb9cdca201c21eebe77 -RPMIdentity: a723fc62614081d2387a1d3822e5049104b7eceab93ab7e3ac73a40cb0536e22a79f2481c510382289ceba8d2ea9d6fbee80618997993e321728e0c0ce186672 +File: /usr/lib/debug/.build-id/24 40755 root:root +File: /usr/lib/debug/.build-id/24/322e4a469da634d561de091d62f9100afe9664 120777 root:root ../../../../bin/lstorrent +File: /usr/lib/debug/.build-id/24/322e4a469da634d561de091d62f9100afe9664.debug 120777 root:root ../../usr/bin/lstorrent.debug +File: /usr/lib/debug/usr/bin/lstorrent.debug 100644 root:root 8526c16f34a9e7cdeaba674a89c0b72d +RPMIdentity: 3de66dc3a08f802cbfadc60ebaaa7592d571a2a4bbaa1b045a83e3a7134193c4a4e612219769c0b03020a60cfd5cd678b6fdf69634814ea245b10810b8599d0a