openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
36 stars 46 forks source link

Fix Failing GitHub Actions and OPENIM_CHAT_API_PORT Issue #67

Closed sweep-ai[bot] closed 7 months ago

sweep-ai[bot] commented 7 months ago

PR Feedback (click)

The changes made include:

Summary of Changes

These changes should fix the failing GitHub Actions and allow the OPENIM_CHAT_API_PORT environment variable to be changed as expected.

sweep-ai[bot] commented 7 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 7 months ago

Sandbox Executions

Ran GitHub Actions for cff89bf7e96c4d8ebde0b33b81dceedaf174ecda:

Ran GitHub Actions for 454503a1df7ac50ff71447bbf391e4bde18a1e81:

Ran GitHub Actions for 6855afa7a5cadb51eaaa7057b4490e1e835332f9:

sweep-ai[bot] commented 7 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run alex-page/github-project-automation-plus@v0.8.3 yielded the following error: ##[error]Could not find the column "In Progress" or project "openim-powerful" Here are the logs: ```

Generating plan by analyzing files... (step 2/3)

sweep-ai[bot] commented 7 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run ./scripts/init-config.sh --force yielded the following error: ##[error]Process completed with exit code 1. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose -f example/host-network-basic-openim-server-dependency.yml up -d docker-compose -f example/host-network-basic-openim-server-dependency.yml ps docker-compose -f example/host-network-basic-openim-server-dependency.yml down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating volume "example_mysql_data" with default driver Creating volume "example_mongo_db" with default driver Creating volume "example_mongo_logs" with default driver Creating volume "example_mongo_conf" with default driver Creating volume "example_redis_data" with default driver Creating volume "example_kafka_data" with default driver Creating volume "example_minio_data" with default driver Creating volume "example_minio_config" with default driver Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Creating mysql ... Creating kafka ... Creating mongo ... ERROR: for mysql "host" network_mode is incompatible with port_bindings Creating zookeeper ... Creating redis ... Creating minio ... [2353] Failed to execute script docker-compose ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for mongo "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for mongodb "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 564, in execute_convergence_plan File "compose/service.py", line 480, in _execute_convergence_create File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 478, in File "compose/service.py", line 457, in create_and_start File "compose/service.py", line 334, in create_container File "compose/service.py", line 941, in _get_container_create_options File "compose/service.py", line 1073, in _get_container_host_config File "docker/api/container.py", line 598, in create_host_config File "docker/types/containers.py", line 339, in __init__ docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings ##[error]Process completed with exit code 255. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose up -d docker-compose ps# docker-compose logs openim-server docker-compose logs openim-chat docker-compose down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating network "openim-docker_openim-server" with driver "bridge" Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling openim-server (ghcr.io/openimsdk/openim-server:release-v3.5)... release-v3.5: Pulling from openimsdk/openim-server Digest: sha256:2aef4f140e217845ae00b71661359d9bb3e476ce4571fe6c26b7fa1b371c5594 Status: Downloaded newer image for ghcr.io/openimsdk/openim-server:release-v3.5 Pulling openim-chat (ghcr.io/openimsdk/openim-chat:release-v1.5)... release-v1.5: Pulling from openimsdk/openim-chat Digest: sha256:9f6f440bfda22b0d693ad51fe357bf16a58210a3b7a5769d09c33442a3184fcf Status: Downloaded newer image for ghcr.io/openimsdk/openim-chat:release-v1.5 Pulling openim-web (ghcr.io/openimsdk/openim-web:latest)... latest: Pulling from openimsdk/openim-web Digest: sha256:eac50a61164b5e2f2483132e1ec4d364beb804a6cf5c656454d4dff88d8cde89 Status: Downloaded newer image for ghcr.io/openimsdk/openim-web:latest Pulling openim-admin (ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35)... toc-base-open-docker.35: Pulling from openimsdk/openim-admin Digest: sha256:f4a0c4ce1658ce5a2b371f3fada1ecc1daa0d5b5e7d0ff15504b9d1573243f9c Status: Downloaded newer image for ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35 Pulling prometheus (prom/prometheus:v2.48.1)... v2.48.1: Pulling from prom/prometheus Digest: sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4 Status: Downloaded newer image for prom/prometheus:v2.48.1 Pulling alertmanager (prom/alertmanager:v0.26.0)... v0.26.0: Pulling from prom/alertmanager Digest: sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552 Status: Downloaded newer image for prom/alertmanager:v0.26.0 Pulling grafana (grafana/grafana:10.2.2)... 10.2.2: Pulling from grafana/grafana Digest: sha256:e3e9c2b5776fe3657f4954dfa91579224f98a0316f51d431989b15425e95530f Status: Downloaded newer image for grafana/grafana:10.2.2 Pulling node-exporter (bitnami/node-exporter:1.7.0)... 1.7.0: Pulling from bitnami/node-exporter Digest: sha256:ef521a5b69454f1740c3aa5e2a34180949a063949d61630fe91898c154dddfed Status: Downloaded newer image for bitnami/node-exporter:1.7.0 Creating mysql ... Creating openim-web ... Creating redis ... Creating grafana ... Creating openim-admin ... Creating zookeeper ... Creating node-exporter ... Creating minio ... Creating mongo ... Creating kafka ... Creating mysql ... done Creating grafana ... done Creating mongo ... done Creating openim-admin ... done Creating zookeeper ... done Creating kafka ... done Creating redis ... done Creating openim-web ... done Creating minio ... done Creating node-exporter ... done Creating openim-server ... Creating openim-server ... done ERROR: for prometheus Container "7ebe403ac51d" is unhealthy. ERROR: for alertmanager Container "7ebe403ac51d" is unhealthy. ERROR: for openim-chat Container "7ebe403ac51d" is unhealthy. Encountered errors while bringing up the project. ##[error]Process completed with exit code 1. Here are the logs: Generating configuration file... Configuration file generated. The Compose file './example/volume-all-server.yml' is invalid because: services.openim-server.ports contains an invalid type, it should be a number, or an object ```
sweep-ai[bot] commented 7 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run ./scripts/init-config.sh --force yielded the following error: ##[error]Process completed with exit code 1. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose -f example/host-network-basic-openim-server-dependency.yml up -d docker-compose -f example/host-network-basic-openim-server-dependency.yml ps docker-compose -f example/host-network-basic-openim-server-dependency.yml down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating volume "example_mysql_data" with default driver Creating volume "example_mongo_db" with default driver Creating volume "example_mongo_logs" with default driver Creating volume "example_mongo_conf" with default driver Creating volume "example_redis_data" with default driver Creating volume "example_kafka_data" with default driver Creating volume "example_minio_data" with default driver Creating volume "example_minio_config" with default driver Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Creating zookeeper ... Creating mongo ... Creating kafka ... Creating mysql ... ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for mongo "host" network_mode is incompatible with port_bindings Creating redis ... Creating minio ... [2418] Failed to execute script docker-compose ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for mongodb "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 564, in execute_convergence_plan File "compose/service.py", line 480, in _execute_convergence_create File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 478, in File "compose/service.py", line 457, in create_and_start File "compose/service.py", line 334, in create_container File "compose/service.py", line 941, in _get_container_create_options File "compose/service.py", line 1073, in _get_container_host_config File "docker/api/container.py", line 598, in create_host_config File "docker/types/containers.py", line 339, in __init__ docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings ##[error]Process completed with exit code 255. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose up -d docker-compose ps# docker-compose logs openim-server docker-compose logs openim-chat docker-compose down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating network "openim-docker_openim-server" with driver "bridge" Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling openim-server (ghcr.io/openimsdk/openim-server:release-v3.5)... release-v3.5: Pulling from openimsdk/openim-server Digest: sha256:2aef4f140e217845ae00b71661359d9bb3e476ce4571fe6c26b7fa1b371c5594 Status: Downloaded newer image for ghcr.io/openimsdk/openim-server:release-v3.5 Pulling openim-chat (ghcr.io/openimsdk/openim-chat:release-v1.5)... release-v1.5: Pulling from openimsdk/openim-chat Digest: sha256:9f6f440bfda22b0d693ad51fe357bf16a58210a3b7a5769d09c33442a3184fcf Status: Downloaded newer image for ghcr.io/openimsdk/openim-chat:release-v1.5 Pulling openim-web (ghcr.io/openimsdk/openim-web:latest)... latest: Pulling from openimsdk/openim-web Digest: sha256:eac50a61164b5e2f2483132e1ec4d364beb804a6cf5c656454d4dff88d8cde89 Status: Downloaded newer image for ghcr.io/openimsdk/openim-web:latest Pulling openim-admin (ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35)... toc-base-open-docker.35: Pulling from openimsdk/openim-admin Digest: sha256:f4a0c4ce1658ce5a2b371f3fada1ecc1daa0d5b5e7d0ff15504b9d1573243f9c Status: Downloaded newer image for ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35 Pulling prometheus (prom/prometheus:v2.48.1)... v2.48.1: Pulling from prom/prometheus Digest: sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4 Status: Downloaded newer image for prom/prometheus:v2.48.1 Pulling alertmanager (prom/alertmanager:v0.26.0)... v0.26.0: Pulling from prom/alertmanager Digest: sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552 Status: Downloaded newer image for prom/alertmanager:v0.26.0 Pulling grafana (grafana/grafana:10.2.2)... 10.2.2: Pulling from grafana/grafana Digest: sha256:e3e9c2b5776fe3657f4954dfa91579224f98a0316f51d431989b15425e95530f Status: Downloaded newer image for grafana/grafana:10.2.2 Pulling node-exporter (bitnami/node-exporter:1.7.0)... 1.7.0: Pulling from bitnami/node-exporter Digest: sha256:ef521a5b69454f1740c3aa5e2a34180949a063949d61630fe91898c154dddfed Status: Downloaded newer image for bitnami/node-exporter:1.7.0 Creating zookeeper ... Creating openim-web ... Creating grafana ... Creating kafka ... Creating node-exporter ... Creating minio ... Creating mongo ... Creating openim-admin ... Creating redis ... Creating mysql ... Creating kafka ... done Creating grafana ... done Creating node-exporter ... done Creating minio ... done Creating mongo ... done Creating mysql ... done Creating openim-admin ... done Creating zookeeper ... done Creating openim-web ... done Creating redis ... done Creating openim-server ... Creating openim-server ... done ERROR: for alertmanager Container "6c29475741ab" is unhealthy. ERROR: for prometheus Container "6c29475741ab" is unhealthy. ERROR: for openim-chat Container "6c29475741ab" is unhealthy. Encountered errors while bringing up the project. ##[error]Process completed with exit code 1. Here are the logs: Generating configuration file... Configuration file generated. The Compose file './example/volume-all-server.yml' is invalid because: services.openim-server.ports contains an invalid type, it should be a number, or an object ```
sweep-ai[bot] commented 7 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run ./scripts/init-config.sh --force yielded the following error: ##[error]Process completed with exit code 1. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose -f example/host-network-basic-openim-server-dependency.yml up -d docker-compose -f example/host-network-basic-openim-server-dependency.yml ps docker-compose -f example/host-network-basic-openim-server-dependency.yml down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating volume "example_mysql_data" with default driver Creating volume "example_mongo_db" with default driver Creating volume "example_mongo_logs" with default driver Creating volume "example_mongo_conf" with default driver Creating volume "example_redis_data" with default driver Creating volume "example_kafka_data" with default driver Creating volume "example_minio_data" with default driver Creating volume "example_minio_config" with default driver Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Creating mongo ... Creating redis ... Creating minio ... Creating zookeeper ... Creating kafka ... Creating mysql ... [2404] Failed to execute script docker-compose ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for mongo "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for mongodb "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 564, in execute_convergence_plan File "compose/service.py", line 480, in _execute_convergence_create File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 478, in File "compose/service.py", line 457, in create_and_start File "compose/service.py", line 334, in create_container File "compose/service.py", line 941, in _get_container_create_options File "compose/service.py", line 1073, in _get_container_host_config File "docker/api/container.py", line 598, in create_host_config File "docker/types/containers.py", line 339, in __init__ docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings ##[error]Process completed with exit code 255. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose up -d docker-compose ps# docker-compose logs openim-server docker-compose logs openim-chat docker-compose down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating network "openim-docker_openim-server" with driver "bridge" Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling openim-server (ghcr.io/openimsdk/openim-server:release-v3.5)... release-v3.5: Pulling from openimsdk/openim-server Digest: sha256:2aef4f140e217845ae00b71661359d9bb3e476ce4571fe6c26b7fa1b371c5594 Status: Downloaded newer image for ghcr.io/openimsdk/openim-server:release-v3.5 Pulling openim-chat (ghcr.io/openimsdk/openim-chat:release-v1.5)... release-v1.5: Pulling from openimsdk/openim-chat Digest: sha256:9f6f440bfda22b0d693ad51fe357bf16a58210a3b7a5769d09c33442a3184fcf Status: Downloaded newer image for ghcr.io/openimsdk/openim-chat:release-v1.5 Pulling openim-web (ghcr.io/openimsdk/openim-web:latest)... latest: Pulling from openimsdk/openim-web Digest: sha256:eac50a61164b5e2f2483132e1ec4d364beb804a6cf5c656454d4dff88d8cde89 Status: Downloaded newer image for ghcr.io/openimsdk/openim-web:latest Pulling openim-admin (ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35)... toc-base-open-docker.35: Pulling from openimsdk/openim-admin Digest: sha256:f4a0c4ce1658ce5a2b371f3fada1ecc1daa0d5b5e7d0ff15504b9d1573243f9c Status: Downloaded newer image for ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35 Pulling prometheus (prom/prometheus:v2.48.1)... v2.48.1: Pulling from prom/prometheus Digest: sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4 Status: Downloaded newer image for prom/prometheus:v2.48.1 Pulling alertmanager (prom/alertmanager:v0.26.0)... v0.26.0: Pulling from prom/alertmanager Digest: sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552 Status: Downloaded newer image for prom/alertmanager:v0.26.0 Pulling grafana (grafana/grafana:10.2.2)... 10.2.2: Pulling from grafana/grafana Digest: sha256:e3e9c2b5776fe3657f4954dfa91579224f98a0316f51d431989b15425e95530f Status: Downloaded newer image for grafana/grafana:10.2.2 Pulling node-exporter (bitnami/node-exporter:1.7.0)... 1.7.0: Pulling from bitnami/node-exporter Digest: sha256:ef521a5b69454f1740c3aa5e2a34180949a063949d61630fe91898c154dddfed Status: Downloaded newer image for bitnami/node-exporter:1.7.0 Creating openim-admin ... Creating mongo ... Creating node-exporter ... Creating kafka ... Creating minio ... Creating grafana ... Creating mysql ... Creating openim-web ... Creating zookeeper ... Creating redis ... Creating node-exporter ... done Creating grafana ... done Creating mysql ... done Creating kafka ... done Creating redis ... done Creating zookeeper ... done Creating openim-admin ... done Creating mongo ... done Creating minio ... done Creating openim-server ... Creating openim-web ... done Creating openim-server ... done ERROR: for prometheus Container "5b11f0b38443" is unhealthy. ERROR: for openim-chat Container "5b11f0b38443" is unhealthy. ERROR: for alertmanager Container "5b11f0b38443" is unhealthy. Encountered errors while bringing up the project. ##[error]Process completed with exit code 1. Here are the logs: Generating configuration file... Configuration file generated. The Compose file './example/volume-all-server.yml' is invalid because: services.openim-server.ports contains an invalid type, it should be a number, or an object ```
sweep-ai[bot] commented 7 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run ./scripts/init-config.sh --force yielded the following error: ##[error]Process completed with exit code 1. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose -f example/host-network-basic-openim-server-dependency.yml up -d docker-compose -f example/host-network-basic-openim-server-dependency.yml ps docker-compose -f example/host-network-basic-openim-server-dependency.yml down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating volume "example_mysql_data" with default driver Creating volume "example_mongo_db" with default driver Creating volume "example_mongo_logs" with default driver Creating volume "example_mongo_conf" with default driver Creating volume "example_redis_data" with default driver Creating volume "example_kafka_data" with default driver Creating volume "example_minio_data" with default driver Creating volume "example_minio_config" with default driver Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Creating mongo ... Creating minio ... Creating redis ... Creating kafka ... Creating zookeeper ... ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for mongo "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings Creating mysql ... [2368] Failed to execute script docker-compose ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for mongodb "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 564, in execute_convergence_plan File "compose/service.py", line 480, in _execute_convergence_create File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 478, in File "compose/service.py", line 457, in create_and_start File "compose/service.py", line 334, in create_container File "compose/service.py", line 941, in _get_container_create_options File "compose/service.py", line 1073, in _get_container_host_config File "docker/api/container.py", line 598, in create_host_config File "docker/types/containers.py", line 339, in __init__ docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings ##[error]Process completed with exit code 255. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose up -d docker-compose ps# docker-compose logs openim-server docker-compose logs openim-chat docker-compose down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating network "openim-docker_openim-server" with driver "bridge" Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling openim-server (ghcr.io/openimsdk/openim-server:release-v3.5)... release-v3.5: Pulling from openimsdk/openim-server Digest: sha256:2aef4f140e217845ae00b71661359d9bb3e476ce4571fe6c26b7fa1b371c5594 Status: Downloaded newer image for ghcr.io/openimsdk/openim-server:release-v3.5 Pulling openim-chat (ghcr.io/openimsdk/openim-chat:release-v1.5)... release-v1.5: Pulling from openimsdk/openim-chat Digest: sha256:9f6f440bfda22b0d693ad51fe357bf16a58210a3b7a5769d09c33442a3184fcf Status: Downloaded newer image for ghcr.io/openimsdk/openim-chat:release-v1.5 Pulling openim-web (ghcr.io/openimsdk/openim-web:latest)... latest: Pulling from openimsdk/openim-web Digest: sha256:eac50a61164b5e2f2483132e1ec4d364beb804a6cf5c656454d4dff88d8cde89 Status: Downloaded newer image for ghcr.io/openimsdk/openim-web:latest Pulling openim-admin (ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35)... toc-base-open-docker.35: Pulling from openimsdk/openim-admin Digest: sha256:f4a0c4ce1658ce5a2b371f3fada1ecc1daa0d5b5e7d0ff15504b9d1573243f9c Status: Downloaded newer image for ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35 Pulling prometheus (prom/prometheus:v2.48.1)... v2.48.1: Pulling from prom/prometheus Digest: sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4 Status: Downloaded newer image for prom/prometheus:v2.48.1 Pulling alertmanager (prom/alertmanager:v0.26.0)... v0.26.0: Pulling from prom/alertmanager Digest: sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552 Status: Downloaded newer image for prom/alertmanager:v0.26.0 Pulling grafana (grafana/grafana:10.2.2)... 10.2.2: Pulling from grafana/grafana Digest: sha256:e3e9c2b5776fe3657f4954dfa91579224f98a0316f51d431989b15425e95530f Status: Downloaded newer image for grafana/grafana:10.2.2 Pulling node-exporter (bitnami/node-exporter:1.7.0)... 1.7.0: Pulling from bitnami/node-exporter Digest: sha256:ef521a5b69454f1740c3aa5e2a34180949a063949d61630fe91898c154dddfed Status: Downloaded newer image for bitnami/node-exporter:1.7.0 Creating openim-admin ... Creating node-exporter ... Creating mongo ... Creating redis ... Creating kafka ... Creating grafana ... Creating zookeeper ... Creating openim-web ... Creating mysql ... Creating minio ... Creating minio ... done Creating kafka ... done Creating mongo ... done Creating mysql ... done Creating redis ... done Creating openim-server ... Creating grafana ... done Creating node-exporter ... done Creating openim-admin ... done Creating openim-web ... done Creating zookeeper ... done Creating openim-server ... done ERROR: for openim-chat Container "9b57ff3720ec" is unhealthy. ERROR: for alertmanager Container "9b57ff3720ec" is unhealthy. ERROR: for prometheus Container "9b57ff3720ec" is unhealthy. Encountered errors while bringing up the project. ##[error]Process completed with exit code 1. Here are the logs: Generating configuration file... Configuration file generated. yaml.parser.ParserError: while parsing a block mapping in "./example/volume-all-server.yml", line 182, column 5 expected , but found '' in "./example/volume-all-server.yml", line 191, column 7 ```
sweep-ai[bot] commented 7 months ago
Sweeping Fixing PR: track the progress here.

