paul-rogers opened a new issue, #12676: URL: https://github.com/apache/druid/issues/12676
[This build](https://app.travis-ci.com/github/apache/druid/jobs/573939368) failed during the license check, when writing reports. The build phase completes properly. However, the step to write reports repeatedly fails. This PR is pretty simple: it is just repackaging of cod that was in a previous PR that passed the license checks. It seems that the license check is just flaky. As a side note: it seems impossible to run the rat check on a development machine? Rat complains about hundreds of Git, Eclipse and derived files when run with the same Maven command line as reported in the build. Errors from the build: ```text [INFO] Building druid-s3-extensions 0.24.0-SNAPSHOT [18/69] [INFO] --------------------------------[ jar ]--------------------------------- ... [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 48 licenses. ... [INFO] druid-s3-extensions ................................ SUCCESS [ 0.073 s] [INFO] druid-kinesis-indexing-service ..................... SUCCESS [ 0.059 s] [INFO] druid-azure-extensions ............................. SUCCESS [ 0.651 s] [INFO] druid-google-extensions ............................ SUCCESS [ 0.075 s] [INFO] druid-hdfs-storage ................................. SUCCESS [ 0.074 s] ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS ... Generating dependency reports Generating report for /home/travis/build/apache/druid Generating report for /home/travis/build/apache/druid/extensions-core/s3-extensions Encountered error [Command 'mvn -Ddependency.locations.enabled=false -Ddependency.details.enabled=false project-info-reports:dependencies' returned non-zero exit status 1] when generating report for /home/travis/build/apache/druid/extensions-core/s3-extensions Generating report for /home/travis/build/apache/druid/extensions-core/testing-tools Encountered error [Command 'mvn -Ddependency.locations.enabled=false -Ddependency.details.enabled=false project-info-reports:dependencies' returned non-zero exit status 1] when generating report for /home/travis/build/apache/druid/extensions-core/testing-tools Generating report for /home/travis/build/apache/druid/extensions-core/kinesis-indexing-service Encountered error [Command 'mvn -Ddependency.locations.enabled=false -Ddependency.details.enabled=false project-info-reports:dependencies' returned non-zero exit status 1] when generating report for /home/travis/build/apache/druid/extensions-core/kinesis-indexing-service Generating report for /home/travis/build/apache/druid/extensions-core/mysql-metadata-storage Encountered error [Command 'mvn -Ddependency.locations.enabled=false -Ddependency.details.enabled=false project-info-reports:dependencies' returned non-zero exit status 1] when generating report for /home/travis/build/apache/druid/extensions-core/mysql-metadata-storage Generating report for /home/travis/build/apache/druid/extensions-core/simple-client-sslcontext Encountered error [Command 'mvn -Ddependency.locations.enabled=false -Ddependency.details.enabled=false project-info-reports:dependencies' returned non-zero exit status 1] when generating report for /home/travis/build/apache/druid/extensions-core/simple-client-sslcontext ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
