Skip to content

Comprehensive Test Suite #358

Comprehensive Test Suite

Comprehensive Test Suite #358

Manually triggered October 10, 2024 22:41
Status Failure
Total duration 4m 55s
Artifacts

testing.yml

on: workflow_dispatch
Matrix: testing
Fit to window
Zoom out
Zoom in

Annotations

37 errors and 8 warnings
Back-end tests on macos-latest
Input required and not supplied: path
Back-end tests on macos-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on macos-latest
Property 'src' does not exist on type '{}'.
Back-end tests on macos-latest
Property 'overrides' does not exist on type '{}'.
Back-end tests on macos-latest
Argument of type '{ input: string; output: string; force: true; config: any; }' is not assignable to parameter of type 'AssetInfo'.
Back-end tests on macos-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on macos-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on macos-latest
Property 'config' does not exist on type 'string | ({ input: string; output?: string; force?: boolean; compile?: boolean | BuildFunction; } & AssetMetadata)'.
Back-end tests on macos-latest
Argument of type '{ logLevel: string; base: string; root: string; build: { emptyOutDir: boolean; outDir: string; rollupOptions: { input: string; }; }; }' is not assignable to parameter of type 'InlineConfig'.
Back-end tests on ubuntu-latest
Input required and not supplied: path
Back-end tests on ubuntu-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on ubuntu-latest
Property 'src' does not exist on type '{}'.
Back-end tests on ubuntu-latest
Property 'overrides' does not exist on type '{}'.
Back-end tests on ubuntu-latest
Argument of type '{ input: string; output: string; force: true; config: any; }' is not assignable to parameter of type 'AssetInfo'.
Back-end tests on ubuntu-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on ubuntu-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on ubuntu-latest
Property 'config' does not exist on type 'string | ({ input: string; output?: string; force?: boolean; compile?: boolean | BuildFunction; } & AssetMetadata)'.
Back-end tests on ubuntu-latest
Argument of type '{ logLevel: string; base: string; root: string; build: { emptyOutDir: boolean; outDir: string; rollupOptions: { input: string; }; }; }' is not assignable to parameter of type 'InlineConfig'.
tests/index.test.ts > Build and Launch > Desktop > Launched application tests: tests/utils.ts#L152
TypeError: output2.cleanup is not a function ❯ tests/utils.ts:152:52
Back-end tests on ubuntu-latest
Process completed with exit code 1.
tests/index.test.ts > Start > Web: tests/utils.ts#L142
TypeError: output.cleanup is not a function ❯ tests/utils.ts:142:14
tests/index.test.ts > Start > Desktop: tests/utils.ts#L135
Error: process.exit unexpectedly called with "1" ❯ tests/utils.ts:135:23
tests/index.test.ts > Start > Desktop: tests/utils.ts#L142
TypeError: output.cleanup is not a function ❯ tests/utils.ts:142:14
tests/index.test.ts > Build and Launch > PWA: tests/utils.ts#L207
Error: EPERM: operation not permitted, unlink 'D:\a\commoners\commoners\tests\demo\.commoners\.temp.services\cpp\compiled.exe' ❯ tests/utils.ts:207:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4048, code: 'EPERM', syscall: 'unlink', path: 'D:\a\commoners\commoners\tests\demo\.commoners\.temp.services\cpp\compiled.exe' }
tests/index.test.ts > Build and Launch > PWA > Launched application tests: tests/utils.ts#L227
Error: EPERM: operation not permitted, unlink 'D:\a\commoners\commoners\tests\demo\.commoners\.temp.services\cpp\compiled.exe' ❯ tests/utils.ts:227:29 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4048, code: 'EPERM', syscall: 'unlink', path: 'D:\a\commoners\commoners\tests\demo\.commoners\.temp.services\cpp\compiled.exe' }
tests/index.test.ts > Build and Launch > Desktop: tests/utils.ts#L138
Error: EPERM: operation not permitted, unlink 'D:\a\commoners\commoners\tests\demo\.commoners\.temp.services\cpp\compiled.exe' ❯ tests/utils.ts:138:49 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4048, code: 'EPERM', syscall: 'unlink', path: 'D:\a\commoners\commoners\tests\demo\.commoners\.temp.services\cpp\compiled.exe' }
tests/index.test.ts > Build and Launch > Desktop > Launched application tests: tests/utils.ts#L152
TypeError: output2.cleanup is not a function ❯ tests/utils.ts:152:52
Back-end tests on windows-latest
Process completed with exit code 1.
Back-end tests on windows-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on windows-latest
Property 'src' does not exist on type '{}'.
Back-end tests on windows-latest
Property 'overrides' does not exist on type '{}'.
Back-end tests on windows-latest
Argument of type '{ input: string; output: string; force: true; config: any; }' is not assignable to parameter of type 'AssetInfo'.
Back-end tests on windows-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on windows-latest
Property 'assets' does not exist on type 'Plugin'.
Back-end tests on windows-latest
Property 'config' does not exist on type 'string | ({ input: string; output?: string; force?: boolean; compile?: boolean | BuildFunction; } & AssetMetadata)'.
Back-end tests on windows-latest
Argument of type '{ logLevel: string; base: string; root: string; build: { emptyOutDir: boolean; outDir: string; rollupOptions: { input: string; }; }; }' is not assignable to parameter of type 'InlineConfig'.
Back-end tests on windows-latest
Input required and not supplied: path
Back-end tests on macos-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Back-end tests on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Back-end tests on windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Back-end tests on windows-latest
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
Back-end tests on windows-latest
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
Back-end tests on windows-latest
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
Back-end tests on windows-latest
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion
Back-end tests on windows-latest
WARNING conda.activate:native_path_to_unix(1034): cygpath is not available, fallback to manual path conversion