<86>Aug 14 01:26:46 userdel[1356909]: delete user 'rooter' <86>Aug 14 01:26:46 userdel[1356909]: removed group 'rooter' owned by 'rooter' <86>Aug 14 01:26:46 userdel[1356909]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 14 01:26:46 groupadd[1356957]: group added to /etc/group: name=rooter, GID=1847 <86>Aug 14 01:26:46 groupadd[1356957]: group added to /etc/gshadow: name=rooter <86>Aug 14 01:26:46 groupadd[1356957]: new group: name=rooter, GID=1847 <86>Aug 14 01:26:46 useradd[1356986]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Aug 14 01:26:46 userdel[1357038]: delete user 'builder' <86>Aug 14 01:26:46 userdel[1357038]: removed group 'builder' owned by 'builder' <86>Aug 14 01:26:46 userdel[1357038]: removed shadow group 'builder' owned by 'builder' <86>Aug 14 01:26:46 groupadd[1357083]: group added to /etc/group: name=builder, GID=1848 <86>Aug 14 01:26:46 groupadd[1357083]: group added to /etc/gshadow: name=builder <86>Aug 14 01:26:46 groupadd[1357083]: new group: name=builder, GID=1848 <86>Aug 14 01:26:46 useradd[1357129]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none <13>Aug 14 01:26:49 rpmi: perl-Filter-1.64-alt1 sisyphus+335067.400.1.1 1700901412 installed <13>Aug 14 01:26:50 rpmi: perl-Encode-3.21-alt1 sisyphus+343095.100.1.1 1710875477 installed <13>Aug 14 01:26:50 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+335067.10500.2.2 1701154168 installed <13>Aug 14 01:26:50 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.60567 + 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.60567 + 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.60567 + 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.81571 + 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.nx2AQ7 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.1pT4Wg 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.BIU04E 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.I974YQ 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.vW2YUz 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.lsJUvW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6JNwBA 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.53user 1.11system 0:07.99elapsed 20%CPU (0avgtext+0avgdata 34976maxresident)k 0inputs+0outputs (0major+195515minor)pagefaults 0swaps 3.29user 2.59system 0:17.10elapsed 34%CPU (0avgtext+0avgdata 135252maxresident)k 288inputs+0outputs (0major+199462minor)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-08-14 01:27:00.634797363 +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 1a2e18b91ea0cd07d65780b4882d9ec9 +RPMIdentity: e406829715157c3c0d655ab14860034b7c731c6b4ebaefc9132489672dc028a61236b1b938d1aaea9d4876b051f33facbb8099b015556f583038c1a71f906235 --- 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-08-14 01:27:00.715798355 +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/bin/v4l2loopback-ctl 100755 root:root 1b0e3d17cdc1b739616f8d4fb5d34343 +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: 8e18d7519ed794015a42df2d0a545ef661853a917135a3a721a417873817bd9bef54717f9372b4b4d1cdf88b202e2ca0e0a767c842ffa45ed13399e4816082ea --- v4l2loopback-utils-debuginfo-0.13.2-alt1.x86_64.rpm.repo 2024-06-05 19:14:37.000000000 +0000 +++ v4l2loopback-utils-debuginfo-0.13.2-alt1.x86_64.rpm.hasher 2024-08-14 01:27:00.811799531 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/801cd7398af2ca97ec243c2c102c86feaf47a8 120777 root:root ../../../../bin/v4l2loopback-ctl -/usr/lib/debug/.build-id/ea/801cd7398af2ca97ec243c2c102c86feaf47a8.debug 120777 root:root ../../usr/bin/v4l2loopback-ctl.debug +/usr/lib/debug/.build-id/c7 40755 root:root +/usr/lib/debug/.build-id/c7/7a7ef24ab9d8e941b520f7da64ddad7c4d4fac 120777 root:root ../../../../bin/v4l2loopback-ctl +/usr/lib/debug/.build-id/c7/7a7ef24ab9d8e941b520f7da64ddad7c4d4fac.debug 120777 root:root ../../usr/bin/v4l2loopback-ctl.debug /usr/lib/debug/usr/bin/v4l2loopback-ctl.debug 100644 root:root @@ -14,6 +14,6 @@ Provides: v4l2loopback-utils-debuginfo = 0.13.2-alt1:sisyphus+350427.100.1.1 -File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/801cd7398af2ca97ec243c2c102c86feaf47a8 120777 root:root ../../../../bin/v4l2loopback-ctl -File: /usr/lib/debug/.build-id/ea/801cd7398af2ca97ec243c2c102c86feaf47a8.debug 120777 root:root ../../usr/bin/v4l2loopback-ctl.debug -File: /usr/lib/debug/usr/bin/v4l2loopback-ctl.debug 100644 root:root 214735a39e60a6f3c4b9475c72078e26 +File: /usr/lib/debug/.build-id/c7 40755 root:root +File: /usr/lib/debug/.build-id/c7/7a7ef24ab9d8e941b520f7da64ddad7c4d4fac 120777 root:root ../../../../bin/v4l2loopback-ctl +File: /usr/lib/debug/.build-id/c7/7a7ef24ab9d8e941b520f7da64ddad7c4d4fac.debug 120777 root:root ../../usr/bin/v4l2loopback-ctl.debug +File: /usr/lib/debug/usr/bin/v4l2loopback-ctl.debug 100644 root:root 6f9faf6af82890c847c9c2972d859f89 File: /usr/src/debug/v4l2loopback-0.13.2 40755 root:root @@ -23,2 +23,2 @@ File: /usr/src/debug/v4l2loopback-0.13.2/v4l2loopback_formats.h 100644 root:root 8599d4b8059e75fd71bd81eb50cdc08f -RPMIdentity: ef95a006eecaf538dc208c19a8957a264fad89314c2b5ee22bcffcc9eb9f319afef9c56544cf93a1808ebbba7b129b99bf69f3ee385ed629d0bf3968544990c9 +RPMIdentity: 6f4da0354eafa11254fbc489c9040b70886172707f7f65c8b7329b4a534a742a03bf8bedf0ffaf3336939499130204b21332a0162f44a3f0edcc78e5cba9c9f7