Building package "evdi-git" :: Synchronizing package databases... core downloading... extra downloading... community downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (4) perl-error-0.17029-5 perl-mailtools-2.21-7 perl-timedate-2.33-5 git-2.43.0-1 Total Installed Size: 26.66 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] :: Running post-transaction hooks... (1/4) Creating system user accounts... Creating group 'git' with GID 972. Creating user 'git' (git daemon user) with UID 972 and GID 972. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules warning: git-2.43.0-1 is up to date -- skipping resolving dependencies... looking for conflicting packages... Packages (5) libpciaccess-0.17-1 pahole-1:1.25-4 dkms-3.0.11-1 libdrm-2.4.118-1 linux-headers-6.6.4.arch1-1 Total Installed Size: 126.43 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing dkms... Optional dependencies for dkms linux-headers: build modules against the Arch kernel [pending] linux-lts-headers: build modules against the LTS kernel linux-zen-headers: build modules against the ZEN kernel linux-hardened-headers: build modules against the HARDENED kernel installing libpciaccess... installing libdrm... Optional dependencies for libdrm cairo: needed for modetest tool installing pahole... Optional dependencies for pahole ostra-cg: Generate call graphs from encoded traces installing linux-headers... :: Running post-transaction hooks... (1/3) Arming ConditionNeedsUpdate... (2/3) Updating module dependencies... (3/3) Install DKMS modules ==> Making package: evdi-git 1.14.1.r0.g83bb793-1.1 (Fri 08 Dec 2023 02:37:45 AM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating evdi git repo... From https://github.com/DisplayLink/evdi - [deleted] (none) -> refs/pull/436/merge 83bb793..a943d98 devel -> devel + 050004a...66c6bd0 refs/pull/421/merge -> refs/pull/421/merge (forced update) + 32a77e7...9323413 refs/pull/423/merge -> refs/pull/423/merge (forced update) + 422034e...b0e78c2 refs/pull/436/head -> refs/pull/436/head (forced update) * [new ref] refs/pull/439/head -> refs/pull/439/head * [new ref] refs/pull/439/merge -> refs/pull/439/merge * [new ref] refs/pull/440/head -> refs/pull/440/head ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with md5sums... evdi ... Skipped ==> Validating source files with sha256sums... evdi ... Skipped ==> Extracting sources... -> Creating working copy of evdi git repo... Cloning into 'evdi'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... ==> Starting pkgver()... ==> Updated version: evdi-git 1.14.1.r2.ga943d98-1 ==> Starting build()... make: Entering directory '/home/main-builder/pkgwork/src/evdi/library' cc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection $(pkg-config --cflags-only-I libdrm) -c -o evdi_lib.o evdi_lib.c evdi_lib.c: In function ‘find_unused_card_for’: evdi_lib.c:475:44: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=] 475 | snprintf(link_path, PATH_MAX - 7, "%s/device", dirname); | ^~ ...... 521 | if (!is_correct_parent_device(evdi_path, parent_device)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:964, from evdi_lib.c:17: In function ‘snprintf’, inlined from ‘is_correct_parent_device’ at evdi_lib.c:475:2, inlined from ‘find_unused_card_for’ at evdi_lib.c:521:8: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 8 and 4103 bytes into a destination of size 4089 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ evdi_lib.c: In function ‘find_unused_card_for’: evdi_lib.c:526:74: warning: ‘/drm’ directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 526 | snprintf(evdi_drm_path, PATH_MAX - strlen(evdi_path), "%s/drm", evdi_path); | ^~~~ In function ‘snprintf’, inlined from ‘find_unused_card_for’ at evdi_lib.c:526:3: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 5 and 4100 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ evdi_lib.c: In function ‘evdi_check_device’: evdi_lib.c:619:50: warning: ‘/drm/card’ directive output may be truncated writing 9 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 619 | snprintf(card_path, PATH_MAX, "%s/drm/card%d", path, device); | ^~~~~~~~~ In function ‘snprintf’, inlined from ‘evdi_device_to_platform’ at evdi_lib.c:619:3, inlined from ‘evdi_check_device’ at evdi_lib.c:634:9: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 11 and 4116 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc evdi_lib.o -shared -Wl,-soname,libevdi.so.1 -o libevdi.so.1.14.1 -lc -lgcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now cp libevdi.so.1.14.1 libevdi.so ln -sf libevdi.so.1.14.1 libevdi.so.1 make: Leaving directory '/home/main-builder/pkgwork/src/evdi/library' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/home/main-builder/pkgwork/src/evdi/library' install -d /home/main-builder/pkgwork/pkg/evdi-git/usr/lib install -m 755 libevdi.so.1.14.1 /home/main-builder/pkgwork/pkg/evdi-git/usr/lib/libevdi.so.1.14.1 ln -sf libevdi.so.1.14.1 /home/main-builder/pkgwork/pkg/evdi-git/usr/lib/libevdi.so.1 ln -sf libevdi.so.1 /home/main-builder/pkgwork/pkg/evdi-git/usr/lib/libevdi.so make: Leaving directory '/home/main-builder/pkgwork/src/evdi/library' make: Entering directory '/home/main-builder/pkgwork/pkg/evdi-git/usr/src/evdi-1.14.1' rm -f -rf *.o *.a *.ko .tmp* .*.*.cmd Module.symvers evdi.mod.c modules.order make: Leaving directory '/home/main-builder/pkgwork/pkg/evdi-git/usr/src/evdi-1.14.1' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "evdi-git"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: evdi-git 1.14.1.r2.ga943d98-1 (Fri 08 Dec 2023 02:37:47 AM CET) umount: /tmp/chaotic/routines/ufscar2/evdi-git/machine/root/home/main-builder/pkgwork unmounted umount: /tmp/chaotic/routines/ufscar2/evdi-git/machine/root/home/main-builder/.ccache unmounted umount: /tmp/chaotic/routines/ufscar2/evdi-git/machine/root/home/main-builder/pkgsrc unmounted umount: /tmp/chaotic/routines/ufscar2/evdi-git/machine/root/var/cache/pacman/pkg unmounted umount: /tmp/chaotic/routines/ufscar2/evdi-git/machine/root/var/pkgdest unmounted umount: /tmp/chaotic/routines/ufscar2/evdi-git/machine/root (overlay) unmounted real 0m7.031s user 0m2.136s sys 0m4.282s