feat(vm): extend peer.identify with vm connection info #6344
e2e.yml
on: pull_request
Annotations
3 errors, 12 warnings, and 2 notices
aqua / Run tests
Process completed with exit code 1.
|
test/tests/smoke.test.ts > integration tests > should work without project:
cli/test/helpers/commonWithSetupTests.ts#L99
Error: Command: /opt/actions-runner/_work/nox/nox/cli/dist/fluence/bin/node --no-warnings /opt/actions-runner/_work/nox/nox/cli/dist/fluence/bin/run.js run --no-input --relay /ip4/127.0.0.1/tcp/999/ws/p2p/12D3KooWGtT2ivgmKspimRBgekP7MU3s7TMHiWY9Yb5nZuJ6fUzP --env local -i smoke.aqua -f identify() exited with code 1. Reason:
2024-09-12T14:12:10.553Z fcli:debug command execution started
Using aqua compiler version: 0.14.10
Connecting to relay: /ip4/127.0.0.1/tcp/999/ws/p2p/12D3KooWGtT2ivgmKspimRBgekP7MU3s7TMHiWY9Yb5nZuJ6fUzP
Connected
Running identify() from /opt/actions-runner/_work/nox/nox/cli/test/tmp/shouldWorkWithoutProject/smoke.aqua
Error: Error: Aqua type mismatch. Path: ; Expected: array; Given: null;
Schema: {"type":{"name":"string","tag":"scalar"},"tag":"array"};
Try recompiling rust services and aqua. Make sure you are using up-to-date versions of aqua libraries
at aqua2js (file:///opt/actions-runner/_work/nox/nox/cli/dist/fluence/node_modules/@fluencelabs/js-client/dist/compilerSupport/conversions.js:85:19)
at file:///opt/actions-runner/_work/nox/nox/cli/dist/fluence/node_modules/@fluencelabs/js-client/dist/compilerSupport/conversions.js:108:25
at Array.map (<anonymous>)
at aqua2js (file:///opt/actions-runner/_work/nox/nox/cli/dist/fluence/node_modules/@fluencelabs/js-client/dist/compilerSupport/conversions.js:103:65)
at fluenceRun (file:///opt/actions-runner/_work/nox/nox/cli/dist/fluence/dist/commands/run.js:316:12)
at async Run.run (file:///opt/actions-runner/_work/nox/nox/cli/dist/fluence/dist/commands/run.js:116:24)
at async Run._run (/opt/actions-runner/_work/nox/nox/cli/dist/fluence/node_modules/@oclif/core/lib/command.js:311:22)
at async Config.runCommand (/opt/actions-runner/_work/nox/nox/cli/dist/fluence/node_modules/@oclif/core/lib/config/config.js:433:25)
at async Object.run (/opt/actions-runner/_work/nox/nox/cli/dist/fluence/node_modules/@oclif/core/lib/main.js:92:16)
❯ Module.fluence test/helpers/commonWithSetupTests.ts:99:13
❯ test/tests/smoke.test.ts:68:22
❯ test/helpers/utils.ts:83:5
|
cli / Run tests
Process completed with exit code 1.
|
nox / Build nox (amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
nox / Build nox (amd64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: joerick/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
nox / Build nox (arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
nox / Build nox (arm64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: joerick/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
decider / Run tests
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
decider / Run tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nahsi/setup-ipfs@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
js-client / Run tests (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: hashicorp/[email protected], docker/login-action@v2, actions/checkout@v3, actions/setup-node@v3, fluencelabs/github-actions/pnpm-set-dependency@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
js-client / Run tests (20.x)
Failed to download artifact 'fcli' with error:
Error: An error occurred while processing the artifact: Artifact not found for name: fcli
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md.
Falling back to releases.
|
js-client / Run tests (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: hashicorp/[email protected], docker/login-action@v2, actions/checkout@v3, actions/setup-node@v3, fluencelabs/github-actions/pnpm-set-dependency@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
js-client / Run tests (18.x)
Failed to download artifact 'fcli' with error:
Error: An error occurred while processing the artifact: Artifact not found for name: fcli
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md.
Falling back to releases.
|
cli / Run tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
cli / Run tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ./.github/actions/replace-version. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
sccache stats
65% - 26 hits, 14 misses, 0 errors
|
sccache stats
65% - 26 hits, 14 misses, 0 errors
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
fluencelabs~nox~S14LI5.dockerbuild
|
23.6 KB |
|
nox-amd64
|
22.8 MB |
|
nox-arm64
|
22 MB |
|