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

full-cosmo-docker ./start.sh script for self hosting script is stuck for hours #1434

Open
Roohanjyot opened this issue Dec 11, 2024 · 3 comments
Labels
bug Something isn't working internally-reviewed The issue has been reviewed internally.

Comments

@Roohanjyot
Copy link

Component(s)

cli

Component version

latest

wgc version

0.71.1

controlplane version

latest

router version

0.147.0

What happened?

If possible, please create a PR with a failing test to illustrate the issue clearly.
Otherwise, please attach a minimum reproduction through a GitHub repository that includes
essential information such as the relevant subgraph SDLs.
Please also make sure that the instructions for the reproduction are clear, tested, and fully accurate.

Description

I am trying to self host cosmo as a poc for my org, I am able to build and deploy containers but it get's stuck on the wgc federated-graph create line for hours without timing out or giving me an error. It might be the case that our internal proxy is preventing a external call but no error report is generated for me to see.
I have tried to the solution discuss in this comment but even after starting and destroying for multiple times it still hangs at the Creating federated graph and subgraphs ....

> ./start.sh                                                                                                                                                                                                 
docker compose -f docker-compose.full.yml --profile default up --build --remove-orphans --detach && ./scripts/setup-fulldemo.sh
WARN[0000] The "ROUTER_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "S3_SECRET_ACCESS_KEY" variable is not set. Defaulting to a blank string.
WARN[0000] The "S3_ACCESS_KEY_ID" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "S3_ACCESS_KEY_ID" variable is not set. Defaulting to a blank string.
WARN[0000] The "S3_SECRET_ACCESS_KEY" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
WARN[0000] The "OTEL_AUTH_TOKEN" variable is not set. Defaulting to a blank string.
[+] Building 18.2s (20/20) FINISHED
 => [internal] load build definition from Dockerfile                                                                                                                                                           0.0s
 => => transferring dockerfile: 69B                                                                                                                                                                            0.0s
 => [internal] load .dockerignore                                                                                                                                                                              0.0s
 => => transferring context: 35B                                                                                                                                                                               0.0s
 => [internal] load metadata for [OUR_INTERNAL_REGISTRY]/dockerproxy/node:lts-slim                                                                                                                                2.3s
 => [internal] load metadata for [OUR_INTERNAL_REGISTRY]/dockerproxy/node:lts                                                                                                                                     2.2s
 => [builder  1/11] FROM [OUR_INTERNAL_REGISTRY]/dockerproxy/node:lts@sha256:...                                                                     0.0s
 => [internal] load build context                                                                                                                                                                              0.3s
 => => transferring context: 332.85kB                                                                                                                                                                          0.3s
 => [stage-1 1/3] FROM [OUR_INTERNAL_REGISTRY]/dockerproxy/node:lts-slim@sha256:...                                                                  0.0s
 => CACHED [builder  2/11] RUN npm install -g [email protected] --registry=[OUR_INTERNAL_REGISTRY]                                                                                               0.0s
 => CACHED [builder  3/11] WORKDIR /app                                                                                                                                                                        0.0s
 => CACHED [builder  4/11] RUN npm install --global [email protected] --registry=[OUR_INTERNAL_REGISTRY]                                                                                           0.0s
 => CACHED [builder  5/11] COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./                                                                                                                      0.0s
 => CACHED [builder  6/11] COPY cdn-server/package.json cdn-server/                                                                                                                                            0.0s
 => CACHED [builder  7/11] COPY cdn-server/cdn/package.json cdn-server/cdn/                                                                                                                                    0.0s
 => CACHED [builder  8/11] RUN pnpm install --filter=./cdn-server/cdn --filter=./cdn-server --frozen-lockfile                                                                                                  0.0s
 => [builder  9/11] COPY . /app/                                                                                                                                                                               0.3s
 => [builder 10/11] RUN pnpm run --filter=./cdn-server/cdn --filter=./cdn-server build                                                                                                                         2.9s
 => [builder 11/11] RUN pnpm --filter=./cdn-server --prod deploy pruned                                                                                                                                        9.7s
 => CACHED [stage-1 2/3] WORKDIR /app                                                                                                                                                                          0.0s
 => [stage-1 3/3] COPY --from=builder /app/pruned .                                                                                                                                                            0.7s
 => exporting to image                                                                                                                                                                                         0.7s
 => => exporting layers                                                                                                                                                                                        0.7s
 => => writing image sha256:...                                                                                                                   0.0s
 => => naming to docker.io/library/full-cosmo_cdn                                                                                                                                                              0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[+] Running 20/20
 ⠿ Network primary                              Created                                                                                                                                                        0.1s
 ⠿ Network full-cosmo_default                   Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_minio"                    Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_postgres"                 Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_redis"                    Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_clickhouse"               Created                                                                                                                                                        0.0s
 ⠿ Container full-cosmo-cdn-1                   Started                                                                                                                                                        0.7s
 ⠿ Container full-cosmo-studio-1                Started                                                                                                                                                        0.7s
 ⠿ Container full-cosmo-minio-1                 Started                                                                                                                                                        0.7s
 ⠿ Container full-cosmo-nats-1                  Started                                                                                                                                                        1.0s
 ⠿ Container full-cosmo-redis-1                 Started                                                                                                                                                        1.0s
 ⠿ Container full-cosmo-clickhouse-1            Started                                                                                                                                                        0.8s
 ⠿ Container full-cosmo-postgres-1              Started                                                                                                                                                        1.1s
 ⠿ Container full-cosmo-database-migration-1    Started                                                                                                                                                        1.6s
 ⠿ Container full-cosmo-keycloak-1              Started                                                                                                                                                        1.7s
 ⠿ Container full-cosmo-clickhouse-migration-1  Started                                                                                                                                                        1.3s
 ⠿ Container full-cosmo-controlplane-1          Started                                                                                                                                                        1.5s
 ⠿ Container full-cosmo-otelcollector-1         Started                                                                                                                                                        1.3s
 ⠿ Container full-cosmo-graphqlmetrics-1        Started                                                                                                                                                        1.3s
 ⠿ Container full-cosmo-seed-1                  Started                                                                                                                                                        1.9s

