Docker CLI Get's Killed While Running Full Unit Test

I’m trying to run my full unit test case using below command:

    vendor/bin/phpunit --debug
    
    or
    
    bash ../server/deploy/development/automated_tests_admin

Full unit test are getting killed in middle of the running process.

Below are my Docker Setting:
CPUs: 10
Memory: 12 GB
Swap: 3GB
Disk Image size: 59.6GB (0 Bytes used)

Below is my Docker CLI Error:

Any suggestion/solutions, will be appreciated!!

Thank You!!