Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ComfyUI restarting / not working correctly #8

Open
short-circuit opened this issue Nov 13, 2023 · 13 comments
Open

[Bug] ComfyUI restarting / not working correctly #8

short-circuit opened this issue Nov 13, 2023 · 13 comments

Comments

@short-circuit
Copy link

Using the shipped docker-compose file, the container does not seem to start correctly.
Container logs spam the following lines over and over:

...
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:49:38,998 INFO spawned: 'comfyui' with pid 514
comfyui-supervisor-1  | 2023-11-13 13:49:39,021 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:50:40,388 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:50:40,388 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 13:50:41,004 INFO spawned: 'comfyui' with pid 525
comfyui-supervisor-1  | 2023-11-13 13:50:41,036 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:50:41,004 INFO spawned: 'comfyui' with pid 525
comfyui-supervisor-1  | 2023-11-13 13:50:41,036 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
...

When trying to access DOCKERMACHINE:8188 caddy seems to work but the container then spits out the following error:

comfyui-supervisor-1  | {"level":"error","ts":1699883724.371419,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"ACCESSMACHINE","remote_port":"48944","client_ip":"ACCESSMACHINE","proto":"HTTP/1.1","method":"GET","host":"DOCKERMACHINE:8188","uri":"/","headers":{"Authorization":[],"Upgrade-Insecure-Requests":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"],"Accept-Language":["en-US,en;q=0.5"],"Accept-Encoding":["gzip, deflate"],"Dnt":["1"],"Connection":["keep-alive"]}},"duration":1.203366855,"status":502,"err_id":"admr5db0z","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}

A full log can be found underneath:

Full log
comfyui-supervisor-1  | You have no configured rclone remotes to be mounted
comfyui-supervisor-1  | Looking for config.sh...
comfyui-supervisor-1  | Not found
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/caddy.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/cloudflared.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/comfyui.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logtail.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logviewer.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/quicktunnel.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/rclone_mount.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serverless.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serviceportal.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/sshd.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Set uid to user 0 succeeded
comfyui-supervisor-1  | 2023-11-13 13:55:00,642 INFO RPC interface 'supervisor' initialized
comfyui-supervisor-1  | 2023-11-13 13:55:00,642 INFO supervisord started with pid 107
comfyui-supervisor-1  | 2023-11-13 13:55:01,644 INFO spawned: 'logtail' with pid 109
comfyui-supervisor-1  | 2023-11-13 13:55:01,645 INFO spawned: 'serverless' with pid 110
comfyui-supervisor-1  | 2023-11-13 13:55:01,645 INFO spawned: 'serviceportal' with pid 111
comfyui-supervisor-1  | 2023-11-13 13:55:01,646 INFO spawned: 'sshd' with pid 112
comfyui-supervisor-1  | 2023-11-13 13:55:01,646 INFO spawned: 'caddy' with pid 114
comfyui-supervisor-1  | 2023-11-13 13:55:01,647 INFO spawned: 'logviewer' with pid 115
comfyui-supervisor-1  | 2023-11-13 13:55:01,647 INFO spawned: 'comfyui' with pid 118
comfyui-supervisor-1  | Starting logtail service...
comfyui-supervisor-1  | 2023-11-13 13:55:01,647 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:03,647 INFO success: serverless entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
comfyui-supervisor-1  | Gathering logs...==> /var/log/config.log <==
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/sync.log <==
comfyui-supervisor-1  | Mamba environments already present at /workspace/
comfyui-supervisor-1  | Linking mamba environments to /opt...
comfyui-supervisor-1  | Creating symlink to /workspace/ComfyUI at /opt/ComfyUI
comfyui-supervisor-1  | Creating symlink to /workspace/serverless at /opt/serverless
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/preflight.log <==
comfyui-supervisor-1  | Looking for preflight.sh...
comfyui-supervisor-1  | Updating ComfyUI (master)...
comfyui-supervisor-1  | Already on 'master'
comfyui-supervisor-1  | Your branch is up to date with 'origin/master'.
comfyui-supervisor-1  | Already up to date.
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/debug.log <==
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/provisioning.log <==
comfyui-supervisor-1  | Looking for provisioning.sh...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ##############################################
comfyui-supervisor-1  | #                                            #
comfyui-supervisor-1  | #          Provisioning container            #
comfyui-supervisor-1  | #                                            #
comfyui-supervisor-1  | #         This will take some time           #
comfyui-supervisor-1  | #                                            #
comfyui-supervisor-1  | # Your container will be ready on completion #
comfyui-supervisor-1  | #                                            #
comfyui-supervisor-1  | ##############################################
comfyui-supervisor-1  |
comfyui-supervisor-1  | Updating node: https://github.com/ltdrdata/ComfyUI-Manager...
comfyui-supervisor-1  | Already up to date.
comfyui-supervisor-1  | Success
comfyui-supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/checkpoints...
comfyui-supervisor-1  | Downloading: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading 4 model(s) to /opt/ComfyUI/models/controlnet...
comfyui-supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_canny-fp16.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_openpose-fp16.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_canny-fp16.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/caddy.log <==
comfyui-supervisor-1  | {"level":"info","ts":1699883703.7733493,"msg":"using provided configuration","config_file":"/opt/caddy/etc/Caddyfile","config_adapter":""}
comfyui-supervisor-1  | {"level":"warn","ts":1699883703.774483,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv0"}
comfyui-supervisor-1  | {"level":"warn","ts":1699883703.7744896,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv1"}
comfyui-supervisor-1  | {"level":"warn","ts":1699883703.7744915,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv2"}
comfyui-supervisor-1  | {"level":"warn","ts":1699883703.7744927,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv3"}
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Waiting for workspace sync...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/serverless.log <==
comfyui-supervisor-1  | Refusing to start serverless worker without $SERVERLESS=true
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/serviceportal.log <==
comfyui-supervisor-1  | Starting Service Portal...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/sshd.log <==
comfyui-supervisor-1  | /root/.ssh/authorized_keys is not a public key file.
comfyui-supervisor-1  | Skipping SSH server: No public key
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/caddy.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/cloudflared.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/comfyui.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logtail.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logviewer.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/quicktunnel.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/rclone_mount.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serverless.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serviceportal.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Included extra file "/etc/supervisor/supervisord/conf.d/sshd.conf" during parsing
comfyui-supervisor-1  | 2023-11-13 13:55:00,641 INFO Set uid to user 0 succeeded
comfyui-supervisor-1  | 2023-11-13 13:55:00,642 INFO RPC interface 'supervisor' initialized
comfyui-supervisor-1  | 2023-11-13 13:55:00,642 INFO supervisord started with pid 107
comfyui-supervisor-1  | 2023-11-13 13:55:01,644 INFO spawned: 'logtail' with pid 109
comfyui-supervisor-1  | 2023-11-13 13:55:01,645 INFO spawned: 'serverless' with pid 110
comfyui-supervisor-1  | 2023-11-13 13:55:01,645 INFO spawned: 'serviceportal' with pid 111
comfyui-supervisor-1  | 2023-11-13 13:55:01,646 INFO spawned: 'sshd' with pid 112
comfyui-supervisor-1  | 2023-11-13 13:55:01,646 INFO spawned: 'caddy' with pid 114
comfyui-supervisor-1  | 2023-11-13 13:55:01,647 INFO spawned: 'logviewer' with pid 115
comfyui-supervisor-1  | 2023-11-13 13:55:01,647 INFO spawned: 'comfyui' with pid 118
comfyui-supervisor-1  | 2023-11-13 13:55:01,647 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:03,647 INFO success: serverless entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/provisioning.log <==
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_openpose-fp16.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/vae...
comfyui-supervisor-1  | Downloading: https://huggingface.co/stabilityai/sd-vae-ft-ema-original/resolve/main/vae-ft-ema-560000-ema-pruned.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/upscale_models...
comfyui-supervisor-1  | Downloading: https://huggingface.co/ai-forever/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/FacehugmanIII/4x_foolhardy_Remacri/resolve/main/4x_foolhardy_Remacri.pth
comfyui-supervisor-1  |
comfyui-supervisor-1  | Downloading: https://huggingface.co/Akumetsu971/SD_Anime_Futuristic_Armor/resolve/main/4x_NMKD-Siax_200k.pth
comfyui-supervisor-1  |
comfyui-supervisor-1  |
comfyui-supervisor-1  | Provisioning complete:  Web UI will start now
comfyui-supervisor-1  |
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: logtail entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: serviceportal entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: sshd entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: caddy entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: logviewer entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: logtail entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: serviceportal entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: sshd entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: caddy entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:06,649 INFO success: logviewer entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:55:11,647 INFO exited: serverless (exit status 0; expected)
comfyui-supervisor-1  | 2023-11-13 13:55:11,649 INFO exited: sshd (exit status 0; expected)
comfyui-supervisor-1  | 2023-11-13 13:55:11,647 INFO exited: serverless (exit status 0; expected)
comfyui-supervisor-1  | 2023-11-13 13:55:11,649 INFO exited: sshd (exit status 0; expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/caddy.log <==
comfyui-supervisor-1  | {"level":"error","ts":1699883724.371419,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"ACCESSMACHINE","remote_port":"48944","client_ip":"ACCESSMACHINE","proto":"HTTP/1.1","method":"GET","host":"DOCKERMACHINE:8188","uri":"/","headers":{"Authorization":[],"Upgrade-Insecure-Requests":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"],"Accept-Language":["en-US,en;q=0.5"],"Accept-Encoding":["gzip, deflate"],"Dnt":["1"],"Connection":["keep-alive"]}},"duration":1.203366855,"status":502,"err_id":"admr5db0z","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
comfyui-supervisor-1  | 2023-11-13 13:56:06,635 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 13:56:06,636 INFO spawned: 'comfyui' with pid 395
comfyui-supervisor-1  | 2023-11-13 13:56:06,650 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/serviceportal.log <==
comfyui-supervisor-1  | INFO:     Started server process [111]
comfyui-supervisor-1  | INFO:     Waiting for application startup.
comfyui-supervisor-1  | INFO:     Application startup complete.
comfyui-supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:11111 (Press CTRL+C to quit)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:56:06,635 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 13:56:06,636 INFO spawned: 'comfyui' with pid 395
comfyui-supervisor-1  | 2023-11-13 13:56:06,650 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:57:08,255 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:57:08,255 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 13:57:08,665 INFO spawned: 'comfyui' with pid 406
comfyui-supervisor-1  | 2023-11-13 13:57:08,685 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:57:08,665 INFO spawned: 'comfyui' with pid 406
comfyui-supervisor-1  | 2023-11-13 13:57:08,685 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:58:10,027 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:58:10,027 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 13:58:10,672 INFO spawned: 'comfyui' with pid 417
comfyui-supervisor-1  | 2023-11-13 13:58:10,690 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:58:10,672 INFO spawned: 'comfyui' with pid 417
comfyui-supervisor-1  | 2023-11-13 13:58:10,690 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 13:59:12,000 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:59:12,000 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 13:59:12,679 INFO spawned: 'comfyui' with pid 428
comfyui-supervisor-1  | 2023-11-13 13:59:12,700 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 13:59:12,679 INFO spawned: 'comfyui' with pid 428
comfyui-supervisor-1  | 2023-11-13 13:59:12,700 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 14:00:13,911 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 14:00:13,911 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 14:00:14,685 INFO spawned: 'comfyui' with pid 439
comfyui-supervisor-1  | 2023-11-13 14:00:14,707 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 14:00:14,685 INFO spawned: 'comfyui' with pid 439
comfyui-supervisor-1  | 2023-11-13 14:00:14,707 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 14:01:15,701 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 14:01:15,701 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 14:01:16,692 INFO spawned: 'comfyui' with pid 450
comfyui-supervisor-1  | 2023-11-13 14:01:16,718 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 14:01:16,692 INFO spawned: 'comfyui' with pid 450
comfyui-supervisor-1  | 2023-11-13 14:01:16,718 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  | 2023-11-13 14:02:18,180 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  | Success
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 14:02:18,180 INFO exited: comfyui (exit status 1; not expected)
comfyui-supervisor-1  | 2023-11-13 14:02:18,698 INFO spawned: 'comfyui' with pid 461
comfyui-supervisor-1  | 2023-11-13 14:02:18,720 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
comfyui-supervisor-1  | Starting ComfyUI...
comfyui-supervisor-1  |
comfyui-supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
comfyui-supervisor-1  | 2023-11-13 14:02:18,698 INFO spawned: 'comfyui' with pid 461
comfyui-supervisor-1  | 2023-11-13 14:02:18,720 INFO success: comfyui entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)

Any way to further diagnose the problem?

@robballantyne
Copy link
Member

This may be because I didn't include a section to enable GPU. A fairly big oversight that I'll rectify soon.

Could you try appending the following to the compose file

deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities: [gpu]

@short-circuit
Copy link
Author

Added the suggested configuration, did not seem to work sadly.
Tried with already existing container and fresh install.
Getting the same result, even with a fresh container (after wiping the volume).

@robballantyne
Copy link
Member

Thanks for the update.

The ComfyUI process is ending too quickly. I need to change the supervisor startsecs to 5 (build/COPY_ROOT/etc/supervisor/supervisord/conf.d/comfyui.conf) to ensure its properly marked as a failure and maybe we will get some more useful information about why it's exiting. I haven't come across this bug previously.

I'll start a rebuild shortly - Sorry for the inconvenience

@short-circuit
Copy link
Author

Tried building the image after changing the startsecs to 5, getting a build error:

Build log
[+] Building 35.5s (7/8)                                                                                                             docker:default
 => [supervisor internal] load build definition from Dockerfile                                                                                0.1s
 => => transferring dockerfile: 1.21kB                                                                                                         0.0s
 => [supervisor internal] load .dockerignore                                                                                                   0.1s
 => => transferring context: 2B                                                                                                                0.0s
 => [supervisor internal] load metadata for ghcr.io/ai-dock/jupyter-pytorch:2.0.1-py3.10-cuda-11.8.0-base-22.04                                0.5s
 => [supervisor 1/4] FROM ghcr.io/ai-dock/jupyter-pytorch:2.0.1-py3.10-cuda-11.8.0-base-22.04@sha256:8554f97f2c78606f3ea8e27ca258e08feefc00f1  0.0s
 => [supervisor internal] load build context                                                                                                   0.1s
 => => transferring context: 3.89kB                                                                                                            0.0s
 => CACHED [supervisor 2/4] COPY ./COPY_ROOT/ /                                                                                                0.0s
 => ERROR [supervisor 3/4] RUN /opt/ai-dock/bin/build/layer0/init.sh                                                                          34.7s
------
 > [supervisor 3/4] RUN /opt/ai-dock/bin/build/layer0/init.sh:
0.512 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
0.623 Hit:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64  InRelease
0.686 Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
0.820 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
0.955 Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1008 kB]
1.172 Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1195 kB]
1.517 Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
1.798 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.8 kB]
1.821 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1420 kB]
2.290 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1467 kB]
2.573 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1274 kB]
2.698 Fetched 6752 kB in 2s (2979 kB/s)
2.698 Reading package lists...
3.018 Reading package lists...
3.320 Building dependency tree...
3.370 Reading state information...
3.425 The following additional packages will be installed:
3.425   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
3.425   libdrm2 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0
3.425   libicu70 libllvm15 libpciaccess0 libsensors-config libsensors5
3.425   libtcmalloc-minimal4 libunwind8 libx11-6 libx11-data libx11-xcb1 libxau6
3.425   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
3.425   libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxdmcp6 libxext6
3.425   libxfixes3 libxml2 libxshmfence1 libxxf86vm1
3.425 Suggested packages:
3.425   pciutils lm-sensors
3.425 Recommended packages:
3.425   libgl1-amber-dri
3.444 The following NEW packages will be installed:
3.444   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
3.444   libdrm2 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0
3.444   libgoogle-perftools4 libicu70 libllvm15 libpciaccess0 libsensors-config
3.444   libsensors5 libtcmalloc-minimal4 libunwind8 libx11-6 libx11-data libx11-xcb1
3.444   libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
3.444   libxcb-randr0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxdmcp6
3.444   libxext6 libxfixes3 libxml2 libxshmfence1 libxxf86vm1
3.693 0 upgraded, 39 newly installed, 0 to remove and 6 not upgraded.
3.693 Need to get 46.9 MB of archives.
3.693 After this operation, 194 MB of additional disk space will be used.
3.693 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
5.986 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.3 [763 kB]
6.051 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-common all 2.4.113-2~ubuntu0.22.04.1 [5450 B]
6.051 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB]
6.055 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
6.055 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
6.056 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
6.060 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB]
6.071 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB]
6.128 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
6.130 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-amdgpu1 amd64 2.4.113-2~ubuntu0.22.04.1 [19.9 kB]
6.256 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB]
6.258 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-intel1 amd64 2.4.113-2~ubuntu0.22.04.1 [66.7 kB]
6.263 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-nouveau2 amd64 2.4.113-2~ubuntu0.22.04.1 [17.5 kB]
6.265 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-radeon1 amd64 2.4.113-2~ubuntu0.22.04.1 [21.6 kB]
6.267 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglapi-mesa amd64 23.0.4-0ubuntu1~22.04.1 [40.1 kB]
6.270 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB]
8.710 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5274 B]
8.710 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB]
8.710 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6968 B]
8.710 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dri amd64 23.0.4-0ubuntu1~22.04.1 [8182 kB]
9.656 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7802 B]
9.657 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7206 B]
9.657 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB]
9.657 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5734 B]
9.658 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB]
9.658 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5780 B]
9.659 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9416 B]
9.659 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9996 B]
9.660 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB]
9.791 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5394 B]
9.922 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB]
9.923 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.0.4-0ubuntu1~22.04.1 [158 kB]
9.936 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcmalloc-minimal4 amd64 2.9.1-0ubuntu3 [98.2 kB]
9.945 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB]
9.949 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgoogle-perftools4 amd64 2.9.1-0ubuntu3 [212 kB]
9.967 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB]
9.974 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB]
9.977 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB]
10.04 debconf: delaying package configuration, since apt-utils is not installed
10.05 Fetched 46.9 MB in 7s (7175 kB/s)
10.10 Selecting previously unselected package libicu70:amd64.
(Reading database ... 16673 files and directories currently installed.)
10.11 Preparing to unpack .../00-libicu70_70.1-2_amd64.deb ...
10.16 Unpacking libicu70:amd64 (70.1-2) ...
10.37 Selecting previously unselected package libxml2:amd64.
10.38 Preparing to unpack .../01-libxml2_2.9.13+dfsg-1ubuntu0.3_amd64.deb ...
10.39 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.3) ...
10.52 Selecting previously unselected package libdrm-common.
10.52 Preparing to unpack .../02-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ...
10.54 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
10.66 Selecting previously unselected package libdrm2:amd64.
10.67 Preparing to unpack .../03-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
10.69 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
10.81 Selecting previously unselected package libxau6:amd64.
10.82 Preparing to unpack .../04-libxau6_1%3a1.0.9-1build5_amd64.deb ...
10.83 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
10.95 Selecting previously unselected package libxdmcp6:amd64.
10.96 Preparing to unpack .../05-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
10.98 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11.10 Selecting previously unselected package libxcb1:amd64.
11.11 Preparing to unpack .../06-libxcb1_1.14-3ubuntu3_amd64.deb ...
11.12 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
11.23 Selecting previously unselected package libx11-data.
11.23 Preparing to unpack .../07-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ...
11.25 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ...
11.40 Selecting previously unselected package libx11-6:amd64.
11.40 Preparing to unpack .../08-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
11.42 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
11.57 Selecting previously unselected package libxext6:amd64.
11.57 Preparing to unpack .../09-libxext6_2%3a1.3.4-1build1_amd64.deb ...
11.59 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
11.72 Selecting previously unselected package libdrm-amdgpu1:amd64.
11.72 Preparing to unpack .../10-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
11.74 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
11.87 Selecting previously unselected package libpciaccess0:amd64.
11.88 Preparing to unpack .../11-libpciaccess0_0.16-3_amd64.deb ...
11.89 Unpacking libpciaccess0:amd64 (0.16-3) ...
12.01 Selecting previously unselected package libdrm-intel1:amd64.
12.02 Preparing to unpack .../12-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
12.04 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
12.17 Selecting previously unselected package libdrm-nouveau2:amd64.
12.17 Preparing to unpack .../13-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
12.19 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
12.32 Selecting previously unselected package libdrm-radeon1:amd64.
12.33 Preparing to unpack .../14-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
12.35 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
12.46 Selecting previously unselected package libglapi-mesa:amd64.
12.47 Preparing to unpack .../15-libglapi-mesa_23.0.4-0ubuntu1~22.04.1_amd64.deb ...
12.48 Unpacking libglapi-mesa:amd64 (23.0.4-0ubuntu1~22.04.1) ...
12.60 Selecting previously unselected package libllvm15:amd64.
12.61 Preparing to unpack .../16-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ...
12.63 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...
12.90 Selecting previously unselected package libsensors-config.
12.91 Preparing to unpack .../17-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ...
12.92 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ...
13.03 Selecting previously unselected package libsensors5:amd64.
13.04 Preparing to unpack .../18-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ...
13.11 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
13.22 Selecting previously unselected package libxcb-dri3-0:amd64.
13.23 Preparing to unpack .../19-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ...
13.24 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...
13.35 Selecting previously unselected package libgl1-mesa-dri:amd64.
13.36 Preparing to unpack .../20-libgl1-mesa-dri_23.0.4-0ubuntu1~22.04.1_amd64.deb ...
13.39 Unpacking libgl1-mesa-dri:amd64 (23.0.4-0ubuntu1~22.04.1) ...
13.55 Selecting previously unselected package libx11-xcb1:amd64.
13.56 Preparing to unpack .../21-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
13.57 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...
13.68 Selecting previously unselected package libxcb-dri2-0:amd64.
13.69 Preparing to unpack .../22-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ...
13.70 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...
13.80 Selecting previously unselected package libxcb-glx0:amd64.
13.81 Preparing to unpack .../23-libxcb-glx0_1.14-3ubuntu3_amd64.deb ...
13.82 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ...
13.93 Selecting previously unselected package libxcb-present0:amd64.
13.94 Preparing to unpack .../24-libxcb-present0_1.14-3ubuntu3_amd64.deb ...
13.95 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ...
14.05 Selecting previously unselected package libxcb-randr0:amd64.
14.06 Preparing to unpack .../25-libxcb-randr0_1.14-3ubuntu3_amd64.deb ...
14.07 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ...
14.18 Selecting previously unselected package libxcb-shm0:amd64.
14.19 Preparing to unpack .../26-libxcb-shm0_1.14-3ubuntu3_amd64.deb ...
14.20 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ...
14.31 Selecting previously unselected package libxcb-sync1:amd64.
14.32 Preparing to unpack .../27-libxcb-sync1_1.14-3ubuntu3_amd64.deb ...
14.33 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ...
14.44 Selecting previously unselected package libxcb-xfixes0:amd64.
14.44 Preparing to unpack .../28-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ...
14.46 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...
14.56 Selecting previously unselected package libxfixes3:amd64.
14.57 Preparing to unpack .../29-libxfixes3_1%3a6.0.0-1_amd64.deb ...
14.58 Unpacking libxfixes3:amd64 (1:6.0.0-1) ...
14.69 Selecting previously unselected package libxshmfence1:amd64.
14.69 Preparing to unpack .../30-libxshmfence1_1.3-1build4_amd64.deb ...
14.71 Unpacking libxshmfence1:amd64 (1.3-1build4) ...
14.81 Selecting previously unselected package libxxf86vm1:amd64.
14.81 Preparing to unpack .../31-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ...
14.83 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ...
14.93 Selecting previously unselected package libglx-mesa0:amd64.
14.94 Preparing to unpack .../32-libglx-mesa0_23.0.4-0ubuntu1~22.04.1_amd64.deb ...
14.96 Unpacking libglx-mesa0:amd64 (23.0.4-0ubuntu1~22.04.1) ...
15.06 Selecting previously unselected package libtcmalloc-minimal4:amd64.
15.07 Preparing to unpack .../33-libtcmalloc-minimal4_2.9.1-0ubuntu3_amd64.deb ...
15.08 Unpacking libtcmalloc-minimal4:amd64 (2.9.1-0ubuntu3) ...
15.19 Selecting previously unselected package libunwind8:amd64.
15.20 Preparing to unpack .../34-libunwind8_1.3.2-2build2.1_amd64.deb ...
15.21 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ...
15.31 Selecting previously unselected package libgoogle-perftools4:amd64.
15.32 Preparing to unpack .../35-libgoogle-perftools4_2.9.1-0ubuntu3_amd64.deb ...
15.34 Unpacking libgoogle-perftools4:amd64 (2.9.1-0ubuntu3) ...
15.45 Selecting previously unselected package libglvnd0:amd64.
15.46 Preparing to unpack .../36-libglvnd0_1.4.0-1_amd64.deb ...
15.48 Unpacking libglvnd0:amd64 (1.4.0-1) ...
15.59 Selecting previously unselected package libglx0:amd64.
15.60 Preparing to unpack .../37-libglx0_1.4.0-1_amd64.deb ...
15.61 Unpacking libglx0:amd64 (1.4.0-1) ...
15.72 Selecting previously unselected package libgl1:amd64.
15.73 Preparing to unpack .../38-libgl1_1.4.0-1_amd64.deb ...
15.74 Unpacking libgl1:amd64 (1.4.0-1) ...
15.85 Setting up libpciaccess0:amd64 (0.16-3) ...
15.89 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
15.93 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
15.97 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
16.01 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...
16.05 Setting up libglvnd0:amd64 (1.4.0-1) ...
16.10 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ...
16.15 Setting up libsensors-config (1:3.6.0-7ubuntu1) ...
16.22 Setting up libtcmalloc-minimal4:amd64 (2.9.1-0ubuntu3) ...
16.27 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ...
16.32 Setting up libunwind8:amd64 (1.3.2-2build2.1) ...
16.37 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ...
16.41 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
16.45 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ...
16.50 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
16.55 Setting up libglapi-mesa:amd64 (23.0.4-0ubuntu1~22.04.1) ...
16.59 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...
16.63 Setting up libxshmfence1:amd64 (1.3-1build4) ...
16.68 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ...
16.72 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
16.77 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
16.82 Setting up libgoogle-perftools4:amd64 (2.9.1-0ubuntu3) ...
16.87 Setting up libicu70:amd64 (70.1-2) ...
16.91 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...
16.96 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...
17.00 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
17.05 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ...
17.10 Setting up libxfixes3:amd64 (1:6.0.0-1) ...
17.14 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
17.19 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.3) ...
17.23 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
17.28 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
17.32 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
17.37 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
17.41 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...
17.45 Setting up libgl1-mesa-dri:amd64 (23.0.4-0ubuntu1~22.04.1) ...
17.51 Setting up libglx-mesa0:amd64 (23.0.4-0ubuntu1~22.04.1) ...
17.56 Setting up libglx0:amd64 (1.4.0-1) ...
17.61 Setting up libgl1:amd64 (1.4.0-1) ...
17.65 Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
27.32
27.32 Transaction
27.32
27.32   Prefix: /opt/micromamba/envs/comfyui
27.32
27.32   Updating specs:
27.32
27.32    - _libgcc_mutex==0.1=conda_forge
27.32    - _openmp_mutex==4.5=2_kmp_llvm
27.32    - asttokens==2.4.1=pyhd8ed1ab_0
27.32    - backports==1.0=pyhd8ed1ab_3
27.32    - backports.functools_lru_cache==1.6.5=pyhd8ed1ab_0
27.32    - blas==2.119=mkl
27.32    - blas-devel==3.9.0=19_linux64_mkl
27.32    - brotli-python==1.1.0=py310hc6cd4ac_1
27.32    - bzip2==1.0.8=h7f98852_4
27.32    - ca-certificates==2023.7.22=hbcca054_0
27.32    - certifi==2023.7.22=pyhd8ed1ab_0
27.32    - charset-normalizer==3.3.2=pyhd8ed1ab_0
27.32    - comm==0.1.4=pyhd8ed1ab_0
27.32    - cuda-cudart==11.8.89=0
27.32    - cuda-cupti==11.8.87=0
27.32    - cuda-libraries==11.8.0=0
27.32    - cuda-nvrtc==11.8.89=0
27.32    - cuda-nvtx==11.8.86=0
27.32    - cuda-runtime==11.8.0=0
27.32    - debugpy==1.8.0=py310hc6cd4ac_1
27.32    - decorator==5.1.1=pyhd8ed1ab_0
27.32    - exceptiongroup==1.1.3=pyhd8ed1ab_0
27.32    - executing==2.0.1=pyhd8ed1ab_0
27.32    - ffmpeg==4.3=hf484d3e_0
27.32    - filelock==3.13.1=pyhd8ed1ab_0
27.32    - freetype==2.12.1=h267a509_2
27.32    - gmp==6.2.1=h58526e2_0
27.32    - gmpy2==2.1.2=py310h3ec546c_1
27.32    - gnutls==3.6.13=h85f3911_1
27.32    - icu==73.2=h59595ed_0
27.32    - idna==3.4=pyhd8ed1ab_0
27.32    - importlib-metadata==6.8.0=pyha770c72_0
27.32    - importlib_metadata==6.8.0=hd8ed1ab_0
27.32    - ipykernel==6.26.0=pyhf8b6a83_0
27.32    - ipython==8.17.2=pyh41d4057_0
27.32    - ipywidgets==8.1.1=pyhd8ed1ab_0
27.32    - jedi==0.19.1=pyhd8ed1ab_0
27.32    - jinja2==3.1.2=pyhd8ed1ab_1
27.32    - jpeg==9e=h0b41bf4_3
27.32    - jupyter_client==8.5.0=pyhd8ed1ab_0
27.32    - jupyter_core==5.5.0=py310hff52083_0
27.32    - jupyterlab_widgets==3.0.9=pyhd8ed1ab_0
27.32    - lame==3.100=h166bdaf_1003
27.32    - lcms2==2.15=hfd0df8a_0
27.32    - ld_impl_linux-64==2.40=h41732ed_0
27.32    - lerc==4.0.0=h27087fc_0
27.32    - libblas==3.9.0=19_linux64_mkl
27.32    - libcblas==3.9.0=19_linux64_mkl
27.32    - libcublas==11.11.3.6=0
27.32    - libcufft==10.9.0.58=0
27.32    - libcufile==1.8.0.34=0
27.32    - libcurand==10.3.4.52=0
27.32    - libcusolver==11.4.1.48=0
27.32    - libcusparse==11.7.5.86=0
27.32    - libdeflate==1.17=h0b41bf4_0
27.32    - libffi==3.4.2=h7f98852_5
27.32    - libgcc-ng==13.2.0=h807b86a_2
27.32    - libgfortran-ng==13.2.0=h69a702a_2
27.32    - libgfortran5==13.2.0=ha4646dd_2
27.32    - libgomp==13.2.0=h807b86a_2
27.32    - libhwloc==2.9.3=default_h554bfaf_1009
27.32    - libiconv==1.17=h166bdaf_0
27.32    - liblapack==3.9.0=19_linux64_mkl
27.32    - liblapacke==3.9.0=19_linux64_mkl
27.32    - libnpp==11.8.0.86=0
27.32    - libnsl==2.0.1=hd590300_0
27.32    - libnvjpeg==11.9.0.86=0
27.32    - libpng==1.6.39=h753d276_0
27.32    - libsodium==1.0.18=h36c2ea0_1
27.32    - libsqlite==3.44.0=h2797004_0
27.32    - libstdcxx-ng==13.2.0=h7e041cc_2
27.32    - libtiff==4.5.0=h6adf6a1_2
27.32    - libuuid==2.38.1=h0b41bf4_0
27.32    - libwebp-base==1.3.2=hd590300_0
27.32    - libxcb==1.13=h7f98852_1004
27.32    - libxml2==2.11.5=h232c23b_1
27.32    - libzlib==1.2.13=hd590300_5
27.32    - llvm-openmp==17.0.4=h4dfa4b3_0
27.32    - markupsafe==2.1.3=py310h2372a71_1
27.32    - matplotlib-inline==0.1.6=pyhd8ed1ab_0
27.32    - mkl==2023.2.0=h84fe81f_50496
27.32    - mkl-devel==2023.2.0=ha770c72_50496
27.32    - mkl-include==2023.2.0=h84fe81f_50496
27.32    - mpc==1.3.1=hfe3b2da_0
27.32    - mpfr==4.2.1=h9458935_0
27.32    - mpmath==1.3.0=pyhd8ed1ab_0
27.32    - ncurses==6.4=h59595ed_2
27.32    - nest-asyncio==1.5.8=pyhd8ed1ab_0
27.32    - nettle==3.6=he412f7d_0
27.32    - networkx==3.2.1=pyhd8ed1ab_0
27.32    - numpy==1.26.0=py310hb13e2d6_0
27.32    - openh264==2.1.1=h780b84a_0
27.32    - openjpeg==2.5.0=hfec8fc6_2
27.32    - openssl==3.1.4=hd590300_0
27.32    - packaging==23.2=pyhd8ed1ab_0
27.32    - parso==0.8.3=pyhd8ed1ab_0
27.32    - pexpect==4.8.0=pyh1a96a4e_2
27.32    - pickleshare==0.7.5=py_1003
27.32    - pillow==9.4.0=py310h023d228_1
27.32    - pip==23.3.1=pyhd8ed1ab_0
27.32    - platformdirs==3.11.0=pyhd8ed1ab_0
27.32    - prompt-toolkit==3.0.39=pyha770c72_0
27.32    - prompt_toolkit==3.0.39=hd8ed1ab_0
27.32    - psutil==5.9.5=py310h2372a71_1
27.32    - pthread-stubs==0.4=h36c2ea0_1001
27.32    - ptyprocess==0.7.0=pyhd3deb0d_0
27.32    - pure_eval==0.2.2=pyhd8ed1ab_0
27.32    - pygments==2.16.1=pyhd8ed1ab_0
27.32    - pysocks==1.7.1=pyha2e5f31_6
27.32    - python==3.10.13=hd12c33a_0_cpython
27.32    - python-dateutil==2.8.2=pyhd8ed1ab_0
27.32    - python_abi==3.10=4_cp310
27.32    - pytorch==2.0.1=py3.10_cuda11.8_cudnn8.7.0_0
27.32    - pytorch-cuda==11.8=h7e8668a_5
27.32    - pytorch-mutex==1.0=cuda
27.32    - pyzmq==25.1.1=py310h795f18f_2
27.32    - readline==8.2=h8228510_1
27.32    - requests==2.31.0=pyhd8ed1ab_0
27.32    - setuptools==68.2.2=pyhd8ed1ab_0
27.32    - six==1.16.0=pyh6c4a22f_0
27.32    - stack_data==0.6.2=pyhd8ed1ab_0
27.32    - sympy==1.12=pypyh9d50eac_103
27.32    - tbb==2021.10.0=h00ab1b0_2
27.32    - tk==8.6.13=h2797004_0
27.32    - torchaudio==2.0.2=py310_cu118
27.32    - torchtriton==2.0.0=py310
27.32    - torchvision==0.15.2=py310_cu118
27.32    - tornado==6.3.3=py310h2372a71_1
27.32    - traitlets==5.13.0=pyhd8ed1ab_0
27.32    - typing-extensions==4.8.0=hd8ed1ab_0
27.32    - typing_extensions==4.8.0=pyha770c72_0
27.32    - tzdata==2023c=h71feb2d_0
27.32    - urllib3==2.0.7=pyhd8ed1ab_0
27.32    - wcwidth==0.2.9=pyhd8ed1ab_0
27.32    - wheel==0.41.3=pyhd8ed1ab_0
27.32    - widgetsnbextension==4.0.9=pyhd8ed1ab_0
27.32    - xorg-libxau==1.0.11=hd590300_0
27.32    - xorg-libxdmcp==1.1.3=h7f98852_0
27.32    - xz==5.2.6=h166bdaf_0
27.32    - zeromq==4.3.5=h59595ed_0
27.32    - zipp==3.17.0=pyhd8ed1ab_0
27.32    - zlib==1.2.13=hd590300_5
27.32    - zstd==1.5.5=hfc55251_0
27.32
27.32
27.47   Package                            Version  Build                         Channel           Size
27.47 ────────────────────────────────────────────────────────────────────────────────────────────────────
27.47   Install:
27.47 ────────────────────────────────────────────────────────────────────────────────────────────────────
27.47
27.47   + _libgcc_mutex                        0.1  conda_forge                   conda-forge     Cached
27.47   + ca-certificates                2023.7.22  hbcca054_0                    conda-forge     Cached
27.47   + ld_impl_linux-64                    2.40  h41732ed_0                    conda-forge     Cached
27.47   + libstdcxx-ng                      13.2.0  h7e041cc_2                    conda-forge     Cached
27.47   + mkl-include                     2023.2.0  h84fe81f_50496                conda-forge     Cached
27.47   + python_abi                          3.10  4_cp310                       conda-forge     Cached
27.47   + libgomp                           13.2.0  h807b86a_2                    conda-forge     Cached
27.47   + _openmp_mutex                        4.5  2_kmp_llvm                    conda-forge     Cached
27.47   + libgcc-ng                         13.2.0  h807b86a_2                    conda-forge     Cached
27.47   + libzlib                           1.2.13  hd590300_5                    conda-forge     Cached
27.47   + zstd                               1.5.5  hfc55251_0                    conda-forge     Cached
27.47   + llvm-openmp                       17.0.4  h4dfa4b3_0                    conda-forge     Cached
27.47   + zlib                              1.2.13  hd590300_5                    conda-forge     Cached
27.47   + xz                                 5.2.6  h166bdaf_0                    conda-forge     Cached
27.47   + xorg-libxdmcp                      1.1.3  h7f98852_0                    conda-forge     Cached
27.47   + xorg-libxau                       1.0.11  hd590300_0                    conda-forge     Cached
27.47   + tk                                8.6.13  h2797004_0                    conda-forge     Cached
27.47   + pthread-stubs                        0.4  h36c2ea0_1001                 conda-forge     Cached
27.47   + openssl                            3.1.4  hd590300_0                    conda-forge     Cached
27.47   + nettle                               3.6  he412f7d_0                    conda-forge     Cached
27.47   + ncurses                              6.4  h59595ed_2                    conda-forge     Cached
27.47   + libwebp-base                       1.3.2  hd590300_0                    conda-forge     Cached
27.47   + libuuid                           2.38.1  h0b41bf4_0                    conda-forge     Cached
27.47   + libsqlite                         3.44.0  h2797004_0                    conda-forge     Cached
27.47   + libsodium                         1.0.18  h36c2ea0_1                    conda-forge     Cached
27.47   + libpng                            1.6.39  h753d276_0                    conda-forge     Cached
27.47   + libnsl                             2.0.1  hd590300_0                    conda-forge     Cached
27.47   + libiconv                            1.17  h166bdaf_0                    conda-forge     Cached
27.47   + libgfortran5                      13.2.0  ha4646dd_2                    conda-forge     Cached
27.47   + libffi                             3.4.2  h7f98852_5                    conda-forge     Cached
27.47   + libdeflate                          1.17  h0b41bf4_0                    conda-forge     Cached
27.47   + lerc                               4.0.0  h27087fc_0                    conda-forge     Cached
27.47   + lame                               3.100  h166bdaf_1003                 conda-forge     Cached
27.47   + jpeg                                  9e  h0b41bf4_3                    conda-forge     Cached
27.47   + icu                                 73.2  h59595ed_0                    conda-forge     Cached
27.47   + gmp                                6.2.1  h58526e2_0                    conda-forge     Cached
27.47   + bzip2                              1.0.8  h7f98852_4                    conda-forge     Cached
27.47   + openh264                           2.1.1  h780b84a_0                    conda-forge     Cached
27.47   + libxcb                              1.13  h7f98852_1004                 conda-forge     Cached
27.47   + gnutls                            3.6.13  h85f3911_1                    conda-forge     Cached
27.47   + readline                             8.2  h8228510_1                    conda-forge     Cached
27.47   + zeromq                             4.3.5  h59595ed_0                    conda-forge     Cached
27.47   + freetype                          2.12.1  h267a509_2                    conda-forge     Cached
27.47   + libgfortran-ng                    13.2.0  h69a702a_2                    conda-forge     Cached
27.47   + libtiff                            4.5.0  h6adf6a1_2                    conda-forge     Cached
27.47   + libxml2                           2.11.5  h232c23b_1                    conda-forge     Cached
27.47   + mpfr                               4.2.1  h9458935_0                    conda-forge     Cached
27.47   + openjpeg                           2.5.0  hfec8fc6_2                    conda-forge     Cached
27.47   + lcms2                               2.15  hfd0df8a_0                    conda-forge     Cached
27.47   + libhwloc                           2.9.3  default_h554bfaf_1009         conda-forge     Cached
27.47   + mpc                                1.3.1  hfe3b2da_0                    conda-forge     Cached
27.47   + tbb                            2021.10.0  h00ab1b0_2                    conda-forge     Cached
27.47   + mkl                             2023.2.0  h84fe81f_50496                conda-forge     Cached
27.47   + mkl-devel                       2023.2.0  ha770c72_50496                conda-forge     Cached
27.47   + libblas                            3.9.0  19_linux64_mkl                conda-forge     Cached
27.47   + liblapack                          3.9.0  19_linux64_mkl                conda-forge     Cached
27.47   + libcblas                           3.9.0  19_linux64_mkl                conda-forge     Cached
27.47   + liblapacke                         3.9.0  19_linux64_mkl                conda-forge     Cached
27.47   + blas-devel                         3.9.0  19_linux64_mkl                conda-forge     Cached
27.47   + blas                               2.119  mkl                           conda-forge     Cached
27.47   + cuda-cudart                      11.8.89  0                             nvidia          Cached
27.47   + cuda-cupti                       11.8.87  0                             nvidia          Cached
27.47   + cuda-nvrtc                       11.8.89  0                             nvidia          Cached
27.47   + cuda-nvtx                        11.8.86  0                             nvidia          Cached
27.47   + libcublas                      11.11.3.6  0                             nvidia          Cached
27.47   + libcufft                       10.9.0.58  0                             nvidia          Cached
27.47   + libcufile                       1.8.0.34  0                             nvidia          Cached
27.47   + libcurand                      10.3.4.52  0                             nvidia          Cached
27.47   + libcusolver                    11.4.1.48  0                             nvidia          Cached
27.47   + libcusparse                    11.7.5.86  0                             nvidia          Cached
27.47   + libnpp                         11.8.0.86  0                             nvidia          Cached
27.47   + libnvjpeg                      11.9.0.86  0                             nvidia          Cached
27.47   + cuda-libraries                    11.8.0  0                             nvidia          Cached
27.47   + cuda-runtime                      11.8.0  0                             nvidia          Cached
27.47   + pytorch-mutex                        1.0  cuda                          pytorch         Cached
27.47   + tzdata                             2023c  h71feb2d_0                    conda-forge     Cached
27.47   + ffmpeg                               4.3  hf484d3e_0                    pytorch         Cached
27.47   + pytorch-cuda                        11.8  h7e8668a_5                    pytorch         Cached
27.47   + python                           3.10.13  hd12c33a_0_cpython            conda-forge     Cached
27.47   + wheel                             0.41.3  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + setuptools                        68.2.2  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + pip                               23.3.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + zipp                              3.17.0  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + widgetsnbextension                 4.0.9  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + typing_extensions                  4.8.0  pyha770c72_0                  conda-forge     Cached
27.47   + traitlets                         5.13.0  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + six                               1.16.0  pyh6c4a22f_0                  conda-forge     Cached
27.47   + pysocks                            1.7.1  pyha2e5f31_6                  conda-forge     Cached
27.47   + pygments                          2.16.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + pure_eval                          0.2.2  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + ptyprocess                         0.7.0  pyhd3deb0d_0                  conda-forge     Cached
27.47   + pickleshare                        0.7.5  py_1003                       conda-forge     Cached
27.47   + parso                              0.8.3  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + packaging                           23.2  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + networkx                           3.2.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + nest-asyncio                       1.5.8  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + mpmath                             1.3.0  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + jupyterlab_widgets                 3.0.9  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + idna                                 3.4  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + filelock                          3.13.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + executing                          2.0.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + exceptiongroup                     1.1.3  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + decorator                          5.1.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + charset-normalizer                 3.3.2  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + certifi                        2023.7.22  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + backports                            1.0  pyhd8ed1ab_3                  conda-forge     Cached
27.47   + importlib-metadata                 6.8.0  pyha770c72_0                  conda-forge     Cached
27.47   + typing-extensions                  4.8.0  hd8ed1ab_0                    conda-forge     Cached
27.47   + matplotlib-inline                  0.1.6  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + comm                               0.1.4  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + python-dateutil                    2.8.2  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + asttokens                          2.4.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + pexpect                            4.8.0  pyh1a96a4e_2                  conda-forge     Cached
27.47   + jedi                              0.19.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + backports.functools_lru_cache      1.6.5  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + importlib_metadata                 6.8.0  hd8ed1ab_0                    conda-forge     Cached
27.47   + platformdirs                      3.11.0  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + stack_data                         0.6.2  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + wcwidth                            0.2.9  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + prompt-toolkit                    3.0.39  pyha770c72_0                  conda-forge     Cached
27.47   + prompt_toolkit                    3.0.39  hd8ed1ab_0                    conda-forge     Cached
27.47   + ipython                           8.17.2  pyh41d4057_0                  conda-forge     Cached
27.47   + ipywidgets                         8.1.1  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + tornado                            6.3.3  py310h2372a71_1               conda-forge     Cached
27.47   + pyzmq                             25.1.1  py310h795f18f_2               conda-forge     Cached
27.47   + psutil                             5.9.5  py310h2372a71_1               conda-forge     Cached
27.47   + pillow                             9.4.0  py310h023d228_1               conda-forge     Cached
27.47   + numpy                             1.26.0  py310hb13e2d6_0               conda-forge     Cached
27.47   + markupsafe                         2.1.3  py310h2372a71_1               conda-forge     Cached
27.47   + gmpy2                              2.1.2  py310h3ec546c_1               conda-forge     Cached
27.47   + debugpy                            1.8.0  py310hc6cd4ac_1               conda-forge     Cached
27.47   + brotli-python                      1.1.0  py310hc6cd4ac_1               conda-forge     Cached
27.47   + jupyter_core                       5.5.0  py310hff52083_0               conda-forge     Cached
27.47   + jinja2                             3.1.2  pyhd8ed1ab_1                  conda-forge     Cached
27.47   + sympy                               1.12  pypyh9d50eac_103              conda-forge     Cached
27.47   + urllib3                            2.0.7  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + jupyter_client                     8.5.0  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + requests                          2.31.0  pyhd8ed1ab_0                  conda-forge     Cached
27.47   + ipykernel                         6.26.0  pyhf8b6a83_0                  conda-forge     Cached
27.47   + pytorch                            2.0.1  py3.10_cuda11.8_cudnn8.7.0_0  pytorch         Cached
27.47   + torchtriton                        2.0.0  py310                         pytorch         Cached
27.47   + torchvision                       0.15.2  py310_cu118                   pytorch         Cached
27.47   + torchaudio                         2.0.2  py310_cu118                   pytorch         Cached
27.47
27.47   Summary:
27.47
27.47   Install: 143 packages
27.47
27.47   Total download: 0 B
27.47
27.47 ────────────────────────────────────────────────────────────────────────────────────────────────────
27.47
27.47
27.47
27.47 Transaction starting
27.47 Linking _libgcc_mutex-0.1-conda_forge
27.47 Linking ca-certificates-2023.7.22-hbcca054_0
27.47 Linking ld_impl_linux-64-2.40-h41732ed_0
27.48 Linking libstdcxx-ng-13.2.0-h7e041cc_2
27.49 Linking mkl-include-2023.2.0-h84fe81f_50496
27.49 Linking python_abi-3.10-4_cp310
27.49 Linking libgomp-13.2.0-h807b86a_2
27.49 Linking _openmp_mutex-4.5-2_kmp_llvm
27.49 Linking libgcc-ng-13.2.0-h807b86a_2
27.49 Linking libzlib-1.2.13-hd590300_5
27.49 Linking zstd-1.5.5-hfc55251_0
27.50 Linking llvm-openmp-17.0.4-h4dfa4b3_0
27.56 Linking zlib-1.2.13-hd590300_5
27.56 Linking xz-5.2.6-h166bdaf_0
27.56 Linking xorg-libxdmcp-1.1.3-h7f98852_0
27.56 Linking xorg-libxau-1.0.11-hd590300_0
27.56 Linking tk-8.6.13-h2797004_0
27.58 Linking pthread-stubs-0.4-h36c2ea0_1001
27.58 Linking openssl-3.1.4-hd590300_0
27.58 Linking nettle-3.6-he412f7d_0
27.59 Linking ncurses-6.4-h59595ed_2
28.98 Linking libwebp-base-1.3.2-hd590300_0
28.98 Linking libuuid-2.38.1-h0b41bf4_0
28.98 Linking libsqlite-3.44.0-h2797004_0
28.98 Linking libsodium-1.0.18-h36c2ea0_1
28.99 Linking libpng-1.6.39-h753d276_0
28.99 Linking libnsl-2.0.1-hd590300_0
28.99 Linking libiconv-1.17-h166bdaf_0
28.99 Linking libgfortran5-13.2.0-ha4646dd_2
29.00 Linking libffi-3.4.2-h7f98852_5
29.00 Linking libdeflate-1.17-h0b41bf4_0
29.00 Linking lerc-4.0.0-h27087fc_0
29.00 Linking lame-3.100-h166bdaf_1003
29.00 Linking jpeg-9e-h0b41bf4_3
29.00 Linking icu-73.2-h59595ed_0
29.04 Linking gmp-6.2.1-h58526e2_0
29.04 Linking bzip2-1.0.8-h7f98852_4
29.04 Linking openh264-2.1.1-h780b84a_0
29.04 Linking libxcb-1.13-h7f98852_1004
29.05 Linking gnutls-3.6.13-h85f3911_1
29.08 Linking readline-8.2-h8228510_1
29.08 Linking zeromq-4.3.5-h59595ed_0
29.08 Linking freetype-2.12.1-h267a509_2
29.08 Linking libgfortran-ng-13.2.0-h69a702a_2
29.08 Linking libtiff-4.5.0-h6adf6a1_2
29.08 Linking libxml2-2.11.5-h232c23b_1
29.08 Linking mpfr-4.2.1-h9458935_0
29.09 Linking openjpeg-2.5.0-hfec8fc6_2
29.09 Linking lcms2-2.15-hfd0df8a_0
29.09 Linking libhwloc-2.9.3-default_h554bfaf_1009
29.10 Linking mpc-1.3.1-hfe3b2da_0
29.10 Linking tbb-2021.10.0-h00ab1b0_2
29.10 Linking mkl-2023.2.0-h84fe81f_50496
29.27 Linking mkl-devel-2023.2.0-ha770c72_50496
29.27 Linking libblas-3.9.0-19_linux64_mkl
29.28 Linking liblapack-3.9.0-19_linux64_mkl
29.30 Linking libcblas-3.9.0-19_linux64_mkl
29.31 Linking liblapacke-3.9.0-19_linux64_mkl
29.33 Linking blas-devel-3.9.0-19_linux64_mkl
29.33 Linking blas-2.119-mkl
29.33 Linking cuda-cudart-11.8.89-0
29.33 Linking cuda-cupti-11.8.87-0
29.34 Linking cuda-nvrtc-11.8.89-0
29.37 Linking cuda-nvtx-11.8.86-0
29.37 warning  libmamba [cuda-nvtx-11.8.86-0] The following files were already present in the environment:
29.37     - LICENSE
29.37 Linking libcublas-11.11.3.6-0
29.65 Linking libcufft-10.9.0.58-0
29.76 Linking libcufile-1.8.0.34-0
29.76 Linking libcurand-10.3.4.52-0
29.80 Linking libcusolver-11.4.1.48-0
30.01 Linking libcusparse-11.7.5.86-0
30.12 Linking libnpp-11.8.0.86-0
30.23 Linking libnvjpeg-11.9.0.86-0
30.23 Linking cuda-libraries-11.8.0-0
30.23 Linking cuda-runtime-11.8.0-0
30.23 Linking pytorch-mutex-1.0-cuda
30.23 Linking tzdata-2023c-h71feb2d_0
30.24 Linking ffmpeg-4.3-hf484d3e_0
30.26 Linking pytorch-cuda-11.8-h7e8668a_5
30.26 Linking python-3.10.13-hd12c33a_0_cpython
30.33 Linking wheel-0.41.3-pyhd8ed1ab_0
30.33 Linking setuptools-68.2.2-pyhd8ed1ab_0
30.34 Linking pip-23.3.1-pyhd8ed1ab_0
30.35 Linking zipp-3.17.0-pyhd8ed1ab_0
30.35 Linking widgetsnbextension-4.0.9-pyhd8ed1ab_0
30.35 Linking typing_extensions-4.8.0-pyha770c72_0
30.35 Linking traitlets-5.13.0-pyhd8ed1ab_0
30.35 Linking six-1.16.0-pyh6c4a22f_0
30.35 Linking pysocks-1.7.1-pyha2e5f31_6
30.35 Linking pygments-2.16.1-pyhd8ed1ab_0
30.36 Linking pure_eval-0.2.2-pyhd8ed1ab_0
30.36 Linking ptyprocess-0.7.0-pyhd3deb0d_0
30.36 Linking pickleshare-0.7.5-py_1003
30.36 Linking parso-0.8.3-pyhd8ed1ab_0
30.36 Linking packaging-23.2-pyhd8ed1ab_0
30.36 Linking networkx-3.2.1-pyhd8ed1ab_0
30.38 Linking nest-asyncio-1.5.8-pyhd8ed1ab_0
30.38 Linking mpmath-1.3.0-pyhd8ed1ab_0
30.38 Linking jupyterlab_widgets-3.0.9-pyhd8ed1ab_0
30.38 Linking idna-3.4-pyhd8ed1ab_0
30.38 Linking filelock-3.13.1-pyhd8ed1ab_0
30.38 Linking executing-2.0.1-pyhd8ed1ab_0
30.38 Linking exceptiongroup-1.1.3-pyhd8ed1ab_0
30.38 Linking decorator-5.1.1-pyhd8ed1ab_0
30.38 Linking charset-normalizer-3.3.2-pyhd8ed1ab_0
30.38 Linking certifi-2023.7.22-pyhd8ed1ab_0
30.38 Linking backports-1.0-pyhd8ed1ab_3
30.38 Linking importlib-metadata-6.8.0-pyha770c72_0
30.38 Linking typing-extensions-4.8.0-hd8ed1ab_0
30.38 Linking matplotlib-inline-0.1.6-pyhd8ed1ab_0
30.38 Linking comm-0.1.4-pyhd8ed1ab_0
30.38 Linking python-dateutil-2.8.2-pyhd8ed1ab_0
30.38 Linking asttokens-2.4.1-pyhd8ed1ab_0
30.38 Linking pexpect-4.8.0-pyh1a96a4e_2
30.38 Linking jedi-0.19.1-pyhd8ed1ab_0
30.43 Linking backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0
30.43 Linking importlib_metadata-6.8.0-hd8ed1ab_0
30.43 Linking platformdirs-3.11.0-pyhd8ed1ab_0
30.43 Linking stack_data-0.6.2-pyhd8ed1ab_0
30.43 Linking wcwidth-0.2.9-pyhd8ed1ab_0
30.43 Linking prompt-toolkit-3.0.39-pyha770c72_0
30.43 Linking prompt_toolkit-3.0.39-hd8ed1ab_0
30.43 Linking ipython-8.17.2-pyh41d4057_0
30.44 Linking ipywidgets-8.1.1-pyhd8ed1ab_0
30.44 Linking tornado-6.3.3-py310h2372a71_1
30.45 Linking pyzmq-25.1.1-py310h795f18f_2
30.45 Linking psutil-5.9.5-py310h2372a71_1
30.45 Linking pillow-9.4.0-py310h023d228_1
30.46 Linking numpy-1.26.0-py310hb13e2d6_0
30.49 Linking markupsafe-2.1.3-py310h2372a71_1
30.49 Linking gmpy2-2.1.2-py310h3ec546c_1
30.49 Linking debugpy-1.8.0-py310hc6cd4ac_1
30.51 Linking brotli-python-1.1.0-py310hc6cd4ac_1
30.51 Linking jupyter_core-5.5.0-py310hff52083_0
30.51 Linking jinja2-3.1.2-pyhd8ed1ab_1
30.52 Linking sympy-1.12-pypyh9d50eac_103
30.55 Linking urllib3-2.0.7-pyhd8ed1ab_0
30.55 Linking jupyter_client-8.5.0-pyhd8ed1ab_0
30.55 Linking requests-2.31.0-pyhd8ed1ab_0
30.55 Linking ipykernel-6.26.0-pyhf8b6a83_0
30.55 Linking pytorch-2.0.1-py3.10_cuda11.8_cudnn8.7.0_0
30.79 Linking torchtriton-2.0.0-py310
30.93 Linking torchvision-0.15.2-py310_cu118
30.95 Linking torchaudio-2.0.2-py310_cu118
30.96
30.96 Transaction finished
30.96
30.96 To activate this environment, use:
30.96
30.96     micromamba activate comfyui
30.96
30.96 Or to execute a single command in this environment, use:
30.96
30.96     micromamba run -n comfyui mycommand
30.96
30.97 conda-forge/linux-64                                        Using cache
30.97 conda-forge/noarch                                          Using cache
31.47
31.47 Pinned packages:
31.47   - python 3.10.*
31.47
33.08
33.08 Transaction
33.08
33.08   Prefix: /opt/micromamba/envs/comfyui
33.08
33.08   All requested packages already installed
33.08
33.08
33.08 Transaction starting
33.08
33.08 Transaction finished
33.08
33.08 To activate this environment, use:
33.08
33.08     micromamba activate comfyui
33.08
33.08 Or to execute a single command in this environment, use:
33.08
33.08     micromamba run -n comfyui mycommand
33.08
33.09 Cloning into 'ComfyUI'...
34.34 Success
------
failed to solve: process "/bin/bash -c /opt/ai-dock/bin/build/layer0/init.sh" did not complete successfully: exit code: 1

