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

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

Julian Hyde created CALCITE-4815:
------------------------------------

             Summary: 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


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)