<86>Apr 13 06:03:40 userdel[180719]: delete user 'rooter' <86>Apr 13 06:03:40 userdel[180719]: removed group 'rooter' owned by 'rooter' <86>Apr 13 06:03:40 userdel[180719]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 13 06:03:40 groupadd[180767]: group added to /etc/group: name=rooter, GID=1859 <86>Apr 13 06:03:40 groupadd[180767]: group added to /etc/gshadow: name=rooter <86>Apr 13 06:03:40 groupadd[180767]: new group: name=rooter, GID=1859 <86>Apr 13 06:03:40 useradd[180804]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash, from=none <86>Apr 13 06:03:40 userdel[180853]: delete user 'builder' <86>Apr 13 06:03:40 userdel[180853]: removed group 'builder' owned by 'builder' <86>Apr 13 06:03:40 userdel[180853]: removed shadow group 'builder' owned by 'builder' <86>Apr 13 06:03:40 groupadd[180901]: group added to /etc/group: name=builder, GID=1860 <86>Apr 13 06:03:40 groupadd[180901]: group added to /etc/gshadow: name=builder <86>Apr 13 06:03:40 groupadd[180901]: new group: name=builder, GID=1860 <86>Apr 13 06:03:40 useradd[180942]: new user: name=builder, UID=1860, GID=1860, home=/usr/src, shell=/bin/bash, from=none <13>Apr 13 06:03:44 rpmi: pandoc-2.9.2.1-alt2 sisyphus+326169.23200.17.2 1692855043 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.77049 + 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.77049 + 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.77049 + 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) Verifying systemd units in /usr/src/tmp/earlyoom-buildroot 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 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/earlyoom-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.77049 Check is turned off by --without check Processing files: earlyoom-1.6.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77049 + 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.AnKgIF 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.qwwAqY 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.15jObt 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.oMvqfT 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.ub8okz 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.x3e4af find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NJkK2V 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.70user 1.28system 0:07.88elapsed 25%CPU (0avgtext+0avgdata 39432maxresident)k 0inputs+0outputs (0major+224195minor)pagefaults 0swaps 3.15user 2.55system 0:17.59elapsed 32%CPU (0avgtext+0avgdata 126896maxresident)k 0inputs+0outputs (0major+187054minor)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 2024-04-13 06:03:54.935056774 +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 e2586bc3a7db6fabc80a8cc5ec3d33f8 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: 2fc4fc765627a35107b4ad2e333ab11aa182bd48aa54dbe3c1416f13866a89e987ae47c22cbc02f24cc3ad432db2268f1ee7fefe93bceeebb68b2c7c2738b7a3 --- 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 2024-04-13 06:03:55.013058353 +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/e0 40755 root:root +/usr/lib/debug/.build-id/e0/5326eebf87abead40393425dfc7e66a3aa0b78 120777 root:root ../../../../bin/earlyoom +/usr/lib/debug/.build-id/e0/5326eebf87abead40393425dfc7e66a3aa0b78.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/e0 40755 root:root +File: /usr/lib/debug/.build-id/e0/5326eebf87abead40393425dfc7e66a3aa0b78 120777 root:root ../../../../bin/earlyoom +File: /usr/lib/debug/.build-id/e0/5326eebf87abead40393425dfc7e66a3aa0b78.debug 120777 root:root ../../usr/bin/earlyoom.debug +File: /usr/lib/debug/usr/bin/earlyoom.debug 100644 root:root 09153d3f6750acb07ca988d242bed06e 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: 3ebd79bca27e4c66ee1b9ca39d55b80cb5b0b5e408bf56196c8fe829607115eca47d60312f664917bc7fcc116a53dc215c644454b1ae911244c695fe2dcd236f