<86>Jul 22 05:11:40 userdel[213331]: delete user 'rooter' <86>Jul 22 05:11:40 userdel[213331]: removed group 'rooter' owned by 'rooter' <86>Jul 22 05:11:40 userdel[213331]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 22 05:11:40 groupadd[213395]: group added to /etc/group: name=rooter, GID=1814 <86>Jul 22 05:11:40 groupadd[213395]: group added to /etc/gshadow: name=rooter <86>Jul 22 05:11:40 groupadd[213395]: new group: name=rooter, GID=1814 <86>Jul 22 05:11:40 useradd[213426]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>Jul 22 05:11:40 userdel[213502]: delete user 'builder' <86>Jul 22 05:11:40 userdel[213502]: removed group 'builder' owned by 'builder' <86>Jul 22 05:11:40 userdel[213502]: removed shadow group 'builder' owned by 'builder' <86>Jul 22 05:11:40 groupadd[213565]: group added to /etc/group: name=builder, GID=1815 <86>Jul 22 05:11:40 groupadd[213565]: group added to /etc/gshadow: name=builder <86>Jul 22 05:11:40 groupadd[213565]: new group: name=builder, GID=1815 <86>Jul 22 05:11:40 useradd[213598]: new user: name=builder, UID=1815, GID=1815, 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>Jul 22 05:11:43 rpmi: libp11-kit-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083450 installed <13>Jul 22 05:11:43 rpmi: libtasn1-4.19.0-alt2 sisyphus+323514.100.1.1 1687445898 installed <13>Jul 22 05:11:43 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Jul 22 05:11:43 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Jul 22 05:11:43 rpmi: ca-certificates-2022.12.14-alt1 sisyphus+311754.200.1.1 1671046143 installed <13>Jul 22 05:11:43 rpmi: ca-trust-0.1.4-alt1 sisyphus+308690.100.1.1 1666182992 installed <13>Jul 22 05:11:43 rpmi: p11-kit-trust-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083450 installed <13>Jul 22 05:11:43 rpmi: libcrypto3-3.1.1-alt3 sisyphus+325072.200.2.1 1689603123 installed <13>Jul 22 05:11:43 rpmi: libssl3-3.1.1-alt3 sisyphus+325072.200.2.1 1689603123 installed <13>Jul 22 05:11:43 rpmi: libssl-devel-3.1.1-alt3 sisyphus+325072.200.2.1 1689603123 installed <13>Jul 22 05:11:50 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.22233 + 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.22233 + 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.41120 + 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:/bin:/usr/bin:/usr/X11R6/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 Processing files: kmod-sign-4.18-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3ERc6N 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.SyAU2b 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 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.kajzCq 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.SZwu0v find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ycgbs1 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) 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.71user 1.39system 0:06.41elapsed 32%CPU (0avgtext+0avgdata 31076maxresident)k 0inputs+0outputs (0major+206775minor)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.25user 1.53system 0:20.88elapsed 22%CPU (0avgtext+0avgdata 124696maxresident)k 204384inputs+0outputs (0major+199661minor)pagefaults 0swaps --- kmod-sign-4.18-alt2.i586.rpm.repo 2018-09-13 07:57:16.000000000 +0000 +++ kmod-sign-4.18-alt2.i586.rpm.hasher 2023-07-22 05:11:59.584254498 +0000 @@ -8,6 +8,8 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) -Requires: libcrypto.so.1.1 >= set:pkhMqDV4NY0f7lZcQZBB8IbooHoQkRkWW23KjiaIOIVfeZ8H1I3EFJnwZ0IbYacPndvzqZ80pe5Gxh4nzcZqy05Z6rZdTY4HqC +Requires: libcrypto.so.3 >= set:qlhMqeP94P3UVEifjfOMgFlPCRIf95ml3eZwE9lNSaYacPntZmkH71RYTwve6isQXCP6l8FT1ZizFCeeZ8r1mkG2kFpANn51aWJ4a1 Requires: rpmlib(SetVersions) -Requires: libcrypto.so.1.1(OPENSSL_1_1_0) +Requires: libcrypto.so.3(OPENSSL_3.0.0) Requires: openssl @@ -16,5 +18,5 @@ Provides: kmod-sign = 4.18-alt2 -File: /usr/bin/extract-cert 100755 root:root 6fd2197237d1f67a7a15ea6962424553 +File: /usr/bin/extract-cert 100755 root:root bfe4502909f56979c755a829aea9c1e8 File: /usr/bin/kmod-gen-cert 100755 root:root 0b6a63e26b8be90a931ad9305765ac58 -File: /usr/bin/sign-file 100755 root:root a59f05f0b6a41aeb029028f93e66245e -RPMIdentity: 6abdf48827649a1b9ccc74d00504d0da255e221c2bf8540b135e792c3e91c38195d38858bed907b21db78e2cc84500dddf5a790941cf56330521ec119c492668 +File: /usr/bin/sign-file 100755 root:root 4f3d30137908fb1e2df825255305a876 +RPMIdentity: e4167f57a2d98fc9b22307b65d2397624f379fd531eb26ff37546d9b973cd1e31b1e7f24fc454eb0ee5f75517e4a1d17dffc801c20a20575461fe37e8dd1d478 --- kmod-sign-debuginfo-4.18-alt2.i586.rpm.repo 2018-09-13 07:57:16.000000000 +0000 +++ kmod-sign-debuginfo-4.18-alt2.i586.rpm.hasher 2023-07-22 05:11:59.668255368 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/28 40755 root:root -/usr/lib/debug/.build-id/28/65a7a470ea5695b05b0628a1c4e054a1ee6486 120777 root:root ../../../../bin/extract-cert -/usr/lib/debug/.build-id/28/65a7a470ea5695b05b0628a1c4e054a1ee6486.debug 120777 root:root ../../usr/bin/extract-cert.debug -/usr/lib/debug/.build-id/f7 40755 root:root -/usr/lib/debug/.build-id/f7/41fdbe3de4209aefcb884b97b2125cd7383543 120777 root:root ../../../../bin/sign-file -/usr/lib/debug/.build-id/f7/41fdbe3de4209aefcb884b97b2125cd7383543.debug 120777 root:root ../../usr/bin/sign-file.debug +/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/usr/bin/extract-cert.debug 100644 root:root @@ -11,13 +11,13 @@ Requires: debug(libc.so.6) -Requires: debug(libcrypto.so.1.1) +Requires: debug(libcrypto.so.3) Requires: rpmlib(PayloadIsLzma) Provides: kmod-sign-debuginfo = 4.18-alt2 -File: /usr/lib/debug/.build-id/28 40755 root:root -File: /usr/lib/debug/.build-id/28/65a7a470ea5695b05b0628a1c4e054a1ee6486 120777 root:root ../../../../bin/extract-cert -File: /usr/lib/debug/.build-id/28/65a7a470ea5695b05b0628a1c4e054a1ee6486.debug 120777 root:root ../../usr/bin/extract-cert.debug -File: /usr/lib/debug/.build-id/f7 40755 root:root -File: /usr/lib/debug/.build-id/f7/41fdbe3de4209aefcb884b97b2125cd7383543 120777 root:root ../../../../bin/sign-file -File: /usr/lib/debug/.build-id/f7/41fdbe3de4209aefcb884b97b2125cd7383543.debug 120777 root:root ../../usr/bin/sign-file.debug -File: /usr/lib/debug/usr/bin/extract-cert.debug 100644 root:root 121d2634372c46e986efac73a6e8470c -File: /usr/lib/debug/usr/bin/sign-file.debug 100644 root:root bf1b755ebc6272fe4758b4262e161710 -RPMIdentity: 36faa4d8df567eb32c573e1190c28aa211d40cdabe0acb1ba05daa0b56bf43a62923585a6b87e3a9bfb3de3674a4bea4b1aa202b25f203c208a4dac04ad08794 +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: 3d01b2d79575ac42903b20216469f6b89dd8d7b2e42ecd36d6edbd0ec2d8d615cbbd1706cfb5392c97c218f51829e3702371bac760c74148a9dae874c4790781