From https://github.com/archlinux/svntogit-community * branch packages/usb_modeswitch -> FETCH_HEAD * [new branch] packages/usb_modeswitch -> community/packages/usb_modeswitch Cloning into 'usb_modeswitch'... 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 131k 100 131k 0 0 392k 0 --:--:-- --:--:-- --:--:-- 391k 100 131k 100 131k 0 0 392k 0 --:--:-- --:--:-- --:--:-- 391k % 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 8546k 100 8546k 0 0 20.6M 0 --:--:-- --:--:-- --:--:-- 20.6M % 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 399k 0 --:--:-- --:--:-- --:--:-- 399k :: Starting full system upgrade... there is nothing to do ==> Making package: usb_modeswitch 2.6.1-3 (Fri Jul 28 15:36:22 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) libusb-1.0.26-2 tcl-8.6.13-1 Total Download Size: 2.58 MiB Total Installed Size: 6.98 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 72795 100 72795 0 0 47.0M 0 --:--:-- --:--:-- --:--:-- 69.4M % 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 2573k 100 2573k 0 0 175M 0 --:--:-- --:--:-- --:--:-- 179M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libusb... installing tcl... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading usb-modeswitch-2.6.1.tar.bz2... % 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 279 100 279 0 0 847 0 --:--:-- --:--:-- --:--:-- 848 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 45471 100 45471 0 0 38690 0 0:00:01 0:00:01 --:--:-- 135k -> Downloading usb-modeswitch-data-20191128.tar.bz2... % 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 287 100 287 0 0 310k 0 --:--:-- --:--:-- --:--:-- 280k 48 34069 48 16594 0 0 24465 0 0:00:01 --:--:-- 0:00:01 24465 100 34069 100 34069 0 0 50191 0 --:--:-- --:--:-- --:--:-- 16.6M -> Downloading usb-modeswitch-2.6.1-device_reference.txt... % 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 271 100 271 0 0 823 0 --:--:-- --:--:-- --:--:-- 823 19 78853 19 15492 0 0 15399 0 0:00:05 0:00:01 0:00:04 15399 100 78853 100 78853 0 0 67201 0 0:00:01 0:00:01 --:--:-- 370k ==> Validating source files with sha256sums... usb-modeswitch-2.6.1.tar.bz2 ... Passed usb-modeswitch-data-20191128.tar.bz2 ... Passed usb-modeswitch-2.6.1-device_reference.txt ... Passed ==> Extracting sources... -> Extracting usb-modeswitch-2.6.1.tar.bz2 with bsdtar -> Extracting usb-modeswitch-data-20191128.tar.bz2 with bsdtar ==> Starting prepare()... ==> Starting build()... /bin/rm -f usb_modeswitch /bin/rm -f usb_modeswitch_dispatcher /bin/rm -f dispatcher.h cc -o usb_modeswitch usb_modeswitch.c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -Wno-deprecated-declarations `pkg-config --libs --cflags libusb-1.0` -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now DISPATCH=dispatcher-script cp -f usb_modeswitch_dispatcher.tcl usb_modeswitch_dispatcher usb_modeswitch.c: In function 'readArguments': usb_modeswitch.c:367:35: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 367 | case 'M': strncpy(MessageContent, optarg, LINE_DIM); break; | ^ usb_modeswitch.c:369:35: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 369 | case '3': strncpy(MessageContent3, optarg, LINE_DIM); break; | ^ usb_modeswitch.c:368:35: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 368 | case '2': strncpy(MessageContent2, optarg, LINE_DIM); break; | ^ ==> Entering fakeroot environment... ==> Starting package()... DISPATCH=dispatcher-script install -D --mode=755 usb_modeswitch /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/bin/usb_modeswitch install -D --mode=755 usb_modeswitch.sh /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/lib/udev/usb_modeswitch cp -f usb_modeswitch_dispatcher.tcl usb_modeswitch_dispatcher install -D --mode=644 usb_modeswitch.conf /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/etc/usb_modeswitch.conf install -D --mode=644 usb_modeswitch.1 /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/share/man/man1/usb_modeswitch.1 install -D --mode=644 usb_modeswitch_dispatcher.1 /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/share/man/man1/usb_modeswitch_dispatcher.1 install -D --mode=755 usb_modeswitch_dispatcher /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/bin/usb_modeswitch_dispatcher install -d /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/var/lib/usb_modeswitch test -d /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/etc/init -a -e /sbin/initctl && install --mode=644 usb-modeswitch-upstart.conf /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/etc/init || test 1 test -d /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/lib/systemd/system -a \( -e /usr/bin/systemctl -o -e /bin/systemctl \) && install --mode=644 usb_modeswitch@.service /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/lib/systemd/system || test 1 install -d /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/share/usb_modeswitch install -d /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/etc/usb_modeswitch.d install -D --mode=644 40-usb_modeswitch.rules /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/lib/udev/rules.d/40-usb_modeswitch.rules install --mode=644 -t /tmp/archlinux-ci/usb_modeswitch-archlinuxrb-build-hfjsxjBQ/usb_modeswitch/trunk/pkg/usb_modeswitch/usr/share/usb_modeswitch ./usb_modeswitch.d/* ==> 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 "usb_modeswitch"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: usb_modeswitch 2.6.1-3 (Fri Jul 28 15:36:34 2023)