<86>Jun 8 07:33:15 userdel[2502909]: delete user 'rooter' <86>Jun 8 07:33:15 userdel[2502909]: removed group 'rooter' owned by 'rooter' <86>Jun 8 07:33:15 userdel[2502909]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 8 07:33:15 groupadd[2502984]: group added to /etc/group: name=rooter, GID=1865 <86>Jun 8 07:33:15 groupadd[2502984]: group added to /etc/gshadow: name=rooter <86>Jun 8 07:33:15 groupadd[2502984]: new group: name=rooter, GID=1865 <86>Jun 8 07:33:15 useradd[2503065]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Jun 8 07:33:15 userdel[2503201]: delete user 'builder' <86>Jun 8 07:33:15 userdel[2503201]: removed group 'builder' owned by 'builder' <86>Jun 8 07:33:15 userdel[2503201]: removed shadow group 'builder' owned by 'builder' <86>Jun 8 07:33:15 groupadd[2503293]: group added to /etc/group: name=builder, GID=1866 <86>Jun 8 07:33:15 groupadd[2503293]: group added to /etc/gshadow: name=builder <86>Jun 8 07:33:15 groupadd[2503293]: new group: name=builder, GID=1866 <86>Jun 8 07:33:15 useradd[2503370]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none <13>Jun 8 07:33:19 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.3221 + 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.3221 + 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.3221 + 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:/usr/bin:/bin:/usr/local/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.59510 Check is turned off by --without check Processing files: earlyoom-1.6.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.59510 + 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.6hlYnU 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.R287Cm 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.NxT3l3 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.Q4pW9z 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.SDAE64 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.Hm8OGw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GmVNNF 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.64user 1.83system 0:08.55elapsed 28%CPU (0avgtext+0avgdata 39596maxresident)k 0inputs+0outputs (0major+225242minor)pagefaults 0swaps 3.67user 2.95system 0:20.17elapsed 32%CPU (0avgtext+0avgdata 127964maxresident)k 0inputs+0outputs (0major+203700minor)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-06-08 07:33:31.019746096 +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 96484b030adae25a210418ce658ed696 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: 039497df97fee615fa035a85ac093f690f1f8e4600e5c4c01190baf51c1e003f773a5d284c10ff3724e9a3df8a83603ab16003b0092237f113af1363c3558c92 --- 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-06-08 07:33:31.103747531 +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/7e 40755 root:root +/usr/lib/debug/.build-id/7e/9dacdfbb68f9ddef61e248218d104af1a785f0 120777 root:root ../../../../bin/earlyoom +/usr/lib/debug/.build-id/7e/9dacdfbb68f9ddef61e248218d104af1a785f0.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/7e 40755 root:root +File: /usr/lib/debug/.build-id/7e/9dacdfbb68f9ddef61e248218d104af1a785f0 120777 root:root ../../../../bin/earlyoom +File: /usr/lib/debug/.build-id/7e/9dacdfbb68f9ddef61e248218d104af1a785f0.debug 120777 root:root ../../usr/bin/earlyoom.debug +File: /usr/lib/debug/usr/bin/earlyoom.debug 100644 root:root b0ba32958edd455f9390a8bb5e77b571 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: e8d3550f84a609b7338643613998bcd1f98eeaa586f34675a68083a2efb875307d78a322a1fef1540001f844a5fb80113043e9f095feb29a65809c6d01046bf7