Successfully ran the verify script that checks - Download links work. - Binaries work. - Checksums and PGP signatures are valid. - Expanded source archive matches contents of RC tag. - Expanded source archive builds and passes tests.
using $ mvn -v Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T09:58:13+02:00) Maven home: /usr/local/Cellar/maven/3.5.2/libexec Java version: 1.8.0_152, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/jre Default locale: en_IT, platform encoding: UTF-8 OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" --- >From my tests, there are problems with `jclouds-karaf` Integration tests module Results : Failed tests: testVagrant:org.jclouds.karaf.itests.ApisFeaturesInstallationTest.testVagrant:KarafTestContainer{mvn:org.apache.karaf\/apache-karaf\/2.3.11\/tar.gz}(org.jclouds.karaf.itests.ApisFeaturesInstallationTest): Expected jclouds-vagrant feature to be installed. Tests run: 59, Failures: 1, Errors: 0, Skipped: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache jclouds :: Karaf ............................ SUCCESS [ 1.574 s] [INFO] jclouds :: Karaf :: Core ........................... SUCCESS [ 1.830 s] [INFO] jclouds :: Karaf :: Bundles ........................ SUCCESS [ 0.039 s] [INFO] jclouds :: Karaf :: JSch Agentproxy for JSch (shaded bundle) SUCCESS [ 1.313 s] [INFO] jclouds :: Karaf :: Utils .......................... SUCCESS [ 0.442 s] [INFO] jclouds :: Karaf :: Recipe ......................... SUCCESS [ 0.318 s] [INFO] jclouds :: Karaf :: Cache .......................... SUCCESS [ 0.385 s] [INFO] jclouds :: Karaf :: Services ....................... SUCCESS [ 1.143 s] [INFO] jclouds :: Karaf :: Commands ....................... SUCCESS [ 1.391 s] [INFO] jclouds :: Karaf :: URL Handler .................... SUCCESS [ 0.301 s] [INFO] jclouds :: Karaf :: Chef ........................... SUCCESS [ 0.033 s] [INFO] jclouds :: Karaf :: Chef :: Core ................... SUCCESS [ 0.206 s] [INFO] jclouds :: Karaf :: Chef :: Services ............... SUCCESS [ 0.368 s] [INFO] jclouds :: Karaf :: Chef :: Commands ............... SUCCESS [ 0.620 s] [INFO] jclouds :: Karaf :: Chef :: Cache .................. SUCCESS [ 0.254 s] [INFO] jclouds :: Karaf :: Feature ........................ SUCCESS [ 0.829 s] [INFO] jclouds :: Karaf :: Integration Tests .............. FAILURE [03:54 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:06 min [INFO] Finished at: 2017-11-26T10:50:05+01:00 [INFO] Final Memory: 69M/835M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project itests: There are test failures. [ERROR] [ERROR] Please refer to /Users/andrea/Desktop/2.0.3-rc1/jclouds-karaf-2.0.3/itests/target/surefire-reports for the individual test results. [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 <goals> -rf :itests I think this has been fixed in master by gnodet in May but his commits have not been back-ported to 2.0.x branch, namely those are 7e7f9cea42068cac519abf6b03c27fdac35e990b 1d96d88b672ed1755251580d0e21f0e00504ee5a 18f0d03c4e18a7e4ef102d99fe1d4cb0d3857e16 15d2f9992a98d7712dc420825206bab01b55d20f --- For the reasons above, my vote is -1 as I think it would be better to fix jclouds-karaf and cut a RC2. Best, Andrea On Sun, Nov 26, 2017 at 1:13 AM, Ignasi Barrera <n...@apache.org> wrote: > This thread is for discussion of the first release candidate for > Apache jclouds 2.0.3. > Please use this thread for discussion of issues uncovered in the RC, > questions you may have about the RC, etc. > > If you want to help to validate the release, you'll find the following > scripts here [1]: > > * verify_jclouds_rc.sh - This will build the RC, run all tests, run > the Apache RAT checks and verify the signatures. > * compare_tarball_tag.sh - This will compare the contents of the RC > tarballs with the source repo tags. > > You can also go run live tests for your preferred providers and post > the results here, or use the projects in the jclouds-examples repo > [1], such as the "compute-basics" to rapidly smoke test the providers > you are interested in. > > > Thank you. > > > > [1] https://dist.apache.org/repos/dist/dev/jclouds/ > [2] https://github.com/jclouds/jclouds-examples >