From https://github.com/archlinux/svntogit-community * branch packages/perl-data-uuid -> FETCH_HEAD * [new branch] packages/perl-data-uuid -> community/packages/perl-data-uuid Cloning into 'perl-data-uuid'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 130k 100 130k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k 100 130k 100 130k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8487k 100 8487k 0 0 21.0M 0 --:--:-- --:--:-- --:--:-- 21.0M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 422k 0 --:--:-- --:--:-- --:--:-- 423k :: Starting full system upgrade... there is nothing to do ==> Making package: perl-data-uuid 1.226-3 (Wed Aug 9 04:18:06 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading Data-UUID-1.226.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17647 100 17647 0 0 411k 0 --:--:-- --:--:-- --:--:-- 420k ==> Validating source files with sha256sums... Data-UUID-1.226.tar.gz ... Passed ==> Extracting sources... -> Extracting Data-UUID-1.226.tar.gz with bsdtar ==> Starting build()... Checking if your kit is complete... Looks good Configured options (run perl Makefile.PL --help for how to change this): UUID state storage: /tmp/archlinux-ci default umask: 0007 Generating a Unix-style Makefile Writing Makefile for Data::UUID Writing MYMETA.yml and MYMETA.json "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/tmp/archlinux-ci/perl-data-uuid-archlinuxrb-build-Jwnq6460/perl-data-uuid/trunk/src/Data-UUID-1.226/typemap' UUID.xs > UUID.xsc Running Mkbootstrap for UUID () chmod 644 "UUID.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 cp UUID.pm blib/lib/Data/UUID.pm mv UUID.xsc UUID.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/perl/src=/usr/src/debug/perl -flto=auto -DVERSION=\"1.226\" -DXS_VERSION=\"1.226\" -fPIC "-I/usr/lib/perl5/5.38/core_perl/CORE" -D_STDIR='"/tmp/archlinux-ci"' -D'__linux__' -D_DEFAULT_UMASK='0007' UUID.c In file included from UUID.xs:4: UUID.xs: In function 'XS_Data__UUID_DESTROY': UUID.h:103:33: warning: ignoring return value of 'lockf' declared with attribute 'warn_unused_result' [-Wunused-result] 103 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ UUID.xs:590:10: note: in expansion of macro 'LOCK' 590 | LOCK(fd); | ^~~~ UUID.h:104:33: warning: ignoring return value of 'lockf' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ UUID.xs:592:10: note: in expansion of macro 'UNLOCK' 592 | UNLOCK(fd); | ^~~~~~ UUID.xs: In function 'XS_Data__UUID_create': UUID.h:103:33: warning: ignoring return value of 'lockf' declared with attribute 'warn_unused_result' [-Wunused-result] 103 | # define LOCK(f) lockf(fileno(f),F_LOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ UUID.xs:421:10: note: in expansion of macro 'LOCK' 421 | LOCK(fd); | ^~~~ UUID.h:104:33: warning: ignoring return value of 'lockf' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ UUID.xs:423:10: note: in expansion of macro 'UNLOCK' 423 | UNLOCK(fd); | ^~~~~~ UUID.xs: In function 'XS_Data__UUID_new': UUID.xs:360:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 360 | fread(&(RETVAL->state), sizeof(uuid_state_t), 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ UUID.xs:367:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 367 | fread(&(RETVAL->nodeid), sizeof(uuid_node_t), 1, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Data/UUID/UUID.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -L/usr/local/lib -fstack-protector-strong UUID.o -o blib/arch/auto/Data/UUID/UUID.so \ \ chmod 755 blib/arch/auto/Data/UUID/UUID.so Manifying 1 pod document ==> Entering fakeroot environment... ==> Starting package()... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/archlinux-ci/perl-data-uuid-archlinuxrb-build-Jwnq6460/perl-data-uuid/trunk/pkg/perl-data-uuid/usr/lib/perl5/5.38/vendor_perl/auto/Data/UUID/UUID.so Installing /tmp/archlinux-ci/perl-data-uuid-archlinuxrb-build-Jwnq6460/perl-data-uuid/trunk/pkg/perl-data-uuid/usr/lib/perl5/5.38/vendor_perl/Data/UUID.pm Installing /tmp/archlinux-ci/perl-data-uuid-archlinuxrb-build-Jwnq6460/perl-data-uuid/trunk/pkg/perl-data-uuid/usr/share/man/man3/Data::UUID.3pm ==> Tidying install... -> Removing empty directories... -> 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... ==> WARNING: Package contains reference to $srcdir usr/lib/perl5/5.38/vendor_perl/auto/Data/UUID/UUID.so ==> Creating package "perl-data-uuid"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: perl-data-uuid 1.226-3 (Wed Aug 9 04:18:10 2023)