Setting up keycloak and seeding the database ...
The database was seeded successfully.
Creating federated graph and subgraphs ...

./scripts/create-cli-demo.sh
(node:45693) ExperimentalWarning: CommonJS module /opt/homebrew/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /opt/homebrew/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

changed 315 packages in 16s

68 packages are looking for funding
  run `npm fund` for details
⠼ Federated Graph is being created...

Environment information

Environment

OS: Darwin-arm64
Package Manager: dockerized

Router configuration

No response

Router execution config

No response

Log output

No response

Additional context

No response

@Roohanjyot Roohanjyot added the bug Something isn't working label Dec 11, 2024
Copy link

WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.

@Noroth Noroth added the internally-reviewed The issue has been reviewed internally. label Dec 17, 2024
@Noroth
Copy link
Contributor

Noroth commented Dec 17, 2024

Hi @Roohanjyot, thanks for submitting an issue.

Please could you share your container logs and let us know how many resources you have assigned to your docker environment?

@Roohanjyot
Copy link
Author

I believe the issue is with the wgc federated-graph create as my org is behind a proxy. I tried changing the proxy settings for the example as listed here but had no luck.

The docker containers are running as expected
image

Resources allocated to docker:
image

Here are the logs for a clean ./examples/full-cosmo-docker/start.sh:

