You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Carsten Ziegeler <cz...@apache.org> on 2016/08/10 05:22:54 UTC

[hapi] Testing Html Clients fails to build [was Build failed in Jenkins: sling-trunk-1.8 #3732]

The build currently fails in the testing/http/clients module - it seems
the hapi api changed and this module was not adjusted.

I've committed a quick fix in rev 1755669 just to make the build pass,
but I'm not sure if this is the right fix. Whoever feels responsible,
please have a look at it.

Thanks
Carsten

> See <https://builds.apache.org/job/sling-trunk-1.8/3732/>
> 

> [INFO] Final Memory: 290M/431M
> [INFO] ------------------------------------------------------------------------
> Waiting for Jenkins to finish collecting data
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project org.apache.sling.testing.clients: Compilation failure: Compilation failure:
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[24,46] package org.apache.sling.hapi.client.microdata does not exist
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[45,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[50,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[59,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[68,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[77,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[78,20] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [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 :org.apache.sling.testing.clients
> channel stopped
> Found 18 test results
> Found 95 test results
> Found 36 test results
> Found 8 test results
> Found 4 test results
> Found 2 test results
> Found 17 test results
> Found 4 test results
> Found 94 test results
> Found 44 test results
> Found 10 test results
> Found 21 test results
> Found 9 test results
> Found 36 test results
> Found 42 test results
> Found 22 test results
> Found 10 test results
> Found 31 test results
> Found 83 test results
> Found 50 test results
> Found failed test junit/org.apache.sling.discovery.impl.cluster.voting/VotingHandlerTest
> Found failed test junit/org.apache.sling.discovery.impl.cluster.voting/VotingHandlerTest/testFastConcurrentVotesFiveNodes
> Found 30 test results
> Found 5 test results
> Found 95 test results
> Found 77 test results
> Found 4 test results
> Found 94 test results
> Found 3 test results
> Found 8 test results
> Found 2 test results
> Found 13 test results
> Found 29 test results
> Found failed test junit/org.apache.sling.i18n.it/ResourceBundleProviderIT
> Found failed test junit/org.apache.sling.i18n.it/ResourceBundleProviderIT/org_apache_sling_i18n_it_ResourceBundleProviderIT
> Found 3 test results
> Found 9 test results
> Found 96 test results
> Found 8 test results
> Found 34 test results
> Found 34 test results
> Found 9 test results
> Found 94 test results
> Found 37 test results
> Found 23 test results
> Found 3 test results
> Found 75 test results
> Found 184 test results
> Found 16 test results
> Found 10 test results
> Found 49 test results
> Found 8 test results
> Found 35 test results
> Found 21 test results
> Found 36 test results
> Found 210 test results
> Found 24 test results
> Found 81 test results
> Found 27 test results
> Found 24 test results
> Found 13 test results
> Found 2 test results
> Found 392 test results
> Found 17 test results
> Found 58 test results
> Found 28 test results
> Found 42 test results
> Found 92 test results
> Found 18 test results
> Found 26 test results
> Found 2 test results
> Found 27 test results
> 


 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org


Re: [hapi] Testing Html Clients fails to build [was Build failed in Jenkins: sling-trunk-1.8 #3732]

Posted by Andrei Dulvac <ko...@gmail.com>.
Hi Carsten, sorry about this, apparently I lost some changes and committed the wrong thing. I’ll fix it.

- Andrei

On 10/08/16 07:22, "Carsten Ziegeler" <cz...@apache.org> wrote:

The build currently fails in the testing/http/clients module - it seems
the hapi api changed and this module was not adjusted.

I've committed a quick fix in rev 1755669 just to make the build pass,
but I'm not sure if this is the right fix. Whoever feels responsible,
please have a look at it.

Thanks
Carsten

> See <https://builds.apache.org/job/sling-trunk-1.8/3732/>
> 

> [INFO] Final Memory: 290M/431M
> [INFO] ------------------------------------------------------------------------
> Waiting for Jenkins to finish collecting data
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project org.apache.sling.testing.clients: Compilation failure: Compilation failure:
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[24,46] package org.apache.sling.hapi.client.microdata does not exist
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[45,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[50,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[59,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[68,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[77,12] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [ERROR] <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/testing/http/clients/src/main/java/org/apache/sling/testing/clients/html/MicrodataClient.java>:[78,20] cannot find symbol
> [ERROR] symbol:   class MicrodataDocument
> [ERROR] location: class org.apache.sling.testing.clients.html.MicrodataClient
> [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 :org.apache.sling.testing.clients
> channel stopped
> Found 18 test results
> Found 95 test results
> Found 36 test results
> Found 8 test results
> Found 4 test results
> Found 2 test results
> Found 17 test results
> Found 4 test results
> Found 94 test results
> Found 44 test results
> Found 10 test results
> Found 21 test results
> Found 9 test results
> Found 36 test results
> Found 42 test results
> Found 22 test results
> Found 10 test results
> Found 31 test results
> Found 83 test results
> Found 50 test results
> Found failed test junit/org.apache.sling.discovery.impl.cluster.voting/VotingHandlerTest
> Found failed test junit/org.apache.sling.discovery.impl.cluster.voting/VotingHandlerTest/testFastConcurrentVotesFiveNodes
> Found 30 test results
> Found 5 test results
> Found 95 test results
> Found 77 test results
> Found 4 test results
> Found 94 test results
> Found 3 test results
> Found 8 test results
> Found 2 test results
> Found 13 test results
> Found 29 test results
> Found failed test junit/org.apache.sling.i18n.it/ResourceBundleProviderIT
> Found failed test junit/org.apache.sling.i18n.it/ResourceBundleProviderIT/org_apache_sling_i18n_it_ResourceBundleProviderIT
> Found 3 test results
> Found 9 test results
> Found 96 test results
> Found 8 test results
> Found 34 test results
> Found 34 test results
> Found 9 test results
> Found 94 test results
> Found 37 test results
> Found 23 test results
> Found 3 test results
> Found 75 test results
> Found 184 test results
> Found 16 test results
> Found 10 test results
> Found 49 test results
> Found 8 test results
> Found 35 test results
> Found 21 test results
> Found 36 test results
> Found 210 test results
> Found 24 test results
> Found 81 test results
> Found 27 test results
> Found 24 test results
> Found 13 test results
> Found 2 test results
> Found 392 test results
> Found 17 test results
> Found 58 test results
> Found 28 test results
> Found 42 test results
> Found 92 test results
> Found 18 test results
> Found 26 test results
> Found 2 test results
> Found 27 test results
> 


 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org