Closes gh-22986

Comment From: jzheaux

The build appears to be failing due to something unrelated:

Found test failures in 1 test task:

:spring-boot-project:spring-boot-autoconfigure:test
    org.springframework.boot.autoconfigure.session.SessionAutoConfigurationMongoTests > defaultConfigWithUniqueStoreImplementation()

and

runc run: exit status 1: container_linux.go:346: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"tmpfs\\\" to rootfs \\\"/var/vcap/data/worker/work/volumes/live/80eb908b-5ccf-4263-65e6-2f4c827cb6bf/volume/rootfs\\\" at \\\"/dev/shm\\\" caused \\\"mkdir /var/vcap/data/worker/work/volumes/live/80eb908b-5ccf-4263-65e6-2f4c827cb6bf/volume/rootfs/dev/shm: no space left on device\\\"\""

Is there something I should do to address the build failures?

Comment From: snicoll

Is there something I should do to address the build failures?

Thanks for asking @jzheaux. We had some CI issues recently, we will take care of that as part of reviewing the PR.

Comment From: snicoll

thanks for the follow-up @jzheaux!