Skip to content

fix unresolved imports #247

fix unresolved imports

fix unresolved imports #247

Triggered via pull request August 3, 2024 14:43
Status Success
Total duration 22m 46s
Artifacts 12

build_and_test.yml

on: pull_request
Matrix: build-test
Matrix: build-client
Cancel Previous Runs
5s
Cancel Previous Runs
toml-fmt
4m 24s
toml-fmt
Matrix: code-quality
Matrix: integration-tests
Matrix: Release Build of teeracle
Draft Release
0s
Draft Release
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
Cancel Previous Runs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/cancel-workflow-action@0.11.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
code-quality (cd enclave-runtime && cargo fmt --all -- --check)
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo clippy --release -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo fmt --all -- --check)
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo clippy --release --features sidechain -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo clippy --release --features evm -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo clippy --release --features teeracle -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo clippy --release --features offchain-worker -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cd enclave-runtime && cargo clippy --features offchain-worker -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cd enclave-runtime && cargo clippy --features teeracle -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cd enclave-runtime && cargo clippy --features sidechain -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cd enclave-runtime && cargo clippy -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
code-quality (cd enclave-runtime && cargo clippy --features evm -- -D warnings)
The following actions uses Node.js version which is deprecated 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/
toml-fmt
The following actions uses Node.js version which is deprecated 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/
code-quality (cargo test --release)
The following actions uses Node.js version which is deprecated 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/
build-test (sidechain-evm, sidechain, evm,dcap, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-client (sidechain, sidechain, ubuntu-latest, HW, dcap)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-test (offchain-worker, offchain-worker, ubuntu-latest, SW, dcap)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-client (offchain-worker, offchain-worker, ubuntu-latest, SW, dcap)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-test (teeracle, teeracle, ubuntu-latest, HW, dcap)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-client (sidechain-evm, sidechain, evm,dcap, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-test (sidechain, sidechain, ubuntu-latest, HW, dcap)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build-client (teeracle, teeracle, ubuntu-latest, HW, dcap)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
integration-tests (EVM, sidechain-evm, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (EVM, sidechain-evm, ubuntu-latest, HW)
No files were found with the provided path: ./logs-24936. No artifacts will be uploaded.
integration-tests (Sidechain, sidechain, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (Sidechain, sidechain, ubuntu-latest, HW)
No files were found with the provided path: ./logs-26287. No artifacts will be uploaded.
integration-tests (M6, offchain-worker, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (M6, offchain-worker, ubuntu-latest, HW)
No files were found with the provided path: ./logs-3510. No artifacts will be uploaded.
integration-tests (M6, offchain-worker, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (M6, offchain-worker, ubuntu-latest, HW)
No files were found with the provided path: ./logs-20153. No artifacts will be uploaded.
integration-tests (Teeracle, teeracle, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (Teeracle, teeracle, ubuntu-latest, HW)
No files were found with the provided path: ./logs-14029. No artifacts will be uploaded.
integration-tests (Benchmark, sidechain, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (Benchmark, sidechain, ubuntu-latest, HW)
No files were found with the provided path: ./logs-12041. No artifacts will be uploaded.
integration-tests (M8, sidechain, ubuntu-latest, HW)
The following actions uses Node.js version which is deprecated 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/
integration-tests (M8, sidechain, ubuntu-latest, HW)
No files were found with the provided path: ./logs-8052. No artifacts will be uploaded.
integration-tests (BestEnergy, sidechain, self-hosted, HW)
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/
integration-tests (BestEnergy, sidechain, self-hosted, HW)
No files were found with the provided path: ./logs-23472. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
integritee-cli-client--offchain-worker-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
84 MB
integritee-cli-client--sidechain-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
83.9 MB
integritee-cli-client--sidechain-evm-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
84 MB
integritee-cli-client--teeracle-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
84 MB
integritee-worker--offchain-worker-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
140 MB
integritee-worker--sidechain-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
140 MB
integritee-worker--sidechain-evm-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
140 MB
integritee-worker--teeracle-6aed9b0efe2c6861d982e77e98fea60438f25d4e.tar.gz Expired
141 MB
mrenclave--offchain-worker-6aed9b0efe2c6861d982e77e98fea60438f25d4e.hex Expired
311 Bytes
mrenclave--sidechain-6aed9b0efe2c6861d982e77e98fea60438f25d4e.hex Expired
298 Bytes
mrenclave--sidechain-evm-6aed9b0efe2c6861d982e77e98fea60438f25d4e.hex Expired
305 Bytes
mrenclave--teeracle-6aed9b0efe2c6861d982e77e98fea60438f25d4e.hex Expired
296 Bytes