Borrow npx along with node, since the recipe needs both
test 29s
Runner
Job test on ubuntu-latest Checking out concept-collection/turing-surface-cache at 7df2a285 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-cache is already checked out at 7df2a285 (cofferdam checks out before the job starts)
actions/setup-node@v46s
▸ actions/setup-node@v4 Using cached actions/setup-node@v4 (49933ea5288c) Attempting to download 24... (node:56) [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/5cd21f85-316c-44b0-850f-f9b36e0a1348 -f /cofferdam/temp/51f16a4e-55f0-4f9f-9077-d775e401fc0e 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 added 108 packages, and audited 110 packages in 3s 10 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 build13s
▸ Run npm run build > turing-surface-cache@0.1.0 build > tsc --noEmit && vite build && npm run build:cli [36mvite v5.4.21 [32mbuilding for production...[36m[39m transforming... [32m✓[39m 545 modules transformed. rendering chunks... computing gzip size... [2mdist/[22m[32msweep.html [39m[1m[2m 4.95 kB[22m[1m[22m[2m │ gzip: 1.83 kB[22m [2mdist/[22m[32mindex.html [39m[1m[2m 8.40 kB[22m[1m[22m[2m │ gzip: 3.27 kB[22m [2mdist/[22m[2massets/[22m[32mrandnfun3.worker-BXd60is4.js [39m[1m[2m1,508.86 kB[22m[1m[22m [2mdist/[22m[2massets/[22m[35mfillWalk-BYmCoMY8.css [39m[1m[2m 3.81 kB[22m[1m[22m[2m │ gzip: 1.30 kB[22m [2mdist/[22m[2massets/[22m[36msweep-Di6XZ36N.js [39m[1m[2m 14.22 kB[22m[1m[22m[2m │ gzip: 5.62 kB[22m [2mdist/[22m[2massets/[22m[36mmain-B0w7xjDo.js [39m[1m[2m 14.26 kB[22m[1m[22m[2m │ gzip: 5.77 kB[22m [2mdist/[22m[2massets/[22m[36mfillWalk-CCpJl9w2.js [39m[1m[33m2,156.49 kB[39m[22m[2m │ gzip: 591.38 kB[22m [2mdist/[22m[2massets/[22m[36mhdf5_hl-DJFfQ3Rt.js [39m[1m[33m4,406.78 kB[39m[22m[2m │ gzip: 1,029.15 kB[22m [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 [32m✓ built in 6.79s[39m > turing-surface-cache@0.1.0 build:cli > vite build --config vite.cli.config.ts && node scripts/pack-cli.mjs [36mvite v5.4.21 [32mbuilding SSR bundle for production...[36m[39m transforming... [32m✓[39m 532 modules transformed. rendering chunks... [2mdist-cli/[22m[36mfill.js [39m[1m[33m3,244.96 kB[39m[22m [32m✓ built in 3.28s[39m dist/fill.tgz (turing-surface-fill 0.1.0)
Run pip install h5py1s
▸ Run pip install h5py
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Process completed with exit code 1.