zabetak commented on issue #104: WIP: CALCITE-3158: Avatica: migrate build system to Gradle URL: https://github.com/apache/calcite-avatica/pull/104#issuecomment-542215260 After @vlsi [commit](https://github.com/vlsi/asflike-release-environment/commit/4c3ed6d42452a578439b994761582b70bf426c9d) in _asflike-release-environment_ the afforementioned problems with svn and http are resolved. Now I tested again `gradle prepareVote -Prc=0 -PuseGpgCmd` and I get the following errors: ``` ... > Task :metrics:publishMetricsPublicationToNexusRepository FAILED > Task :noop-driver:publishNoop-driverPublicationToNexusRepository FAILED > Task :metrics-dropwizardmetrics:publishMetrics-dropwizardmetricsPublicationToNexusRepository FAILED > Task :server:publishServerPublicationToNexusRepository FAILED > Task :tck:publishTckPublicationToNexusRepository FAILED > Task :shaded:avatica:publishAvaticaPublicationToNexusRepository FAILED > Task :core:publishCorePublicationToNexusRepository FAILED > Task :standalone-server:publishStandalone-serverPublicationToNexusRepository FAILED FAILURE: Build completed with 8 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':metrics:publishMetricsPublicationToNexusRepository'. > Failed to publish publication 'metrics' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':noop-driver:publishNoop-driverPublicationToNexusRepository'. > Failed to publish publication 'noop-driver' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':metrics-dropwizardmetrics:publishMetrics-dropwizardmetricsPublicationToNexusRepository'. > Failed to publish publication 'metrics-dropwizardmetrics' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':server:publishServerPublicationToNexusRepository'. > Failed to publish publication 'server' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 5: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':tck:publishTckPublicationToNexusRepository'. > Failed to publish publication 'tck' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 6: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':shaded:avatica:publishAvaticaPublicationToNexusRepository'. > Failed to publish publication 'avatica' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 7: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':core:publishCorePublicationToNexusRepository'. > Failed to publish publication 'core' to repository 'nexus' > java.io.EOFException: input contained no data * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 8: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':standalone-server:publishStandalone-serverPublicationToNexusRepository'. > Failed to publish publication 'standalone-server' to repository 'nexus' > java.io.EOFException: input contained no data ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
