Bench start stops on watching for changes

Hello, when am do bench start , its stop at watching changes. Can you tell me why?

15:33:13 system | redis_cache.1 started (pid=136028)
15:33:13 system | redis_queue.1 started (pid=136032)
15:33:13 system | web.1 started (pid=136036)
15:33:13 system | socketio.1 started (pid=136041)
15:33:13 system | watch.1 started (pid=136045)
15:33:13 system | schedule.1 started (pid=136046)
15:33:13 redis_cache.1 | 136031:C 30 May 2024 15:33:13.940 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
15:33:13 redis_cache.1 | 136031:C 30 May 2024 15:33:13.940 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=136031, just started
15:33:13 redis_cache.1 | 136031:C 30 May 2024 15:33:13.940 # Configuration loaded
15:33:13 redis_cache.1 | 136031:M 30 May 2024 15:33:13.941 * Increased maximum number of open files to 10032 (it was originally set to 1024).
15:33:13 redis_cache.1 | 136031:M 30 May 2024 15:33:13.941 * monotonic clock: POSIX clock_gettime
15:33:13 redis_cache.1 | 136031:M 30 May 2024 15:33:13.942 * Running mode=standalone, port=13000.
15:33:13 redis_cache.1 | 136031:M 30 May 2024 15:33:13.942 # Server initialized
15:33:13 redis_cache.1 | 136031:M 30 May 2024 15:33:13.942 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see ***. To fix this issue add ‘vm.overcommit_memory = 1’ to /etc/sysctl.conf and then reboot or run the command ‘sysctl vm.overcommit_memory=1’ for this to take effect.
15:33:13 redis_cache.1 | 136031:M 30 May 2024 15:33:13.945 * Ready to accept connections
15:33:13 redis_queue.1 | 136034:C 30 May 2024 15:33:13.955 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
15:33:13 redis_queue.1 | 136034:C 30 May 2024 15:33:13.955 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=136034, just started
15:33:13 redis_queue.1 | 136034:C 30 May 2024 15:33:13.955 # Configuration loaded
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.956 * Increased maximum number of open files to 10032 (it was originally set to 1024).
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.956 * monotonic clock: POSIX clock_gettime
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.957 * Running mode=standalone, port=11000.
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.957 # Server initialized
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.957 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see . To fix this issue add ‘vm.overcommit_memory = 1’ to /etc/sysctl.conf and then reboot or run the command ‘sysctl vm.overcommit_memory=1’ for this to take effect.
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.961 * Loading RDB produced by version 7.0.15
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.961 * RDB age 6 seconds
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.961 * RDB memory usage when created 1.30 Mb
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.961 * Done loading RDB, keys loaded: 1, keys expired: 0.
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.961 * DB loaded from disk: 0.001 seconds
15:33:13 redis_queue.1 | 136034:M 30 May 2024 15:33:13.961 * Ready to accept connections
15:33:13 system | worker.1 started (pid=136055)
15:33:15 socketio.1 | Realtime service listening on: 9000
15:33:15 watch.1 |
15:33:15 watch.1 | yarn run v1.22.22
15:33:15 watch.1 | $ node esbuild --watch --live-reload
15:33:15 web.1 | *** DeprecationWarning: ‘crypt’ is deprecated and slated for removal in Python 3.13
15:33:15 web.1 | from crypt import crypt as _crypt
15:33:16 web.1 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
15:33:16 web.1 | * Running on all addresses (0.0.0.0)
15:33:16 web.1 | * Running on http://127.0.0.1:8000
15:33:16 web.1 | * Running on http://192.168.1.110:8000
15:33:16 web.1 | Press CTRL+C to quit
15:33:16 web.1 | * Restarting with stat
15:33:17 web.1 | /
DeprecationWarning: ‘crypt’ is deprecated and slated for removal in Python 3.13
15:33:17 web.1 | from crypt import crypt as _crypt
15:33:17 web.1 | * Debugger is active!
15:33:17 web.1 | * Debugger PIN: 683-579-009
15:33:18 watch.1 | Browserslist: caniuse-lite is outdated. Please run:
15:33:18 watch.1 | npx update-browserslist-db@latest
15:33:18 watch.1 | Why you should do it regularly: ***
15:33:43 watch.1 | Watching for changes…

You have the solution in your post itself.