Based on the logs, it was building fine.
I am unable to find the point of failure.

@robballantyne
Copy link
Member

What is your build environment? I have completed a successful local build prior to pushing changes on an intel i5, 4gb ram

@short-circuit
Copy link
Author

Docker version 24.0.7, build afdd53b4e3
Docker Compose version 2.23.0

Hardware:
Intel 13900K, 64GB RAM, nVidia 4090

OS:
Archlinux Kernel 6.5.9 (build of 26th Oktober 2023)

Latest nVidia vulkan dev driver installed (through https://github.com/Frogging-Family/nvidia-all, works on other nVidia docker containers running pytorch)

Maybe I am overseeing something for building the image correctly?

@robballantyne
Copy link
Member

I have no idea, unfortunately. To debug you can set +x on the build scripts to find exactly where the failure occurs.

I only build on Ubuntu (same as the GitHub runners) and there are no issues. I love Arch - Long time user, but it may have an unstable package causing trouble... Which one is a mystery but could also be causing the runtime problems.

Pushing a new build now.

@maxfrei750
Copy link

maxfrei750 commented Dec 1, 2023

Hi @robballantyne, thanks for the awesome work! I think, I'm running into the same (or at least similar issue).

Logs
Attaching to supervisor-1
supervisor-1  | You have no configured rclone remotes to be mounted
supervisor-1  | Looking for config.sh...
supervisor-1  | Not found
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/caddy.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/cloudflared.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/comfyui.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/jupyter.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logtail.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/quicktunnel.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/rclone_mount.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serverless.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serviceportal.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/sshd.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Set uid to user 0 succeeded
supervisor-1  | 2023-12-01 10:13:07,231 INFO RPC interface 'supervisor' initialized
supervisor-1  | 2023-12-01 10:13:07,231 CRIT Server 'inet_http_server' running without any HTTP authentication checking
supervisor-1  | 2023-12-01 10:13:07,231 INFO RPC interface 'supervisor' initialized
supervisor-1  | 2023-12-01 10:13:07,231 INFO supervisord started with pid 108
supervisor-1  | 2023-12-01 10:13:08,233 INFO spawned: '="cf_quicktunnel_0"' with pid 239
supervisor-1  | 2023-12-01 10:13:08,233 INFO spawned: '="cf_quicktunnel_1"' with pid 240
supervisor-1  | 2023-12-01 10:13:08,234 INFO spawned: '="cf_quicktunnel_2"' with pid 241
supervisor-1  | 2023-12-01 10:13:08,235 INFO spawned: 'logtail' with pid 242
supervisor-1  | 2023-12-01 10:13:08,235 INFO spawned: 'serverless' with pid 243
supervisor-1  | 2023-12-01 10:13:08,236 INFO spawned: 'serviceportal' with pid 244
supervisor-1  | 2023-12-01 10:13:08,236 INFO spawned: 'sshd' with pid 245
supervisor-1  | 2023-12-01 10:13:08,237 INFO spawned: 'caddy' with pid 246
supervisor-1  | 2023-12-01 10:13:08,237 INFO spawned: 'jupyter' with pid 247
supervisor-1  | 2023-12-01 10:13:08,238 INFO spawned: 'comfyui' with pid 249
supervisor-1  | Starting logtail service...
supervisor-1  | 2023-12-01 10:13:10,242 INFO success: serverless entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
supervisor-1  | Gathering logs...==> /var/log/config.log <==
supervisor-1  | 
supervisor-1  | ==> /var/log/sync.log <==
supervisor-1  | Mamba environments already present at /workspace/
supervisor-1  | Linking mamba environments to /opt...
supervisor-1  | /opt/ComfyUI already symlinked to /workspace/ComfyUI
supervisor-1  | /opt/serverless already symlinked to /workspace/serverless
supervisor-1  | 
supervisor-1  | ==> /var/log/preflight.log <==
supervisor-1  | Looking for preflight.sh...
supervisor-1  | Updating ComfyUI (master)...
supervisor-1  | M	.github/workflows/test-build.yml
supervisor-1  | M	.github/workflows/test-ui.yaml
supervisor-1  | M	.github/workflows/windows_release_cu118_dependencies.yml
supervisor-1  | M	.github/workflows/windows_release_cu118_dependencies_2.yml
supervisor-1  | M	.github/workflows/windows_release_cu118_package.yml
supervisor-1  | M	.github/workflows/windows_release_dependencies.yml
supervisor-1  | M	.github/workflows/windows_release_nightly_pytorch.yml
supervisor-1  | M	.github/workflows/windows_release_package.yml
supervisor-1  | M	.gitignore
supervisor-1  | M	CODEOWNERS
supervisor-1  | M	LICENSE
supervisor-1  | M	README.md
supervisor-1  | M	comfy/checkpoint_pickle.py
supervisor-1  | M	comfy/cldm/cldm.py
supervisor-1  | M	comfy/cli_args.py
supervisor-1  | M	comfy/clip_config_bigg.json
supervisor-1  | M	comfy/clip_vision.py
supervisor-1  | M	comfy/clip_vision_config_g.json
supervisor-1  | M	comfy/clip_vision_config_h.json
supervisor-1  | M	comfy/clip_vision_config_vitl.json
supervisor-1  | M	comfy/conds.py
supervisor-1  | M	comfy/controlnet.py
supervisor-1  | M	comfy/diffusers_convert.py
supervisor-1  | M	comfy/diffusers_load.py
supervisor-1  | M	comfy/extra_samplers/uni_pc.py
supervisor-1  | M	comfy/gligen.py
supervisor-1  | M	comfy/k_diffusion/sampling.py
supervisor-1  | M	comfy/k_diffusion/utils.py
supervisor-1  | M	comfy/latent_formats.py
supervisor-1  | M	comfy/ldm/models/autoencoder.py
supervisor-1  | M	comfy/ldm/modules/attention.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/__init__.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/model.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/openaimodel.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/upscaling.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/util.py
supervisor-1  | M	comfy/ldm/modules/distributions/__init__.py
supervisor-1  | M	comfy/ldm/modules/distributions/distributions.py
supervisor-1  | M	comfy/ldm/modules/ema.py
supervisor-1  | M	comfy/ldm/modules/encoders/__init__.py
supervisor-1  | M	comfy/ldm/modules/encoders/noise_aug_modules.py
supervisor-1  | M	comfy/ldm/modules/sub_quadratic_attention.py
supervisor-1  | M	comfy/ldm/modules/temporal_ae.py
supervisor-1  | M	comfy/ldm/util.py
supervisor-1  | M	comfy/lora.py
supervisor-1  | M	comfy/model_base.py
supervisor-1  | M	comfy/model_detection.py
supervisor-1  | M	comfy/model_management.py
supervisor-1  | M	comfy/model_patcher.py
supervisor-1  | M	comfy/model_sampling.py
supervisor-1  | M	comfy/ops.py
supervisor-1  | M	comfy/options.py
supervisor-1  | M	comfy/sample.py
supervisor-1  | M	comfy/samplers.py
supervisor-1  | M	comfy/sd.py
supervisor-1  | M	comfy/sd1_clip.py
supervisor-1  | M	comfy/sd1_clip_config.json
supervisor-1  | M	comfy/sd1_tokenizer/merges.txt
supervisor-1  | M	comfy/sd1_tokenizer/special_tokens_map.json
supervisor-1  | M	comfy/sd1_tokenizer/tokenizer_config.json
supervisor-1  | M	comfy/sd1_tokenizer/vocab.json
supervisor-1  | M	comfy/sd2_clip.py
supervisor-1  | M	comfy/sd2_clip_config.json
supervisor-1  | M	comfy/sdxl_clip.py
supervisor-1  | M	comfy/supported_models.py
supervisor-1  | M	comfy/supported_models_base.py
supervisor-1  | M	comfy/t2i_adapter/adapter.py
supervisor-1  | M	comfy/taesd/taesd.py
supervisor-1  | M	comfy/utils.py
supervisor-1  | M	comfy_extras/chainner_models/__init__.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/DAT.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/HAT.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-DAT
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-ESRGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-HAT
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-RealESRGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SCUNet
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SPSR
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SwiftSRGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-Swin2SR
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SwinIR
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-lama
supervisor-1  | M	comfy_extras/chainner_models/architecture/LaMa.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/ChannelAttention.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/LICENSE
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/OSA.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/OSAG.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/OmniSR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/esa.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/layernorm.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/pixelshuffle.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/RRDB.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SCUNet.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SPSR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SRVGG.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SwiftSRGAN.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/Swin2SR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SwinIR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/__init__.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/block.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/LICENSE-GFPGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/LICENSE-RestoreFormer
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/LICENSE-codeformer
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/arcface_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/codeformer.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/fused_act.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/gfpgan_bilinear_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/gfpganv1_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/gfpganv1_clean_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/restoreformer_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/stylegan2_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/stylegan2_bilinear_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/stylegan2_clean_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/upfirdn2d.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/LICENSE
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/drop.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/helpers.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/weight_init.py
supervisor-1  | M	comfy_extras/chainner_models/model_loading.py
supervisor-1  | M	comfy_extras/chainner_models/types.py
supervisor-1  | M	comfy_extras/nodes_canny.py
supervisor-1  | M	comfy_extras/nodes_clip_sdxl.py
supervisor-1  | M	comfy_extras/nodes_compositing.py
supervisor-1  | M	comfy_extras/nodes_custom_sampler.py
supervisor-1  | M	comfy_extras/nodes_freelunch.py
supervisor-1  | M	comfy_extras/nodes_hypernetwork.py
supervisor-1  | M	comfy_extras/nodes_hypertile.py
supervisor-1  | M	comfy_extras/nodes_images.py
supervisor-1  | M	comfy_extras/nodes_latent.py
supervisor-1  | M	comfy_extras/nodes_mask.py
supervisor-1  | M	comfy_extras/nodes_model_advanced.py
supervisor-1  | M	comfy_extras/nodes_model_downscale.py
supervisor-1  | M	comfy_extras/nodes_model_merging.py
supervisor-1  | M	comfy_extras/nodes_post_processing.py
supervisor-1  | M	comfy_extras/nodes_rebatch.py
supervisor-1  | M	comfy_extras/nodes_tomesd.py
supervisor-1  | M	comfy_extras/nodes_upscale_model.py
supervisor-1  | M	comfy_extras/nodes_video_model.py
supervisor-1  | M	comfyui_screenshot.png
supervisor-1  | M	cuda_malloc.py
supervisor-1  | M	custom_nodes/example_node.py.example
supervisor-1  | M	execution.py
supervisor-1  | M	extra_model_paths.yaml.example
supervisor-1  | M	folder_paths.py
supervisor-1  | M	input/example.png
supervisor-1  | M	latent_preview.py
supervisor-1  | M	main.py
supervisor-1  | M	models/checkpoints/put_checkpoints_here
supervisor-1  | M	models/clip/put_clip_or_text_encoder_models_here
supervisor-1  | M	models/clip_vision/put_clip_vision_models_here
supervisor-1  | M	models/configs/anything_v3.yaml
supervisor-1  | M	models/configs/v1-inference.yaml
supervisor-1  | M	models/configs/v1-inference_clip_skip_2.yaml
supervisor-1  | M	models/configs/v1-inference_clip_skip_2_fp16.yaml
supervisor-1  | M	models/configs/v1-inference_fp16.yaml
supervisor-1  | M	models/configs/v1-inpainting-inference.yaml
supervisor-1  | M	models/configs/v2-inference-v.yaml
supervisor-1  | M	models/configs/v2-inference-v_fp32.yaml
supervisor-1  | M	models/configs/v2-inference.yaml
supervisor-1  | M	models/configs/v2-inference_fp32.yaml
supervisor-1  | M	models/configs/v2-inpainting-inference.yaml
supervisor-1  | M	models/controlnet/put_controlnets_and_t2i_here
supervisor-1  | M	models/diffusers/put_diffusers_models_here
supervisor-1  | M	models/embeddings/put_embeddings_or_textual_inversion_concepts_here
supervisor-1  | M	models/gligen/put_gligen_models_here
supervisor-1  | M	models/hypernetworks/put_hypernetworks_here
supervisor-1  | M	models/loras/put_loras_here
supervisor-1  | M	models/style_models/put_t2i_style_model_here
supervisor-1  | M	models/unet/put_unet_files_here
supervisor-1  | M	models/upscale_models/put_esrgan_and_other_upscale_models_here
supervisor-1  | M	models/vae/put_vae_here
supervisor-1  | M	models/vae_approx/put_taesd_encoder_pth_and_taesd_decoder_pth_here
supervisor-1  | M	nodes.py
supervisor-1  | M	notebooks/comfyui_colab.ipynb
supervisor-1  | M	output/_output_images_will_be_put_here
supervisor-1  | M	pytest.ini
supervisor-1  | M	requirements.txt
supervisor-1  | M	script_examples/basic_api_example.py
supervisor-1  | M	script_examples/websockets_api_example.py
supervisor-1  | M	server.py
supervisor-1  | M	tests-ui/.gitignore
supervisor-1  | M	tests-ui/babel.config.json
supervisor-1  | M	tests-ui/globalSetup.js
supervisor-1  | M	tests-ui/jest.config.js
supervisor-1  | M	tests-ui/package-lock.json
supervisor-1  | M	tests-ui/package.json
supervisor-1  | M	tests-ui/setup.js
supervisor-1  | M	tests-ui/tests/widgetInputs.test.js
supervisor-1  | M	tests-ui/utils/ezgraph.js
supervisor-1  | M	tests-ui/utils/index.js
supervisor-1  | M	tests-ui/utils/litegraph.js
supervisor-1  | M	tests-ui/utils/nopProxy.js
supervisor-1  | M	tests-ui/utils/setup.js
supervisor-1  | M	tests/README.md
supervisor-1  | M	tests/__init__.py
supervisor-1  | M	tests/compare/conftest.py
supervisor-1  | M	tests/compare/test_quality.py
supervisor-1  | M	tests/conftest.py
supervisor-1  | M	tests/inference/__init__.py
supervisor-1  | M	tests/inference/graphs/default_graph_sdxl1_0.json
supervisor-1  | M	tests/inference/test_inference.py
supervisor-1  | M	web/extensions/core/clipspace.js
supervisor-1  | M	web/extensions/core/colorPalette.js
supervisor-1  | M	web/extensions/core/contextMenuFilter.js
supervisor-1  | M	web/extensions/core/dynamicPrompts.js
supervisor-1  | M	web/extensions/core/editAttention.js
supervisor-1  | M	web/extensions/core/groupOptions.jAlready on 'master'
supervisor-1  | s
supervisor-1  | M	web/extensions/core/invertMenuScrolling.js
supervisor-1  | M	web/extensions/core/keybinds.js
supervisor-1  | M	web/extensions/core/linkRenderMode.js
supervisor-1  | M	web/extensions/core/maskeditor.js
supervisor-1  | M	web/extensions/core/nodeTemplates.js
supervisor-1  | M	web/extensions/core/noteNode.js
supervisor-1  | M	web/extensions/core/rerouteNode.js
supervisor-1  | M	web/extensions/core/saveImageExtraOutput.js
supervisor-1  | M	web/extensions/core/slotDefaults.js
supervisor-1  | M	web/extensions/core/snapToGrid.js
supervisor-1  | M	web/extensions/core/uploadImage.js
supervisor-1  | M	web/extensions/core/widgetInputs.js
supervisor-1  | M	web/extensions/logging.js.example
supervisor-1  | M	web/index.html
supervisor-1  | M	web/jsconfig.json
supervisor-1  | M	web/lib/litegraph.core.js
supervisor-1  | M	web/lib/litegraph.css
supervisor-1  | M	web/lib/litegraph.extensions.js
supervisor-1  | M	web/scripts/api.js
supervisor-1  | M	web/scripts/app.js
supervisor-1  | M	web/scripts/defaultGraph.js
supervisor-1  | M	web/scripts/domWidget.js
supervisor-1  | M	web/scripts/logging.js
supervisor-1  | M	web/scripts/pnginfo.js
supervisor-1  | M	web/scripts/ui.js
supervisor-1  | M	web/scripts/ui/imagePreview.js
supervisor-1  | M	web/scripts/widgets.js
supervisor-1  | M	web/style.css
supervisor-1  | M	web/types/comfy.d.ts
supervisor-1  | M	web/types/litegraph.d.ts
supervisor-1  | M	web/user.css
supervisor-1  | Your branch is up to date with 'origin/master'.
supervisor-1  | From https://github.com/comfyanonymous/ComfyUI
supervisor-1  |    39e7586..ec7a00a  master     -> origin/master
supervisor-1  | error: Your local changes to the following files would be overwritten by merge:
supervisor-1  | 	README.md
supervisor-1  | 	comfy/model_base.py
supervisor-1  | 	comfy/model_sampling.py
supervisor-1  | 	comfy/sample.py
supervisor-1  | 	comfy/sd.py
supervisor-1  | 	comfy/supported_models.py
supervisor-1  | 	comfy_extras/nodes_custom_sampler.py
supervisor-1  | 	comfy_extras/nodes_model_advanced.py
supervisor-1  | 	execution.py
supervisor-1  | 	folder_paths.py
supervisor-1  | 	main.py
supervisor-1  | 	nodes.py
supervisor-1  | 	server.py
supervisor-1  | 	tests-ui/setup.js
supervisor-1  | 	tests-ui/tests/widgetInputs.test.js
supervisor-1  | 	tests-ui/utils/ezgraph.js
supervisor-1  | 	tests-ui/utils/index.js
supervisor-1  | 	tests-ui/utils/setup.js
supervisor-1  | 	web/extensions/core/nodeTemplates.js
supervisor-1  | 	web/extensions/core/widgetInputs.js
supervisor-1  | 	web/scripts/api.js
supervisor-1  | 	web/scripts/app.js
supervisor-1  | 	web/scripts/domWidget.js
supervisor-1  | 	web/scripts/ui.js
supervisor-1  | 	web/scripts/widgets.js
supervisor-1  | Please commit your changes or stash them before you merge.
supervisor-1  | Aborting
supervisor-1  | Updating 39e7586..ec7a00a
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/debug.log <==
supervisor-1  | 
supervisor-1  | ==> /var/log/provisioning.log <==
supervisor-1  | Looking for provisioning.sh...
supervisor-1  | 
supervisor-1  | ##############################################
supervisor-1  | #                                            #
supervisor-1  | #          Provisioning container            #
supervisor-1  | #                                            #
supervisor-1  | #         This will take some time           #
supervisor-1  | #                                            #
supervisor-1  | # Your container will be ready on completion #
supervisor-1  | #                                            #
supervisor-1  | ##############################################
supervisor-1  | 
supervisor-1  | Downloading node: https://github.com/ltdrdata/ComfyUI-Manager...
supervisor-1  | Cloning into '/opt/ComfyUI/custom_nodes/ComfyUI-Manager'...
supervisor-1  | Success
supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/checkpoints...
supervisor-1  | Downloading: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... ..........  4% 10.5M 6m8s
supervisor-1  | 204800K .......... .......... .......... .......... ..........  9% 9.91M 6m0s
supervisor-1  | 409600K .......... .......... .......... .......... .......... 14% 10.6M 5m36s
supervisor-1  | 614400K .......... .......... .......... .......... .......... 19% 10.7M 5m14s
supervisor-1  | 819200K .......... .......... .......... .......... .......... 24% 8.87M 5m5s
supervisor-1  | 1024000K .......... .......... .......... .......... .......... 29% 10.6M 4m42s
supervisor-1  | 1228800K .......... .......... .......... .......... .......... 34% 8.94M 4m28s
supervisor-1  | 1433600K .......... .......... .......... .......... .......... 39% 9.48M 4m9s
supervisor-1  | 1638400K .......... .......... .......... .......... .......... 44% 10.2M 3m48s
supervisor-1  | 1843200K .......... .......... .......... .......... .......... 49% 10.6M 3m27s
supervisor-1  | 2048000K .......... .......... .......... .......... .......... 54% 10.6M 3m6s
supervisor-1  | 2252800K .......... .......... .......... .......... .......... 59% 10.6M 2m45s
supervisor-1  | 2457600K .......... .......... .......... .......... .......... 63% 10.6M 2m25s
supervisor-1  | 2662400K .......... .......... .......... .......... .......... 68% 9.47M 2m6s
supervisor-1  | 2867200K .......... .......... .......... .......... .......... 73% 10.6M 1m46s
supervisor-1  | 3072000K .......... .......... .......... .......... .......... 78% 10.6M 86s
supervisor-1  | 3276800K .......... .......... .......... .......... .......... 83% 10.7M 66s
supervisor-1  | 3481600K .......... .......... .......... .......... .......... 88% 10.6M 46s
supervisor-1  | 3686400K .......... .......... .......... .......... .......... 93% 10.6M 26s
supervisor-1  | 3891200K .......... .......... .......... .......... .......... 98% 10.6M 7s
supervisor-1  | 4096000K .......... ......                                     100% 10.5M=6m38s
supervisor-1  | Downloading: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... ..........  3% 10.7M 10m0s
supervisor-1  | 204800K .......... .......... .......... .......... ..........  6% 10.6M 9m45s
supervisor-1  | 409600K .......... .......... .......... .......... ..........  9% 10.6M 9m27s
supervisor-1  | 614400K .......... .......... .......... .......... .......... 12% 10.5M 9m9s
supervisor-1  | 819200K .......... .......... .......... .......... .......... 15% 10.6M 8m50s
supervisor-1  | 1024000K .......... .......... .......... .......... .......... 18% 9.92M 8m37s
supervisor-1  | 1228800K .......... .......... .......... .......... .......... 21% 10.5M 8m18s
supervisor-1  | 1433600K .......... .......... .......... .......... .......... 24% 10.6M 7m58s
supervisor-1  | 1638400K .......... .......... .......... .......... .......... 27% 10.5M 7m39s
supervisor-1  | 1843200K .......... .......... .......... .......... .......... 30% 10.5M 7m20s
supervisor-1  | 2048000K .......... .......... .......... .......... .......... 33% 10.5M 7m1s
supervisor-1  | 2252800K .......... .......... .......... .......... .......... 36% 10.4M 6m42s
supervisor-1  | 2457600K .......... .......... .......... .......... .......... 39% 10.5M 6m23s
supervisor-1  | 2662400K .......... .......... .......... .......... .......... 42% 10.5M 6m4s
supervisor-1  | 2867200K .......... .......... .......... .......... .......... 45% 10.6M 5m45s
supervisor-1  | 3072000K .......... .......... .......... .......... .......... 48% 10.5M 5m26s
supervisor-1  | 3276800K .......... .......... .......... .......... .......... 51% 10.6M 5m7s
supervisor-1  | 3481600K .......... .......... .......... .......... .......... 54% 10.6M 4m47s
supervisor-1  | 3686400K .......... .......... .......... .......... .......... 57% 10.5M 4m28s
supervisor-1  | 3891200K .......... .......... .......... .......... .......... 60% 10.5M 4m9s
supervisor-1  | 4096000K .......... .......... .......... .......... .......... 63% 9.98M 3m51s
supervisor-1  | 4300800K .......... .......... .......... .......... .......... 66% 10.5M 3m32s
supervisor-1  | 4505600K .......... .......... .......... .......... .......... 69% 10.6M 3m13s
supervisor-1  | 4710400K .......... .......... .......... .......... .......... 72% 10.5M 2m53s
supervisor-1  | 4915200K .......... .......... .......... .......... .......... 75% 10.6M 2m34s
supervisor-1  | 5120000K .......... .......... .......... .......... .......... 78% 10.6M 2m15s
supervisor-1  | 5324800K .......... .......... .......... .......... .......... 81% 10.7M 1m56s
supervisor-1  | 5529600K .......... .......... .......... .......... .......... 84% 10.6M 97s
supervisor-1  | 5734400K .......... .......... .......... .......... .......... 87% 10.5M 78s
supervisor-1  | 5939200K .......... .......... .......... .......... .......... 90% 10.5M 59s
supervisor-1  | 6144000K .......... .......... .......... .......... .......... 93% 10.1M 40s
supervisor-1  | 6348800K .......... .......... .......... .......... .......... 96% 10.6M 21s
supervisor-1  | 6553600K .......... .......... .......... .......... .......... 99% 10.5M 2s
supervisor-1  | 6758400K ....                                                  100% 10.8M=10m31s
supervisor-1  | Downloading: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... ..........  3% 10.7M 8m44s
supervisor-1  | 204800K .......... .......... .......... .......... ..........  6% 10.5M 8m28s
supervisor-1  | 409600K .......... .......... .......... .......... .......... 10% 10.6M 8m10s
supervisor-1  | 614400K .......... .......... .......... .......... .......... 13% 10.6M 7m52s
supervisor-1  | 819200K .......... .......... .......... .......... .......... 17% 10.6M 7m33s
supervisor-1  | 1024000K .......... .......... .......... .......... .......... 20% 10.6M 7m14s
supervisor-1  | 1228800K .......... .......... .......... .......... .......... 24% 10.7M 6m55s
supervisor-1  | 1433600K .......... .......... .......... .......... .......... 27% 10.5M 6m36s
supervisor-1  | 1638400K .......... .......... .......... .......... .......... 31% 10.5M 6m17s
supervisor-1  | 1843200K .......... .......... .......... .......... .......... 34% 10.5M 5m59s
supervisor-1  | 2048000K .......... .......... .......... .......... .......... 37% 10.6M 5m40s
supervisor-1  | 2252800K .......... .......... .......... .......... .......... 41% 10.6M 5m21s
supervisor-1  | 2457600K .......... .......... .......... .......... .......... 44% 10.6M 5m2s
supervisor-1  | 2662400K .......... .......... .......... .......... .......... 48% 10.7M 4m43s
supervisor-1  | 2867200K .......... .......... .......... .......... .......... 51% 10.6M 4m24s
supervisor-1  | 3072000K .......... .......... .......... .......... .......... 55% 10.6M 4m5s
supervisor-1  | 3276800K .......... .......... .......... .......... .......... 58% 10.5M 3m46s
supervisor-1  | 3481600K .......... .......... .......... .......... .......... 62% 10.5M 3m27s
supervisor-1  | 3686400K .......... .......... .......... .......... .......... 65% 10.6M 3m9s
supervisor-1  | 3891200K .......... .......... .......... .......... .......... 69% 10.6M 2m50s
supervisor-1  | 4096000K .......... .......... .......... .......... .......... 72% 10.7M 2m31s
supervisor-1  | 4300800K .......... .......... .......... .......... .......... 75% 10.6M 2m12s
supervisor-1  | 4505600K .......... .......... .......... .......... .......... 79% 10.5M 1m53s
supervisor-1  | 4710400K .......... .......... .......... .......... .......... 82% 10.6M 94s
supervisor-1  | 4915200K .......... .......... .......... .......... .......... 86% 10.6M 75s
supervisor-1  | 5120000K .......... .......... .......... .......... .......... 89% 10.6M 56s
supervisor-1  | 5324800K .......... .......... .......... .......... .......... 93% 10.7M 37s
supervisor-1  | 5529600K .......... .......... .......... .......... .......... 96% 10.6M 18s
supervisor-1  | 5734400K .......... .......... .......... .......... ........  100% 10.4M=9m8s
supervisor-1  | Downloading 4 model(s) to /opt/ComfyUI/models/controlnet...
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_canny-fp16.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... .......... 29% 10.7M 46s
supervisor-1  | 204800K .......... .......... .......... .......... .......... 58% 10.6M 27s
supervisor-1  | 409600K .......... .......... .......... .......... .......... 87% 10.6M 8s
supervisor-1  | 614400K .......... .......... ..                              100% 10.6M=65s
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_openpose-fp16.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... .......... 29% 10.7M 46s
supervisor-1  | 204800K .......... .......... .......... .......... .......... 58% 10.4M 27s
supervisor-1  | 409600K .......... .......... .......... .......... .......... 87% 9.39M 9s
supervisor-1  | 614400K .......... .......... ..                              100% 10.5M=68s
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_canny-fp16.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... ......               100% 10.6M=14s
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_openpose-fp16.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... ......               100% 10.6M=14s
supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/vae...
supervisor-1  | Downloading: https://huggingface.co/stabilityai/sd-vae-ft-ema-original/resolve/main/vae-ft-ema-560000-ema-pruned.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... .......... 62% 10.7M 11s
supervisor-1  | 204800K .......... .......... .........                       100% 10.6M=30s
supervisor-1  | Downloading: https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... .......... 62% 10.7M 11s
supervisor-1  | 204800K .......... .......... .........                       100% 10.6M=30s
supervisor-1  | Downloading: https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors
supervisor-1  | 
supervisor-1  |      0K .......... .......... .......... .......... .......... 62% 10.6M 11s
supervisor-1  | 204800K .......... .......... .........                       100% 10.5M=30s
supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/upscale_models...
supervisor-1  | Downloading: https://huggingface.co/ai-forever/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth
supervisor-1  | 
supervisor-1  |      0K .......... .....                                      100% 10.6M=6.0s
supervisor-1  | Downloading: https://huggingface.co/FacehugmanIII/4x_foolhardy_Remacri/resolve/main/4x_foolhardy_Remacri.pth
supervisor-1  | 
supervisor-1  |      0K .......... .....                                      100% 10.7M=6.0s
supervisor-1  | Downloading: https://huggingface.co/Akumetsu971/SD_Anime_Futuristic_Armor/resolve/main/4x_NMKD-Siax_200k.pth
supervisor-1  | 
supervisor-1  |      0K .......... .....                                      100% 10.8M=5.9s
supervisor-1  | 
supervisor-1  | Provisioning complete:  Web UI will start now
supervisor-1  | 
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/caddy.log <==
supervisor-1  | {"level":"info","ts":1701422470.0017264,"msg":"using provided configuration","config_file":"/opt/caddy/etc/Caddyfile","config_adapter":""}
supervisor-1  | {"level":"warn","ts":1701422470.0033917,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv2"}
supervisor-1  | {"level":"warn","ts":1701422470.0034149,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv0"}
supervisor-1  | {"level":"warn","ts":1701422470.0034194,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv1"}
supervisor-1  | {"level":"error","ts":1701423166.6956842,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=871","headers":{"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"]}},"duration":0.000346432,"status":502,"err_id":"s482nmam0","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423171.6954987,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=7908","headers":{"Authorization":[],"Sec-Gpc":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"]}},"duration":0.000238862,"status":502,"err_id":"2iu7e6tea","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423176.6955578,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4509","headers":{"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"]}},"duration":0.000350942,"status":502,"err_id":"y4min5iq5","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423181.6956584,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2690","headers":{"Referer":["http://0.0.0.0:8888/"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"]}},"duration":0.00022483,"status":502,"err_id":"idnpc5sq9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423186.6957395,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=8735","headers":{"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.00029976,"status":502,"err_id":"6r26ps1m0","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423191.6957104,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5869","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"]}},"duration":0.000341324,"status":502,"err_id":"c119nx3g2","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423196.6954043,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9895","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.000251229,"status":502,"err_id":"8fitm2s9h","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423201.6955879,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5168","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.00018739,"status":502,"err_id":"7bf5piff9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423206.6952825,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=8135","headers":{"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"]}},"duration":0.00018847,"status":502,"err_id":"z8bn0qgd6","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423211.69531,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=6498","headers":{"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Authorization":[],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000199533,"status":502,"err_id":"vwjwb3n87","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423216.695621,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9008","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000291553,"status":502,"err_id":"674gc4v75","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423221.695534,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5888","headers":{"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000188741,"status":502,"err_id":"mftr763x7","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423226.6959438,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2878","headers":{"Connection":["keep-alive"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"]}},"duration":0.000311157,"status":502,"err_id":"ew9umccxf","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423231.6955225,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4322","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.000289118,"status":502,"err_id":"f190vfg6x","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423236.6956868,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5355","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[]}},"duration":0.000255512,"status":502,"err_id":"pw1204zac","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423241.6951299,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=6339","headers":{"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Connection":["keep-alive"]}},"duration":0.000232603,"status":502,"err_id":"zy2hw1yk0","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423246.6956382,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9790","headers":{"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"]}},"duration":0.000285037,"status":502,"err_id":"wqzf8bq7a","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423251.6953468,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=7172","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"]}},"duration":0.000338258,"status":502,"err_id":"rjd9nrra2","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423256.6960905,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2065","headers":{"Connection":["keep-alive"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"]}},"duration":0.000388339,"status":502,"err_id":"rykwecpq3","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423261.6954129,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=3070","headers":{"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000203313,"status":502,"err_id":"xyb6fd7u1","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423264.6985612,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=476","headers":{"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Authorization":[],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000297211,"status":502,"err_id":"6a6d65pde","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423269.6954117,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4123","headers":{"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000258114,"status":502,"err_id":"g37dwd6fz","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423274.6953998,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=1738","headers":{"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000373176,"status":502,"err_id":"p8sybvf4i","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423279.6953146,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=7893","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"]}},"duration":0.000320997,"status":502,"err_id":"fbiukiusg","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423284.6955926,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2311","headers":{"Connection":["keep-alive"],"Sec-Gpc":["1"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000226515,"status":502,"err_id":"em3vigtdw","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423289.695995,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=34","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000312624,"status":502,"err_id":"x72pii9tw","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423294.6952906,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5150","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"]}},"duration":0.000205686,"status":502,"err_id":"p065w5hr8","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423299.6956162,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4065","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000280942,"status":502,"err_id":"5d3i5j2yw","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423304.6954486,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2182","headers":{"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000202821,"status":502,"err_id":"q4fpbmasy","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423309.6952922,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4984","headers":{"Accept-Language":["en-DE,en"],"Authorization":[],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"]}},"duration":0.000291663,"status":502,"err_id":"hg82b6au4","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423314.6953843,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=3877","headers":{"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Accept":["*/*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000239066,"status":502,"err_id":"c8rp4a5zs","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423319.6953979,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5201","headers":{"Referer":["http://0.0.0.0:8888/"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"]}},"duration":0.000353511,"status":502,"err_id":"8qq4ks5s3","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423324.6952963,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5948","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000258469,"status":502,"err_id":"jqiwhu1mi","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423329.6953206,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4903","headers":{"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000284764,"status":502,"err_id":"ws0an36g6","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423334.6954155,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9541","headers":{"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.00029189,"status":502,"err_id":"h46k7k3f9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423339.6957068,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2450","headers":{"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"]}},"duration":0.000328007,"status":502,"err_id":"tp1xrjmn8","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423344.6956863,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9963","headers":{"Connection":["keep-alive"],"Authorization":[],"Referer":["http://0.0.0.0:8888/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000308843,"status":502,"err_id":"vis645mtf","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423349.6954033,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9206","headers":{"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"]}},"duration":0.000317548,"status":502,"err_id":"dsx4w8run","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423354.6968765,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=7100","headers":{"Accept-Encoding":["gzip, deflate"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.000308347,"status":502,"err_id":"jk3jvr8df","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423359.69607,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4473","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"]}},"duration":0.000404739,"status":502,"err_id":"m61v54itb","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423364.6955783,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2455","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.000351791,"status":502,"err_id":"3qitydjc7","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423369.6955662,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=1015","headers":{"Authorization":[],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"]}},"duration":0.000233057,"status":502,"err_id":"f88584x4y","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423374.6951673,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=5001","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000186013,"status":502,"err_id":"6j672t1mb","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423379.6955457,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=7898","headers":{"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"]}},"duration":0.000309159,"status":502,"err_id":"g5ji6f8v3","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423384.6953998,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=3352","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Connection":["keep-alive"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000231499,"status":502,"err_id":"2g744w3nt","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423389.6955674,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=1074","headers":{"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000327678,"status":502,"err_id":"08fyh3ias","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423394.6955688,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4152","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"]}},"duration":0.000295144,"status":502,"err_id":"8gigcq5n7","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423399.6956556,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=150","headers":{"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000305134,"status":502,"err_id":"88496prs7","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423404.6953871,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=8659","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"]}},"duration":0.000324364,"status":502,"err_id":"g166us9zd","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423409.6952946,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=9239","headers":{"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.00026665,"status":502,"err_id":"zz4dkf8w9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423414.6955597,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4444","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Authorization":[],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000224121,"status":502,"err_id":"kqhjhr687","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423419.6953793,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2837","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000176671,"status":502,"err_id":"j5v195t7i","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423424.695974,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=1936","headers":{"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000331392,"status":502,"err_id":"kb8tkb7k7","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423429.6953416,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=6492","headers":{"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000257526,"status":502,"err_id":"anhrax4d5","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423434.6955671,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=72","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Connection":["keep-alive"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000340517,"status":502,"err_id":"2nttwx2e4","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423439.6954713,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=4620","headers":{"Connection":["keep-alive"],"Authorization":[],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.000356778,"status":502,"err_id":"muitjrabw","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423443.695634,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=3947","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"]}},"duration":0.000320386,"status":502,"err_id":"iasvm4p86","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423448.695498,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=8355","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"]}},"duration":0.000374545,"status":502,"err_id":"sw4cjqjvf","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423453.6956189,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=2887","headers":{"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"]}},"duration":0.000306652,"status":502,"err_id":"6dpj8u6wh","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423457.6954591,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=6158","headers":{"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8888/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"]}},"duration":0.000255146,"status":502,"err_id":"v0hngkc0i","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423460.698608,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/?rand=8916","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Referer":["http://0.0.0.0:8888/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000295471,"status":502,"err_id":"qt0q92cc5","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423461.9710085,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/","headers":{"Connection":["keep-alive"],"Authorization":[],"Upgrade-Insecure-Requests":["1"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Cache-Control":["max-age=0"]}},"duration":0.000385631,"status":502,"err_id":"8iahpw572","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701423463.319459,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18888: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"34600","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8888","uri":"/","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Upgrade-Insecure-Requests":["1"],"Connection":["keep-alive"],"Cache-Control":["max-age=0"],"Authorization":[]}},"duration":0.000281504,"status":502,"err_id":"kdna19wdm","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425018.6962454,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=5316","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"]}},"duration":0.000341929,"status":502,"err_id":"z6r3ve420","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425025.6955135,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=6358","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000301493,"status":502,"err_id":"hy1ca5tmx","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425032.6971207,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=1527","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000288893,"status":502,"err_id":"7k12nctib","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425039.6962447,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=8253","headers":{"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000480645,"status":502,"err_id":"0iwitxrz3","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425046.6955047,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=4586","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"]}},"duration":0.000233721,"status":502,"err_id":"qfk7kd755","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425053.6955004,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2814","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000295808,"status":502,"err_id":"ygwrkna1v","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425060.6958742,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3549","headers":{"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000383481,"status":502,"err_id":"i7czu3g4a","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425067.6954737,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9059","headers":{"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"]}},"duration":0.000242958,"status":502,"err_id":"a1dhmm26f","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425074.6957436,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9311","headers":{"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Authorization":[]}},"duration":0.000302963,"status":502,"err_id":"k3qitvczm","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425081.6956708,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=4748","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000399406,"status":502,"err_id":"hubnabpvr","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425088.6956193,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9701","headers":{"Connection":["keep-alive"],"Sec-Gpc":["1"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000248149,"status":502,"err_id":"ccsbn4z7t","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425095.6958005,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=873","headers":{"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000252499,"status":502,"err_id":"qixcd9gth","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425102.6951816,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2877","headers":{"Connection":["keep-alive"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Authorization":[]}},"duration":0.000296493,"status":502,"err_id":"16zimhu6e","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425109.6954348,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2850","headers":{"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000228432,"status":502,"err_id":"59fw0mhy6","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425116.6955497,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9525","headers":{"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000221308,"status":502,"err_id":"hftt0dmjq","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425123.695448,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2385","headers":{"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"]}},"duration":0.000268604,"status":502,"err_id":"3twfzz1m7","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425130.695638,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2100","headers":{"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000341849,"status":502,"err_id":"8qcgf6gae","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425137.6952026,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=8361","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000286197,"status":502,"err_id":"8g14fz5c2","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425144.6956215,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=7976","headers":{"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"]}},"duration":0.000335306,"status":502,"err_id":"7ryar7fa6","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425151.695747,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3871","headers":{"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"]}},"duration":0.000199647,"status":502,"err_id":"07x6x4880","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425158.6954968,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=6274","headers":{"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"]}},"duration":0.000292044,"status":502,"err_id":"xsgeaci1x","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425165.6957138,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=1165","headers":{"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"]}},"duration":0.000379243,"status":502,"err_id":"cexrxg9mv","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425172.6960707,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=7942","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000336177,"status":502,"err_id":"69zu2rbqv","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425179.6954832,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=804","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000361892,"status":502,"err_id":"g3cuxgy64","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425186.6958046,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=5613","headers":{"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000284754,"status":502,"err_id":"dk0d864k3","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425193.6954641,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2932","headers":{"Authorization":[],"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000218062,"status":502,"err_id":"akb6kvirg","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425200.696104,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9609","headers":{"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"]}},"duration":0.000265623,"status":502,"err_id":"udn24cbvg","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425207.6959639,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=4229","headers":{"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Authorization":[]}},"duration":0.000214769,"status":502,"err_id":"gzaz9ejuc","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425214.6952958,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=6788","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Authorization":[],"Connection":["keep-alive"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000183465,"status":502,"err_id":"qu7zthd3e","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425221.695617,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9566","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000254387,"status":502,"err_id":"vhpzjcic6","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425228.6958637,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=956","headers":{"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000262972,"status":502,"err_id":"gjv1e2eg4","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425235.6954741,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=8262","headers":{"Connection":["keep-alive"],"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000300587,"status":502,"err_id":"vmj88ze2w","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425242.6955385,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=1510","headers":{"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000316106,"status":502,"err_id":"4sz7t8pqf","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425249.6955092,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2207","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"]}},"duration":0.00029046,"status":502,"err_id":"hr7divcse","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425256.6958175,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=533","headers":{"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Connection":["keep-alive"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.00027594,"status":502,"err_id":"z46gg5vfw","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425263.6954699,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=6366","headers":{"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"]}},"duration":0.000271595,"status":502,"err_id":"zyu991x66","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425270.6955247,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2912","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000367352,"status":502,"err_id":"qesbauxs4","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425277.6954107,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=6628","headers":{"Authorization":[],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000215554,"status":502,"err_id":"b8bfmu8b9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425284.695561,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=7557","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000294531,"status":502,"err_id":"dnpidr865","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425291.695653,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=4613","headers":{"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000343421,"status":502,"err_id":"pnei5atrx","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425298.6953464,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=8974","headers":{"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000248787,"status":502,"err_id":"pn7a70xdd","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425305.6954362,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=7902","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000300378,"status":502,"err_id":"v82bg5ak3","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425312.6957731,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9469","headers":{"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000295148,"status":502,"err_id":"qk849wxhx","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425319.6963246,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3968","headers":{"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000321094,"status":502,"err_id":"3m9wjqdjc","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425326.6956875,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=8454","headers":{"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"]}},"duration":0.000300374,"status":502,"err_id":"cd1v5r1p5","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425333.6956043,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2138","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"]}},"duration":0.000332521,"status":502,"err_id":"g6gxqvm84","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425340.6959991,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3171","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Accept":["*/*"],"Sec-Gpc":["1"]}},"duration":0.000203263,"status":502,"err_id":"4hfddhdqn","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425347.6956165,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3904","headers":{"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Connection":["keep-alive"]}},"duration":0.000359512,"status":502,"err_id":"p9kkwnjcv","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425354.6955154,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=6956","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"Accept":["*/*"],"Accept-Language":["en-DE,en"]}},"duration":0.000282908,"status":502,"err_id":"un8f5uzs0","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425361.6962163,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3707","headers":{"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000255874,"status":502,"err_id":"jc9fehz5z","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425368.6953046,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=3084","headers":{"Connection":["keep-alive"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"]}},"duration":0.000289956,"status":502,"err_id":"5ii35fpw8","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425375.695588,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=2569","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Referer":["http://0.0.0.0:8188/"],"Authorization":[]}},"duration":0.00021164,"status":502,"err_id":"xvz0kcf5r","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425382.6954806,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9879","headers":{"Authorization":[],"Sec-Gpc":["1"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"]}},"duration":0.000224904,"status":502,"err_id":"2kfzucs5b","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425389.6957922,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=9347","headers":{"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Referer":["http://0.0.0.0:8188/"],"Accept-Encoding":["gzip, deflate"],"Accept":["*/*"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Authorization":[]}},"duration":0.00029436,"status":502,"err_id":"f10nskysu","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425395.8152525,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/?rand=767","headers":{"Accept":["*/*"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Sec-Gpc":["1"],"Referer":["http://0.0.0.0:8188/"],"Connection":["keep-alive"]}},"duration":0.000309059,"status":502,"err_id":"xsa4834ai","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425398.314443,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Cache-Control":["max-age=0"],"Upgrade-Insecure-Requests":["1"],"Sec-Gpc":["1"]}},"duration":0.000191048,"status":502,"err_id":"7vq8y163a","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425400.1017997,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Cache-Control":["max-age=0"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Authorization":[],"Upgrade-Insecure-Requests":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000439416,"status":502,"err_id":"a0m5td780","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425401.1669142,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Connection":["keep-alive"],"Cache-Control":["max-age=0"],"Authorization":[],"Upgrade-Insecure-Requests":["1"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Accept-Language":["en-DE,en"]}},"duration":0.000238753,"status":502,"err_id":"2ug8m5w88","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425401.7834957,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Connection":["keep-alive"],"Cache-Control":["max-age=0"],"Upgrade-Insecure-Requests":["1"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Accept-Encoding":["gzip, deflate"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000298604,"status":502,"err_id":"gj6pqg8t9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425402.3066556,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"53356","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Connection":["keep-alive"],"Authorization":[],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Accept-Encoding":["gzip, deflate"],"Cache-Control":["max-age=0"],"Upgrade-Insecure-Requests":["1"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"]}},"duration":0.000327136,"status":502,"err_id":"e4j3casp2","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"warn","ts":1701425527.6970928,"msg":"exiting; byeee!! 👋","signal":"SIGTERM"}
supervisor-1  | {"level":"info","ts":1701425590.6247156,"msg":"using provided configuration","config_file":"/opt/caddy/etc/Caddyfile","config_adapter":""}
supervisor-1  | {"level":"warn","ts":1701425590.6264234,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv0"}
supervisor-1  | {"level":"warn","ts":1701425590.6264336,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv1"}
supervisor-1  | {"level":"warn","ts":1701425590.626437,"logger":"http.auto_https","msg":"automatic HTTPS is completely disabled for server","server_name":"srv2"}
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Waiting for workspace sync...
supervisor-1  | INFO:     Started server process [343]
supervisor-1  | INFO:     Waiting for application startup.
supervisor-1  | INFO:     Application startup complete.
supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:18188 (Press CTRL+C to quit)
supervisor-1  | INFO:     172.24.0.1:0 - "GET / HTTP/1.1" 200 OK
supervisor-1  | INFO:     ('172.24.0.1', 0) - "WebSocket /ai-dock/logtail.sh" [accepted]
supervisor-1  | INFO:     connection open
supervisor-1  | INFO:     172.24.0.1:0 - "GET /favicon.ico HTTP/1.1" 200 OK
supervisor-1  | received 1001 (going away); then sent 1001 (going away)
supervisor-1  | INFO:     connection closed
supervisor-1  | INFO:     172.24.0.1:0 - "GET / HTTP/1.1" 200 OK
supervisor-1  | INFO:     ('172.24.0.1', 0) - "WebSocket /ai-dock/logtail.sh" [accepted]
supervisor-1  | INFO:     connection open
supervisor-1  | INFO:     172.24.0.1:0 - "GET /favicon.ico HTTP/1.1" 200 OK
supervisor-1  | INFO:     172.24.0.1:0 - "GET / HTTP/1.1" 200 OK
supervisor-1  | INFO:     ('172.24.0.1', 0) - "WebSocket /ai-dock/logtail.sh" [accepted]
supervisor-1  | INFO:     connection open
supervisor-1  | INFO:     172.24.0.1:0 - "GET /favicon.ico HTTP/1.1" 200 OK
supervisor-1  | received 1001 (going away); then sent 1001 (going away)
supervisor-1  | INFO:     connection closed
supervisor-1  | INFO:     172.24.0.1:0 - "GET / HTTP/1.1" 200 OK
supervisor-1  | INFO:     ('172.24.0.1', 0) - "WebSocket /ai-dock/logtail.sh" [accepted]
supervisor-1  | INFO:     connection open
supervisor-1  | INFO:     172.24.0.1:0 - "GET /favicon.ico HTTP/1.1" 200 OK
supervisor-1  | received 1001 (going away); then sent 1001 (going away)
supervisor-1  | INFO:     connection closed
supervisor-1  | Starting ComfyUI...
supervisor-1  | INFO:     Shutting down
supervisor-1  | INFO:     Waiting for background tasks to complete. (CTRL+C to force quit)
supervisor-1  | sent 1012 (service restart); no close frame received
supervisor-1  | INFO:     connection closed
supervisor-1  | INFO:     Waiting for application shutdown.
supervisor-1  | INFO:     Application shutdown complete.
supervisor-1  | INFO:     Finished server process [343]
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | Waiting for workspace sync...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | Waiting for workspace sync...
supervisor-1  | INFO:     Started server process [138]
supervisor-1  | INFO:     Waiting for application startup.
supervisor-1  | INFO:     Application startup complete.
supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:18888 (Press CTRL+C to quit)
supervisor-1  | INFO:     172.24.0.1:0 - "GET / HTTP/1.1" 200 OK
supervisor-1  | INFO:     ('172.24.0.1', 0) - "WebSocket /ai-dock/logtail.sh" [accepted]
supervisor-1  | INFO:     connection open
supervisor-1  | INFO:     172.24.0.1:0 - "GET /favicon.ico HTTP/1.1" 200 OK
supervisor-1  | INFO:     Shutting down
supervisor-1  | INFO:     Waiting for background tasks to complete. (CTRL+C to force quit)
supervisor-1  | sent 1012 (service restart); no close frame received
supervisor-1  | INFO:     connection closed
supervisor-1  | INFO:     Waiting for application shutdown.
supervisor-1  | INFO:     Application shutdown complete.
supervisor-1  | INFO:     Finished server process [138]
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | Waiting for workspace sync...
supervisor-1  | INFO:     Started server process [263]
supervisor-1  | INFO:     Waiting for application startup.
supervisor-1  | INFO:     Application startup complete.
supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:18888 (Press CTRL+C to quit)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-0.log <==
supervisor-1  | 2023-12-01T09:21:09Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
supervisor-1  | 2023-12-01T09:21:09Z INF Requesting new quick Tunnel on trycloudflare.com...
supervisor-1  | 2023-12-01T09:21:11Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T09:21:11Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
supervisor-1  | 2023-12-01T09:21:11Z INF |  https://tail-chapter-athletic-microsoft.trycloudflare.com                                 |
supervisor-1  | 2023-12-01T09:21:11Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T09:21:11Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]
supervisor-1  | 2023-12-01T09:21:11Z INF Version 2023.10.0
supervisor-1  | 2023-12-01T09:21:11Z INF GOOS: linux, GOVersion: go1.20.6, GoArch: amd64
supervisor-1  | 2023-12-01T09:21:11Z INF Settings: map[ha-connections:1 metrics:localhost:21111 protocol:quic url:localhost:1111]
supervisor-1  | 2023-12-01T09:21:11Z INF Environmental variables map[CF_TUNNEL_TOKEN:]
supervisor-1  | 2023-12-01T09:21:11Z INF Generated Connector ID: 0955a623-bfd0-4dd3-9efe-56e7261f978e
supervisor-1  | 2023-12-01T09:21:11Z INF cloudflared will not automatically update if installed by a package manager.
supervisor-1  | 2023-12-01T09:21:11Z INF Initial protocol quic
supervisor-1  | 2023-12-01T09:21:11Z INF ICMP proxy will use 172.24.0.2 as source for IPv4
supervisor-1  | 2023-12-01T09:21:11Z INF ICMP proxy will use :: as source for IPv6
supervisor-1  | 2023-12-01T09:21:12Z INF Starting metrics server on 127.0.0.1:21111/metrics
supervisor-1  | 2023/12/01 09:21:12 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
supervisor-1  | 2023-12-01T09:21:12Z INF Registered tunnel connection connIndex=0 connection=71ae2111-206d-4472-89ff-453e750c60f2 event=0 ip=198.41.200.53 location=mad03 protocol=quic
supervisor-1  | 2023-12-01T10:12:07Z INF Initiating graceful shutdown due to signal terminated ...
supervisor-1  | 2023-12-01T10:12:08Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z ERR writing finish: Application error 0x0 (remote)
supervisor-1  | 2023-12-01T10:12:08Z ERR Failed to serve quic connection error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z ERR Serve tunnel error error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z ERR no more connections active and exiting
supervisor-1  | 2023-12-01T10:12:08Z INF Tunnel server stopped
supervisor-1  | 2023-12-01T10:12:08Z ERR icmp router terminated error="context canceled"
supervisor-1  | 2023-12-01T10:12:08Z INF Metrics server stopped
supervisor-1  | 2023-12-01T10:13:10Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
supervisor-1  | 2023-12-01T10:13:10Z INF Requesting new quick Tunnel on trycloudflare.com...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-1.log <==
supervisor-1  | 2023-12-01T09:21:09Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
supervisor-1  | 2023-12-01T09:21:09Z INF Requesting new quick Tunnel on trycloudflare.com...
supervisor-1  | 2023-12-01T09:21:11Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T09:21:11Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
supervisor-1  | 2023-12-01T09:21:11Z INF |  https://content-yards-small-instructional.trycloudflare.com                               |
supervisor-1  | 2023-12-01T09:21:11Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T09:21:11Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]
supervisor-1  | 2023-12-01T09:21:11Z INF Version 2023.10.0
supervisor-1  | 2023-12-01T09:21:11Z INF GOOS: linux, GOVersion: go1.20.6, GoArch: amd64
supervisor-1  | 2023-12-01T09:21:11Z INF Settings: map[ha-connections:1 metrics:localhost:28188 protocol:quic url:localhost:8188]
supervisor-1  | 2023-12-01T09:21:11Z INF Environmental variables map[CF_TUNNEL_TOKEN:]
supervisor-1  | 2023-12-01T09:21:11Z INF Generated Connector ID: c8957f8d-0e8f-4179-abcf-bdb19aaa9d26
supervisor-1  | 2023-12-01T09:21:11Z INF cloudflared will not automatically update if installed by a package manager.
supervisor-1  | 2023-12-01T09:21:11Z INF Initial protocol quic
supervisor-1  | 2023-12-01T09:21:11Z INF ICMP proxy will use 172.24.0.2 as source for IPv4
supervisor-1  | 2023-12-01T09:21:11Z INF ICMP proxy will use :: as source for IPv6
supervisor-1  | 2023-12-01T09:21:12Z INF Starting metrics server on 127.0.0.1:28188/metrics
supervisor-1  | 2023/12/01 09:21:12 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
supervisor-1  | 2023-12-01T09:21:12Z INF Registered tunnel connection connIndex=0 connection=7ae9100f-fca5-4bff-8680-5a8e56149f9e event=0 ip=198.41.192.27 location=dus01 protocol=quic
supervisor-1  | 2023-12-01T10:12:07Z INF Initiating graceful shutdown due to signal terminated ...
supervisor-1  | 2023-12-01T10:12:08Z ERR writing finish: Application error 0x0 (remote)
supervisor-1  | 2023-12-01T10:12:08Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.192.27
supervisor-1  | 2023-12-01T10:12:08Z ERR Failed to serve quic connection error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.192.27
supervisor-1  | 2023-12-01T10:12:08Z ERR Serve tunnel error error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.192.27
supervisor-1  | 2023-12-01T10:12:08Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.27
supervisor-1  | 2023-12-01T10:12:08Z ERR no more connections active and exiting
supervisor-1  | 2023-12-01T10:12:08Z INF Tunnel server stopped
supervisor-1  | 2023-12-01T10:12:08Z ERR icmp router terminated error="context canceled"
supervisor-1  | 2023-12-01T10:12:08Z INF Metrics server stopped
supervisor-1  | 2023-12-01T10:13:10Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
supervisor-1  | 2023-12-01T10:13:10Z INF Requesting new quick Tunnel on trycloudflare.com...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-2.log <==
supervisor-1  | 2023-12-01T09:21:09Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
supervisor-1  | 2023-12-01T09:21:09Z INF Requesting new quick Tunnel on trycloudflare.com...
supervisor-1  | 2023-12-01T09:21:11Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T09:21:11Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
supervisor-1  | 2023-12-01T09:21:11Z INF |  https://processed-playstation-soldiers-originally.trycloudflare.com                       |
supervisor-1  | 2023-12-01T09:21:11Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T09:21:11Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]
supervisor-1  | 2023-12-01T09:21:11Z INF Version 2023.10.0
supervisor-1  | 2023-12-01T09:21:11Z INF GOOS: linux, GOVersion: go1.20.6, GoArch: amd64
supervisor-1  | 2023-12-01T09:21:11Z INF Settings: map[ha-connections:1 metrics:localhost:28888 protocol:quic url:localhost:8888]
supervisor-1  | 2023-12-01T09:21:11Z INF Environmental variables map[CF_TUNNEL_TOKEN:]
supervisor-1  | 2023-12-01T09:21:11Z INF cloudflared will not automatically update if installed by a package manager.
supervisor-1  | 2023-12-01T09:21:11Z INF Generated Connector ID: d856d7a6-677f-45c1-bf5c-1f5ba8017116
supervisor-1  | 2023-12-01T09:21:11Z INF Initial protocol quic
supervisor-1  | 2023-12-01T09:21:11Z INF ICMP proxy will use 172.24.0.2 as source for IPv4
supervisor-1  | 2023-12-01T09:21:11Z INF ICMP proxy will use :: as source for IPv6
supervisor-1  | 2023-12-01T09:21:11Z INF Starting metrics server on 127.0.0.1:28888/metrics
supervisor-1  | 2023/12/01 09:21:11 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
supervisor-1  | 2023-12-01T09:21:12Z INF Registered tunnel connection connIndex=0 connection=89fef55d-75b2-41f5-bc35-adfb41b955bb event=0 ip=198.41.200.53 location=mad05 protocol=quic
supervisor-1  | 2023-12-01T10:12:07Z INF Initiating graceful shutdown due to signal terminated ...
supervisor-1  | 2023-12-01T10:12:08Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z ERR writing finish: Application error 0x0 (remote)
supervisor-1  | 2023-12-01T10:12:08Z ERR Failed to serve quic connection error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z ERR Serve tunnel error error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.200.53
supervisor-1  | 2023-12-01T10:12:08Z ERR no more connections active and exiting
supervisor-1  | 2023-12-01T10:12:08Z INF Tunnel server stopped
supervisor-1  | 2023-12-01T10:12:08Z ERR icmp router terminated error="context canceled"
supervisor-1  | 2023-12-01T10:12:08Z INF Metrics server stopped
supervisor-1  | 2023-12-01T10:13:10Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
supervisor-1  | 2023-12-01T10:13:10Z INF Requesting new quick Tunnel on trycloudflare.com...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/serverless.log <==
supervisor-1  | Refusing to start serverless worker without $SERVERLESS=true
supervisor-1  | Refusing to start serverless worker without $SERVERLESS=true
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/serviceportal.log <==
supervisor-1  | Starting Service Portal...
supervisor-1  | INFO:     Started server process [121]
supervisor-1  | INFO:     Waiting for application startup.
supervisor-1  | INFO:     Application startup complete.
supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:11111 (Press CTRL+C to quit)
supervisor-1  | INFO:     Shutting down
supervisor-1  | INFO:     Waiting for application shutdown.
supervisor-1  | INFO:     Application shutdown complete.
supervisor-1  | INFO:     Finished server process [121]
supervisor-1  | Starting Service Portal...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/sshd.log <==
supervisor-1  | /root/.ssh/authorized_keys is not a public key file.
supervisor-1  | Skipping SSH server: No public key
supervisor-1  | /root/.ssh/authorized_keys is not a public key file.
supervisor-1  | Skipping SSH server: No public key
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/caddy.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/cloudflared.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/comfyui.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/jupyter.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logtail.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/quicktunnel.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/rclone_mount.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serverless.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serviceportal.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Included extra file "/etc/supervisor/supervisord/conf.d/sshd.conf" during parsing
supervisor-1  | 2023-12-01 09:21:06,848 INFO Set uid to user 0 succeeded
supervisor-1  | 2023-12-01 09:21:06,851 INFO RPC interface 'supervisor' initialized
supervisor-1  | 2023-12-01 09:21:06,851 CRIT Server 'inet_http_server' running without any HTTP authentication checking
supervisor-1  | 2023-12-01 09:21:06,851 INFO RPC interface 'supervisor' initialized
supervisor-1  | 2023-12-01 09:21:06,851 INFO supervisord started with pid 107
supervisor-1  | 2023-12-01 09:21:07,853 INFO spawned: '="cf_quicktunnel_0"' with pid 114
supervisor-1  | 2023-12-01 09:21:07,854 INFO spawned: '="cf_quicktunnel_1"' with pid 115
supervisor-1  | 2023-12-01 09:21:07,854 INFO spawned: '="cf_quicktunnel_2"' with pid 116
supervisor-1  | 2023-12-01 09:21:07,855 INFO spawned: 'logtail' with pid 117
supervisor-1  | 2023-12-01 09:21:07,855 INFO spawned: 'serverless' with pid 118
supervisor-1  | 2023-12-01 09:21:07,856 INFO spawned: 'serviceportal' with pid 121
supervisor-1  | 2023-12-01 09:21:07,857 INFO spawned: 'sshd' with pid 123
supervisor-1  | 2023-12-01 09:21:07,857 INFO spawned: 'caddy' with pid 125
supervisor-1  | 2023-12-01 09:21:07,858 INFO spawned: 'jupyter' with pid 126
supervisor-1  | 2023-12-01 09:21:07,858 INFO spawned: 'comfyui' with pid 129
supervisor-1  | 2023-12-01 09:21:09,858 INFO success: serverless entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,859 INFO success: ="cf_quicktunnel_0" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,859 INFO success: ="cf_quicktunnel_1" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,859 INFO success: ="cf_quicktunnel_2" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,859 INFO success: logtail entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,860 INFO success: serviceportal entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,860 INFO success: sshd entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,860 INFO success: caddy entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,860 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:12,860 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:21:17,858 INFO exited: serverless (exit status 0; expected)
supervisor-1  | 2023-12-01 09:21:17,861 INFO exited: sshd (exit status 0; expected)
supervisor-1  | 2023-12-01 09:32:45,918 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:32:45,919 INFO spawned: 'jupyter' with pid 1836
supervisor-1  | 2023-12-01 09:32:50,919 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:33:58,354 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:33:58,926 INFO spawned: 'jupyter' with pid 1936
supervisor-1  | 2023-12-01 09:34:03,926 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:35:11,672 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:35:11,933 INFO spawned: 'jupyter' with pid 2016
supervisor-1  | 2023-12-01 09:35:16,933 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:36:24,584 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:36:24,696 INFO spawned: 'jupyter' with pid 2096
supervisor-1  | 2023-12-01 09:36:29,695 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:37:37,145 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:37:37,696 INFO spawned: 'jupyter' with pid 2176
supervisor-1  | 2023-12-01 09:37:42,948 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:38:50,498 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:38:50,955 INFO spawned: 'jupyter' with pid 2256
supervisor-1  | 2023-12-01 09:38:55,955 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:40:04,081 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:40:04,962 INFO spawned: 'jupyter' with pid 2338
supervisor-1  | 2023-12-01 09:40:09,962 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:41:18,967 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:41:19,968 INFO spawned: 'jupyter' with pid 2420
supervisor-1  | 2023-12-01 09:41:24,968 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:42:32,721 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:42:32,974 INFO spawned: 'jupyter' with pid 2500
supervisor-1  | 2023-12-01 09:42:37,974 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:43:45,747 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:43:45,980 INFO spawned: 'jupyter' with pid 2580
supervisor-1  | 2023-12-01 09:43:50,980 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:44:58,294 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:44:58,987 INFO spawned: 'jupyter' with pid 2660
supervisor-1  | 2023-12-01 09:45:03,987 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:46:11,608 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:46:11,994 INFO spawned: 'jupyter' with pid 2740
supervisor-1  | 2023-12-01 09:46:16,994 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:47:24,691 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:47:25,000 INFO spawned: 'jupyter' with pid 2820
supervisor-1  | 2023-12-01 09:47:30,000 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:48:38,234 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:48:39,007 INFO spawned: 'jupyter' with pid 2901
supervisor-1  | 2023-12-01 09:48:44,007 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:49:51,397 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:49:52,013 INFO spawned: 'jupyter' with pid 2981
supervisor-1  | 2023-12-01 09:49:57,013 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:51:05,078 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:51:06,020 INFO spawned: 'jupyter' with pid 3063
supervisor-1  | 2023-12-01 09:51:11,020 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:52:18,571 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:52:19,027 INFO spawned: 'jupyter' with pid 3143
supervisor-1  | 2023-12-01 09:52:24,026 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:53:31,782 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:53:32,033 INFO spawned: 'jupyter' with pid 3223
supervisor-1  | 2023-12-01 09:53:37,033 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:54:44,594 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:54:45,040 INFO spawned: 'jupyter' with pid 3302
supervisor-1  | 2023-12-01 09:54:50,040 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:55:57,791 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:55:58,046 INFO spawned: 'jupyter' with pid 3382
supervisor-1  | 2023-12-01 09:56:03,046 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:57:11,014 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:57:11,053 INFO spawned: 'jupyter' with pid 3462
supervisor-1  | 2023-12-01 09:57:16,053 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:58:23,564 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:58:24,060 INFO spawned: 'jupyter' with pid 3542
supervisor-1  | 2023-12-01 09:58:29,060 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 09:59:36,908 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 09:59:37,069 INFO spawned: 'jupyter' with pid 3624
supervisor-1  | 2023-12-01 09:59:42,069 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:00:49,711 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:00:50,076 INFO spawned: 'jupyter' with pid 3705
supervisor-1  | 2023-12-01 10:00:55,076 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:02:02,827 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:02:03,083 INFO spawned: 'jupyter' with pid 3789
supervisor-1  | 2023-12-01 10:02:08,083 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:03:15,721 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:03:16,090 INFO spawned: 'jupyter' with pid 3871
supervisor-1  | 2023-12-01 10:03:21,090 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:03:37,796 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:03:37,796 INFO spawned: 'comfyui' with pid 3913
supervisor-1  | 2023-12-01 10:03:43,096 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:04:28,825 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:04:29,096 INFO spawned: 'jupyter' with pid 3920
supervisor-1  | 2023-12-01 10:04:34,099 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:04:50,624 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:04:51,098 INFO spawned: 'comfyui' with pid 3931
supervisor-1  | 2023-12-01 10:04:56,098 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:05:42,038 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:05:42,103 INFO spawned: 'jupyter' with pid 3938
supervisor-1  | 2023-12-01 10:05:47,105 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:06:03,770 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:06:04,105 INFO spawned: 'comfyui' with pid 3949
supervisor-1  | 2023-12-01 10:06:09,106 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:06:54,641 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:06:54,695 INFO spawned: 'jupyter' with pid 3956
supervisor-1  | 2023-12-01 10:07:00,114 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:07:16,939 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:07:17,112 INFO spawned: 'comfyui' with pid 3967
supervisor-1  | 2023-12-01 10:07:22,115 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:08:07,278 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:08:08,117 INFO spawned: 'jupyter' with pid 3974
supervisor-1  | 2023-12-01 10:08:13,117 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:08:29,866 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:08:30,119 INFO spawned: 'comfyui' with pid 3985
supervisor-1  | 2023-12-01 10:08:35,121 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:09:21,048 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:09:21,124 INFO spawned: 'jupyter' with pid 3992
supervisor-1  | 2023-12-01 10:09:26,128 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:09:42,926 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:09:43,127 INFO spawned: 'comfyui' with pid 4003
supervisor-1  | 2023-12-01 10:09:48,129 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:10:34,022 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:10:34,132 INFO spawned: 'jupyter' with pid 4010
supervisor-1  | 2023-12-01 10:10:39,136 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:10:55,830 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:10:56,134 INFO spawned: 'comfyui' with pid 4021
supervisor-1  | 2023-12-01 10:11:01,138 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:11:46,788 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:11:47,138 INFO spawned: 'jupyter' with pid 4028
supervisor-1  | 2023-12-01 10:11:52,142 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for ="cf_quicktunnel_0" to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for ="cf_quicktunnel_1" to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for ="cf_quicktunnel_2" to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for logtail to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for serviceportal to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for caddy to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for jupyter to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO waiting for comfyui to stop
supervisor-1  | 2023-12-01 10:12:07,697 INFO stopped: logtail (terminated by SIGTERM)
supervisor-1  | 2023-12-01 10:12:07,698 INFO stopped: caddy (exit status 0)
supervisor-1  | 2023-12-01 10:12:07,698 INFO stopped: comfyui (terminated by SIGTERM)
supervisor-1  | 2023-12-01 10:12:07,698 INFO stopped: jupyter (terminated by SIGTERM)
supervisor-1  | 2023-12-01 10:12:07,903 INFO stopped: serviceportal (exit status 0)
supervisor-1  | 2023-12-01 10:12:08,338 INFO stopped: ="cf_quicktunnel_1" (exit status 0)
supervisor-1  | 2023-12-01 10:12:08,356 INFO stopped: ="cf_quicktunnel_0" (exit status 0)
supervisor-1  | 2023-12-01 10:12:08,360 INFO stopped: ="cf_quicktunnel_2" (exit status 0)
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/caddy.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/cloudflared.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/comfyui.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/jupyter.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/logtail.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/quicktunnel.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/rclone_mount.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serverless.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/serviceportal.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Included extra file "/etc/supervisor/supervisord/conf.d/sshd.conf" during parsing
supervisor-1  | 2023-12-01 10:13:07,213 INFO Set uid to user 0 succeeded
supervisor-1  | 2023-12-01 10:13:07,231 INFO RPC interface 'supervisor' initialized
supervisor-1  | 2023-12-01 10:13:07,231 CRIT Server 'inet_http_server' running without any HTTP authentication checking
supervisor-1  | 2023-12-01 10:13:07,231 INFO RPC interface 'supervisor' initialized
supervisor-1  | 2023-12-01 10:13:07,231 INFO supervisord started with pid 108
supervisor-1  | 2023-12-01 10:13:08,233 INFO spawned: '="cf_quicktunnel_0"' with pid 239
supervisor-1  | 2023-12-01 10:13:08,233 INFO spawned: '="cf_quicktunnel_1"' with pid 240
supervisor-1  | 2023-12-01 10:13:08,234 INFO spawned: '="cf_quicktunnel_2"' with pid 241
supervisor-1  | 2023-12-01 10:13:08,235 INFO spawned: 'logtail' with pid 242
supervisor-1  | 2023-12-01 10:13:08,235 INFO spawned: 'serverless' with pid 243
supervisor-1  | 2023-12-01 10:13:08,236 INFO spawned: 'serviceportal' with pid 244
supervisor-1  | 2023-12-01 10:13:08,236 INFO spawned: 'sshd' with pid 245
supervisor-1  | 2023-12-01 10:13:08,237 INFO spawned: 'caddy' with pid 246
supervisor-1  | 2023-12-01 10:13:08,237 INFO spawned: 'jupyter' with pid 247
supervisor-1  | 2023-12-01 10:13:08,238 INFO spawned: 'comfyui' with pid 249
supervisor-1  | 2023-12-01 10:13:10,242 INFO success: serverless entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-0.log <==
supervisor-1  | 2023-12-01T10:13:12Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T10:13:12Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
supervisor-1  | 2023-12-01T10:13:12Z INF |  https://falling-robert-east-destroy.trycloudflare.com                                     |
supervisor-1  | 2023-12-01T10:13:12Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T10:13:12Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]
supervisor-1  | 2023-12-01T10:13:12Z INF Version 2023.10.0
supervisor-1  | 2023-12-01T10:13:12Z INF GOOS: linux, GOVersion: go1.20.6, GoArch: amd64
supervisor-1  | 2023-12-01T10:13:12Z INF Settings: map[ha-connections:1 metrics:localhost:21111 protocol:quic url:localhost:1111]
supervisor-1  | 2023-12-01T10:13:12Z INF Environmental variables map[CF_TUNNEL_TOKEN:]
supervisor-1  | 2023-12-01T10:13:12Z INF Generated Connector ID: 8df3390d-0841-40e0-a22e-842f1bb8a6af
supervisor-1  | 2023-12-01T10:13:12Z INF cloudflared will not automatically update if installed by a package manager.
supervisor-1  | 2023-12-01T10:13:12Z INF Initial protocol quic
supervisor-1  | 2023-12-01T10:13:12Z INF ICMP proxy will use 172.24.0.2 as source for IPv4
supervisor-1  | 2023-12-01T10:13:12Z INF ICMP proxy will use :: as source for IPv6
supervisor-1  | 2023-12-01T10:13:12Z INF Starting metrics server on 127.0.0.1:21111/metrics
supervisor-1  | 2023/12/01 10:13:12 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-2.log <==
supervisor-1  | 2023-12-01T10:13:12Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T10:13:12Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
supervisor-1  | 2023-12-01T10:13:12Z INF |  https://outdoors-tenant-fell-continuing.trycloudflare.com                                 |
supervisor-1  | 2023-12-01T10:13:12Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T10:13:12Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]
supervisor-1  | 2023-12-01T10:13:12Z INF Version 2023.10.0
supervisor-1  | 2023-12-01T10:13:12Z INF GOOS: linux, GOVersion: go1.20.6, GoArch: amd64
supervisor-1  | 2023-12-01T10:13:12Z INF Settings: map[ha-connections:1 metrics:localhost:28888 protocol:quic url:localhost:8888]
supervisor-1  | 2023-12-01T10:13:12Z INF Environmental variables map[CF_TUNNEL_TOKEN:]
supervisor-1  | 2023-12-01T10:13:12Z INF Generated Connector ID: 1c89c05d-f0d2-4dc2-9839-a25128b7a8db
supervisor-1  | 2023-12-01T10:13:12Z INF cloudflared will not automatically update if installed by a package manager.
supervisor-1  | 2023-12-01T10:13:12Z INF Initial protocol quic
supervisor-1  | 2023-12-01T10:13:12Z INF ICMP proxy will use 172.24.0.2 as source for IPv4
supervisor-1  | 2023-12-01T10:13:12Z INF ICMP proxy will use :: as source for IPv6
supervisor-1  | 2023-12-01T10:13:12Z INF Starting metrics server on 127.0.0.1:28888/metrics
supervisor-1  | 2023/12/01 10:13:12 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
supervisor-1  | 2023-12-01 10:13:13,248 INFO success: ="cf_quicktunnel_0" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,248 INFO success: ="cf_quicktunnel_1" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: ="cf_quicktunnel_2" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: logtail entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: serviceportal entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: sshd entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: caddy entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-0.log <==
supervisor-1  | 2023-12-01T10:13:12Z INF Registered tunnel connection connIndex=0 connection=30867d37-e2db-4f9d-82a5-03ca9cc18fec event=0 ip=198.41.200.63 location=mad03 protocol=quic
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-1.log <==
supervisor-1  | 2023-12-01T10:13:13Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T10:13:13Z INF |  Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):  |
supervisor-1  | 2023-12-01T10:13:13Z INF |  https://charming-hartford-mining-till.trycloudflare.com                                   |
supervisor-1  | 2023-12-01T10:13:13Z INF +--------------------------------------------------------------------------------------------+
supervisor-1  | 2023-12-01T10:13:13Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]
supervisor-1  | 2023-12-01T10:13:13Z INF Version 2023.10.0
supervisor-1  | 2023-12-01T10:13:13Z INF GOOS: linux, GOVersion: go1.20.6, GoArch: amd64
supervisor-1  | 2023-12-01T10:13:13Z INF Settings: map[ha-connections:1 metrics:localhost:28188 protocol:quic url:localhost:8188]
supervisor-1  | 2023-12-01T10:13:13Z INF Environmental variables map[CF_TUNNEL_TOKEN:]
supervisor-1  | 2023-12-01T10:13:13Z INF cloudflared will not automatically update if installed by a package manager.
supervisor-1  | 2023-12-01T10:13:13Z INF Generated Connector ID: 1eb6dffd-d1bc-45dd-b4bd-5abb633b7018
supervisor-1  | 2023-12-01T10:13:13Z INF Initial protocol quic
supervisor-1  | 2023-12-01T10:13:13Z INF ICMP proxy will use 172.24.0.2 as source for IPv4
supervisor-1  | 2023-12-01T10:13:13Z INF ICMP proxy will use :: as source for IPv6
supervisor-1  | 2023-12-01T10:13:13Z INF Starting metrics server on 127.0.0.1:28188/metrics
supervisor-1  | 2023/12/01 10:13:13 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-2.log <==
supervisor-1  | 2023-12-01T10:13:12Z INF Registered tunnel connection connIndex=0 connection=a4910ed4-ab2c-46b6-83d7-0debbf66c386 event=0 ip=198.41.200.193 location=mad04 protocol=quic
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:13:13,248 INFO success: ="cf_quicktunnel_0" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,248 INFO success: ="cf_quicktunnel_1" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: ="cf_quicktunnel_2" entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: logtail entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: serviceportal entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: sshd entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: caddy entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:13:13,249 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/quicktunnel-1.log <==
supervisor-1  | 2023-12-01T10:13:13Z INF Registered tunnel connection connIndex=0 connection=340e7a7d-b42a-405e-8d75-7bffbeb7a65c event=0 ip=198.41.192.167 location=dus01 protocol=quic
supervisor-1  | 2023-12-01 10:13:18,241 INFO exited: serverless (exit status 0; expected)
supervisor-1  | 2023-12-01 10:13:18,252 INFO exited: sshd (exit status 0; expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:13:18,241 INFO exited: serverless (exit status 0; expected)
supervisor-1  | 2023-12-01 10:13:18,252 INFO exited: sshd (exit status 0; expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/serviceportal.log <==
supervisor-1  | INFO:     Started server process [244]
supervisor-1  | INFO:     Waiting for application startup.
supervisor-1  | INFO:     Application startup complete.
supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:11111 (Press CTRL+C to quit)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | INFO:     Started server process [454]
supervisor-1  | INFO:     Waiting for application startup.
supervisor-1  | INFO:     Application startup complete.
supervisor-1  | INFO:     Uvicorn running on http://127.0.0.1:18188 (Press CTRL+C to quit)
supervisor-1  | tail: /var/log/preflight.log: file truncated
supervisor-1  | 
supervisor-1  | ==> /var/log/preflight.log <==
supervisor-1  | Looking for preflight.sh...
supervisor-1  | Updating ComfyUI (master)...
supervisor-1  | M	.github/workflows/test-build.yml
supervisor-1  | M	.github/workflows/test-ui.yaml
supervisor-1  | M	.github/workflows/windows_release_cu118_dependencies.yml
supervisor-1  | M	.github/workflows/windows_release_cu118_dependencies_2.yml
supervisor-1  | M	.github/workflows/windows_release_cu118_package.yml
supervisor-1  | M	.github/workflows/windows_release_dependencies.yml
supervisor-1  | M	.github/workflows/windows_release_nightly_pytorch.yml
supervisor-1  | M	.github/workflows/windows_release_package.yml
supervisor-1  | M	.gitignore
supervisor-1  | M	CODEOWNERS
supervisor-1  | M	LICENSE
supervisor-1  | M	README.md
supervisor-1  | M	comfy/checkpoint_pickle.py
supervisor-1  | M	comfy/cldm/cldm.py
supervisor-1  | M	comfy/cli_args.py
supervisor-1  | M	comfy/clip_config_bigg.json
supervisor-1  | M	comfy/clip_vision.py
supervisor-1  | M	comfy/clip_vision_config_g.json
supervisor-1  | M	comfy/clip_vision_config_h.json
supervisor-1  | M	comfy/clip_vision_config_vitl.json
supervisor-1  | M	comfy/conds.py
supervisor-1  | M	comfy/controlnet.py
supervisor-1  | M	comfy/diffusers_convert.py
supervisor-1  | M	comfy/diffusers_load.py
supervisor-1  | M	comfy/extra_samplers/uni_pc.py
supervisor-1  | M	comfy/gligen.py
supervisor-1  | M	comfy/k_diffusion/sampling.py
supervisor-1  | M	comfy/k_diffusion/utils.py
supervisor-1  | M	comfy/latent_formats.py
supervisor-1  | M	comfy/ldm/models/autoencoder.py
supervisor-1  | M	comfy/ldm/modules/attention.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/__init__.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/model.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/openaimodel.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/upscaling.py
supervisor-1  | M	comfy/ldm/modules/diffusionmodules/util.py
supervisor-1  | M	comfy/ldm/modules/distributions/__init__.py
supervisor-1  | M	comfy/ldm/modules/distributions/distributions.py
supervisor-1  | M	comfy/ldm/modules/ema.py
supervisor-1  | M	comfy/ldm/modules/encoders/__init__.py
supervisor-1  | M	comfy/ldm/modules/encoders/noise_aug_modules.py
supervisor-1  | M	comfy/ldm/modules/sub_quadratic_attention.py
supervisor-1  | M	comfy/ldm/modules/temporal_ae.py
supervisor-1  | M	comfy/ldm/util.py
supervisor-1  | M	comfy/lora.py
supervisor-1  | M	comfy/model_base.py
supervisor-1  | M	comfy/model_detection.py
supervisor-1  | M	comfy/model_management.py
supervisor-1  | M	comfy/model_patcher.py
supervisor-1  | M	comfy/model_sampling.py
supervisor-1  | M	comfy/ops.py
supervisor-1  | M	comfy/options.py
supervisor-1  | M	comfy/sample.py
supervisor-1  | M	comfy/samplers.py
supervisor-1  | M	comfy/sd.py
supervisor-1  | M	comfy/sd1_clip.py
supervisor-1  | M	comfy/sd1_clip_config.json
supervisor-1  | M	comfy/sd1_tokenizer/merges.txt
supervisor-1  | M	comfy/sd1_tokenizer/special_tokens_map.json
supervisor-1  | M	comfy/sd1_tokenizer/tokenizer_config.json
supervisor-1  | M	comfy/sd1_tokenizer/vocab.json
supervisor-1  | M	comfy/sd2_clip.py
supervisor-1  | M	comfy/sd2_clip_config.json
supervisor-1  | M	comfy/sdxl_clip.py
supervisor-1  | M	comfy/supported_models.py
supervisor-1  | M	comfy/supported_models_base.py
supervisor-1  | M	comfy/t2i_adapter/adapter.py
supervisor-1  | M	comfy/taesd/taesd.py
supervisor-1  | M	comfy/utils.py
supervisor-1  | M	comfy_extras/chainner_models/__init__.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/DAT.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/HAT.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-DAT
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-ESRGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-HAT
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-RealESRGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SCUNet
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SPSR
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SwiftSRGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-Swin2SR
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-SwinIR
supervisor-1  | M	comfy_extras/chainner_models/architecture/LICENSE-lama
supervisor-1  | M	comfy_extras/chainner_models/architecture/LaMa.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/ChannelAttention.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/LICENSE
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/OSA.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/OSAG.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/OmniSR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/esa.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/layernorm.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/OmniSR/pixelshuffle.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/RRDB.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SCUNet.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SPSR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SRVGG.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SwiftSRGAN.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/Swin2SR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/SwinIR.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/__init__.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/block.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/LICENSE-GFPGAN
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/LICENSE-RestoreFormer
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/LICENSE-codeformer
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/arcface_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/codeformer.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/fused_act.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/gfpgan_bilinear_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/gfpganv1_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/gfpganv1_clean_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/restoreformer_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/stylegan2_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/stylegan2_bilinear_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/stylegan2_clean_arch.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/face/upfirdn2d.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/LICENSE
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/drop.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/helpers.py
supervisor-1  | M	comfy_extras/chainner_models/architecture/timm/weight_init.py
supervisor-1  | M	comfy_extras/chainner_models/model_loading.py
supervisor-1  | M	comfy_extras/chainner_models/types.py
supervisor-1  | M	comfy_extras/nodes_canny.py
supervisor-1  | M	comfy_extras/nodes_clip_sdxl.py
supervisor-1  | M	comfy_extras/nodes_compositing.py
supervisor-1  | M	comfy_extras/nodes_custom_sampler.py
supervisor-1  | M	comfy_extras/nodes_freelunch.py
supervisor-1  | M	comfy_extras/nodes_hypernetwork.py
supervisor-1  | M	comfy_extras/nodes_hypertile.py
supervisor-1  | M	comfy_extras/nodes_images.py
supervisor-1  | M	comfy_extras/nodes_latent.py
supervisor-1  | M	comfy_extras/nodes_mask.py
supervisor-1  | M	comfy_extras/nodes_model_advanced.py
supervisor-1  | M	comfy_extras/nodes_model_downscale.py
supervisor-1  | M	comfy_extras/nodes_model_merging.py
supervisor-1  | M	comfy_extras/nodes_post_processing.py
supervisor-1  | M	comfy_extras/nodes_rebatch.py
supervisor-1  | M	comfy_extras/nodes_tomesd.py
supervisor-1  | M	comfy_extras/nodes_upscale_model.py
supervisor-1  | M	comfy_extras/nodes_video_model.py
supervisor-1  | M	comfyui_screenshot.png
supervisor-1  | M	cuda_malloc.py
supervisor-1  | M	custom_nodes/example_node.py.example
supervisor-1  | M	execution.py
supervisor-1  | M	extra_model_paths.yaml.example
supervisor-1  | M	folder_paths.py
supervisor-1  | M	input/example.png
supervisor-1  | M	latent_preview.py
supervisor-1  | M	main.py
supervisor-1  | M	models/checkpoints/put_checkpoints_here
supervisor-1  | M	models/clip/put_clip_or_text_encoder_models_here
supervisor-1  | M	models/clip_vision/put_clip_vision_models_here
supervisor-1  | M	models/configs/anything_v3.yaml
supervisor-1  | M	models/configs/v1-inference.yaml
supervisor-1  | M	models/configs/v1-inference_clip_skip_2.yaml
supervisor-1  | M	models/configs/v1-inference_clip_skip_2_fp16.yaml
supervisor-1  | M	models/configs/v1-inference_fp16.yaml
supervisor-1  | M	models/configs/v1-inpainting-inference.yaml
supervisor-1  | M	models/configs/v2-inference-v.yaml
supervisor-1  | M	models/configs/v2-inference-v_fp32.yaml
supervisor-1  | M	models/configs/v2-inference.yaml
supervisor-1  | M	models/configs/v2-inference_fp32.yaml
supervisor-1  | M	models/configs/v2-inpainting-inference.yaml
supervisor-1  | M	models/controlnet/put_controlnets_and_t2i_here
supervisor-1  | M	models/diffusers/put_diffusers_models_here
supervisor-1  | M	models/embeddings/put_embeddings_or_textual_inversion_concepts_here
supervisor-1  | M	models/gligen/put_gligen_models_here
supervisor-1  | M	models/hypernetworks/put_hypernetworks_here
supervisor-1  | M	models/loras/put_loras_here
supervisor-1  | M	models/style_models/put_t2i_style_model_here
supervisor-1  | M	models/unet/put_unet_files_here
supervisor-1  | M	models/upscale_models/put_esrgan_and_other_upscale_models_here
supervisor-1  | M	models/vae/put_vae_here
supervisor-1  | M	models/vae_approx/put_taesd_encoder_pth_and_taesd_decoder_pth_here
supervisor-1  | M	nodes.py
supervisor-1  | M	notebooks/comfyui_colab.ipynb
supervisor-1  | M	output/_output_images_will_be_put_here
supervisor-1  | M	pytest.ini
supervisor-1  | M	requirements.txt
supervisor-1  | M	script_examples/basic_api_example.py
supervisor-1  | M	script_examples/websockets_api_example.py
supervisor-1  | M	server.py
supervisor-1  | M	tests-ui/.gitignore
supervisor-1  | M	tests-ui/babel.config.json
supervisor-1  | M	tests-ui/globalSetup.js
supervisor-1  | M	tests-ui/jest.config.js
supervisor-1  | M	tests-ui/package-lock.json
supervisor-1  | M	tests-ui/package.json
supervisor-1  | M	tests-ui/setup.js
supervisor-1  | M	tests-ui/tests/widgetInputs.test.js
supervisor-1  | M	tests-ui/utils/ezgraph.js
supervisor-1  | M	tests-ui/utils/index.js
supervisor-1  | M	tests-ui/utils/litegraph.js
supervisor-1  | M	tests-ui/utils/nopProxy.js
supervisor-1  | M	tests-ui/utils/setup.js
supervisor-1  | M	tests/README.md
supervisor-1  | M	tests/__init__.py
supervisor-1  | M	tests/compare/conftest.py
supervisor-1  | M	tests/compare/test_quality.py
supervisor-1  | M	tests/conftest.py
supervisor-1  | M	tests/inference/__init__.py
supervisor-1  | M	tests/inference/graphs/default_graph_sdxl1_0.json
supervisor-1  | M	tests/inference/test_inference.py
supervisor-1  | M	web/extensions/core/clipspace.js
supervisor-1  | M	web/extensions/core/colorPalette.js
supervisor-1  | M	web/extensions/core/contextMenuFilter.js
supervisor-1  | M	web/extensions/core/dynamicPrompts.js
supervisor-1  | M	web/extensions/core/editAttention.js
supervisor-1  | M	web/extensions/core/groupOptions.jAlready on 'master'
supervisor-1  | s
supervisor-1  | M	web/extensions/core/invertMenuScrolling.js
supervisor-1  | M	web/extensions/core/keybinds.js
supervisor-1  | M	web/extensions/core/linkRenderMode.js
supervisor-1  | M	web/extensions/core/maskeditor.js
supervisor-1  | M	web/extensions/core/nodeTemplates.js
supervisor-1  | M	web/extensions/core/noteNode.js
supervisor-1  | M	web/extensions/core/rerouteNode.js
supervisor-1  | M	web/extensions/core/saveImageExtraOutput.js
supervisor-1  | M	web/extensions/core/slotDefaults.js
supervisor-1  | M	web/extensions/core/snapToGrid.js
supervisor-1  | M	web/extensions/core/uploadImage.js
supervisor-1  | M	web/extensions/core/widgetInputs.js
supervisor-1  | M	web/extensions/logging.js.example
supervisor-1  | M	web/index.html
supervisor-1  | M	web/jsconfig.json
supervisor-1  | M	web/lib/litegraph.core.js
supervisor-1  | M	web/lib/litegraph.css
supervisor-1  | M	web/lib/litegraph.extensions.js
supervisor-1  | M	web/scripts/api.js
supervisor-1  | M	web/scripts/app.js
supervisor-1  | M	web/scripts/defaultGraph.js
supervisor-1  | M	web/scripts/domWidget.js
supervisor-1  | M	web/scripts/logging.js
supervisor-1  | M	web/scripts/pnginfo.js
supervisor-1  | M	web/scripts/ui.js
supervisor-1  | M	web/scripts/ui/imagePreview.js
supervisor-1  | M	web/scripts/widgets.js
supervisor-1  | M	web/style.css
supervisor-1  | M	web/types/comfy.d.ts
supervisor-1  | M	web/types/litegraph.d.ts
supervisor-1  | M	web/user.css
supervisor-1  | Your branch is behind 'origin/master' by 24 commits, and can be fast-forwarded.
supervisor-1  |   (use "git pull" to update your local branch)
supervisor-1  | tail: /var/log/provisioning.log: file truncated
supervisor-1  | error: Your local changes to the following files would be overwritten by merge:
supervisor-1  | 	README.md
supervisor-1  | 	comfy/model_base.py
supervisor-1  | 	comfy/model_sampling.py
supervisor-1  | 	comfy/sample.py
supervisor-1  | 	comfy/sd.py
supervisor-1  | 	comfy/supported_models.py
supervisor-1  | 	comfy_extras/nodes_custom_sampler.py
supervisor-1  | 	comfy_extras/nodes_model_advanced.py
supervisor-1  | 	execution.py
supervisor-1  | 	folder_paths.py
supervisor-1  | 	main.py
supervisor-1  | 	nodes.py
supervisor-1  | 	server.py
supervisor-1  | 	tests-ui/setup.js
supervisor-1  | 	tests-ui/tests/widgetInputs.test.js
supervisor-1  | 	tests-ui/utils/ezgraph.js
supervisor-1  | 	tests-ui/utils/index.js
supervisor-1  | 	tests-ui/utils/setup.js
supervisor-1  | 	web/extensions/core/nodeTemplates.js
supervisor-1  | 	web/extensions/core/widgetInputs.js
supervisor-1  | 	web/scripts/api.js
supervisor-1  | 	web/scripts/app.js
supervisor-1  | 	web/scripts/domWidget.js
supervisor-1  | 	web/scripts/ui.js
supervisor-1  | 	web/scripts/widgets.js
supervisor-1  | Please commit your changes or stash them before you merge.
supervisor-1  | Aborting
supervisor-1  | Updating 39e7586..ec7a00a
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/debug.log <==
supervisor-1  | 
supervisor-1  | ==> /var/log/provisioning.log <==
supervisor-1  | Looking for provisioning.sh...
supervisor-1  | 
supervisor-1  | ##############################################
supervisor-1  | #                                            #
supervisor-1  | #          Provisioning container            #
supervisor-1  | #                                            #
supervisor-1  | #         This will take some time           #
supervisor-1  | #                                            #
supervisor-1  | # Your container will be ready on completion #
supervisor-1  | #                                            #
supervisor-1  | ##############################################
supervisor-1  | 
supervisor-1  | Updating node: https://github.com/ltdrdata/ComfyUI-Manager...
supervisor-1  | Already up to date.
supervisor-1  | Success
supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/checkpoints...
supervisor-1  | Downloading: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | INFO:     Shutting down
supervisor-1  | INFO:     Waiting for application shutdown.
supervisor-1  | INFO:     Application shutdown complete.
supervisor-1  | INFO:     Finished server process [263]
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 2023-12-01 10:14:31,363 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:14:31,364 INFO spawned: 'jupyter' with pid 525
supervisor-1  | 
supervisor-1  | ==> /var/log/provisioning.log <==
supervisor-1  | 
supervisor-1  | Downloading 4 model(s) to /opt/ComfyUI/models/controlnet...
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_canny-fp16.safetensors
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_openpose-fp16.safetensors
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_canny-fp16.safetensors
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_openpose-fp16.safetensors
supervisor-1  | 
supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/vae...
supervisor-1  | Downloading: https://huggingface.co/stabilityai/sd-vae-ft-ema-original/resolve/main/vae-ft-ema-560000-ema-pruned.safetensors
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:14:31,363 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:14:31,364 INFO spawned: 'jupyter' with pid 525
supervisor-1  | 
supervisor-1  | ==> /var/log/provisioning.log <==
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors
supervisor-1  | 
supervisor-1  | Downloading 3 model(s) to /opt/ComfyUI/models/upscale_models...
supervisor-1  | Downloading: https://huggingface.co/ai-forever/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/FacehugmanIII/4x_foolhardy_Remacri/resolve/main/4x_foolhardy_Remacri.pth
supervisor-1  | 
supervisor-1  | Downloading: https://huggingface.co/Akumetsu971/SD_Anime_Futuristic_Armor/resolve/main/4x_NMKD-Siax_200k.pth
supervisor-1  | 2023-12-01 10:14:34,336 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:14:34,336 INFO spawned: 'comfyui' with pid 557
supervisor-1  | 
supervisor-1  | 
supervisor-1  | Provisioning complete:  Web UI will start now
supervisor-1  | 
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | INFO:     Shutting down
supervisor-1  | INFO:     Waiting for application shutdown.
supervisor-1  | INFO:     Application shutdown complete.
supervisor-1  | INFO:     Finished server process [454]
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:14:34,336 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:14:34,336 INFO spawned: 'comfyui' with pid 557
supervisor-1  | 2023-12-01 10:14:36,365 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:14:36,365 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:14:39,366 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:14:39,366 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/caddy.log <==
supervisor-1  | {"level":"error","ts":1701425697.0121212,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"57420","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Upgrade-Insecure-Requests":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Cache-Control":["max-age=0"],"Authorization":[],"Accept-Language":["en-DE,en"]}},"duration":1.353152457,"status":502,"err_id":"bcirr701e","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701425697.6081114,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"57420","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Cache-Control":["max-age=0"],"Authorization":[],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Upgrade-Insecure-Requests":["1"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000293749,"status":502,"err_id":"vnw2xdi1f","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | 2023-12-01 10:15:44,291 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:15:44,291 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:15:44,370 INFO spawned: 'jupyter' with pid 564
supervisor-1  | 2023-12-01 10:15:44,370 INFO spawned: 'jupyter' with pid 564
supervisor-1  | 2023-12-01 10:15:47,277 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:15:47,277 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:15:47,370 INFO spawned: 'comfyui' with pid 575
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:15:47,370 INFO spawned: 'comfyui' with pid 575
supervisor-1  | 2023-12-01 10:15:49,371 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:15:49,371 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:15:52,372 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:15:52,372 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:16:56,987 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:16:56,987 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:16:57,375 INFO spawned: 'jupyter' with pid 582
supervisor-1  | 2023-12-01 10:16:57,375 INFO spawned: 'jupyter' with pid 582
supervisor-1  | 2023-12-01 10:17:00,253 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:17:00,253 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:17:00,376 INFO spawned: 'comfyui' with pid 593
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:17:00,376 INFO spawned: 'comfyui' with pid 593
supervisor-1  | 2023-12-01 10:17:02,376 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:17:02,376 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:17:05,377 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:17:05,377 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:18:10,224 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:18:10,224 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:18:10,381 INFO spawned: 'jupyter' with pid 600
supervisor-1  | 2023-12-01 10:18:10,381 INFO spawned: 'jupyter' with pid 600
supervisor-1  | 2023-12-01 10:18:13,029 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:18:13,029 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:18:13,381 INFO spawned: 'comfyui' with pid 611
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:18:13,381 INFO spawned: 'comfyui' with pid 611
supervisor-1  | 2023-12-01 10:18:15,381 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:18:15,381 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:18:18,382 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:18:18,382 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:19:23,944 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:19:23,944 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:19:24,388 INFO spawned: 'jupyter' with pid 618
supervisor-1  | 2023-12-01 10:19:24,388 INFO spawned: 'jupyter' with pid 618
supervisor-1  | 2023-12-01 10:19:26,043 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:19:26,043 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:19:26,388 INFO spawned: 'comfyui' with pid 629
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:19:26,388 INFO spawned: 'comfyui' with pid 629
supervisor-1  | 2023-12-01 10:19:29,389 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:19:29,389 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:19:31,389 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:19:31,389 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:20:37,818 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:20:37,818 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:20:38,395 INFO spawned: 'jupyter' with pid 636
supervisor-1  | 2023-12-01 10:20:39,073 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:20:38,395 INFO spawned: 'jupyter' with pid 636
supervisor-1  | 2023-12-01 10:20:39,073 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:20:39,395 INFO spawned: 'comfyui' with pid 647
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:20:39,395 INFO spawned: 'comfyui' with pid 647
supervisor-1  | 2023-12-01 10:20:43,398 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:20:43,398 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:20:44,395 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:20:44,395 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/caddy.log <==
supervisor-1  | {"level":"error","ts":1701426085.651602,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"52112","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Cache-Control":["max-age=0"],"Sec-Gpc":["1"],"Accept-Encoding":["gzip, deflate"],"Connection":["keep-alive"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Accept-Language":["en-DE,en"],"Authorization":[],"Upgrade-Insecure-Requests":["1"]}},"duration":0.000296927,"status":502,"err_id":"6vsgyimua","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1701426108.3156438,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.24.0.1","remote_port":"52112","client_ip":"172.24.0.1","proto":"HTTP/1.1","method":"GET","host":"0.0.0.0:8188","uri":"/","headers":{"Authorization":[],"Upgrade-Insecure-Requests":["1"],"Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"],"Sec-Gpc":["1"],"Accept-Language":["en-DE,en"],"Connection":["keep-alive"],"Cache-Control":["max-age=0"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"]}},"duration":0.000279707,"status":502,"err_id":"5hn8sjrds","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | 2023-12-01 10:21:51,222 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/jupyter.log <==
supervisor-1  | 
supervisor-1  | Starting Jupyter Notebook...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:21:51,222 INFO exited: jupyter (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:21:51,402 INFO spawned: 'jupyter' with pid 654
supervisor-1  | 2023-12-01 10:21:52,033 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:21:51,402 INFO spawned: 'jupyter' with pid 654
supervisor-1  | 2023-12-01 10:21:52,033 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2023-12-01 10:21:52,402 INFO spawned: 'comfyui' with pid 665
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/comfyui.log <==
supervisor-1  | Starting ComfyUI...
supervisor-1  | 
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2023-12-01 10:21:52,402 INFO spawned: 'comfyui' with pid 665
supervisor-1  | 2023-12-01 10:21:56,404 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:21:56,404 INFO success: jupyter entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:21:57,402 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2023-12-01 10:21:57,402 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)

I already activated the GPU, as mentioned in #8 (comment).

I'm using an Nvidia GPU on Manjaro linux (basically arch).

@robballantyne
Copy link
Member

I have re-worked some of the base images and an update is imminent. Hopefully it will address these issues as there is a new docker-compose.yaml and a slightly modified build process.

The new release includes some extra features (API requests to s3 storage which I need to be certain works properly before I commit) so it'll be early next week.

It may be worth investigating any difference in how Arch configures docker Vs Ubuntu. I use Mint and Ubuntu exclusively to stay close to my production environment and there are no build problems here.

I'd like it to work on Arch. I used it for many years after I gave up on Slackware so I'm very fond of it but it killed my productivity. If I do get some time I'll see what I can do to investigate but I can't give any ETA on that if the new release is still problematic.

@maxfrei750
Copy link

I just tested the current main branch and I think the problem still persists. Any ideas on how to investigate?

@petra-pannia
Copy link

petra-pannia commented Jan 30, 2024

I have a similar issue on such an AMD system, also with always encountering endless reconnects of ComfyUI,

Main system  : ASRock DeskMini X300 AMD
APU          : AMD R4750G Zen2 with 16GB UMA (graphical memories)
AMDGPU driver: 23.0.0-1 (X11)
ROCm         : 5.7.1
Python       : 3.11.6-1
Gross RAM's  : 48GB DDR4
OS           : Artix Linux amd64 with Linux kernel 6.1.70
Docker       : 24.0.7-1 / Compose 2.24.3-1
UI browser   : Brave 1.63.131-1

However errors are still here and reconnections are still being occured, even already with 16GB UMA slightly more than required for properly functioning,

supervisor-1  | missing {'cond_stage_model.clip_l.text_projection', 'cond_stage_model.clip_l.logit_scale'}
supervisor-1  | left over keys: dict_keys(['betas', 'alphas_cumprod', 'alphas_cumprod_prev', 'sqrt_alphas_cumprod', 'sqrt_one_minus_alphas_cumprod', 'log_one_minus_alphas_cumprod', 'sqrt_recip_alphas_cumprod', 'sqrt_recipm1_alphas_cumprod', 'posterior_variance', 'posterior_log_variance_clipped', 'posterior_mean_coef1', 'posterior_mean_coef2', 'model_ema.decay', 'model_ema.num_updates', 'cond_stage_model.clip_l.transformer.text_model.embeddings.position_ids'])
supervisor-1  | Requested to load SD1ClipModel
supervisor-1  | Loading 1 new model
supervisor-1  | 2024-01-30 00:33:07,515 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2024-01-30 00:33:08,473 INFO exited: comfyui (exit status 139; not expected)
supervisor-1  |
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2024-01-30 00:33:07,515 INFO success: comfyui entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
supervisor-1  | 2024-01-30 00:33:08,473 INFO exited: comfyui (exit status 139; not expected)
supervisor-1  | 2024-01-30 00:33:08,516 INFO spawned: 'comfyui' with pid 1392
supervisor-1  |
supervisor-1  | ==> /var/log/supervisor/caddy.log <==
supervisor-1  | {"level":"error","ts":1706574788.7762706,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.19.0.1","remote_port":"36190","client_ip":"172.19.0.1","proto":"HTTP/1.1","method":"GET","host":"localhost:8188","uri":"/ws?clientId=a99e72b16bc347b79664509660b01891","headers":{"Connection":["Upgrade"],"Pragma":["no-cache"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"],"Accept-Language":["en-US,en;q=0.9"],"Sec-Websocket-Key":["GU943067ry6S5AMfDZhRDw=="],"Cache-Control":["no-cache"],"Upgrade":["websocket"],"Origin":["http://localhost:8188"],"Sec-Websocket-Version":["13"],"Accept-Encoding":["gzip, deflate, br"],"Sec-Websocket-Extensions":["permessage-deflate; client_max_window_bits"]}},"duration":0.000730051,"status":502,"err_id":"70zrr2js0","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1706574789.0843854,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.19.0.1","remote_port":"36204","client_ip":"172.19.0.1","proto":"HTTP/1.1","method":"GET","host":"localhost:8188","uri":"/ws?clientId=a99e72b16bc347b79664509660b01891","headers":{"Cache-Control":["no-cache"],"Accept-Language":["en-US,en;q=0.9"],"Origin":["http://localhost:8188"],"Sec-Websocket-Version":["13"],"Accept-Encoding":["gzip, deflate, br"],"Sec-Websocket-Key":["qye4RtjldYYZoxfomOec7Q=="],"Sec-Websocket-Extensions":["permessage-deflate; client_max_window_bits"],"Pragma":["no-cache"],"Connection":["Upgrade"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"],"Upgrade":["websocket"]}},"duration":0.000468984,"status":502,"err_id":"p1e3thvc9","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}
supervisor-1  | {"level":"error","ts":1706574789.3933089,"logger":"http.log.error","msg":"dial tcp 127.0.0.1:18188: connect: connection refused","request":{"remote_ip":"172.19.0.1","remote_port":"36212","client_ip":"172.19.0.1","proto":"HTTP/1.1","method":"GET","host":"localhost:8188","uri":"/ws?clientId=a99e72b16bc347b79664509660b01891","headers":{"Accept-Encoding":["gzip, deflate, br"],"Sec-Websocket-Key":["P5VvvwE7iLde1fyvcBh0Gg=="],"Sec-Websocket-Extensions":["permessage-deflate; client_max_window_bits"],"Origin":["http://localhost:8188"],"Sec-Websocket-Version":["13"],"Pragma":["no-cache"],"Cache-Control":["no-cache"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"],"Accept-Language":["en-US,en;q=0.9"],"Upgrade":["websocket"],"Connection":["Upgrade"]}},"duration":0.000509772,"status":502,"err_id":"psyuj9v7h","err_trace":"reverseproxy.statusError (reverseproxy.go:1265)"}

And finally, how to "download" for local SDiff models in a config file?

@odama626
Copy link

odama626 commented Aug 5, 2024

I just pulled this and tried it with latest-rocm, and am experiencing the same issue

supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 2024-08-05 17:47:47,368 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  |
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2024-08-05 17:47:47,368 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2024-08-05 17:47:47,368 INFO gave up: comfyui entered FATAL state, too many start retries too quickly
supervisor-1  | 2024-08-05 17:47:47,368 INFO gave up: comfyui entered FATAL state, too many start retries too quickly
supervisor-1  | 2024-08-05 17:47:49,249 INFO exited: serverless (exit status 0; expected)
supervisor-1  | 2024-08-05 17:47:49,249 INFO exited: serverless (exit status 0; expected)```

@robballantyne
Copy link
Member

I just pulled this and tried it with latest-rocm, and am experiencing the same issue

supervisor-1  | Starting ComfyUI...
supervisor-1  | Starting ComfyUI...
supervisor-1  | Success
supervisor-1  | 2024-08-05 17:47:47,368 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  |
supervisor-1  | ==> /var/log/supervisor/supervisor.log <==
supervisor-1  | 2024-08-05 17:47:47,368 INFO exited: comfyui (exit status 1; not expected)
supervisor-1  | 2024-08-05 17:47:47,368 INFO gave up: comfyui entered FATAL state, too many start retries too quickly
supervisor-1  | 2024-08-05 17:47:47,368 INFO gave up: comfyui entered FATAL state, too many start retries too quickly
supervisor-1  | 2024-08-05 17:47:49,249 INFO exited: serverless (exit status 0; expected)
supervisor-1  | 2024-08-05 17:47:49,249 INFO exited: serverless (exit status 0; expected)```

Arch Linux again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants