Skip to content

wip: test github playwright action #10

wip: test github playwright action

wip: test github playwright action #10

Triggered via push May 21, 2024 01:33
Status Failure
Total duration 2m 36s
Billable time 3m
Artifacts

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
tests/utils/TexComponent.test.ts > TexComponent > compile (error handling) > should fail silently (PDF/DVI to SVG conversion, overrideConversionCmd: true): tests/utils/TexComponent.test.ts#L194
AssertionError: expected "log" to be called with arguments: [ { severity: 'error', …(1) }, …(1) ] Received: 1st log call: Array [ Object { "severity": "error", "style": "dim", }, - StringContaining "The conversion was attempted by running the following command", + " + The compilation was attempted by running the following command from within \"tmp/tests-c573a65d2a4197d2/cache/tex/TexComponent_test_ref\": + + lualatex --output-format=pdf --no-shell-escape --interaction=nonstopmode \"root.tex\" + + The following stderr was produced: (no stderr output) + + The following stdout was produced: + + This is LuaHBTeX, Version 1.18.0 (TeX Live 2024) + (./root.tex + LaTeX2e <2023-11-01> patch level 1 + L3 programming layer <2024-04-11> + + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/latex/standal + one/standalone.cls + Document Class: standalone 2022/10/10 v1.3b Class to compile TeX sub-files stan + dalone + + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/latex/tools/s + hellesc.sty + + Package shellesc Warning: Shell escape disabled on input line 73. + + ) + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/generic/iftex + /ifluatex.sty + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/generic/iftex + /iftex.sty)) + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/latex/xkeyval + /xkeyval.sty + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/generic/xkeyv + al/xkeyval.tex + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/generic/xkeyv + al/xkvutils.tex + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/generic/xkeyv + al/keyval.tex)))) + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/latex/standal + one/standalone.cfg) + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/latex/base/ar + ticle.cls + Document Class: article 2023/05/17 v1.4n Standard LaTeX document class + + (/home/runner/work/_temp/setup-texlive-action/2024/texmf-dist/tex/latex/base/si + ze10.clo)) + + ! LaTeX Error: File `luatex85.sty' not found. + + Type X to quit or <RETURN> to proceed, + or enter new name. (Default extension: sty) + + Enter file name: + ! Emergency stop. + <read *> + + l.530 \\RequirePackage + {pdftexcmds} + 379 words of node memory still in use: + 2 hlist, 1 rule, 1 dir, 3 kern, 1 glyph, 3 attribute, 48 glue_spec, 3 attrib + ute_list, 2 if_stack, 1 write nodes + avail lists: 2:14,3:2,4:1,5:1,7:2,9:3 + ! ==> Fatal error occurred, no output PDF file produced! + Transcript written on root.log. + + ", ] Number of calls: 1 ❯ tests/utils/TexComponent.test.ts:194:29
tests/utils/TexComponent.test.ts > TexComponent > compile (error handling) > should fail silently (no SVG found): tests/utils/TexComponent.test.ts#L246
AssertionError: expected 1 to deeply equal 3 - Expected + Received - 3 + 1 ❯ tests/utils/TexComponent.test.ts:246:26
tests/utils/TexComponent.test.ts > TexComponent > compile (caching) > should support caching: tests/utils/TexComponent.test.ts#L305
AssertionError: expected "writeFile" to be called 3 times, but got 1 times ❯ tests/utils/TexComponent.test.ts:305:31
tests/utils/cli.test.ts > spawnCliInstruction > should handle stdout and stderr data: tests/utils/cli.test.ts#L56
AssertionError: expected 'touch: missing file operand\nTry \'to…' to be 'usage: touch [-A [-][[hh]mm]SS] [-ach…' // Object.is equality - Expected + Received - usage: touch [-A [-][[hh]mm]SS] [-achm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] - [-d YYYY-MM-DDThh:mm:SS[.frac][tz]] file ... + touch: missing file operand + Try 'touch --help' for more information. ❯ tests/utils/cli.test.ts:56:28
tests/handlers/AdvancedTexHandler/AdvancedTexHandler.test.ts > AdvancedTexHandler<'local'> > advancedTexHandler.process > supports aliases: tests/handlers/AdvancedTexHandler/AdvancedTexHandler.test.ts#L294
AssertionError: expected "writeFile" to be called 3 times, but got 1 times ❯ tests/handlers/AdvancedTexHandler/AdvancedTexHandler.test.ts:294:31
tests/handlers/AdvancedTexHandler/AdvancedTexHandler.test.ts > AdvancedTexHandler<'local'> > advancedTexHandler.process > css variables: tests/handlers/AdvancedTexHandler/AdvancedTexHandler.test.ts#L389
AssertionError: expected "writeFile" to be called 3 times, but got 1 times ❯ tests/handlers/AdvancedTexHandler/AdvancedTexHandler.test.ts:389:31
test
Process completed with exit code 1.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.