Hey everyone,
I am trying to install 4.17.0.1 ACS on Debian 11 but for some reason the build packages steps on the official guidelines ( http://docs.cloudstack.apache.org/en/latest/installguide/building_from_source.html#building-deb-packages) fail. ./build.sh fails at step [INFO] Apache CloudStack Core ............................. FAILURE [ 14.749 s] with error: [INFO] Results: [INFO] [ERROR] Failures: [ERROR] LocalTemplateDownloaderTest.localTemplateDownloaderTest:37 Failed download [INFO] [ERROR] Tests run: 148, Failures: 1, Errors: 0, Skipped: 1 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project cloud-core: There are test failures. [ERROR] [ERROR] Please refer to /home/vagrant/build_debs/apache-cloudstack-4.17.0.1-src/core/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :cloud-core make[1]: *** [debian/rules:16: override_dh_auto_build] Error 1 make[1]: Leaving directory '/home/vagrant/build_debs/apache-cloudstack-4.17.0.1-src' make: *** [debian/rules:9: binary] Error 2 Any idea why this happens and how to overcome it? Best regards, Jordan