While starting the bench the server crash

root1@linux1:~/frappe-bench$ bench start
16:48:51 system        | redis_cache.1 started (pid=38411)
16:48:51 redis_cache.1 | 38414:C 01 Apr 2024 16:48:51.028 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:48:51 redis_cache.1 | 38414:C 01 Apr 2024 16:48:51.029 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=38414, just started
16:48:51 redis_cache.1 | 38414:C 01 Apr 2024 16:48:51.029 # Configuration loaded
16:48:51 redis_cache.1 | 38414:M 01 Apr 2024 16:48:51.038 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16:48:51 system        | web.1 started (pid=38416)
16:48:51 system        | redis_queue.1 started (pid=38420)
16:48:51 system        | socketio.1 started (pid=38427)
16:48:51 redis_cache.1 | 38414:M 01 Apr 2024 16:48:51.049 * Running mode=standalone, port=13000.
16:48:51 redis_cache.1 | 38414:M 01 Apr 2024 16:48:51.049 # Server initialized
16:48:51 redis_cache.1 | 38414:M 01 Apr 2024 16:48:51.050 * Ready to accept connections
16:48:51 redis_queue.1 | 38421:C 01 Apr 2024 16:48:51.128 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:48:51 redis_queue.1 | 38421:C 01 Apr 2024 16:48:51.128 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=38421, just started
16:48:51 redis_queue.1 | 38421:C 01 Apr 2024 16:48:51.128 # Configuration loaded
16:48:51 redis_queue.1 | 38421:M 01 Apr 2024 16:48:51.128 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16:48:51 redis_queue.1 | 38421:M 01 Apr 2024 16:48:51.129 * Running mode=standalone, port=11000.
16:48:51 redis_queue.1 | 38421:M 01 Apr 2024 16:48:51.130 # Server initialized
16:48:51 system        | watch.1 started (pid=38433)
16:48:51 system        | worker.1 started (pid=38434)
16:48:51 system        | schedule.1 started (pid=38432)
16:48:51 redis_queue.1 | 38421:M 01 Apr 2024 16:48:51.138 * Ready to accept connections
16:48:54 watch.1       | 
16:48:56 socketio.1    | Realtime service listening on:  9000
16:48:56 watch.1       | yarn run v1.22.22
16:48:57 watch.1       | $ node esbuild --watch --live-reload
16:48:57 web.1         | Illegal instruction (core dumped)
16:48:57 system        | web.1 stopped (rc=132)
16:48:57 system        | sending SIGTERM to redis_cache.1 (pid 38411)
16:48:57 system        | sending SIGTERM to redis_queue.1 (pid 38420)
16:48:57 system        | sending SIGTERM to socketio.1 (pid 38427)
16:48:57 system        | sending SIGTERM to watch.1 (pid 38433)
16:48:57 system        | sending SIGTERM to schedule.1 (pid 38432)
16:48:57 system        | sending SIGTERM to worker.1 (pid 38434)
16:48:57 redis_cache.1 | 38414:signal-handler (1711970337) Received SIGTERM scheduling shutdown...
16:48:57 redis_queue.1 | 38421:signal-handler (1711970337) Received SIGTERM scheduling shutdown...
16:48:57 redis_queue.1 | 38421:M 01 Apr 2024 16:48:57.582 # User requested shutdown...
16:48:57 redis_queue.1 | 38421:M 01 Apr 2024 16:48:57.582 * Removing the pid file.
16:48:57 redis_queue.1 | 38421:M 01 Apr 2024 16:48:57.582 # Redis is now ready to exit, bye bye...
16:48:57 system        | redis_queue.1 stopped (rc=-15)
16:48:57 system        | worker.1 stopped (rc=-15)
16:48:57 system        | socketio.1 stopped (rc=-15)
16:48:57 system        | schedule.1 stopped (rc=-15)
16:48:57 redis_cache.1 | 38414:M 01 Apr 2024 16:48:57.685 # User requested shutdown...
16:48:57 redis_cache.1 | 38414:M 01 Apr 2024 16:48:57.685 * Removing the pid file.
16:48:57 redis_cache.1 | 38414:M 01 Apr 2024 16:48:57.685 # Redis is now ready to exit, bye bye...
16:48:57 system        | redis_cache.1 stopped (rc=-15)
16:48:57 system        | watch.1 stopped (rc=-15)

I am using ubuntu 22.04 in a virtual machine and had followed the installation and twiked some errors based on the error finally while stating the bench it crashes

iam getting started in the framework