Already up to date. [?2004l################################################################################ # AniNIX/Maat # # # # This is the network CI/CD platform. Check `systemctl status maat-builder` # ################################################################################ [?2004l################################################################################ # AniNIX/Maat # # # # This is the network CI/CD platform. Check `systemctl status maat-builder` # ################################################################################ Failed to connect to bus: No such file or directory python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.3.2, pluggy-1.5.0 rootdir: /srv/maat/src/Aether plugins: typeguard-4.3.0 collected 2 items tests/test_units.py .. [100%] ============================== 2 passed in 0.02s =============================== ==> Making package: Aether 26:0.2.125177f-1 (Sat Jul 27 00:02:56 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> Extracting sources... ==> Starting prepare()... Already up to date. ==> Starting build()... make: Entering directory '/srv/maat/src/Aether' Nothing to do make: Leaving directory '/srv/maat/src/Aether' ==> Starting check()... make: Entering directory '/srv/maat/src/Aether' python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.3.2, pluggy-1.5.0 rootdir: /srv/maat/src/Aether plugins: typeguard-4.3.0 collected 2 items tests/test_units.py .. [100%] ============================== 2 passed in 0.01s =============================== make: Leaving directory '/srv/maat/src/Aether' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/srv/maat/src/Aether' Nothing to do # Scripts mkdir -p /srv/maat/src/Aether/pkg/Aether/usr/local/sbin for i in aether.bash aether-gen.bash remote-backup; do install -m 700 -o root -g root "$i" /srv/maat/src/Aether/pkg/Aether/usr/local/sbin; done # systemd mkdir -p /srv/maat/src/Aether/pkg/Aether/usr/lib/systemd/system for i in aether-gen.service aether-gen.timer aether.service aether.timer; do install -m 0664 -o root -g root "$i" /srv/maat/src/Aether/pkg/Aether/usr/lib/systemd/system; done # Config mkdir -p /srv/maat/src/Aether/pkg/Aether/usr/local/etc install -m 0700 -o root -d /srv/maat/src/Aether/pkg/Aether/usr/local/etc/Aether make: Leaving directory '/srv/maat/src/Aether' ==> 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 "Aether"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Signing package(s)... -> Created signature file Aether-26:0.2.125177f-1-x86_64.pkg.tar.zst.sig. ==> Finished making: Aether 26:0.2.125177f-1 (Sat Jul 27 00:02:57 2024) ==> Cleaning up...