<86>Apr 29 04:29:41 userdel[1246431]: delete user 'rooter' <86>Apr 29 04:29:41 userdel[1246431]: removed group 'rooter' owned by 'rooter' <86>Apr 29 04:29:41 userdel[1246431]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 29 04:29:41 groupadd[1246475]: group added to /etc/group: name=rooter, GID=1329 <86>Apr 29 04:29:41 groupadd[1246475]: group added to /etc/gshadow: name=rooter <86>Apr 29 04:29:41 groupadd[1246475]: new group: name=rooter, GID=1329 <86>Apr 29 04:29:41 useradd[1246496]: new user: name=rooter, UID=1329, GID=1329, home=/root, shell=/bin/bash, from=none <86>Apr 29 04:29:41 userdel[1246552]: delete user 'builder' <86>Apr 29 04:29:41 userdel[1246552]: removed group 'builder' owned by 'builder' <86>Apr 29 04:29:41 userdel[1246552]: removed shadow group 'builder' owned by 'builder' <86>Apr 29 04:29:41 groupadd[1246598]: group added to /etc/group: name=builder, GID=1330 <86>Apr 29 04:29:41 groupadd[1246598]: group added to /etc/gshadow: name=builder <86>Apr 29 04:29:41 groupadd[1246598]: new group: name=builder, GID=1330 <86>Apr 29 04:29:41 useradd[1246625]: new user: name=builder, UID=1330, GID=1330, home=/usr/src, shell=/bin/bash, from=none <13>Apr 29 04:29:44 rpmi: pandoc-2.9.2.1-alt1 sisyphus+287337.1200.5.1 1634399094 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/earlyoom-1.6.2-alt1.nosrc.rpm (w1.gzdio) Installing earlyoom-1.6.2-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.83104 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf earlyoom-1.6.2 + echo 'Source #0 (earlyoom-1.6.2.tar):' Source #0 (earlyoom-1.6.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/earlyoom-1.6.2.tar + cd earlyoom-1.6.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (fix-config-path.patch):' Patch #0 (fix-config-path.patch): + /usr/bin/patch -p1 patching file Makefile Hunk #1 succeeded at 44 (offset 1 line). patching file earlyoom.service.in Hunk #1 succeeded at 3 with fuzz 2. + sed -e /systemctl/d -i Makefile + sed -e 's/VERSION ?= \$(shell git describe --tags --dirty 2> \/dev\/null)/VERSION = 1.6.2/' -i Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.83104 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd earlyoom-1.6.2 + make -j16 PREFIX=/usr SYSCONFDIR=/etc SYSTEMDUNITDIR=/lib/systemd/system make: Entering directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' sed "s|:TARGET:|/usr/bin|g;s|:SYSCONFDIR:|/etc|g" earlyoom.service.in > earlyoom.service make: Leaving directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' make: Entering directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' pandoc MANPAGE.md -s -t man > earlyoom.1 make: Leaving directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' make: Entering directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' cc -Wall -Wextra -Wformat-security -Wconversion -DVERSION=\"1.6.2\" -g -fstack-protector-all -std=gnu99 -o earlyoom globals.c kill.c main.c meminfo.c msg.c kill.c: In function 'kill_wait': kill.c:108:80: warning: conversion to 'long int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 108 | struct timespec req = { .tv_sec = (time_t)(poll_ms / 1000), .tv_nsec = (poll_ms % 1000) * 1000000 }; | ^ main.c: In function 'poll_loop': main.c:437:81: warning: conversion to 'long int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 437 | struct timespec req = { .tv_sec = (time_t)(sleep_ms / 1000), .tv_nsec = (sleep_ms % 1000) * 1000000 }; | ^ make: Leaving directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83104 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/earlyoom-buildroot + : + /bin/rm -rf -- /usr/src/tmp/earlyoom-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd earlyoom-1.6.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/earlyoom-buildroot PREFIX=/usr SYSCONFDIR=/etc SYSTEMDUNITDIR=/lib/systemd/system make: Entering directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' install -d /usr/src/tmp/earlyoom-buildroot/usr/bin/ install -m 755 earlyoom /usr/src/tmp/earlyoom-buildroot/usr/bin/ gzip -f -k -n earlyoom.1 install -d /usr/src/tmp/earlyoom-buildroot/usr/share/man/man1/ install -m 644 earlyoom.1.gz /usr/src/tmp/earlyoom-buildroot/usr/share/man/man1/ install -d /usr/src/tmp/earlyoom-buildroot/etc/sysconfig/ install -m 644 earlyoom.default /usr/src/tmp/earlyoom-buildroot/etc/sysconfig/earlyoom install -d /usr/src/tmp/earlyoom-buildroot/lib/systemd/system install -m 644 earlyoom.service /usr/src/tmp/earlyoom-buildroot/lib/systemd/system chcon -t systemd_unit_file_t /usr/src/tmp/earlyoom-buildroot/lib/systemd/system/earlyoom.service chcon: can't apply partial context to unlabeled file '/usr/src/tmp/earlyoom-buildroot/lib/systemd/system/earlyoom.service' make: [Makefile:35: install] Error 1 (ignored) make: Leaving directory '/usr/src/RPM/BUILD/earlyoom-1.6.2' + mkdir -p /usr/src/tmp/earlyoom-buildroot/etc/rc.d/init.d + install -pm755 /usr/src/RPM/SOURCES/earlyoom.init /usr/src/tmp/earlyoom-buildroot/etc/rc.d/init.d/earlyoom + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/earlyoom-buildroot (auto) Verifying and fixing files in /usr/src/tmp/earlyoom-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/earlyoom-buildroot/ (default) Compressing files in /usr/src/tmp/earlyoom-buildroot (auto) Adjusting library links in /usr/src/tmp/earlyoom-buildroot ./lib: (from :0) Verifying ELF objects in /usr/src/tmp/earlyoom-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/earlyoom: uses non-LFS functions: fopen readdir stat Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.83104 Check is turned off by --without check Processing files: earlyoom-1.6.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83104 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd earlyoom-1.6.2 + DOCDIR=/usr/src/tmp/earlyoom-buildroot/usr/share/doc/earlyoom-1.6.2 + export DOCDIR + rm -rf /usr/src/tmp/earlyoom-buildroot/usr/share/doc/earlyoom-1.6.2 + /bin/mkdir -p /usr/src/tmp/earlyoom-buildroot/usr/share/doc/earlyoom-1.6.2 + cp -prL README.md LICENSE /usr/src/tmp/earlyoom-buildroot/usr/share/doc/earlyoom-1.6.2 + chmod -R go-w /usr/src/tmp/earlyoom-buildroot/usr/share/doc/earlyoom-1.6.2 + chmod -R a+rX /usr/src/tmp/earlyoom-buildroot/usr/share/doc/earlyoom-1.6.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C5bM1h 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.LSzYec find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u3Vs3X find-scriptlet-requires: FINDPACKAGE-COMMANDS: cp Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YWtOEy Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service, coreutils Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K8IFHD Creating earlyoom-debuginfo package Processing files: earlyoom-debuginfo-1.6.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WKFVhc find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5MHWij find-requires: running scripts (debuginfo) Requires: earlyoom = 1.6.2-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to earlyoom-debuginfo a strict dependency on earlyoom Wrote: /usr/src/RPM/RPMS/i586/earlyoom-1.6.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/earlyoom-debuginfo-1.6.2-alt1.i586.rpm (w2.lzdio) 0.79user 0.82system 0:07.94elapsed 20%CPU (0avgtext+0avgdata 39148maxresident)k 0inputs+0outputs (0major+227242minor)pagefaults 0swaps 1.89user 1.23system 0:14.25elapsed 21%CPU (0avgtext+0avgdata 109116maxresident)k 0inputs+0outputs (32418major+167570minor)pagefaults 0swaps --- earlyoom-1.6.2-alt1.i586.rpm.repo 2020-11-16 15:57:07.000000000 +0000 +++ earlyoom-1.6.2-alt1.i586.rpm.hasher 2023-04-29 04:29:54.071530704 +0000 @@ -20,2 +20,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.17) @@ -23,2 +24,4 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -34,3 +37,3 @@ File: /lib/systemd/system/earlyoom.service 100644 root:root bd2b6fc73c63a537991dcc1fbeb72799 -File: /usr/bin/earlyoom 100755 root:root 39229afab56ae7350d06cdcb3d90c2e0 +File: /usr/bin/earlyoom 100755 root:root fcb8297a245babc704c59ae8a5db081e File: /usr/share/doc/earlyoom-1.6.2 40755 root:root @@ -39,2 +42,2 @@ File: /usr/share/man/man1/earlyoom.1.xz 100644 root:root 275cd5da06dcc09b52a13568ab7516eb -RPMIdentity: aca25ca96fd413655456560c2bfffb38135633619f5ae84a9e86b18d1fbb519a4030d4decd3894b7c33966f4a49d439cfc397de59fe960d307228e6a14f878cf +RPMIdentity: b0fa30062d17e373c30629bc9780d22a2ca3c290ecdd361c801c4a607eb3f83728c75b5c105cc4f3c31879c9bafc59e6254c59c14850be800f4f5fd27c1b8e67 --- earlyoom-debuginfo-1.6.2-alt1.i586.rpm.repo 2020-11-16 15:57:07.000000000 +0000 +++ earlyoom-debuginfo-1.6.2-alt1.i586.rpm.hasher 2023-04-29 04:29:54.170531956 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/29 40755 root:root -/usr/lib/debug/.build-id/29/c3f3f14c395c40c37ca34df160da85f8889e0f 120777 root:root ../../../../bin/earlyoom -/usr/lib/debug/.build-id/29/c3f3f14c395c40c37ca34df160da85f8889e0f.debug 120777 root:root ../../usr/bin/earlyoom.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/1d39b421db750bdd22d90000ed34b91aa51b2d 120777 root:root ../../../../bin/earlyoom +/usr/lib/debug/.build-id/2b/1d39b421db750bdd22d90000ed34b91aa51b2d.debug 120777 root:root ../../usr/bin/earlyoom.debug /usr/lib/debug/usr/bin/earlyoom.debug 100644 root:root @@ -19,6 +19,6 @@ Provides: earlyoom-debuginfo = 1.6.2-alt1:sisyphus+261866.100.1.1 -File: /usr/lib/debug/.build-id/29 40755 root:root -File: /usr/lib/debug/.build-id/29/c3f3f14c395c40c37ca34df160da85f8889e0f 120777 root:root ../../../../bin/earlyoom -File: /usr/lib/debug/.build-id/29/c3f3f14c395c40c37ca34df160da85f8889e0f.debug 120777 root:root ../../usr/bin/earlyoom.debug -File: /usr/lib/debug/usr/bin/earlyoom.debug 100644 root:root 25b78d2b46e45be6e9c0969605f340e5 +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/1d39b421db750bdd22d90000ed34b91aa51b2d 120777 root:root ../../../../bin/earlyoom +File: /usr/lib/debug/.build-id/2b/1d39b421db750bdd22d90000ed34b91aa51b2d.debug 120777 root:root ../../usr/bin/earlyoom.debug +File: /usr/lib/debug/usr/bin/earlyoom.debug 100644 root:root f6660f1025840311d28c00689c6f082b File: /usr/src/debug/earlyoom-1.6.2 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/earlyoom-1.6.2/msg.h 100644 root:root 80394dea6e44023a4b65696f16ff2f99 -RPMIdentity: 931f4d5305e2cabda48f2dc7832fe3b6f3e37400b50a40b531a381dde14c053813cf6e329430f5e3522529d90fd40ba915f2953f4ac9375c468e842e8441be33 +RPMIdentity: 20c8585b94b8c44c41ea7bc8577f13798268cdb43b894bdfdd23f117e3b395a2d57dfc785795fa1752fbca8108ebdb1f4d5e6c0ae3a26f75de5424ef6397aabc