From https://github.com/archlinux/svntogit-community * branch packages/shfs-utils -> FETCH_HEAD * [new branch] packages/shfs-utils -> community/packages/shfs-utils Cloning into 'shfs-utils'... 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 377k 0 --:--:-- --:--:-- --:--:-- 378k % 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 8544k 4 422k 0 0 360k 0 0:00:23 0:00:01 0:00:22 360k 45 8544k 45 3919k 0 0 1800k 0 0:00:04 0:00:02 0:00:02 1799k 88 8544k 88 7559k 0 0 2383k 0 0:00:03 0:00:03 --:--:-- 2383k 100 8544k 100 8544k 0 0 2555k 0 0:00:03 0:00:03 --:--:-- 2555k % 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 142k 100 142k 0 0 839k 0 --:--:-- --:--:-- --:--:-- 840k :: 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=1691130721 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1691130721' 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-shfs-utils-archlinuxrb-build-V6FN6Y8w PWD=/tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/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: shfs-utils 0.35-7 (Thu Sep 5 12:55:29 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading shfs-0.35.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 368 100 368 0 0 1237 0 --:--:-- --:--:-- --:--:-- 1239 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 355 100 355 0 0 154 0 0:00:02 0:00:02 --:--:-- 356 100 355 100 355 0 0 154 0 0:00:02 0:00:02 --:--:-- 356 82 125k 82 103k 0 0 41851 0 0:00:03 0:00:02 0:00:01 41851 100 125k 100 125k 0 0 50662 0 0:00:02 0:00:02 --:--:-- 21.3M -> Found shfs-utils-make.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... shfs-0.35.tar.gz ... Passed shfs-utils-make.patch ... Passed ==> Extracting sources... -> Extracting shfs-0.35.tar.gz with bsdtar ==> Starting prepare()... patching file shfsmount/Makefile ==> Starting build()... make[1]: Entering directory '/tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/src/shfs-0.35/shfsmount' gcc -g -Wall -I. -I../shfs/Linux-2.4/ -DSHFS_VERSION=\"0.35\" -c shfsmount.c -o shfsmount.o shfsmount.c: In function 'mount_ok': shfsmount.c:204:43: warning: pointer targets in passing argument 2 of 'getgroups' differ in signedness [-Wpointer-sign] 204 | n = getgroups(GROUPS_MAX-1, groups+1); | ~~~~~~^~ | | | int * In file included from shfsmount.c:24: /usr/include/unistd.h:711:43: note: expected '__gid_t *' {aka 'unsigned int *'} but argument is of type 'int *' 711 | extern int getgroups (int __size, __gid_t __list[]) __THROW __wur | ~~~~~~~~^~~~~~~~ sed -e '/^[ ]*#/d;/^$/d;s/\\/\\\\/g;s/\"/\\\"/g;s/^\(.*\)$/\"\1\\n\"/' shell-test.h sed -e '/^[ ]*#/d;/^$/d;s/\\/\\\\/g;s/\"/\\\"/g;s/^\(.*\)$/\"\1\\n\"/' shell-code.h sed -e '/^[ ]*#/d;/^$/d;s/\\/\\\\/g;s/\"/\\\"/g;s/^\(.*\)$/\"\1\\n\"/' perl-test.h sed -e '/^[ ]*#/d;/^$/d;s/\\/\\\\/g;s/\"/\\\"/g;s/^\(.*\)$/\"\1\\n\"/' perl-code.h gcc -g -Wall -I. -I../shfs/Linux-2.4/ -DSHFS_VERSION=\"0.35\" -c proto.c -o proto.o gcc -o shfsmount shfsmount.o proto.o gcc -g -Wall -I. -I../shfs/Linux-2.4/ -DSHFS_VERSION=\"0.35\" -c shfsumount.c -o shfsumount.o gcc -o shfsumount shfsumount.o make[1]: Leaving directory '/tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/src/shfs-0.35/shfsmount' ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/src/shfs-0.35/shfsmount' install -m755 -b -D shfsmount /tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/pkg/shfs-utils/usr/bin/shfsmount install -m755 -b -D shfsumount /tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/pkg/shfs-utils/usr/bin/shfsumount if [ ! -d /tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/pkg/shfs-utils/sbin ]; then mkdir /tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/pkg/shfs-utils/sbin; fi ln -fs /usr/bin/shfsmount /tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/pkg/shfs-utils/sbin/mount.shfs make[1]: Leaving directory '/tmp/archlinux-ci/shfs-utils-archlinuxrb-build-V6FN6Y8w/shfs-utils/trunk/src/shfs-0.35/shfsmount' ==> 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 "shfs-utils"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: shfs-utils 0.35-7 (Thu Sep 5 12:55:34 2024)