Skip to content

poc: Bun Package Manager #21697

poc: Bun Package Manager

poc: Bun Package Manager #21697

Triggered via pull request January 22, 2025 22:18
Status Failure
Total duration 21m 6s
Artifacts 3

ci.yml

on: pull_request
build-validation
2m 0s
build-validation
Matrix: lint
publish-sdk
0s
publish-sdk
publish-storybook
0s
publish-storybook
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 11 warnings
lint (linode-manager)
Process completed with exit code 2.
lint (@linode/validation)
The job was canceled because "linode-manager" failed.
lint (@linode/validation)
Process completed with exit code 2.
lint (@linode/api-v4)
The job was canceled because "linode-manager" failed.
lint (@linode/api-v4)
Process completed with exit code 2.
lint (@linode/ui)
The job was canceled because "linode-manager" 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-manager)
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