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 gcc -o HelloWorld HelloWorld.c /usr/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py mcs HelloWorld.cs Done python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.3.2, pluggy-1.5.0 rootdir: /srv/maat/src/HelloWorld plugins: typeguard-4.3.0 collected 7 items tests/test_bash.py . [ 14%] tests/test_c.py . [ 28%] tests/test_cs.py . [ 42%] tests/test_java.py . [ 57%] tests/test_php.py . [ 71%] tests/test_pl.py . [ 85%] tests/test_py.py . [100%] ============================== 7 passed in 0.33s =============================== ==> Making package: HelloWorld 0.3.cb526f0-1 (Sat Jul 27 00:03:04 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/HelloWorld' gcc -o HelloWorld HelloWorld.c /usr/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py mcs HelloWorld.cs Done make: Leaving directory '/srv/maat/src/HelloWorld' ==> Starting check()... make: Entering directory '/srv/maat/src/HelloWorld' gcc -o HelloWorld HelloWorld.c /usr/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py mcs HelloWorld.cs Done python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.3.2, pluggy-1.5.0 rootdir: /srv/maat/src/HelloWorld plugins: typeguard-4.3.0 collected 7 items tests/test_bash.py . [ 14%] tests/test_c.py . [ 28%] tests/test_cs.py . [ 42%] tests/test_java.py . [ 57%] tests/test_php.py . [ 71%] tests/test_pl.py . [ 85%] tests/test_py.py . [100%] ============================== 7 passed in 0.10s =============================== make: Leaving directory '/srv/maat/src/HelloWorld' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/srv/maat/src/HelloWorld' for i in `cat .gitignore`; do /bin/bash -c "rm -Rf $i"; done gcc -o HelloWorld HelloWorld.c /usr/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py mcs HelloWorld.cs Done mkdir -p /srv/maat/src/HelloWorld/pkg/HelloWorld/opt/aninix/HelloWorld/ install -o root -m 0644 ./HelloWorld* /srv/maat/src/HelloWorld/pkg/HelloWorld/opt/aninix/HelloWorld/ make: Leaving directory '/srv/maat/src/HelloWorld' ==> 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 "HelloWorld"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Signing package(s)... -> Created signature file HelloWorld-0.3.cb526f0-1-x86_64.pkg.tar.zst.sig. ==> Finished making: HelloWorld 0.3.cb526f0-1 (Sat Jul 27 00:03:08 2024) ==> Cleaning up...