Thank you, Alex.

I confirmed that updated
apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz passes
the check now.

[x] Download KIE artifacts are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.
[x] LICENSE and NOTICE files are correct.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.
[ ] Can compile from source.

I hit an error in the kie-tools build. `pnpm bootstrap` was successful but
failed in the latter build process.

https://gist.github.com/tkobayas/6dee5ef6dc0ce4c30adbd4616a1261a1

It seems to be an issue with my podman env vs cekit.

I hope other people can build it. Vote is +1

Toshiya

On Fri, Jun 20, 2025 at 11:38 AM Toshiya Kobayashi <
toshiyakobaya...@gmail.com> wrote:

> When running apache-rat, the following files are reported as "Archives".
> Looking into the files, they don't seem to be "compiled archives", so they
> don't violate "No compiled archives bundled in source archive.", I think.
> But I'm not sure what IPMC will say. Just for record:
>
> ====
>
> * incubator-kie-drools
>
> ./efesto/documentation/Compilation-flow.odg
>
> * incubator-kie-kogito-apps
>
> nothing
>
> * incubator-kie-kogito-runtimes
>
> ./kogito-codegen-modules/kogito-codegen-core/src/test/resources/empty.jar
>
> * incubator-kie-optaplanner
>
> nothing
>
> * incubator-kie-tools
>
>
> ./packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/src/test/resources/empty.zip
>
>
> ./packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/src/test/resources/not_valid.zip
>
>
> ./packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/src/test/resources/valid_import.zip
>
> ./packages/dev-deployment-upload-service/tests/test.zip
>
>
> ./packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/test-with-invalid.zip
>
>
> ./packages/serverless-logic-web-tools-swf-deployment-quarkus-app/src/test/resources/test.zip
>
> ====
>
> Toshiya
>
> On Fri, Jun 20, 2025 at 8:57 AM Alex Porcelli <porce...@apache.org> wrote:
>
>> An updated set of db-migrator-tool-image artifacts has been uploaded;
>> it was a pipeline issue that has been fixed.
>>
>> We can proceed with the verification and voting.
>>
>> Thank you again for the diligence, Toshiya!
>>
>> On Thu, Jun 19, 2025 at 8:04 AM Alex Porcelli <porce...@apache.org>
>> wrote:
>> >
>> > Toshiya,
>> >
>> > Thank you very much for your detailed review. I'll work with Eduardo
>> > to determine if the issue with the container you pointed out is a
>> > pipeline issue (in which case we can retrigger) or if source code
>> > changes are required, leading to an RC2.
>> >
>> > -
>> > Alex
>> >
>> >
>> >
>> > On Thu, Jun 19, 2025 at 5:02 AM Toshiya Kobayashi
>> > <toshiyakobaya...@gmail.com> wrote:
>> > >
>> > > Firstly, thank you very much for the effort, Alex, Eduardo and Tiago!
>> > >
>> > > A quick touch base, I share my findings before the checklist.
>> > >
>> > > * Download
>> > >
>> > > To download quickly, the wget command in
>> > >
>> https://kie.apache.org/docs/community/verify/#download-the-candidate-version
>> > > is not enough. Need to ignore robots.txt, so the command would be
>> like:
>> > >
>> > > wget -r -np -nd -A "*" -e robots=off
>> > > https://dist.apache.org/repos/dist/dev/incubator/kie/10.1.0-rc1/
>> > >
>> > > * Verify the container images
>> > >
>> > > When running
>> > >
>> > > for i in *image.tar.gz; do echo $i; docker load -q -i $i && echo "OK"
>> ||
>> > > echo "Error"; done
>> > >
>> > > I get
>> > >
>> > > ```
>> > > apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz
>> > > Emulate Docker CLI using podman. Create /etc/containers/nodocker to
>> quiet
>> > > msg.
>> > > Error: payload does not match any of the supported image formats:
>> > >  * oci: open
>> > >
>> apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz/index.json:
>> > > not a directory
>> > >  * oci-archive: loading index: open
>> > > /var/tmp/container_images_oci3168359742/index.json: no such file or
>> > > directory
>> > >  * docker-archive: copying contents to temporary file
>> > > "/var/tmp/container_images_docker-tar2145592844": EOF
>> > >  * dir: open
>> > >
>> apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz/manifest.json:
>> > > not a directory
>> > > Error
>> > > ```
>> > >
>> > > Actually,
>> apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz
>> > > is a 20 byte file, so I guess it was built wrongly.
>> > >
>> > > * Check License headers
>> > >
>> > > In
>> > >
>> https://kie.apache.org/docs/community/verify/#check-the-file-content-of-the-source-package
>> > > , we have one-shot command:
>> > >
>> > > java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes-combined >
>> > > rat-result.txt
>> > >
>> > > The command expects `.rat-excludes-combined` file under the root
>> directory,
>> > > but it doesn't exist. (Need to be fixed, but it doesn't block the
>> release)
>> > >
>> > > Instead, you can run apache-rat under the subdirectories
>> > > (incubator-kie-drools, incubator-kie-kogito-apps,
>> > > incubator-kie-kogito-runtimes, incubator-kie-optaplanner,
>> > > incubator-kie-tools), which have `.rat-excludes` file.
>> > >
>> > > java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes > rat-result.txt
>> > >
>> > > Toshiya
>> > >
>> > > On Thu, Jun 19, 2025 at 4:25 PM Fabrizio Antonangeli <
>> > > fantonang...@apache.org> wrote:
>> > >
>> > > > +1 on Fedora 42
>> > > >
>> > > > [x] Download KIE artifacts are valid.
>> > > > [x] Checksums and PGP signatures are valid.
>> > > > [x] Source code distributions have correct names matching the
>> current
>> > > > release.
>> > > > [x] LICENSE and NOTICE files are correct.
>> > > > [x] All files have license headers if necessary.
>> > > > [x] No compiled archives bundled in source archive.
>> > > > [x] Can compile from source.
>> > > >
>> > > > On Wed, Jun 18, 2025 at 5:34 PM Alex Porcelli <porce...@apache.org>
>> wrote:
>> > > >
>> > > > > If someone is using a Mac M4, like me, and has problems building
>> cekit
>> > > > > and/or containers, this [1] is the set of adjustments I had to
>> make to
>> > > > > be able to build locally.
>> > > > >
>> > > > > [1] -
>> https://gist.github.com/porcelli/25e8c58baf75754ae4b0d0818739c992
>> > > > >
>> > > > > On Wed, Jun 18, 2025 at 7:41 AM Alex Porcelli <
>> porce...@apache.org>
>> > > > wrote:
>> > > > > >
>> > > > > > Dear KIE Community members,
>> > > > > >
>> > > > > > It's great to see the excitement around the release vote. Thank
>> you
>> > > > > > for your engagement and support!
>> > > > > >
>> > > > > > As a reminder, to ensure your vote is considered valid, please
>> include
>> > > > > > the completed checklist below. This ensures that all votes
>> comply with
>> > > > > > the Apache release process.
>> > > > > >
>> > > > > > Please confirm the following as part of your vote:
>> > > > > >
>> > > > > > [ ] KIE artifacts can be downloaded successfully
>> > > > > > [ ] Checksums and PGP signatures are valid
>> > > > > > [ ] Source code archive is named correctly and matches the
>> release
>> > > > > version
>> > > > > > [ ] LICENSE and NOTICE files are correct
>> > > > > > [ ] License headers exist where required
>> > > > > > [ ] No compiled archives are bundled in the source release
>> > > > > > [ ] Source build completes successfully
>> > > > > >
>> > > > > > -
>> > > > > > Alex
>> > > > > >
>> > > > > >
>> > > > > > On Wed, Jun 18, 2025 at 4:56 AM nicolas.heron
>> > > > > > <nicolas.he...@proton.me.invalid> wrote:
>> > > > > > >
>> > > > > > > +1
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > Le mercredi 18 juin 2025 à 10:36 AM, Enrique Gonzalez
>> Martinez <
>> > > > > egonza...@apache.org> a écrit :
>> > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > +1
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > El mié, 18 jun 2025, 7:59, Pere Fernandez (apache)
>> > > > > pefer...@apache.org
>> > > > > > > >
>> > > > > > > > escribió:
>> > > > > > > >
>> > > > > > > > > +1
>> > > > > > > > >
>> > > > > > > > > El dc., 18 de juny 2025, 0:31, Alex Porcelli
>> porce...@apache.org
>> > > > > va
>> > > > > > > > > escriure:
>> > > > > > > > >
>> > > > > > > > > > Hello Apache KIE (Incubating) Community,
>> > > > > > > > > >
>> > > > > > > > > > I’m excited to call a vote to release Apache KIE
>> (Incubating)
>> > > > > 10.1.0-rc1.
>> > > > > > > > > >
>> > > > > > > > > > Special thanks to Eduardo Cerqueira for fixing over 30
>> broken
>> > > > > > > > > > pipelines during the release process, and to Tiago
>> Bento for
>> > > > > providing
>> > > > > > > > > > guidance on key aspects of the KIE Tools repository.
>> > > > > > > > > >
>> > > > > > > > > > IMPORTANT: Completing the checklist below is REQUIRED
>> for a
>> > > > valid
>> > > > > > > > > > vote. Please review all items before casting your vote.
>> > > > > > > > > >
>> > > > > > > > > > The release candidate artifacts are available here:
>> > > > > > > > > >
>> > > > https://dist.apache.org/repos/dist/dev/incubator/kie/10.1.0-rc1/
>> > > > > > > > > >
>> > > > > > > > > > Notes:
>> > > > > > > > > > - Only one source release is available:
>> > > > > > > > >
>> > > > > > > > >
>> > > > >
>> > > >
>> https://dist.apache.org/repos/dist/dev/incubator/kie/10.1.0-rc1/apache-kie-10.1.0-incubating-sources.zip
>> > > > > > > > >
>> > > > > > > > > > - All other artifacts are provided as convenient
>> binaries.
>> > > > > > > > > >
>> > > > > > > > > > The artifacts are signed with the PGP key associated
>> with
>> > > > > > > > > > [priv...@kie.apache.org], which is included in the
>> KEYS file:
>> > > > > > > > > > https://downloads.apache.org/incubator/kie/KEYS
>> > > > > > > > > >
>> > > > > > > > > > The vote will remain open for at least 72 hours, or
>> until the
>> > > > > required
>> > > > > > > > > > number of votes is reached.
>> > > > > > > > > >
>> > > > > > > > > > Please vote by replying with:
>> > > > > > > > > > [ ] +1 Approve
>> > > > > > > > > > [ ] +0 No opinion
>> > > > > > > > > > [ ] -1 Disapprove (please provide a reason)
>> > > > > > > > > >
>> > > > > > > > > > To learn more about Apache KIE, visit:
>> https://kie.apache.org/
>> > > > > > > > > >
>> > > > > > > > > > ________________________________
>> > > > > > > > > >
>> > > > > > > > > > Checklist for a valid vote:
>> > > > > > > > > >
>> > > > > > > > > > [ ] Download KIE artifacts are valid.
>> > > > > > > > > > [ ] Checksums and PGP signatures are valid.
>> > > > > > > > > > [ ] Source code distributions have correct names
>> matching the
>> > > > > current
>> > > > > > > > > > release.
>> > > > > > > > > > [ ] LICENSE and NOTICE files are correct.
>> > > > > > > > > > [ ] All files have license headers if necessary.
>> > > > > > > > > > [ ] No compiled archives bundled in source archive.
>> > > > > > > > > > [ ] Can compile from source.
>> > > > > > > > > >
>> > > > > > > > > > More details here:
>> > > > > > > > >
>> > > > > > > > >
>> > > > >
>> > > >
>> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>> > > > > > > > >
>> > > > > > > > > > For updated guidance on verifying the release (including
>> > > > > container
>> > > > > > > > > > image checks):
>> > > > > > > > > > https://kie.apache.org/docs/community/verify
>> > > > > > > > > >
>> > > > > > > > > > To learn how to build from the source ZIP:
>> > > > > > > > > > https://kie.apache.org/docs/community/build-10.1
>> > > > > > > > > >
>> > > > > > > > > > -
>> > > > > > > > > > Alex
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > >
>> ---------------------------------------------------------------------
>> > > > > > > > > > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
>> > > > > > > > > > For additional commands, e-mail:
>> dev-h...@kie.apache.org
>> > > > > > >
>> > > > > > >
>> ---------------------------------------------------------------------
>> > > > > > > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
>> > > > > > > For additional commands, e-mail: dev-h...@kie.apache.org
>> > > > > > >
>> > > > >
>> > > > >
>> ---------------------------------------------------------------------
>> > > > > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
>> > > > > For additional commands, e-mail: dev-h...@kie.apache.org
>> > > > >
>> > > > >
>> > > >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
>> For additional commands, e-mail: dev-h...@kie.apache.org
>>
>>

Reply via email to