Current behavior
So when running Cypress inside a Docker container with node:15.10.0-buster-slim image and all the required runtime dependencies from cypress/base Docker image, the terminal will be full of the following output on literally every test case.

Desired behavior
Obviously, no such output should exist.
Test code to reproduce
I doubt this has nothing to do with the syntax of my test cases themselves, the error reproduces on every test with even empty contents so anything can be used - I think it's related to the node version somehow.
Versions
Cypress: 6.5.0
Docker image: node:15.10.0-buster-slim