export standalone matlab
test 26s
Runner
Job test on ubuntu-latest Checking out concept-collection/turing-surface at 9b71d5b2 Container started from catthehacker/ubuntu:act-latest Cleaning up the job container
actions/checkout@v40s
▸ actions/checkout@v4 Using cofferdam's built-in checkout (actions/checkout@v4) concept-collection/turing-surface is already checked out at 9b71d5b2 (cofferdam checks out before the job starts)
actions/setup-node@v45s
▸ actions/setup-node@v4 Using cached actions/setup-node@v4 (49933ea5288c) Attempting to download 24... (node:55) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Bad credentials Falling back to download directly from Node Acquiring 24.19.0 - x64 from https://nodejs.org/dist/v24.19.0/node-v24.19.0-linux-x64.tar.gz Extracting ... [command]/usr/bin/tar xz --strip 1 --warning=no-unknown-keyword --overwrite -C /cofferdam/temp/f9cedd87-e32e-4497-b58d-38ee9769451b -f /cofferdam/temp/39a0ebad-2078-48db-99ed-8a2ccd4cf597 Adding to the cache ... Done ▾ Environment details node: v24.19.0 npm: 11.17.0 yarn: WARNING: Cache action is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.
Check out numbl (sibling dependency)3s
▸ Check out numbl (sibling dependency) Cloning into '/cofferdam/workspace/../../numbl'... stdlib-bundle.ts generated: 10 stdlib, 6 shim file(s) shims: +containers/Map.m, +matlab/+internal/+decomposition/DenseLU.m, +matlab/+internal/+math/blkdiag.m, decomposition.m, isIllConditioned.m, uihtml.m
Run npm ci --ignore-scripts4s
▸ Run npm ci --ignore-scripts npm warn deprecated mp4-muxer@5.2.2: This library is superseded by Mediabunny. Please migrate to it. added 129 packages, and audited 131 packages in 3s 19 packages are looking for funding run `npm fund` for details 6 vulnerabilities (1 moderate, 5 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details.
Run npm run test:node -- --skip-without-gpu4s
▸ Run npm run test:node -- --skip-without-gpu
> turing-surface@0.1.0 test:node
> vite-node scripts/test-node.ts --skip-without-gpu
Warning: Couldn't load Vulkan: libvulkan.so.1: cannot open shared object file: No such file or directory
at operator() (/home/runner/work/node-webgpu/node-webgpu/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:363)
SKIP no WebGPU available here, so these checks did not run.
No WebGPU adapter available
Dawn reaches the GPU through Vulkan on Linux and Windows, Metal on macOS,
so a headless box may have no adapter at all. DAWN_FLAGS='backend=vulkan'
makes it explain itself.
Run npm run test:gpu8s
▸ Run npm run test:gpu
> turing-surface@0.1.0 test:gpu
> vite build && node scripts/test-gpu.mjs
[36mvite v5.4.21 [32mbuilding for production...[36m[39m
transforming...
[32m✓[39m 564 modules transformed.
rendering chunks...
computing gzip size...
[2mdist/[22m[32mtest.html [39m[1m[2m 0.48 kB[22m[1m[22m[2m │ gzip: 0.28 kB[22m
[2mdist/[22m[32mindex.html [39m[1m[2m 20.01 kB[22m[1m[22m[2m │ gzip: 5.33 kB[22m
[2mdist/[22m[2massets/[22m[32mrandnfun3.worker-Dvt0nl2R.js [39m[1m[2m1,511.17 kB[22m[1m[22m
[2mdist/[22m[2massets/[22m[36mtest-B2-kFPYz.js [39m[1m[2m 43.02 kB[22m[1m[22m[2m │ gzip: 16.49 kB[22m
[2mdist/[22m[2massets/[22m[36mmain-BPyQsJkT.js [39m[1m[33m 591.88 kB[39m[22m[2m │ gzip: 155.20 kB[22m
[2mdist/[22m[2massets/[22m[36mmatlabScript-CvQtws_o.js [39m[1m[33m1,656.90 kB[39m[22m[2m │ gzip: 465.78 kB[22m
[2mdist/[22m[2massets/[22m[36mhdf5_hl-BUT6gJkb.js [39m[1m[33m4,406.85 kB[39m[22m[2m │ gzip: 1,029.18 kB[22m
[32m✓ built in 6.08s[39m
[33m
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
file:///cofferdam/workspace/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserLauncher.js:50
throw new Error(`Browser was not found at the configured executablePath (${launchArgs.executablePath})`);
^
Error: Browser was not found at the configured executablePath (/usr/bin/google-chrome)
at ChromeLauncher.launch (file:///cofferdam/workspace/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserLauncher.js:50:19)
at async file:///cofferdam/workspace/scripts/test-gpu.mjs:53:19
Node.js v24.19.0
Process completed with exit code 1.