I never realized the problem because I ran the test using a non-privileged id. The warning
will help users like me who are new to podman. I now realize that this problem doesn't
happen in docker because dockerd runs as root (my guess). I will modify my app to recreate
the fifos if missing on startup
Thank you.