[
https://issues.apache.org/jira/browse/CALCITE-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-4815.
----------------------------------
Resolution: Fixed
Fixed in
[d330f9ee|https://github.com/apache/calcite-avatica/commit/d330f9ee8076a9ec9e6e0aa4e175d5c6f3f95f8b].
In {{.travis.yml}} we now exclude license checks for the modules that build a
binary ({{tck}} and {{standalone-server}}) for Guava versions 22 to 29
inclusive. If someone were to build a binary distribution using those versions
of Guava there would be a licensing issue (inherited from Guava), but in our
release process we use Guava 31.0.1-jre, which does not have this problem.
Avatica runs fine on all versions of Guava 14.0.1 to 31.0.1-jre.
> Avatica's Travis fails with 'LICENSE-like files are missing' error
> ------------------------------------------------------------------
>
> Key: CALCITE-4815
> URL: https://issues.apache.org/jira/browse/CALCITE-4815
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Julian Hyde
> Assignee: Vladimir Sitnikov
> Priority: Major
> Fix For: avatica-1.19.0
>
>
> Some configurations of Avatica's Travis CI job fail with the following error.
> {noformat}
> > Task :standalone-server:classes
> > Task :standalone-server:getLicenses FAILED
> > Task :server:checkstyleTest
> Build [0;1mcalcite-avatica [0;1;31mFAILURE[0;1m[0m reason:
>
> Execution [0;1;31mfailed[0m for task
> '[0;1m:standalone-server:getLicenses[0m':
> LICENSE-like files are missing
> ==============================
>
> MIT
> * org.checkerframework:checker-qual:2.11.1
>
> at
> com.github.vlsi.gradle.license.GatherLicenseTask.run(GatherLicenseTask.kt:417)
> at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
> at
> org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':standalone-server:getLicenses'.
> > LICENSE-like files are missing
> ==============================
>
> MIT
> * org.checkerframework:checker-qual:2.11.1
> {noformat}
>
> [~vlsi], Do you have any idea what's going on? Avatica doesn't even use
> checkerframework. You can see the build output (for a few days) at
> [https://app.travis-ci.com/github/julianhyde/calcite-avatica/builds/238877621].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)