We need way to execute mvn deploy and mvn build stages separately, if needed i.e. if the mvn deploy fails, it takes tons of time repeating the whole process again.
On Wed, Oct 2, 2024 at 6:24 PM Viraj Jasani <vjas...@apache.org> wrote: > Looks like attachment is not showing up. Let me post the error from > https://repository.apache.org here: > > Event: Failed: Checksum Validation > Wednesday, October 02, 2024 17:53:20 PDT (GMT-0700) > > typeId checksum-staging > > failureMessage Requires one-of SHA-1: > /org/apache/phoenix/phoenix-client-lite-hbase-2.6/5.2.1/phoenix-client-lite-hbase-2.6-5.2.1.jar.sha1, > SHA-256: > /org/apache/phoenix/phoenix-client-lite-hbase-2.6/5.2.1/phoenix-client-lite-hbase-2.6-5.2.1.jar.sha256, > SHA-512: > /org/apache/phoenix/phoenix-client-lite-hbase-2.6/5.2.1/phoenix-client-lite-hbase-2.6-5.2.1.jar.sha512 > > > On Wed, Oct 2, 2024 at 6:14 PM Viraj Jasani <vjas...@apache.org> wrote: > >> Hi, >> >> I have been working on generating RC for testing and voting purpose. >> First, we need some changes in Docker scripts, I will post PR soon. We need >> to get rid of Python2 and shift to using Python3 for required packages. >> >> RC0 and RC1 failed in mvn deploy phase almost after ~4.5 hr. >> >> RC2 was able to get through the stage and publish the artifacts, however >> the repository close is failing with checksum error as per the screenshot >> attached. >> Any idea what could be wrong with this? >> >> In the meantime, we can resolve Avro CVE for the release. FYI Istvan. >> >> >>