[Autoloop: build-tsb-pandas-typescript-migration] #852
ci.yml
on: pull_request
Test & Lint
22s
Playground E2E (Playwright)
1m 17s
Validate Python Examples
1m 49s
OpenEvolve benchmark
0s
Build
0s
Annotations
10 errors and 3 warnings
|
RangeError: Unsupported encoding label "latin-1":
tests/io/stata.test.ts#L220
at <anonymous> (/home/runner/work/tsb/tsb/tests/io/stata.test.ts:220:18)
|
|
error: expect(received).toEqual(expected):
tests/io/stata.test.ts#L70
[
- -100,
+ null,
0,
100,
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/tsb/tsb/tests/io/stata.test.ts:70:37)
|
|
TypeError: Expected received to be a number for 'expect'.:
tests/io/stata.test.ts#L64
at <anonymous> (/home/runner/work/tsb/tsb/tests/io/stata.test.ts:64:21)
|
|
RangeError: Unsupported encoding label "latin-1":
tests/io/stata.test.ts#L41
at <anonymous> (/home/runner/work/tsb/tsb/tests/io/stata.test.ts:41:18)
|
|
RangeError: Unsupported encoding label "latin-1":
tests/io/stata.test.ts#L35
at <anonymous> (/home/runner/work/tsb/tsb/tests/io/stata.test.ts:35:18)
|
|
error: expect(received).toMatch(expected):
tests/playground.test.ts#L101
Expected substring or pattern: /class\s*=\s*["'][^"']*\bplayground-output\b/
</td></tr>`;\n }\n html += `</tbody></table>`;\n container.innerHTML = html;\n } catch (e) {\n container.innerHTML = `<pre class=\"err\">${esc(String(e))}</pre>`;\n }\n });\n\n function esc(s) {\n return s.replace(/&/g, \"&\").replace(/</g, \"<\").replace(/>/g, \">\");\n }\n </script>\n</body>\n</html>\n"
at <anonymous> (/home/runner/work/tsb/tsb/tests/playground.test.ts:101:22)
|
|
error: expect(received).toMatch(expected):
tests/playground.test.ts#L97
Expected substring or pattern: /class\s*=\s*["'][^"']*\bplayground-run\b/
</td></tr>`;\n }\n html += `</tbody></table>`;\n container.innerHTML = html;\n } catch (e) {\n container.innerHTML = `<pre class=\"err\">${esc(String(e))}</pre>`;\n }\n });\n\n function esc(s) {\n return s.replace(/&/g, \"&\").replace(/</g, \"<\").replace(/>/g, \">\");\n }\n </script>\n</body>\n</html>\n"
at <anonymous> (/home/runner/work/tsb/tsb/tests/playground.test.ts:97:22)
|
|
error: expect(received).toMatch(expected):
tests/playground.test.ts#L93
Expected substring or pattern: /class\s*=\s*["'][^"']*\bplayground-editor\b/
</td></tr>`;\n }\n html += `</tbody></table>`;\n container.innerHTML = html;\n } catch (e) {\n container.innerHTML = `<pre class=\"err\">${esc(String(e))}</pre>`;\n }\n });\n\n function esc(s) {\n return s.replace(/&/g, \"&\").replace(/</g, \"<\").replace(/>/g, \">\");\n }\n </script>\n</body>\n</html>\n"
at <anonymous> (/home/runner/work/tsb/tsb/tests/playground.test.ts:93:22)
|
|
error: expect(received).toMatch(expected):
tests/playground.test.ts#L89
Expected substring or pattern: /class\s*=\s*["'][^"']*\bplayground-block\b/
</td></tr>`;\n }\n html += `</tbody></table>`;\n container.innerHTML = html;\n } catch (e) {\n container.innerHTML = `<pre class=\"err\">${esc(String(e))}</pre>`;\n }\n });\n\n function esc(s) {\n return s.replace(/&/g, \"&\").replace(/</g, \"<\").replace(/>/g, \">\");\n }\n </script>\n</body>\n</html>\n"
at <anonymous> (/home/runner/work/tsb/tsb/tests/playground.test.ts:89:22)
|
|
error: expect(received).toContain(expected):
tests/playground.test.ts#L81
Expected to contain: "playground-runtime.js"
</td></tr>`;\n }\n html += `</tbody></table>`;\n container.innerHTML = html;\n } catch (e) {\n container.innerHTML = `<pre class=\"err\">${esc(String(e))}</pre>`;\n }\n });\n\n function esc(s) {\n return s.replace(/&/g, \"&\").replace(/</g, \"<\").replace(/>/g, \">\");\n }\n </script>\n</body>\n</html>\n"
at <anonymous> (/home/runner/work/tsb/tsb/tests/playground.test.ts:81:22)
|
|
Test & Lint
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 16th, 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/
|
|
Playground E2E (Playwright)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
|
Validate Python Examples
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/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|