<86>Sep 7 07:15:25 userdel[4143670]: delete user 'rooter' <86>Sep 7 07:15:25 userdel[4143670]: removed group 'rooter' owned by 'rooter' <86>Sep 7 07:15:25 userdel[4143670]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 7 07:15:25 groupadd[4143717]: group added to /etc/group: name=rooter, GID=1874 <86>Sep 7 07:15:25 groupadd[4143717]: group added to /etc/gshadow: name=rooter <86>Sep 7 07:15:25 groupadd[4143717]: new group: name=rooter, GID=1874 <86>Sep 7 07:15:25 useradd[4143757]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>Sep 7 07:15:25 userdel[4143816]: delete user 'builder' <86>Sep 7 07:15:25 userdel[4143816]: removed group 'builder' owned by 'builder' <86>Sep 7 07:15:25 userdel[4143816]: removed shadow group 'builder' owned by 'builder' <86>Sep 7 07:15:25 groupadd[4143862]: group added to /etc/group: name=builder, GID=1875 <86>Sep 7 07:15:25 groupadd[4143862]: group added to /etc/gshadow: name=builder <86>Sep 7 07:15:25 groupadd[4143862]: new group: name=builder, GID=1875 <86>Sep 7 07:15:25 useradd[4143906]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/kmod-sign-4.18-alt2.src.rpm: The use of such a license name is ambiguous: LGPL <13>Sep 7 07:15:29 rpmi: libp11-kit-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622586 installed <13>Sep 7 07:15:29 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802618 installed <13>Sep 7 07:15:29 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Sep 7 07:15:29 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Sep 7 07:15:29 rpmi: ca-certificates-2024.07.01-alt1 sisyphus+351897.100.1.1 1719826350 installed <13>Sep 7 07:15:29 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>Sep 7 07:15:29 rpmi: p11-kit-trust-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622586 installed <13>Sep 7 07:15:30 rpmi: libcrypto3-3.1.7-alt1 sisyphus+356755.100.1.1 1725388677 installed <13>Sep 7 07:15:30 rpmi: libssl3-3.1.7-alt1 sisyphus+356755.100.1.1 1725388677 installed <13>Sep 7 07:15:30 rpmi: libssl-devel-3.1.7-alt1 sisyphus+356755.100.1.1 1725388677 installed <13>Sep 7 07:15:36 rpmi: kernel-source-4.18-1.0.0-alt1 1534163538 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/kmod-sign-4.18-alt2.nosrc.rpm (w1.gzdio) Installing kmod-sign-4.18-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.35424 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf kmod-sign-4.18 + /bin/mkdir -p kmod-sign-4.18 + cd kmod-sign-4.18 + /bin/chmod -c -Rf u+rwX,go-w . + tar -xf /usr/src/kernel/sources/kernel-source-4.18.tar + cp kernel-source-4.18/scripts/sign-file.c kernel-source-4.18/scripts/extract-cert.c ./ + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84862 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd kmod-sign-4.18 + gcc -o sign-file sign-file.c -lcrypto sign-file.c: In function 'display_openssl_errors': sign-file.c:89:9: warning: 'ERR_get_error_line' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 89 | while ((e = ERR_get_error_line(&file, &line))) { | ^~~~~ In file included from sign-file.c:29: /usr/include/openssl/err.h:423:15: note: declared here 423 | unsigned long ERR_get_error_line(const char **file, int *line); | ^~~~~~~~~~~~~~~~~~ sign-file.c: In function 'drain_openssl_errors': sign-file.c:102:9: warning: 'ERR_get_error_line' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | while (ERR_get_error_line(&file, &line)) {} | ^~~~~ /usr/include/openssl/err.h:423:15: note: declared here 423 | unsigned long ERR_get_error_line(const char **file, int *line); | ^~~~~~~~~~~~~~~~~~ sign-file.c: In function 'read_private_key': sign-file.c:142:17: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 142 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from sign-file.c:30: /usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sign-file.c:144:17: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 144 | e = ENGINE_by_id("pkcs11"); | ^ /usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ sign-file.c:146:17: warning: 'ENGINE_init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 146 | if (ENGINE_init(e)) | ^~ /usr/include/openssl/engine.h:620:27: note: declared here 620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); | ^~~~~~~~~~~ sign-file.c:151:25: warning: 'ENGINE_ctrl_cmd_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 151 | ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), | ^~~ /usr/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ sign-file.c:153:17: warning: 'ENGINE_load_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 153 | private_key = ENGINE_load_private_key(e, private_key_name, | ^~~~~~~~~~~ /usr/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ + gcc -o extract-cert extract-cert.c -lcrypto extract-cert.c: In function 'display_openssl_errors': extract-cert.c:46:9: warning: 'ERR_get_error_line' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 46 | while ((e = ERR_get_error_line(&file, &line))) { | ^~~~~ In file included from extract-cert.c:23: /usr/include/openssl/err.h:423:15: note: declared here 423 | unsigned long ERR_get_error_line(const char **file, int *line); | ^~~~~~~~~~~~~~~~~~ extract-cert.c: In function 'drain_openssl_errors': extract-cert.c:59:9: warning: 'ERR_get_error_line' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 59 | while (ERR_get_error_line(&file, &line)) {} | ^~~~~ /usr/include/openssl/err.h:423:15: note: declared here 423 | unsigned long ERR_get_error_line(const char **file, int *line); | ^~~~~~~~~~~~~~~~~~ extract-cert.c: In function 'main': extract-cert.c:124:17: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from extract-cert.c:24: /usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ extract-cert.c:126:17: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 126 | e = ENGINE_by_id("pkcs11"); | ^ /usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ extract-cert.c:128:17: warning: 'ENGINE_init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | if (ENGINE_init(e)) | ^~ /usr/include/openssl/engine.h:620:27: note: declared here 620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); | ^~~~~~~~~~~ extract-cert.c:133:25: warning: 'ENGINE_ctrl_cmd_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 133 | ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); | ^~~ /usr/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ extract-cert.c:134:17: warning: 'ENGINE_ctrl_cmd' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 134 | ENGINE_ctrl_cmd(e, "LOAD_CERT_CTRL", 0, &parms, NULL, 1); | ^~~~~~~~~~~~~~~ /usr/include/openssl/engine.h:450:27: note: declared here 450 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, | ^~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.84862 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/kmod-sign-buildroot + : + /bin/rm -rf -- /usr/src/tmp/kmod-sign-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd kmod-sign-4.18 + mkdir -p /usr/src/tmp/kmod-sign-buildroot/usr/bin + install sign-file extract-cert /usr/src/tmp/kmod-sign-buildroot/usr/bin + install /usr/src/RPM/SOURCES/kmod-gen-cert /usr/src/tmp/kmod-sign-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/kmod-sign-buildroot (auto) Verifying and fixing files in /usr/src/tmp/kmod-sign-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/kmod-sign-buildroot/ (default) Compressing files in /usr/src/tmp/kmod-sign-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/kmod-sign-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/extract-cert: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/kmod-sign-buildroot Processing files: kmod-sign-4.18-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.362EnB 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.96SRSI find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: cat mktemp openssl rm Requires: /bin/sh, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libcrypto.so.3 >= set:qlhMqeP94P3UVEifjfOMgFlPCRIf95ml3eZwE9lNSaYacPntZmkH71RYTwve6isQXCP6l8FT1ZizFCeeZ8r1mkG2kFpANn51aWJ4a1, libcrypto.so.3(OPENSSL_3.0.0), openssl, 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.52yxB8 Creating kmod-sign-debuginfo package Processing files: kmod-sign-debuginfo-4.18-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iTWdW1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3c8s8c find-requires: running scripts (debuginfo) Requires: kmod-sign = 4.18-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.3) Adding to kmod-sign-debuginfo a strict dependency on kmod-sign Wrote: /usr/src/RPM/RPMS/i586/kmod-sign-4.18-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/kmod-sign-debuginfo-4.18-alt2.i586.rpm (w2.lzdio) 0.91user 2.00system 0:06.94elapsed 42%CPU (0avgtext+0avgdata 30624maxresident)k 0inputs+0outputs (0major+211075minor)pagefaults 0swaps /.out/kmod-sign-4.18-alt2.i586.rpm: The use of such a license name is ambiguous: LGPL /.out/kmod-sign-debuginfo-4.18-alt2.i586.rpm: The use of such a license name is ambiguous: LGPL 3.69user 2.53system 0:24.58elapsed 25%CPU (0avgtext+0avgdata 131388maxresident)k 204384inputs+0outputs (0major+205261minor)pagefaults 0swaps --- kmod-sign-4.18-alt2.i586.rpm.repo 2023-07-29 17:38:53.000000000 +0000 +++ kmod-sign-4.18-alt2.i586.rpm.hasher 2024-09-07 07:15:47.242075539 +0000 @@ -18,5 +18,5 @@ Provides: kmod-sign = 4.18-alt2:sisyphus+325981.600.1.1 -File: /usr/bin/extract-cert 100755 root:root bfe4502909f56979c755a829aea9c1e8 +File: /usr/bin/extract-cert 100755 root:root 53e09802f092207e7ddd2c9ef93ec789 File: /usr/bin/kmod-gen-cert 100755 root:root 0b6a63e26b8be90a931ad9305765ac58 -File: /usr/bin/sign-file 100755 root:root 4f3d30137908fb1e2df825255305a876 -RPMIdentity: e4167f57a2d98fc9b22307b65d2397624f379fd531eb26ff37546d9b973cd1e31b1e7f24fc454eb0ee5f75517e4a1d17dffc801c20a20575461fe37e8dd1d478 +File: /usr/bin/sign-file 100755 root:root 2dce014085ea9fcebd267117648255a8 +RPMIdentity: eae8b603b3b67a36f0ecc72328ebe1fdfe5861e4528dea3850ce254c8c2b60c6a72edcb854fb67b6eeefc51fa88a47b5e53f2fcca316f1e8a6c07d967ff34487 --- kmod-sign-debuginfo-4.18-alt2.i586.rpm.repo 2023-07-29 17:38:53.000000000 +0000 +++ kmod-sign-debuginfo-4.18-alt2.i586.rpm.hasher 2024-09-07 07:15:47.310076638 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/32 40755 root:root -/usr/lib/debug/.build-id/32/7c4bec7414f0bff497ad68b4caad78f3f198e9 120777 root:root ../../../../bin/sign-file -/usr/lib/debug/.build-id/32/7c4bec7414f0bff497ad68b4caad78f3f198e9.debug 120777 root:root ../../usr/bin/sign-file.debug -/usr/lib/debug/.build-id/62 40755 root:root -/usr/lib/debug/.build-id/62/543e9e56c9ccaa68fa1c0b31c6c67d14bb8f03 120777 root:root ../../../../bin/extract-cert -/usr/lib/debug/.build-id/62/543e9e56c9ccaa68fa1c0b31c6c67d14bb8f03.debug 120777 root:root ../../usr/bin/extract-cert.debug +/usr/lib/debug/.build-id/c3 40755 root:root +/usr/lib/debug/.build-id/c3/1dd1c8a94ce6a4e581d5d79f58e0701738675d 120777 root:root ../../../../bin/extract-cert +/usr/lib/debug/.build-id/c3/1dd1c8a94ce6a4e581d5d79f58e0701738675d.debug 120777 root:root ../../usr/bin/extract-cert.debug +/usr/lib/debug/.build-id/f3 40755 root:root +/usr/lib/debug/.build-id/f3/872420643dd6baacf64f61e6f3b0e0e541c1c9 120777 root:root ../../../../bin/sign-file +/usr/lib/debug/.build-id/f3/872420643dd6baacf64f61e6f3b0e0e541c1c9.debug 120777 root:root ../../usr/bin/sign-file.debug /usr/lib/debug/usr/bin/extract-cert.debug 100644 root:root @@ -14,10 +14,10 @@ Provides: kmod-sign-debuginfo = 4.18-alt2:sisyphus+325981.600.1.1 -File: /usr/lib/debug/.build-id/32 40755 root:root -File: /usr/lib/debug/.build-id/32/7c4bec7414f0bff497ad68b4caad78f3f198e9 120777 root:root ../../../../bin/sign-file -File: /usr/lib/debug/.build-id/32/7c4bec7414f0bff497ad68b4caad78f3f198e9.debug 120777 root:root ../../usr/bin/sign-file.debug -File: /usr/lib/debug/.build-id/62 40755 root:root -File: /usr/lib/debug/.build-id/62/543e9e56c9ccaa68fa1c0b31c6c67d14bb8f03 120777 root:root ../../../../bin/extract-cert -File: /usr/lib/debug/.build-id/62/543e9e56c9ccaa68fa1c0b31c6c67d14bb8f03.debug 120777 root:root ../../usr/bin/extract-cert.debug -File: /usr/lib/debug/usr/bin/extract-cert.debug 100644 root:root 158cb6be073ea1ef75ee774e53b06303 -File: /usr/lib/debug/usr/bin/sign-file.debug 100644 root:root 44df22cc777eb761bdcdf9b98e8d3a29 -RPMIdentity: a1ab2d9c9c0a3d6e00c638dd8a0d1f9a2f9cf9f167923ca40b43e8646c6003061bf31877a0b45ed64a0552dcadfc22f72db7184b6f410d00121a1ef737f62e00 +File: /usr/lib/debug/.build-id/c3 40755 root:root +File: /usr/lib/debug/.build-id/c3/1dd1c8a94ce6a4e581d5d79f58e0701738675d 120777 root:root ../../../../bin/extract-cert +File: /usr/lib/debug/.build-id/c3/1dd1c8a94ce6a4e581d5d79f58e0701738675d.debug 120777 root:root ../../usr/bin/extract-cert.debug +File: /usr/lib/debug/.build-id/f3 40755 root:root +File: /usr/lib/debug/.build-id/f3/872420643dd6baacf64f61e6f3b0e0e541c1c9 120777 root:root ../../../../bin/sign-file +File: /usr/lib/debug/.build-id/f3/872420643dd6baacf64f61e6f3b0e0e541c1c9.debug 120777 root:root ../../usr/bin/sign-file.debug +File: /usr/lib/debug/usr/bin/extract-cert.debug 100644 root:root 39a58b550c4396797255fbeb134c0f3d +File: /usr/lib/debug/usr/bin/sign-file.debug 100644 root:root d52d990e1eb97b1745952e1df0c50cab +RPMIdentity: 75afb491583257f9422a7a24074576df224922699e34138b5a191a691b1c6bec50cf1a42f877e70d01ccaf7d3ef8104ed9f33c8aed8be28c83f491f29a3c83f7