warning: redirecting to https://aninix.net/AniNIX/HelloWorld.git/ Already up to date. [?2004l################################################################################ # AniNIX/Maat # # # # This is the network CI/CD platform. Check `systemctl status maat-builder` # ################################################################################ egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E gcc -o HelloWorld HelloWorld.c /usr/lib/jvm/java-19-openjdk/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.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /srv/maat/src/HelloWorld collected 11 items tests/test_c.py ... [ 27%] tests/test_unit.py ........ [100%] ============================== 11 passed in 2.89s ============================== ==> Making package: HelloWorld 0.2.2009cd8-1 (Tue Mar 28 00:03:13 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> Extracting sources... ==> Starting prepare()... warning: redirecting to https://aninix.net/AniNIX/HelloWorld.git/ Already up to date. ==> Starting build()... make: Entering directory '/srv/maat/src/HelloWorld' gcc -o HelloWorld HelloWorld.c /usr/lib/jvm/java-19-openjdk/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/lib/jvm/java-19-openjdk/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.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /srv/maat/src/HelloWorld collected 11 items tests/test_c.py ... [ 27%] tests/test_unit.py ........ [100%] ============================== 11 passed in 2.70s ============================== 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/lib/jvm/java-19-openjdk/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.2.2009cd8-1-x86_64.pkg.tar.zst.sig. ==> Finished making: HelloWorld 0.2.2009cd8-1 (Tue Mar 28 00:03:25 2023) ==> Cleaning up...