warning: redirecting to https://aninix.net/AniNIX/Aether.git/ Already up to date. [?2004l################################################################################ # AniNIX/Maat # # # # This is the network CI/CD platform. Check `systemctl status maat-builder` # ################################################################################ python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.4.0 rootdir: /srv/maat/src/Aether collected 2 items tests/test_units.py .. [100%] ============================== 2 passed in 0.09s =============================== ==> Making package: Aether 26:0.2.125177f-1 (Sat Feb 24 00:02:48 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> Extracting sources... ==> Starting prepare()... warning: redirecting to https://aninix.net/AniNIX/Aether.git/ 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.11.7, pytest-7.4.4, pluggy-1.4.0 rootdir: /srv/maat/src/Aether collected 2 items tests/test_units.py .. [100%] ============================== 2 passed in 0.02s =============================== 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 Feb 24 00:02:49 2024) ==> Cleaning up...