[+] Running 85/85 Pull complete                                                                                                                                                                               24.3s
 ⠿ otelcollector Pulled                                                                                                                                                                                       77.1s
   ⠿ 4f4fb700ef54 Pull complete                                                                                                                                                                               73.4s
   ⠿ fdf894e782a2 Pull complete                                                                                                                                                                               41.2s
   ⠿ 5bd71677db44 Pull complete                                                                                                                                                                               47.0s
   ⠿ 551df7f94f9c Pull complete                                                                                                                                                                               50.4s
   ⠿ 12b0926ac042 Pull complete                                                                                                                                                                               53.1s
   ⠿ 06f05ace1117 Pull complete                                                                                                                                                                               56.1s
   ⠿ f931ef26d283 Pull complete                                                                                                                                                                               56.2s
   ⠿ b9744714e5fe Pull complete                                                                                                                                                                               56.3s
   ⠿ 533ed1a393f6 Pull complete                                                                                                                                                                               56.6s
 ⠿ clickhouse-migration Pulled                                                                                                                                                                                39.7s
   ⠿ 796da77e1307 Pull complete                                                                                                                                                                               14.8s
   ⠿ b11d6870b588 Pull complete                                                                                                                                                                               15.1s
   ⠿ 312793bbfb3f Pull complete                                                                                                                                                                               26.6s
 ⠿ minio Pulled                                                                                                                                                                                               20.7s
   ⠿ 35ae132fa2d4 Pull complete                                                                                                                                                                               17.1s
 ⠿ database-migration Pulled                                                                                                                                                                                  39.6s
   ⠿ 09d12d7d1902 Pull complete                                                                                                                                                                               26.3s
 ⠿ postgres Pulled                                                                                                                                                                                            28.8s
   ⠿ 90524f7dc01b Pull complete                                                                                                                                                                               15.4s
   ⠿ ef7240014a47 Pull complete                                                                                                                                                                               15.5s
   ⠿ e4d2c856d784 Pull complete                                                                                                                                                                               15.9s
   ⠿ 885c9ba4e584 Pull complete                                                                                                                                                                               16.2s
   ⠿ 7f003c5d3c77 Pull complete                                                                                                                                                                               16.8s
   ⠿ 9c86f7fa2874 Pull complete                                                                                                                                                                               17.0s
   ⠿ fa86bc459ff8 Pull complete                                                                                                                                                                               17.1s
   ⠿ 5bd6da0c1c54 Pull complete                                                                                                                                                                               17.2s
   ⠿ 0bd6bd462f7c Pull complete                                                                                                                                                                               24.2s
   ⠿ 470986c63b92 Pull complete                                                                                                                                                                               24.2s
   ⠿ 703ecfe64e45 Pull complete                                                                                                                                                                               24.3s
   ⠿ d1e8339d5d0b Pull complete                                                                                                                                                                               24.3s
   ⠿ 412759686ffd Pull complete                                                                                                                                                                               24.4s
 ⠿ controlplane Pulled                                                                                                                                                                                        39.7s
   ⠿ 38a8310d387e Pull complete                                                                                                                                                                                8.6s
 ⠿ seed Pulled                                                                                                                                                                                                39.7s
 ⠿ graphqlmetrics Pulled                                                                                                                                                                                      61.8s
   ⠿ 0baecf37abee Pull complete                                                                                                                                                                               33.1s
   ⠿ bfb59b82a9b6 Pull complete                                                                                                                                                                               33.5s
   ⠿ efa9d1d5d3a2 Pull complete                                                                                                                                                                               34.1s
   ⠿ a62778643d56 Pull complete                                                                                                                                                                               34.4s
   ⠿ 7c12895b777b Pull complete                                                                                                                                                                               34.4s
   ⠿ 3214acf345c0 Pull complete                                                                                                                                                                               34.8s
   ⠿ 5664b15f108b Pull complete                                                                                                                                                                               34.9s
   ⠿ 0bab15eea81d Pull complete                                                                                                                                                                               35.2s
   ⠿ 4aa0ea1413d3 Pull complete                                                                                                                                                                               35.3s
   ⠿ da7816fa955e Pull complete                                                                                                                                                                               35.6s
   ⠿ 9aee425378d2 Pull complete                                                                                                                                                                               35.8s
   ⠿ 701c983262e9 Pull complete                                                                                                                                                                               37.0s
   ⠿ 221438ca359c Pull complete                                                                                                                                                                               37.1s
   ⠿ de03490da31e Pull complete                                                                                                                                                                               41.9s
   ⠿ 7ed0fca44e99 Pull complete                                                                                                                                                                               42.0s
 ⠿ nats Pulled                                                                                                                                                                                                21.9s
   ⠿ 1a6d117ef340 Pull complete                                                                                                                                                                               17.1s
   ⠿ 74b366db72f5 Pull complete                                                                                                                                                                               17.2s
 ⠿ redis Pulled                                                                                                                                                                                               15.5s
   ⠿ bca4290a9639 Pull complete                                                                                                                                                                                5.0s
   ⠿ 71d95c83bebf Pull complete                                                                                                                                                                                5.4s
   ⠿ 408d2517194f Pull complete                                                                                                                                                                                6.0s
   ⠿ 2df855f10a8a Pull complete                                                                                                                                                                                7.0s
   ⠿ c20bcf0359f9 Pull complete                                                                                                                                                                               10.1s
   ⠿ b2abc1015970 Pull complete                                                                                                                                                                               10.2s
   ⠿ 36d8034ca5a7 Pull complete                                                                                                                                                                               11.2s
 ⠿ clickhouse Pulled                                                                                                                                                                                          23.0s
   ⠿ f02209be4ee5 Pull complete                                                                                                                                                                                3.6s
   ⠿ 2db268038693 Pull complete                                                                                                                                                                                4.2s
   ⠿ 623bc3231e7e Pull complete                                                                                                                                                                               19.0s
   ⠿ 0bb2c7f3fc83 Pull complete                                                                                                                                                                               19.3s
   ⠿ 77e1115c05a0 Pull complete                                                                                                                                                                               19.4s
   ⠿ 044a0ca50c9c Pull complete                                                                                                                                                                               19.6s
   ⠿ c3ac11908459 Pull complete                                                                                                                                                                               19.7s
   ⠿ d7216eff1bca Pull complete                                                                                                                                                                               19.8s
 ⠿ studio Pulled                                                                                                                                                                                              54.0s
   ⠿ ebafa93e559c Pull complete                                                                                                                                                                               15.0s
   ⠿ 9210d4c255db Pull complete                                                                                                                                                                               15.0s
   ⠿ 4038c02f742a Pull complete                                                                                                                                                                               19.8s
   ⠿ f70445abf434 Pull complete                                                                                                                                                                               26.8s
   ⠿ a167d1b20521 Pull complete                                                                                                                                                                               27.1s
   ⠿ b9b672b192b5 Pull complete                                                                                                                                                                               29.1s
   ⠿ 32d71600d716 Pull complete                                                                                                                                                                               30.6s
   ⠿ c3a92c8d56c0 Pull complete                                                                                                                                                                               33.3s
   ⠿ 783b7d2be77c Pull complete                                                                                                                                                                               34.8s
 ⠿ keycloak Pulled                                                                                                                                                                                            67.0s
   ⠿ 5a936fd16abc Pull complete                                                                                                                                                                               49.3s
   ⠿ f6d8bfbeb867 Pull complete                                                                                                                                                                               49.4s
   ⠿ 09243badf1b4 Pull complete                                                                                                                                                                               49.5s
