You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2021/09/30 22:30:00 UTC

[jira] [Commented] (CALCITE-4815) Avatica's Travis fails with 'LICENSE-like files are missing' error

    [ https://issues.apache.org/jira/browse/CALCITE-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423037#comment-17423037 ] 

Julian Hyde commented on CALCITE-4815:
--------------------------------------

It's not specific to Travis. You can reproduce it from the macOS command line, using JDK 11:
{code}
./gradlew -Pguava.version=22.0 :standalone-server:getLicenses
{code}
It occurs for any version of Guava between 22.0 and 29.0-jre, inclusive. 30.1-jre and 21.0 do not show this problem.

> 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
>            Priority: Major
>
> 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 calcite-avatica FAILURE reason:                                
>     Execution failed for task ':standalone-server:getLicenses':
>         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)