<86>Jul 3 01:37:42 userdel[145350]: delete user 'rooter' <86>Jul 3 01:37:42 userdel[145350]: removed group 'rooter' owned by 'rooter' <86>Jul 3 01:37:42 userdel[145350]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 3 01:37:42 groupadd[145442]: group added to /etc/group: name=rooter, GID=1877 <86>Jul 3 01:37:42 groupadd[145442]: group added to /etc/gshadow: name=rooter <86>Jul 3 01:37:42 groupadd[145442]: new group: name=rooter, GID=1877 <86>Jul 3 01:37:42 useradd[145516]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Jul 3 01:37:42 userdel[145627]: delete user 'builder' <86>Jul 3 01:37:42 userdel[145627]: removed group 'builder' owned by 'builder' <86>Jul 3 01:37:42 userdel[145627]: removed shadow group 'builder' owned by 'builder' <86>Jul 3 01:37:42 groupadd[145746]: group added to /etc/group: name=builder, GID=1878 <86>Jul 3 01:37:42 groupadd[145746]: group added to /etc/gshadow: name=builder <86>Jul 3 01:37:42 groupadd[145746]: new group: name=builder, GID=1878 <86>Jul 3 01:37:42 useradd[145816]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none <13>Jul 3 01:37:45 rpmi: perl-Filter-1.64-alt1 sisyphus+335067.400.1.1 1700901412 installed <13>Jul 3 01:37:45 rpmi: perl-Encode-3.21-alt1 sisyphus+343095.100.1.1 1710875477 installed <13>Jul 3 01:37:45 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+335067.10500.2.2 1701154168 installed <13>Jul 3 01:37:45 rpmi: help2man-1.48.5-alt1 sisyphus+346293.200.2.1 1716441067 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/v4l2loopback-0.13.2-alt1.nosrc.rpm (w1.gzdio) Installing v4l2loopback-0.13.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.56270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf v4l2loopback-0.13.2 + echo 'Source #0 (v4l2loopback-0.13.2.tar):' Source #0 (v4l2loopback-0.13.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/v4l2loopback-0.13.2.tar + cd v4l2loopback-0.13.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (v4l2loopback-0.13.2-alt1.patch):' Patch #0 (v4l2loopback-0.13.2-alt1.patch): + /usr/bin/patch -p1 patching file .gear/rules patching file .gear/tags/c80e60989f30d82718f0cbf24ed4db890d4ad27a patching file .gear/tags/list patching file .gear/v4l2loopback.spec patching file v4l2loopback.c + pushd utils ~/RPM/BUILD/v4l2loopback-0.13.2/utils ~/RPM/BUILD/v4l2loopback-0.13.2 + subst 's,CPPFLAGS\ +=\(.*\),CPPFLAGS += \1 $(RPM_OPT_FLAGS),' Makefile + popd ~/RPM/BUILD/v4l2loopback-0.13.2 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.56270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd v4l2loopback-0.13.2 + make utils make: Entering directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' ++++++ To sign the module, you must set KBUILD_SIGN_KEY/KBUILD_SIGN_CERT to point to the signing key/certificate! ++++++ For your convenience, we try to read these variables as 'mok_signing_key' resp. 'mok_certificate' from /etc/dkms/framework.conf ++++++ If your certificate requires a password, pass it via the KBUILD_SIGN_PIN env-var! ++++++ E.g. using 'export KBUILD_SIGN_PIN; read -s -p "Passphrase for signing key : " KBUILD_SIGN_PIN; sudo --preserve-env=KBUILD_SIGN_PIN make sign' make: Leaving directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' make: Entering directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' make -C utils V4L2LOOPBACK_SNAPSHOT_VERSION= make[1]: Entering directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2/utils' cc -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o v4l2loopback-ctl.o v4l2loopback-ctl.c v4l2loopback-ctl.c: In function '_get_control_id': v4l2loopback-ctl.c:229:35: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 229 | if (!strncmp(qctrl.name, control, length)) | ~~~~~^~~~~ | | | __u8 * {aka unsigned char *} In file included from v4l2loopback-ctl.c:23: /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type '__u8 *' {aka 'unsigned char *'} 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ v4l2loopback-ctl.c:236:43: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 236 | if (!strncmp(qctrl.name, control, length)) | ~~~~~^~~~~ | | | __u8 * {aka unsigned char *} /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type '__u8 *' {aka 'unsigned char *'} 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ v4l2loopback-ctl.c:242:35: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 242 | if (!strncmp(qctrl.name, control, length)) { | ~~~~~^~~~~ | | | __u8 * {aka unsigned char *} /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type '__u8 *' {aka 'unsigned char *'} 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ v4l2loopback-ctl.c: At top level: v4l2loopback-ctl.c:852:13: warning: 'print_caps' defined but not used [-Wunused-function] 852 | static void print_caps(t_caps *caps) | ^~~~~~~~~~ cc v4l2loopback-ctl.o -o v4l2loopback-ctl make[1]: Leaving directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2/utils' make: Leaving directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.74248 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/v4l2loopback-buildroot + : + /bin/rm -rf -- /usr/src/tmp/v4l2loopback-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd v4l2loopback-0.13.2 + PREFIX=/usr + DESTDIR=/usr/src/tmp/v4l2loopback-buildroot + make install-utils install-man make: Entering directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' ++++++ To sign the module, you must set KBUILD_SIGN_KEY/KBUILD_SIGN_CERT to point to the signing key/certificate! ++++++ For your convenience, we try to read these variables as 'mok_signing_key' resp. 'mok_certificate' from /etc/dkms/framework.conf ++++++ If your certificate requires a password, pass it via the KBUILD_SIGN_PIN env-var! ++++++ E.g. using 'export KBUILD_SIGN_PIN; read -s -p "Passphrase for signing key : " KBUILD_SIGN_PIN; sudo --preserve-env=KBUILD_SIGN_PIN make sign' make: Leaving directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' make: Entering directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' install -p -m 755 -d "/usr/src/tmp/v4l2loopback-buildroot/usr/bin" install -p -m 755 utils/v4l2loopback-ctl "/usr/src/tmp/v4l2loopback-buildroot/usr/bin" help2man -N --name "control v4l2 loopback devices" \ --no-discard-stderr --help-option=-h --version-option=-v \ utils/v4l2loopback-ctl > man/v4l2loopback-ctl.1 install -p -m 755 -d "/usr/src/tmp/v4l2loopback-buildroot/usr/share/man/man1" install -m 644 man/v4l2loopback-ctl.1 "/usr/src/tmp/v4l2loopback-buildroot/usr/share/man/man1" make: Leaving directory '/usr/src/RPM/BUILD/v4l2loopback-0.13.2' + mkdir -p /usr/src/tmp/v4l2loopback-buildroot/usr/lib/udev/rules.d + mkdir -p /usr/src/tmp/v4l2loopback-buildroot/usr/src/kernel/sources/ + cp -a udev/60-persistent-v4l2loopback.rules /usr/src/tmp/v4l2loopback-buildroot/usr/lib/udev/rules.d/ + mkdir kernel-source-v4l2loopback-0.13.2 + cp -a v4l2loopback.c v4l2loopback.h v4l2loopback_formats.h Kbuild Makefile Makefile.manual kernel-source-v4l2loopback-0.13.2/ + tar -c kernel-source-v4l2loopback-0.13.2 + bzip2 -c + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/v4l2loopback-buildroot (auto) Verifying and fixing files in /usr/src/tmp/v4l2loopback-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/v4l2loopback-buildroot/ (default) Compressing files in /usr/src/tmp/v4l2loopback-buildroot (auto) Adjusting library links in /usr/src/tmp/v4l2loopback-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/v4l2loopback-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/v4l2loopback-buildroot Processing files: v4l2loopback-utils-0.13.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.74248 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd v4l2loopback-0.13.2 + DOCDIR=/usr/src/tmp/v4l2loopback-buildroot/usr/share/doc/v4l2loopback-utils-0.13.2 + export DOCDIR + rm -rf /usr/src/tmp/v4l2loopback-buildroot/usr/share/doc/v4l2loopback-utils-0.13.2 + /bin/mkdir -p /usr/src/tmp/v4l2loopback-buildroot/usr/share/doc/v4l2loopback-utils-0.13.2 + cp -prL doc /usr/src/tmp/v4l2loopback-buildroot/usr/share/doc/v4l2loopback-utils-0.13.2 + chmod -R go-w /usr/src/tmp/v4l2loopback-buildroot/usr/share/doc/v4l2loopback-utils-0.13.2 + chmod -R a+rX /usr/src/tmp/v4l2loopback-buildroot/usr/share/doc/v4l2loopback-utils-0.13.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6NYLUh 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.5DKlH5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.27)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libc.so.6(GLIBC_2.8)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6DxVgd Creating v4l2loopback-utils-debuginfo package Processing files: kernel-source-v4l2loopback-0.13.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N1mCoP 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.Vxu8rY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Processing files: v4l2loopback-utils-debuginfo-0.13.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TtFUHg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uyggqA find-requires: running scripts (debuginfo) Requires: v4l2loopback-utils = 0.13.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to v4l2loopback-utils-debuginfo a strict dependency on v4l2loopback-utils Wrote: /usr/src/RPM/RPMS/x86_64/v4l2loopback-utils-0.13.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/kernel-source-v4l2loopback-0.13.2-alt1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/v4l2loopback-utils-debuginfo-0.13.2-alt1.x86_64.rpm (w2.lzdio) 0.69user 1.37system 0:08.20elapsed 25%CPU (0avgtext+0avgdata 34720maxresident)k 0inputs+0outputs (0major+195444minor)pagefaults 0swaps 3.34user 2.69system 0:18.40elapsed 32%CPU (0avgtext+0avgdata 133508maxresident)k 0inputs+0outputs (0major+207498minor)pagefaults 0swaps --- kernel-source-v4l2loopback-0.13.2-alt1.noarch.rpm.repo 2024-06-05 19:14:37.000000000 +0000 +++ kernel-source-v4l2loopback-0.13.2-alt1.noarch.rpm.hasher 2024-07-03 01:37:56.897496695 +0000 @@ -3,3 +3,3 @@ Provides: kernel-source-v4l2loopback = 0.13.2-alt1:sisyphus+350427.100.1.1 -File: /usr/src/kernel/sources/kernel-source-v4l2loopback-0.13.2.tar.bz2 100644 root:root 534aca7255f17cbdcf1cb35078ab7821 -RPMIdentity: e38e7a5ac85f30809644ce452ddfd57d788aa3f359e644187e168452b8808f072dade1ef3d37f89ba19181e8ceba0e9bc98bda1ea71efaf6fb7ea8f45285c948 +File: /usr/src/kernel/sources/kernel-source-v4l2loopback-0.13.2.tar.bz2 100644 root:root 9f8c8a767b14b24c3ec6e4146e36db9c +RPMIdentity: be2f8735066804564b506f14abbc1f388090537240cfff0874de6acd5a4c41425f13dd94625124c500c128c1f369f57a324de2cdd5fa928b339090300f91663c --- v4l2loopback-utils-0.13.2-alt1.x86_64.rpm.repo 2024-06-05 19:14:37.000000000 +0000 +++ v4l2loopback-utils-0.13.2-alt1.x86_64.rpm.hasher 2024-07-03 01:37:56.996498269 +0000 @@ -1,3 +1,3 @@ -/lib/udev/rules.d/60-persistent-v4l2loopback.rules 100644 root:root /usr/bin/v4l2loopback-ctl 100755 root:root +/usr/lib/udev/rules.d/60-persistent-v4l2loopback.rules 100644 root:root /usr/share/doc/v4l2loopback-utils-0.13.2 40755 root:root @@ -10,3 +10,2 @@ /usr/share/man/man1/v4l2loopback-ctl.1.xz 100644 root:root -Requires: /lib/udev/rules.d Requires: /lib64/ld-linux-x86-64.so.2 @@ -24,4 +23,4 @@ Provides: v4l2loopback-utils = 0.13.2-alt1:sisyphus+350427.100.1.1 -File: /lib/udev/rules.d/60-persistent-v4l2loopback.rules 100644 root:root dbdf51a8468f87f7d196badf77a34fc8 File: /usr/bin/v4l2loopback-ctl 100755 root:root f97991ca74ec10a1233b1a737f16bc49 +File: /usr/lib/udev/rules.d/60-persistent-v4l2loopback.rules 100644 root:root dbdf51a8468f87f7d196badf77a34fc8 File: /usr/share/doc/v4l2loopback-utils-0.13.2 40755 root:root @@ -34,2 +33,2 @@ File: /usr/share/man/man1/v4l2loopback-ctl.1.xz 100644 root:root 08a4eae54884192dacf24da48a3d02b5 -RPMIdentity: 3c69782ec3f6f363a7ac828430f60d541511657263ec1fed836c530a2bf5ce126815f9e138f0c5c3b552a37da27f491b2a6f40bff880c0abdf1ffc91986c6c2f +RPMIdentity: f38bc244f579b18a9371fd67757f7ec3154998751efe3a84c83e967baa874d66e52d2ce9c785b167a246d634841a72e94591d8af2c2291bc29b680b5a8d4a4ef