Skip to content

Feat(3102): bridge page form (#3919) #22

Feat(3102): bridge page form (#3919)

Feat(3102): bridge page form (#3919) #22

Triggered via push September 11, 2024 13:12
Status Failure
Total duration 11m 56s
Artifacts 4

main.yml

on: push
store-image-name-and-tags  /  Compute version tags
9s
store-image-name-and-tags / Compute version tags
Filter commit changes
6s
Filter commit changes
check-and-tag-images  /  Check image tags exist
5s
check-and-tag-images / Check image tags exist
check-and-tag-images  /  Tag and push images
10s
check-and-tag-images / Tag and push images
testing  /  ...  /  Prover static check
0s
testing / prover / Prover static check
docker-build  /  ...  /  Coordinator build
3m 34s
docker-build / coordinator / Coordinator build
docker-build  /  ...  /  Prover build
24s
docker-build / prover / Prover build
docker-build  /  ...  /  Postman build
57s
docker-build / postman / Postman build
docker-build  /  ...  /  Traces api facade build
3m 20s
docker-build / traces-api-facade / Traces api facade build
testing  /  ...  /  Coordinator tests
10m 53s
testing / coordinator / Coordinator tests
testing  /  ...  /  Postman & SDK tests
44s
testing / postman / Postman & SDK tests
testing  /  ...  /  Traces api facade tests
4m 2s
testing / traces-api-facade / Traces api facade tests
testing  /  ...  /  Filter commit changes
5s
testing / coordinator / cache-docker-images / Filter commit changes
Matrix: testing / prover / Prover testing
run-e2e-tests  /  run-e2e-tests
run-e2e-tests / run-e2e-tests
run-e2e-tests-geth-tracing  /  run-e2e-tests
run-e2e-tests-geth-tracing / run-e2e-tests
testing  /  ...  /  pull-and-cache-images
2m 51s
testing / coordinator / cache-docker-images / pull-and-cache-images
testing  /  ...  /  Prover notify slack
0s
testing / prover / Prover notify slack
testing  /  ...  /  Prover notify slack
0s
testing / prover / Prover notify slack
Matrix: tag-after-run-tests-success / tag without untested suffix
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 33 warnings
testing / prover / Prover static check
Secret SLACK_WEBHOOK_CI_PROVER_FAIL is required, but not provided while calling.
testing / prover / Prover notify slack
Secret SLACK_WEBHOOK_CI_PROVER_FAIL is required, but not provided while calling.
testing / postman / Postman & SDK tests
Process completed with exit code 1.
docker-build / postman / Postman build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pnpm run build && pnpm deploy --filter=./sdk --prod ./prod/sdk" did not complete successfully: exit code: 1
testing / coordinator / Coordinator tests
Process completed with exit code 1.
Filter commit changes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
store-image-name-and-tags / Compute version tags
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing / coordinator / cache-docker-images / Filter commit changes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-build / prover / Prover build
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
The 'as' keyword should match the case of the 'from' keyword: prover/Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: prover/Dockerfile#L14
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: prover/Dockerfile#L15
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: prover/Dockerfile#L58
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: prover/Dockerfile#L59
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
testing / postman / Postman & SDK tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-build / postman / Postman build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testing / coordinator / cache-docker-images / pull-and-cache-images
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-build / traces-api-facade / Traces api facade build
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1, docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docker-build / traces-api-facade / Traces api facade build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v1, docker/metadata-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-build / traces-api-facade / Traces api facade build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / traces-api-facade / Traces api facade build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1, docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docker-build / coordinator / Coordinator build
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v1, docker/metadata-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-build / coordinator / Coordinator build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docker-build / coordinator / Coordinator build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
testing / traces-api-facade / Traces api facade tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
Consensys~linea-monorepo~3B9G12.dockerbuild
24.5 KB
Consensys~linea-monorepo~ELFIH6.dockerbuild
38.1 KB
Consensys~linea-monorepo~J268JQ.dockerbuild
21.2 KB
Consensys~linea-monorepo~L5MHXM.dockerbuild
16.6 KB