[+] Building 63.8s (20/20) FINISHED
 => [internal] load build definition from Dockerfile                                                                                                                                                           0.0s
 => => transferring dockerfile: 32B                                                                                                                                                                            0.0s
 => [internal] load .dockerignore                                                                                                                                                                              0.0s
 => => transferring context: 35B                                                                                                                                                                               0.0s
 => [internal] load metadata for [OUR_INTERNAL_REGISTRY]/node:lts-slim                                                                                                                                3.5s
 => [internal] load metadata for [OUR_INTERNAL_REGISTRY]/node:lts                                                                                                                                     3.5s
 => [builder  1/11] FROM [OUR_INTERNAL_REGISTRY]/node:lts@sha256:...                                                                    26.9s
 => => resolve [OUR_INTERNAL_REGISTRY]/node:lts@sha256:...                                                                               0.0s
 => => sha256:ba1dd0e85e0bf7e5cb632a24bbc3ec0060700bc5be9273b05d7e059950225037 48.33MB / 48.33MB                                                                                                               5.9s
 => => sha256:92b12b0dccf212c795e61e16dcc85f0caa01c231281e3287400bd334ffedb5ff 23.41MB / 23.41MB                                                                                                               3.1s
 => => sha256:5bf538d0d04346514041fbcb06c07069c7ab4ceaf2b574d9eda5006e5212336a 6.40kB / 6.40kB                                                                                                                 0.0s
 => => sha256:1bba96955d79324ab45b41fd492d033af4ddc12aa7b67edaf42920b492532dba 2.50kB / 2.50kB                                                                                                                 0.0s
 => => sha256:fd63102cac360c09802a29bab13f15de711e8bd1a730d419c66110513700983c 64.35MB / 64.35MB                                                                                                               7.2s
 => => sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc 6.41kB / 6.41kB                                                                                                                 0.0s
 => => sha256:8e5e0e9e68b5c9172e85869f2decfc76c39919ba6ae80d8e2b597d25e854f0d3 202.69MB / 202.69MB                                                                                                            19.2s
 => => sha256:f9c5a973b5c3a1cc15fc8223320b63e02fa53025ed9bd75f5543031380e1deac 3.32kB / 3.32kB                                                                                                                 5.9s
 => => sha256:d1e6c1accd013719d760e08577b2c0203e1e5474a4f09c8e71c36a170817dad2 55.29MB / 55.29MB                                                                                                              13.3s
 => => extracting sha256:ba1dd0e85e0bf7e5cb632a24bbc3ec0060700bc5be9273b05d7e059950225037                                                                                                                      2.7s
 => => sha256:ff27b22d4715bb21d59136d42286f3d0543fefaf2412462db3416f6fe2171564 1.25MB / 1.25MB                                                                                                                 8.0s
 => => sha256:ef82dc52da6e1122395f73a49267bf11e0410ed3b7882f204a4d05caac266492 447B / 447B                                                                                                                     8.6s
 => => extracting sha256:92b12b0dccf212c795e61e16dcc85f0caa01c231281e3287400bd334ffedb5ff                                                                                                                      1.0s
 => => extracting sha256:fd63102cac360c09802a29bab13f15de711e8bd1a730d419c66110513700983c                                                                                                                      3.7s
 => => extracting sha256:8e5e0e9e68b5c9172e85869f2decfc76c39919ba6ae80d8e2b597d25e854f0d3                                                                                                                      5.4s
 => => extracting sha256:f9c5a973b5c3a1cc15fc8223320b63e02fa53025ed9bd75f5543031380e1deac                                                                                                                      0.0s
 => => extracting sha256:d1e6c1accd013719d760e08577b2c0203e1e5474a4f09c8e71c36a170817dad2                                                                                                                      1.7s
 => => extracting sha256:ff27b22d4715bb21d59136d42286f3d0543fefaf2412462db3416f6fe2171564                                                                                                                      0.1s
 => => extracting sha256:ef82dc52da6e1122395f73a49267bf11e0410ed3b7882f204a4d05caac266492                                                                                                                      0.0s
 => [internal] load build context                                                                                                                                                                              0.2s
 => => transferring context: 385.61kB                                                                                                                                                                          0.2s
 => [stage-1 1/3] FROM [OUR_INTERNAL_REGISTRY]/node:lts-slim@sha256:35531c52ce27b6575d69755c73e65d4468dba93a25644eed56dc12879cae9213                                                                 20.0s
 => => resolve [OUR_INTERNAL_REGISTRY]/node:lts-slim@sha256:35531c52ce27b6575d69755c73e65d4468dba93a25644eed56dc12879cae9213                                                                          0.0s
 => => sha256:565bba433bf5965a01f69e59a87ce37822b7f95d03b51b571bf4194b0868cc77 6.56kB / 6.56kB                                                                                                                 0.0s
 => => sha256:35531c52ce27b6575d69755c73e65d4468dba93a25644eed56dc12879cae9213 6.49kB / 6.49kB                                                                                                                 0.0s
 => => sha256:040f498e470055498c639a9391e784b4f59e3c65f62ea639339303256f222c87 1.93kB / 1.93kB                                                                                                                 0.0s
 => => sha256:f5c6876bb3d7d368455916fa98c705330bd8a8d9c080ccea8fe4c4b35a2ecb1f 28.06MB / 28.06MB                                                                                                              12.2s
 => => extracting sha256:f5c6876bb3d7d368455916fa98c705330bd8a8d9c080ccea8fe4c4b35a2ecb1f                                                                                                                      2.1s
 => => sha256:81a01029a719a21f69560bd03804f320ea9330551bd56471b93621fffb36eb3d 3.31kB / 3.31kB                                                                                                                12.3s
 => => sha256:e998c5dbd915dbd6de7a8f19231abf8dd4d7964cb371cae1daa90ea7f8911a22 47.82MB / 47.82MB                                                                                                              17.8s
 => => sha256:cba50f4f8a314759f9f10638f9828c0bf61956d01673bc91f891f4576ac5ed82 1.71MB / 1.71MB                                                                                                                14.2s
 => => sha256:505ad522b1bbfc25b921b541afe3af0b863ebfab958ee48a6def6dc050225f3d 448B / 448B                                                                                                                    14.9s
 => => extracting sha256:81a01029a719a21f69560bd03804f320ea9330551bd56471b93621fffb36eb3d                                                                                                                      0.0s
 => => extracting sha256:e998c5dbd915dbd6de7a8f19231abf8dd4d7964cb371cae1daa90ea7f8911a22                                                                                                                      1.7s
 => => extracting sha256:cba50f4f8a314759f9f10638f9828c0bf61956d01673bc91f891f4576ac5ed82                                                                                                                      0.1s
 => => extracting sha256:505ad522b1bbfc25b921b541afe3af0b863ebfab958ee48a6def6dc050225f3d                                                                                                                      0.0s
 => [stage-1 2/3] WORKDIR /app                                                                                                                                                                                 0.6s
 => [builder  2/11] RUN npm install -g [email protected] --registry=https://artifactory.aexp.com/api/npm/npm/                                                                                                         7.9s
 => [builder  3/11] WORKDIR /app                                                                                                                                                                               0.0s
 => [builder  4/11] RUN npm install --global [email protected] --registry=https://artifactory.aexp.com/api/npm/npm/                                                                                                  3.2s
 => [builder  5/11] COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./                                                                                                                             0.0s
 => [builder  6/11] COPY cdn-server/package.json cdn-server/                                                                                                                                                   0.0s
 => [builder  7/11] COPY cdn-server/cdn/package.json cdn-server/cdn/                                                                                                                                           0.0s
 => [builder  8/11] RUN pnpm install --filter=./cdn-server/cdn --filter=./cdn-server --frozen-lockfile                                                                                                         6.8s
 => [builder  9/11] COPY . /app/                                                                                                                                                                               0.2s
 => [builder 10/11] RUN pnpm run --filter=./cdn-server/cdn --filter=./cdn-server build                                                                                                                         2.9s
 => [builder 11/11] RUN pnpm --filter=./cdn-server --prod deploy pruned                                                                                                                                        9.5s
 => [stage-1 3/3] COPY --from=builder /app/pruned .                                                                                                                                                            0.7s
 => exporting to image                                                                                                                                                                                         0.7s
 => => exporting layers                                                                                                                                                                                        0.7s
 => => writing image sha256:e8557d7f0eef8ed558c830b9db04b0521876b573a5f46f8583bb35690f0f1d04                                                                                                                   0.0s
 => => naming to docker.io/library/full-cosmo_cdn                                                                                                                                                              0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[+] Running 20/20
 ⠿ Network primary                              Created                                                                                                                                                        0.1s
 ⠿ Network full-cosmo_default                   Created                                                                                                                                                        0.1s
 ⠿ Volume "full-cosmo_postgres"                 Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_minio"                    Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_redis"                    Created                                                                                                                                                        0.0s
 ⠿ Volume "full-cosmo_clickhouse"               Created                                                                                                                                                        0.0s
 ⠿ Container full-cosmo-nats-1                  Started                                                                                                                                                        1.3s
 ⠿ Container full-cosmo-cdn-1                   Started                                                                                                                                                        1.4s
 ⠿ Container full-cosmo-postgres-1              Started                                                                                                                                                        1.3s
 ⠿ Container full-cosmo-studio-1                Started                                                                                                                                                        1.1s
 ⠿ Container full-cosmo-clickhouse-1            Started                                                                                                                                                        1.3s
 ⠿ Container full-cosmo-minio-1                 Started                                                                                                                                                        1.1s
 ⠿ Container full-cosmo-redis-1                 Started                                                                                                                                                        1.1s
 ⠿ Container full-cosmo-otelcollector-1         Started                                                                                                                                                        2.1s
 ⠿ Container full-cosmo-graphqlmetrics-1        Started                                                                                                                                                        1.9s
 ⠿ Container full-cosmo-clickhouse-migration-1  Started                                                                                                                                                        2.1s
 ⠿ Container full-cosmo-controlplane-1          Started                                                                                                                                                        1.9s
 ⠿ Container full-cosmo-keycloak-1              Started                                                                                                                                                        1.8s
 ⠿ Container full-cosmo-database-migration-1    Started                                                                                                                                                        1.6s
 ⠿ Container full-cosmo-seed-1                  Started                                                                                                                                                        2.2s

Setting up keycloak and seeding the database ...
The database was seeded successfully.
Creating federated graph and subgraphs ...

./scripts/create-cli-demo.sh
(node:44104) ExperimentalWarning: CommonJS module /opt/homebrew/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /opt/homebrew/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

changed 315 packages in 25s

68 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New major version of npm available! 10.9.0 -> 11.0.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0
npm notice To update run: npm install -g [email protected]
npm notice

⠼ Federated Graph is being created...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internally-reviewed The issue has been reviewed internally.
Projects
None yet
Development

No branches or pull requests

2 participants