[demo] windows-smoke catches #1119-class bug (tests-only cherry-pick) #19
Annotations
2 errors and 1 warning
|
BrowseClientError: browse resolve exited 127: browse binary not found.:
make-pdf\src\browseClient.ts#L109
make-pdf needs browse (the gstack Chromium daemon) to render PDFs.
Tried:
- $BROWSE_BIN (/bin/sh)
- sibling: C:\Users\runneradmin\.bun\browse\dist\browse, C:\Users\runneradmin\browse\dist\browse, C:\Users\runneradmin\.bun\browse
- global: C:\Users\runneradmin\.claude\skills\gstack\browse\dist\browse
- PATH: `browse`
To fix: run gstack setup from the gstack repo:
cd ~/.claude/skills/gstack && ./setup
Or set BROWSE_BIN explicitly:
export BROWSE_BIN=/path/to/browse
at resolveBrowseBin (D:\a\gstack\gstack\make-pdf\src\browseClient.ts:109:3)
at <anonymous> (D:\a\gstack\gstack\make-pdf\test\browseClient.test.ts:50:24)
|
|
SyntaxError: Export named 'buildTelemetrySpawnCommand' not found in module 'D:\a\gstack\gstack\browse\src\security.ts'.
at loadAndEvaluateModule (2:1)
|
|
smoke
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|