I'm currently fixing this PR to address the following:

[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run ./scripts/init-config.sh --force yielded the following error: ##[error]Process completed with exit code 1. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose -f example/host-network-basic-openim-server-dependency.yml up -d docker-compose -f example/host-network-basic-openim-server-dependency.yml ps docker-compose -f example/host-network-basic-openim-server-dependency.yml down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating volume "example_mysql_data" with default driver Creating volume "example_mongo_db" with default driver Creating volume "example_mongo_logs" with default driver Creating volume "example_mongo_conf" with default driver Creating volume "example_redis_data" with default driver Creating volume "example_kafka_data" with default driver Creating volume "example_minio_data" with default driver Creating volume "example_minio_config" with default driver Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Creating redis ... Creating kafka ... Creating mongo ... Creating mysql ... Creating minio ... ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings Creating zookeeper ... [2346] Failed to execute script docker-compose ERROR: for mongo "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings ERROR: for redis "host" network_mode is incompatible with port_bindings ERROR: for kafka "host" network_mode is incompatible with port_bindings ERROR: for mysql "host" network_mode is incompatible with port_bindings ERROR: for mongodb "host" network_mode is incompatible with port_bindings ERROR: for minio "host" network_mode is incompatible with port_bindings ERROR: for zookeeper "host" network_mode is incompatible with port_bindings Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 203, in perform_command File "compose/metrics/decorator.py", line 18, in wrapper File "compose/cli/main.py", line 1186, in up File "compose/cli/main.py", line 1182, in up File "compose/project.py", line 702, in up File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/project.py", line 688, in do File "compose/service.py", line 564, in execute_convergence_plan File "compose/service.py", line 480, in _execute_convergence_create File "compose/parallel.py", line 108, in parallel_execute File "compose/parallel.py", line 206, in producer File "compose/service.py", line 478, in File "compose/service.py", line 457, in create_and_start File "compose/service.py", line 334, in create_container File "compose/service.py", line 941, in _get_container_create_options File "compose/service.py", line 1073, in _get_container_host_config File "docker/api/container.py", line 598, in create_host_config File "docker/types/containers.py", line 339, in __init__ docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings ##[error]Process completed with exit code 255. ##[group]Run ./scripts/init-config.sh --force ./scripts/init-config.sh --force docker-compose up -d docker-compose ps# docker-compose logs openim-server docker-compose logs openim-chat docker-compose down shell: /usr/bin/bash -e {0} ##[endgroup] Generating configuration file... Configuration file generated. Creating network "openim-docker_openim-server" with driver "bridge" Pulling mysql (mysql:5.7)... 5.7: Pulling from library/mysql Digest: sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb Status: Downloaded newer image for mysql:5.7 Pulling mongodb (mongo:6.0.2)... 6.0.2: Pulling from library/mongo Digest: sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 Status: Downloaded newer image for mongo:6.0.2 Pulling redis (redis:7.0.0)... 7.0.0: Pulling from library/redis Digest: sha256:1b90dbfe6943c72a7469c134cad3f02eb810f016049a0e19ad78be07040cdb0c Status: Downloaded newer image for redis:7.0.0 Pulling zookeeper (bitnami/zookeeper:3.8)... 3.8: Pulling from bitnami/zookeeper Digest: sha256:9ca1f2942f96aa7efbce3cccb72f47da5616a3d79abc1d47820bf82183539321 Status: Downloaded newer image for bitnami/zookeeper:3.8 Pulling kafka (bitnami/kafka:3.5.1)... 3.5.1: Pulling from bitnami/kafka Digest: sha256:c98ae8022239c956ed81c761262d018ce9a22bb2ef0214e2be670ee6b71741db Status: Downloaded newer image for bitnami/kafka:3.5.1 Pulling minio (minio/minio:latest)... latest: Pulling from minio/minio Digest: sha256:0348b932d3ad5b71255b631e57e0aa633c5ef3d06f4f32b7e54407cab0581d8f Status: Downloaded newer image for minio/minio:latest Pulling openim-server (ghcr.io/openimsdk/openim-server:release-v3.5)... release-v3.5: Pulling from openimsdk/openim-server Digest: sha256:2aef4f140e217845ae00b71661359d9bb3e476ce4571fe6c26b7fa1b371c5594 Status: Downloaded newer image for ghcr.io/openimsdk/openim-server:release-v3.5 Pulling openim-chat (ghcr.io/openimsdk/openim-chat:release-v1.5)... release-v1.5: Pulling from openimsdk/openim-chat Digest: sha256:9f6f440bfda22b0d693ad51fe357bf16a58210a3b7a5769d09c33442a3184fcf Status: Downloaded newer image for ghcr.io/openimsdk/openim-chat:release-v1.5 Pulling openim-web (ghcr.io/openimsdk/openim-web:latest)... latest: Pulling from openimsdk/openim-web Digest: sha256:eac50a61164b5e2f2483132e1ec4d364beb804a6cf5c656454d4dff88d8cde89 Status: Downloaded newer image for ghcr.io/openimsdk/openim-web:latest Pulling openim-admin (ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35)... toc-base-open-docker.35: Pulling from openimsdk/openim-admin Digest: sha256:f4a0c4ce1658ce5a2b371f3fada1ecc1daa0d5b5e7d0ff15504b9d1573243f9c Status: Downloaded newer image for ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35 Pulling prometheus (prom/prometheus:v2.48.1)... v2.48.1: Pulling from prom/prometheus Digest: sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4 Status: Downloaded newer image for prom/prometheus:v2.48.1 Pulling alertmanager (prom/alertmanager:v0.26.0)... v0.26.0: Pulling from prom/alertmanager Digest: sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552 Status: Downloaded newer image for prom/alertmanager:v0.26.0 Pulling grafana (grafana/grafana:10.2.2)... 10.2.2: Pulling from grafana/grafana Digest: sha256:e3e9c2b5776fe3657f4954dfa91579224f98a0316f51d431989b15425e95530f Status: Downloaded newer image for grafana/grafana:10.2.2 Pulling node-exporter (bitnami/node-exporter:1.7.0)... 1.7.0: Pulling from bitnami/node-exporter Digest: sha256:ef521a5b69454f1740c3aa5e2a34180949a063949d61630fe91898c154dddfed Status: Downloaded newer image for bitnami/node-exporter:1.7.0 Creating zookeeper ... Creating openim-web ... Creating kafka ... Creating mysql ... Creating minio ... Creating openim-admin ... Creating grafana ... Creating node-exporter ... Creating redis ... Creating mongo ... Creating grafana ... done Creating zookeeper ... done Creating mongo ... done Creating kafka ... done Creating mysql ... done Creating openim-web ... done Creating minio ... done Creating openim-admin ... done Creating node-exporter ... done Creating redis ... done Creating openim-server ... Creating openim-server ... done ERROR: for alertmanager Container "6fc7ff53c8ce" is unhealthy. ERROR: for openim-chat Container "6fc7ff53c8ce" is unhealthy. ERROR: for prometheus Container "6fc7ff53c8ce" is unhealthy. Encountered errors while bringing up the project. ##[error]Process completed with exit code 1. Here are the logs: Generating configuration file... Configuration file generated. yaml.parser.ParserError: while parsing a block mapping in "./example/volume-all-server.yml", line 182, column 5 expected , but found '' in "./example/volume-all-server.yml", line 191, column 7 ```