Skip to content

TestActionTranslation done #91

TestActionTranslation done

TestActionTranslation done #91

Triggered via push November 18, 2024 20:55
Status Failure
Total duration 32s
Artifacts

nodejs.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedLessThanInAction: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:84:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedInAction: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:94:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testUnescapedInAction: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:108:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedSlash: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:118:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsing: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:130:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsingWithTranslation: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:143:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testArguments: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:149:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValue: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:155:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValueWithNumber: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:161:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValuesCurrentRule: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:167:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
build (22.x)
The job was canceled because "_20_x" failed.
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedLessThanInAction: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:84:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedInAction: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:94:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testUnescapedInAction: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:108:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedSlash: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:118:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsing: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:130:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsingWithTranslation: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:143:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testArguments: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:149:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValue: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:155:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValueWithNumber: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:161:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }
tests/TestActionTranslation.spec.ts > TestActionTranslation > testReturnValuesCurrentRule: tests/TestActionTranslation.spec.ts#L70
Error: ENOENT: no such file or directory, open '/Users/mike/Downloads/output.txt' ❯ testActions tests/TestActionTranslation.spec.ts:70:13 ❯ tests/TestActionTranslation.spec.ts:167:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/mike/Downloads/output.txt' }