iwasakims opened a new pull request, #1374: URL: https://github.com/apache/bigtop/pull/1374
https://issues.apache.org/jira/browse/BIGTOP-4494 found on [building release artifacts](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27849974#Howtorelease-6.BuildandDeployArtifacts) of Bigtop 3.5.0. ``` $ mvn clean install -DskipTests $ mvn clean install -DskipTests -f bigtop-test-framework/pom.xml $ mvn clean install -DskipTests -f bigtop-tests/test-artifacts/pom.xml $ ... [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy:[1,1] 1. ERROR in /home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy (at line \ 1) /* ^ The type org.apache.http.client.HttpClient cannot be resolved. It is indirectly referenced from required .class files [ERROR] /home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy:[1,1] 2. ERROR in /home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy (at line \ 1) /* ^ The type org.apache.http.client.methods.HttpRequestBase cannot be resolved. It is indirectly referenced from required .class files [ERROR] Found 2 errors and 0 warnings. ``` The test artifact assumes quite [old version of solr-solrj](https://github.com/apache/bigtop/blob/branch-3.5/pom.xml#L45). ``` $ mvn dependency:tree ... [INFO] org.apache.bigtop.itest:solr-smoke:jar:3.5.0 [INFO] +- org.apache.solr:solr-solrj:jar:4.10.4:compile [INFO] +- org.slf4j:slf4j-simple:jar:1.6.6:compile [INFO] | \- org.slf4j:slf4j-api:jar:1.6.6:compile [INFO] +- org.apache.bigtop.itest:itest-common:jar:3.5.0:compile [INFO] | +- org.codehaus.groovy:groovy-ant:jar:2.5.4:compile [INFO] | | +- org.codehaus.groovy:groovy-groovydoc:jar:2.5.4:compile [INFO] | | +- org.apache.ant:ant-launcher:jar:1.8.2:compile [INFO] | | \- org.apache.ant:ant-antlr:jar:1.9.13:runtime [INFO] | +- junit:junit:jar:4.11:compile [INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile [INFO] | +- commons-logging:commons-logging:jar:1.1:compile [INFO] | | +- log4j:log4j:jar:1.2.14:compile [INFO] | | +- logkit:logkit:jar:1.0.1:compile [INFO] | | +- avalon-framework:avalon-framework:jar:4.1.3:compile [INFO] | | \- javax.servlet:servlet-api:jar:2.3:compile [INFO] | +- org.apache.ant:ant:jar:1.8.2:compile [INFO] | \- org.apache.ant:ant-junit:jar:1.8.2:compile [INFO] +- org.codehaus.groovy:groovy-json:jar:2.5.4:compile [INFO] | \- org.codehaus.groovy:groovy:jar:2.5.4:compile [INFO] \- org.codehaus.groovy:groovy-xml:jar:2.5.4:compile ``` While I don't understand the exact mechanism of the issue, upgrading the solr-solrj fixed the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org