Skip to content

fix: merge conficts #168

fix: merge conficts

fix: merge conficts #168

Triggered via push September 18, 2024 11:18
Status Failure
Total duration 54m 2s
Artifacts 7

main.yml

on: push
store-image-name-and-tags  /  Compute version tags
5s
store-image-name-and-tags / Compute version tags
Filter commit changes
6s
Filter commit changes
check-and-tag-images  /  Check image tags exist
8s
check-and-tag-images / Check image tags exist
check-and-tag-images  /  Tag and push images
6s
check-and-tag-images / Tag and push images
testing  /  ...  /  Prover static check
testing / prover / Prover static check
docker-build  /  ...  /  Coordinator build
2m 25s
docker-build / coordinator / Coordinator build
docker-build  /  ...  /  Prover build
24s
docker-build / prover / Prover build
docker-build  /  ...  /  Postman build
6m 23s
docker-build / postman / Postman build
docker-build  /  ...  /  Traces api facade build
53s
docker-build / traces-api-facade / Traces api facade build
testing  /  ...  /  Coordinator tests
11m 4s
testing / coordinator / Coordinator tests
testing  /  ...  /  Postman & SDK tests
1m 9s
testing / postman / Postman & SDK tests
testing  /  ...  /  Traces api facade tests
47s
testing / traces-api-facade / Traces api facade tests
testing  /  ...  /  Filter commit changes
6s
testing / coordinator / cache-docker-images / Filter commit changes
Matrix: testing / prover / Prover testing
Waiting for pending jobs
run-e2e-tests-geth-tracing  /  run-e2e-tests
12m 30s
run-e2e-tests-geth-tracing / run-e2e-tests
run-e2e-tests  /  run-e2e-tests
46m 36s
run-e2e-tests / run-e2e-tests
testing  /  ...  /  pull-and-cache-images
0s
testing / coordinator / cache-docker-images / pull-and-cache-images
testing  /  ...  /  Prover notify slack
testing / prover / Prover notify slack
testing  /  ...  /  Prover notify slack
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

1 error and 45 warnings
run-e2e-tests / run-e2e-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/
check-and-tag-images / Check image tags exist
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
check-and-tag-images / Tag and push images
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
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 / 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/
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/
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 / 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/
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 / Coordinator tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-e2e-tests-geth-tracing / run-e2e-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-e2e-tests-geth-tracing / run-e2e-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v1, 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/
run-e2e-tests-geth-tracing / run-e2e-tests
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/
run-e2e-tests-geth-tracing / run-e2e-tests
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/
run-e2e-tests-geth-tracing / run-e2e-tests
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/
run-e2e-tests / run-e2e-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-e2e-tests / run-e2e-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v1, 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/
run-e2e-tests / run-e2e-tests
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/
run-e2e-tests / run-e2e-tests
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/
run-e2e-tests / run-e2e-tests
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/

Artifacts

Produced during runtime
Name Size
Consensys~linea-monorepo~8FCFE5.dockerbuild Expired
17.7 KB
Consensys~linea-monorepo~VYF8M5.dockerbuild Expired
12.8 KB
Consensys~linea-monorepo~XS64M3.dockerbuild Expired
43.5 KB
Consensys~linea-monorepo~Y7HTYD.dockerbuild Expired
40.1 KB
CoverageReport Expired
34.3 KB
end-2-end-debug-logs Expired
14.2 MB
jacocoRootReport-2ba5a84.xml Expired
216 KB