poc: Bun Package Manager #21701
ci.yml
on: pull_request
build-validation
1m 45s
test-search
1m 44s
test-ui
1m 58s
Matrix: lint
test-manager
16m 59s
typecheck-ui
1m 52s
typecheck-manager
2m 15s
build-manager
0s
publish-sdk
0s
publish-storybook
0s
Annotations
22 errors and 11 warnings
lint (@linode/api-v4)
Process completed with exit code 2.
|
lint (linode-manager)
The job was canceled because "_linode_api-v4" failed.
|
lint (linode-manager)
Process completed with exit code 2.
|
lint (@linode/validation)
The job was canceled because "_linode_api-v4" failed.
|
lint (@linode/validation)
The operation was canceled.
|
lint (@linode/ui)
The job was canceled because "_linode_api-v4" failed.
|
lint (@linode/ui)
The operation was canceled.
|
typecheck-manager
Type 'Promise<typeof import("/home/runner/work/manager/manager/packages/manager/src/features/Search/SearchLanding")>' is not assignable to type 'Promise<{ default: ComponentType<any>; }>'.
|
typecheck-manager
'Switch' cannot be used as a JSX component.
|
typecheck-manager
'Route' cannot be used as a JSX component.
|
typecheck-manager
Type 'LazyExoticComponent<() => Element>' is not assignable to type 'ComponentType<any> | ComponentType<RouteComponentProps<any, StaticContext, unknown>> | undefined'.
|
typecheck-manager
'Route' cannot be used as a JSX component.
|
typecheck-manager
Type 'LazyExoticComponent<() => Element | null>' is not assignable to type 'ComponentType<any> | ComponentType<RouteComponentProps<any, StaticContext, unknown>> | undefined'.
|
typecheck-manager
'Route' cannot be used as a JSX component.
|
typecheck-manager
Type 'LazyExoticComponent<() => Element>' is not assignable to type 'ComponentType<any> | ComponentType<RouteComponentProps<any, StaticContext, unknown>> | undefined'.
|
typecheck-manager
'Route' cannot be used as a JSX component.
|
typecheck-manager
Type 'LazyExoticComponent<MemoExoticComponent<() => Element>>' is not assignable to type 'ComponentType<any> | ComponentType<RouteComponentProps<any, StaticContext, unknown>> | undefined'.
|
src/features/Linodes/AccessTable.test.tsx > AccessTable > should display help icon tooltip if isVPCOnlyLinode is true:
packages/manager/src/features/Linodes/AccessTable.test.tsx#L28
TestingLibraryElementError: Unable to find role="tooltip"
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ waitForWrapper ../../node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ findByRole ../../node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ src/features/Linodes/AccessTable.test.tsx:28:44
|
src/features/Volumes/VolumeTableRow.test.tsx > Volume table row - for linodes detail page > should show a high performance icon tooltip if Linode has the capability:
packages/manager/src/features/Volumes/VolumeTableRow.test.tsx#L196
TestingLibraryElementError: Unable to find an element with the text: High Performance. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
style="padding: .5rem; max-width: 100%;"
>
<div
style="display: flex; align-items: center; gap: .5rem;"
>
<strong
style="font-size: 1rem;"
>
Something went wrong!
</strong>
<button
style="appearance: none; font-size: .6em; border: 1px solid currentcolor; padding: .1rem .2rem; font-weight: bold; border-radius: .25rem;"
>
Hide Error
</button>
</div>
<div
style="height: .25rem;"
/>
<div>
<pre
style="font-size: .7em; border: 1px solid red; border-radius: .25rem; padding: .3rem; color: red; overflow: auto;"
>
<code>
'div#:r2:.MuiPopper-root .hasTooltip' is not a valid selector
</code>
</pre>
</div>
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
style="padding: .5rem; max-width: 100%;"
>
<div
style="display: flex; align-items: center; gap: .5rem;"
>
<strong
style="font-size: 1rem;"
>
Something went wrong!
</strong>
<button
style="appearance: none; font-size: .6em; border: 1px solid currentcolor; padding: .1rem .2rem; font-weight: bold; border-radius: .25rem;"
>
Hide Error
</button>
</div>
<div
style="height: .25rem;"
/>
<div>
<pre
style="font-size: .7em; border: 1px solid red; border-radius: .25rem; padding: .3rem; color: red; overflow: auto;"
>
<code>
'div#:r2:.MuiPopper-root .hasTooltip' is not a valid selector
</code>
</pre>
</div>
</div>
</div>
</body>
</html>...
❯ Proxy.waitFor ../../node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/features/Volumes/VolumeTableRow.test.tsx:196:11
|
src/features/Kubernetes/KubernetesPlansPanel/KubernetesPlanSelection.test.tsx > KubernetesPlanSelection (table, desktop view) > shows limited availability messaging for 512 GB plans:
packages/manager/src/features/Kubernetes/KubernetesPlansPanel/KubernetesPlanSelection.test.tsx#L138
TestingLibraryElementError: Unable to find role="tooltip"
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>...
❯ Proxy.waitFor ../../node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/features/Kubernetes/KubernetesPlansPanel/KubernetesPlanSelection.test.tsx:138:11
|
src/features/components/PlansPanel/PlanSelection.test.tsx > PlanSelection (table, desktop) > shows limited availability messaging for 512 GB plans:
packages/manager/src/features/components/PlansPanel/PlanSelection.test.tsx#L204
TestingLibraryElementError: Unable to find role="tooltip"
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>...
❯ Proxy.waitFor ../../node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/features/components/PlansPanel/PlanSelection.test.tsx:204:11
|
test-manager
Process completed with exit code 1.
|
lint (@linode/api-v4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-validation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-search
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-ui
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
validate-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck-ui
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck-manager
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-storybook
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-manager
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
packages-api-v4-lib
|
351 KB |
|
packages-validation-lib
|
146 KB |
|
storybook-build
|
11.4 MB |
|