Hi everyone, I face two issues with the verification:
1) wget https://dist.apache.org/repos/dist/dev/avro/avro-1.12.2-rc3/avro-src-1.12.2.tar.gz 1.1) tar xf avro-src-1.12.2.tar.gz avro-src-1.12.2/lang/java/mapred/src/test/resources/org/apache/avro/mapreduce/mapreduce-test-input.avro/.part-r-00000.avro.crc: Failed to restore metadata: File exists tar: Error exit delayed from previous errors. 2) ./build.sh docker => ERROR [11/26] RUN curl -sSL https://cpanmin.us | perl - --self-upgrade && cpanm --mirror https://www.cpan.org/ install Compress::Zstd 181.3s ------ > [11/26] RUN curl -sSL https://cpanmin.us | perl - --self-upgrade && cpanm --mirror https://www.cpan.org/ install Compress::Zstd Module::Install::Repository && rm -rf .cpanm: 61.09 ! Download http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7049.tar.gz failed. Retrying ... 121.2 ! Download http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7049.tar.gz failed. Retrying ... 181.3 ! Download http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7049.tar.gz failed. Retrying ... 181.3 ! Failed to download http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7049.tar.gz 181.3 ! Failed to fetch distribution App-cpanminus-1.7049 181.3 --> Working on App::cpanminus 181.3 Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7049.tar.gz ... FAIL ------ 4 warnings found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 98) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 224) - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE") (line 25) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 97) Dockerfile:173 -------------------- 172 | 173 | >>> RUN curl -sSL https://cpanmin.us \ 174 | >>> | perl - --self-upgrade \ 175 | >>> && cpanm --mirror https://www.cpan.org/ install Compress::Zstd \ 176 | >>> Module::Install::Repository \ 177 | >>> && rm -rf .cpanm 178 | -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c curl -sSL https://cpanmin.us | perl - --self-upgrade && cpanm --mirror https://www.cpan.org/ install Compress::Zstd Module::Install::Repository && rm -rf .cpanm" did not complete successfully: exit code: 1 What's next: Debug this build failure with Gordon → docker ai "help me fix this build failure" The same issue as the last time :-/ MacOS 26.5.2 Docker Desktop 4.77.0 It might be related to https://github.com/apache/avro/blob/87212a6d47247a30dff247d16386d722c56d4390/build.sh#L290 I will try on Linux later today. Martin On Fri, Aug 7, 2026 at 6:24 PM Ryan Skraba <[email protected]> wrote: > Hi everyone, > > I'd like to propose the following RC3 to be released as the official Apache > Avro 1.12.2 release. > > The commit id is release-1.12.2-rc3^{commit} > * This corresponds to the tag: release-1.12.2-rc3 > * https://github.com/apache/avro/releases/tag/release-1.12.2-rc3 > > The release tarball, signature, and checksums are here (revision 86633) > * https://dist.apache.org/repos/dist/dev/avro/avro-1.12.2-rc3/ > > You can find the KEYS file here: > * https://dist.apache.org/repos/dist/dev/avro/KEYS > > Binary artifacts for Java are staged in Nexus here: > * > https://repository.apache.org/content/groups/staging/org/apache/avro/avro/1.12.2/ > > This release includes ~30 Jira issues: > * > https://issues.apache.org/jira/issues/?jql=project%3DAVRO%20AND%20fixVersion%3D1.12.2 > > I'll send a follow-up email with the notable highlights for each > language and SDK, but I wanted to give everyone a head start to > check their favourite fixed JIRAs and features! > > Please download, verify, and test. This vote will remain open for at least > 72 hours. I would like to close at 18h00 UTC Tuesday August 11th 2026. > > [X] +1 Release this as Apache Avro 1.12.2 > [ ] +0 > [ ] -1 Do not release this because... > > Best regards, > Ryan Skraba > [Countdown to vote]: > https://www.timeanddate.com/countdown/to?iso=20260811T180000&p0=1440 >
