Already up to date. gcc -o HelloWorld HelloWorld.c mcs HelloWorld.cs /usr/lib/jvm/java-15-openjdk/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #hhvm --php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py Done python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.9.1, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 rootdir: /srv/maat/src/HelloWorld collected 7 items tests/test_unit.py ....... [100%] ============================== 7 passed in 0.65s =============================== fatal: No names found, cannot describe anything. ==> Making package: HelloWorld .e4184ec-1 (Tue Jan 26 01:36:22 2021) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> Extracting sources... ==> Starting prepare()... Already up to date. ==> Removing existing $pkgdir/ directory... ==> Starting build()... make: Entering directory '/srv/maat/src/HelloWorld' gcc -o HelloWorld HelloWorld.c mcs HelloWorld.cs /usr/lib/jvm/java-15-openjdk/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #hhvm --php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py Done make: Leaving directory '/srv/maat/src/HelloWorld' ==> Starting check()... make: Entering directory '/srv/maat/src/HelloWorld' gcc -o HelloWorld HelloWorld.c mcs HelloWorld.cs /usr/lib/jvm/java-15-openjdk/bin/javac HelloWorld.java #bash HelloWorld.bash #php HelloWorld.php #hhvm --php HelloWorld.php #perl ./HelloWorld.pl #python3 ./HelloWorld.py Done python3 -m pytest ============================= test session starts ============================== platform linux -- Python 3.9.1, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 rootdir: /srv/maat/src/HelloWorld collected 7 items tests/test_unit.py ....... [100%] ============================== 7 passed in 0.40s =============================== make: Leaving directory '/srv/maat/src/HelloWorld' ==> Entering fakeroot environment... fatal: No names found, cannot describe anything. ==> Starting package()... make: Entering directory '/srv/maat/src/HelloWorld' cat .gitignore | xargs rm -Rf mkdir -p /srv/maat/src/HelloWorld/pkg/HelloWorld/opt/aninix/HelloWorld/ rsync -avzp HelloWorld* /srv/maat/src/HelloWorld/pkg/HelloWorld/opt/aninix/HelloWorld/ sending incremental file list HelloWorld-.e4184ec-1-x86_64.pkg.tar.zst HelloWorld.bash HelloWorld.c HelloWorld.cs HelloWorld.java HelloWorld.php HelloWorld.pl HelloWorld.py sent 79,479 bytes received 168 bytes 53,098.00 bytes/sec total size is 81,642 speedup is 1.03 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-.e4184ec-1-x86_64.pkg.tar.zst.sig. ==> Finished making: HelloWorld .e4184ec-1 (Tue Jan 26 01:36:33 2021) ==> Cleaning up...