From https://github.com/archlinux/svntogit-community * branch packages/aml -> FETCH_HEAD * [new branch] packages/aml -> community/packages/aml Cloning into 'aml'... 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 132k 100 132k 0 0 386k 0 --:--:-- --:--:-- --:--:-- 385k 100 132k 100 132k 0 0 386k 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 100 8546k 100 8546k 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M % 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 426k 0 --:--:-- --:--:-- --:--:-- 427k :: Starting full system upgrade... there is nothing to do ==> Making package: aml 0.3.0-1 (Sun Jul 30 11:17:33 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (4) python-tqdm-4.65.0-3 python-typing_extensions-4.7.1-1 meson-1.2.0-3 ninja-1.11.1-3 Total Download Size: 2.32 MiB Total Installed Size: 14.44 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 145k 100 145k 0 0 74.3M 0 --:--:-- --:--:-- --:--:-- 141M % 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 128k 100 128k 0 0 86.5M 0 --:--:-- --:--:-- --:--:-- 125M % 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 69151 100 69151 0 0 59.9M 0 --:--:-- --:--:-- --:--:-- 65.9M % 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 2037k 100 2037k 0 0 159M 0 --:--:-- --:--:-- --:--:-- 165M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing ninja... installing python-tqdm... Optional dependencies for python-tqdm python-requests: telegram installing python-typing_extensions... installing meson... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Cloning aml git repo... Cloning into bare repository '/tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/aml'... ==> Validating source files with b2sums... aml ... Skipped ==> Extracting sources... -> Creating working copy of aml git repo... Cloning into 'aml'... done. Switched to a new branch 'makepkg' ==> Starting pkgver()... ==> Starting build()... + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true -D python.bytecompile=1 aml build The Meson build system Version: 1.2.0 Source dir: /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/aml Build dir: /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/build Build type: native build Project name: aml Project version: 0.3.0 C compiler for the host machine: cc (gcc 13.1.1 "cc (GCC) 13.1.1 20230714") C linker for the host machine: cc ld.bfd 2.40.0 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program git found: YES (/usr/sbin/git) WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 Library rt found: YES Run-time dependency threads found: YES Header "sys/epoll.h" has symbol "epoll_create" : YES Header "sys/event.h" has symbol "kqueue" : NO Message: epoll backend chosen Build targets in project: 1 aml 0.3.0 User defined options auto_features : enabled buildtype : plain libexecdir : lib prefix : /usr sbindir : bin wrap_mode : nodownload python.bytecompile: 1 b_lto : true b_pie : true Found ninja-1.11.1 at /usr/sbin/ninja Generating targets: 0%| | 0/1 eta ? Writing build.ninja: 0%| | 0/30 eta ? ninja: Entering directory `/tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/build' [1/4] Compiling C object libaml.so.0.0.0.p/src_thread-pool.c.o [2/4] Compiling C object libaml.so.0.0.0.p/src_epoll.c.o ../aml/src/epoll.c: In function ‘epoll_on_signal’: ../aml/src/epoll.c:181:15: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 181 | (void)read(ctx->fd, &fdsi, sizeof(fdsi)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../aml/src/epoll.c: In function ‘epoll_emit_event’: ../aml/src/epoll.c:96:23: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 96 | (void)read(self->timer_fd, &count, sizeof(count)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [3/4] Compiling C object libaml.so.0.0.0.p/src_aml.c.o ../aml/src/aml.c: In function ‘aml_interrupt’: ../aml/src/aml.c:333:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 333 | write(self->self_pipe_wfd, &one, sizeof(one)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [4/4] Linking target libaml.so.0.0.0 INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/sbin/ninja -C /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/build ==> Entering fakeroot environment... ==> Starting package()... ninja: Entering directory `/tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/build' ninja: no work to do. Installing libaml.so.0.0.0 to /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/pkg/aml/usr/lib Installing /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/aml/include/aml.h to /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/pkg/aml/usr/include/ Installing /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/src/build/meson-private/aml.pc to /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/pkg/aml/usr/lib/pkgconfig Installing symlink pointing to libaml.so.0.0.0 to /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/pkg/aml/usr/lib/libaml.so.0 Installing symlink pointing to libaml.so.0 to /tmp/archlinux-ci/aml-archlinuxrb-build-e60olz7K/aml/trunk/pkg/aml/usr/lib/libaml.so ==> 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 "aml"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: aml 0.3.0-1 (Sun Jul 30 11:17:39 2023)