Skip to content

Function-based discovery API alternative #2240

Function-based discovery API alternative

Function-based discovery API alternative #2240

Triggered via pull request November 21, 2023 13:19
Status Failure
Total duration 1m 30s
Artifacts

ci.yaml

on: pull_request
eslint
1m 20s
eslint
Check version consistency of packages
6s
Check version consistency of packages
Check coding style
9s
Check coding style
Matrix: setup-and-test
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 9 warnings
Tests (ubuntu-latest, Node 18.x): packages/core/src/servient.ts#L218
Type 'WoTImpl' is not assignable to type 'typeof WoT'.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-client.ts#L16
Cannot find module '@node-wot/core' or its corresponding type declarations.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-client.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-client.ts#L27
Parameter 'fetched' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-client.ts#L41
Parameter 'err' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-server.ts#L16
Cannot find module '@node-wot/core' or its corresponding type declarations.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-server.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-server.ts#L23
Parameter 'WoT' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-server.ts#L31
Parameter 'thing' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 18.x): packages/examples/src/bindings/coap/example-server.ts#L38
Parameter 'intOutput' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 20.x): packages/core/src/servient.ts#L218
Type 'WoTImpl' is not assignable to type 'typeof WoT'.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-client.ts#L16
Cannot find module '@node-wot/core' or its corresponding type declarations.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-client.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-client.ts#L27
Parameter 'fetched' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-client.ts#L41
Parameter 'err' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-server.ts#L16
Cannot find module '@node-wot/core' or its corresponding type declarations.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-server.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-server.ts#L23
Parameter 'WoT' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-server.ts#L31
Parameter 'thing' implicitly has an 'any' type.
Tests (ubuntu-latest, Node 20.x): packages/examples/src/bindings/coap/example-server.ts#L38
Parameter 'intOutput' implicitly has an 'any' type.
Tests (windows-latest, Node 18.x)
The operation was canceled.
Tests (windows-latest, Node 20.x)
The operation was canceled.
Tests (macos-latest, Node 20.x)
The operation was canceled.
Tests (macos-latest, Node 18.x)
The operation was canceled.
Check version consistency of packages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check coding style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actionsx/prettier@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (ubuntu-latest, Node 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (ubuntu-latest, Node 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (windows-latest, Node 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (windows-latest, Node 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (macos-latest, Node 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (macos-latest, Node 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/