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 384k 0 --:--:-- --:--:-- --:--:-- 385k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 8487k 0 14124 0 0 41660 0 0:03:28 --:--:-- 0:03:28 41663 10 8487k 10 875k 0 0 648k 0 0:00:13 0:00:01 0:00:12 647k 44 8487k 44 3735k 0 0 1581k 0 0:00:05 0:00:02 0:00:03 1581k 89 8487k 89 7603k 0 0 2254k 0 0:00:03 0:00:03 --:--:-- 2254k 100 8487k 100 8487k 0 0 2394k 0 0:00:03 0:00:03 --:--:-- 2394k % 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 821k 0 --:--:-- --:--:-- --:--:-- 823k :: Starting full system upgrade... there is nothing to do PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ GIT_SSL_NO_VERIFY=1 SOURCE_DATE_EPOCH=1691554646 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1691554646' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' GIT_SSL_NO_VERIFY=1 printenv 2>&1 SCHROOT_SESSION_ID=archlinux-perl-data-uuid-archlinuxrb-build-Jwnq6460 PWD=/tmp/archlinux-ci/perl-data-uuid-archlinuxrb-build-Jwnq6460/perl-data-uuid/trunk LOGNAME=jenkins SCHROOT_ALIAS_NAME=jenkins-reproducible-archlinux SCHROOT_GROUP=jenkins SCHROOT_USER=jenkins ftp_proxy=http://127.0.0.1:3128 HOME=/var/lib/jenkins LANG=C https_proxy=http://127.0.0.1:3128 USER=jenkins FTP_PROXY=http://127.0.0.1:3128 SHLVL=1 HTTPS_PROXY=http://127.0.0.1:3128 HTTP_PROXY=http://127.0.0.1:3128 SCHROOT_GID=116 http_proxy=http://127.0.0.1:3128 DEBUGINFOD_URLS=https://debuginfod.archlinux.org SCHROOT_UID=108 HG=/usr/bin/hg _=/usr/sbin/printenv ==> Making package: perl-data-uuid 1.226-3 (Tue Sep 10 10:40:39 2024) ==> 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 83334 0 --:--:-- --:--:-- --:--:-- 83635 ==> WARNING: Skipping verification of source file PGP signatures. ==> 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 Running Mkbootstrap for UUID () "/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 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 (Tue Sep 10 10:40:44 2024)