Skip to content

Initial commit

Initial commit #28

Triggered via push March 23, 2024 14:07
Status Failure
Total duration 37s
Artifacts

test.yml

on: push
total-test
28s
total-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
build_system/src/io_manager/file.reader.test.ts > FileReader > should READ directory folder names: packages/build_system/src/io_manager/file.reader.test.ts#L41
Error: Snapshot `FileReader > should READ directory folder names 1` mismatched ❯ build_system/src/io_manager/file.reader.test.ts:41:38
build_system/src/parser/parser.test.ts > FileTreeParser > should RETURN a file tree: packages/build_system/src/parser/parser.test.ts#L18
Error: Snapshot `FileTreeParser > should RETURN a file tree 1` mismatched ❯ build_system/src/parser/parser.test.ts:18:26
build_system/src/parser/parser.test.ts > FileTreeParser > should RETURN a file tree based on tree_syntax: packages/build_system/src/parser/parser.test.ts#L47
Error: Snapshot `FileTreeParser > should RETURN a file tree based on tree_syntax 1` mismatched ❯ build_system/src/parser/parser.test.ts:47:26
build_system/src/publisher/git.test.ts > GitShell > clone > should clone the repository to the destination: packages/build_system/src/publisher/shell.script.ts#L71
Error: fatal: could not create leading directories of '/path/to/destination': Permission denied at GitShell.$ (/home/runner/work/obsidian_blog/obsidian_blog/packages/build_system/src/publisher/shell.script.ts:71:49) exit code: 128 (Invalid exit argument) ❯ GitShell.$ build_system/src/publisher/shell.script.ts:71:49 ❯ ChildProcess.<anonymous> ../node_modules/.pnpm/zx@7.2.3/node_modules/zx/build/core.js:146:26 ❯ ChildProcess.emit ../node:events:518:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _code: 128, _signal: null, _stdout: '', _stderr: 'fatal: could not create leading directories of \'/path/to/destination\': Permission denied\n', _combined: 'fatal: could not create leading directories of \'/path/to/destination\': Permission denied\n', stdout: '', stderr: 'fatal: could not create leading directories of \'/path/to/destination\': Permission denied\n', exitCode: 128, signal: null }
build_system/src/publisher/git.test.ts > GitShell > pull > should pull the specified branch from origin: packages/build_system/src/publisher/git.test.ts#L37
AssertionError: expected Error: exit code: 0 { _code: +0, …(4) } to deeply equal {} - Expected + Received - Object {} + [Error: exit code: 0] ❯ build_system/src/publisher/git.test.ts:37:28
build_system/src/publisher/git.test.ts > GitShell > commit > should commit with the specified message: packages/build_system/src/publisher/shell.script.ts#L71
Error: Author identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident name (for <runner@fv-az1024-601.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net>) not allowed at GitShell.$ (/home/runner/work/obsidian_blog/obsidian_blog/packages/build_system/src/publisher/shell.script.ts:71:49) exit code: 128 (Invalid exit argument) ❯ GitShell.$ build_system/src/publisher/shell.script.ts:71:49 ❯ ChildProcess.<anonymous> ../node_modules/.pnpm/zx@7.2.3/node_modules/zx/build/core.js:146:26 ❯ ChildProcess.emit ../node:events:518:28 ❯ Socket.emit ../node:events:518:28 ❯ Pipe.<anonymous> ../node:net:337:12 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _code: 128, _signal: null, _stdout: '', _stderr: 'Author identity unknown\n\n*** Please tell me who you are.\n\nRun\n\n git config --global user.email "you@example.com"\n git config --global user.name "Your Name"\n\nto set your account\'s default identity.\nOmit --global to set the identity only in this repository.\n\nfatal: empty ident name (for <runner@fv-az1024-601.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net>) not allowed\n', _combined: 'Author identity unknown\n\n*** Please tell me who you are.\n\nRun\n\n git config --global user.email "you@example.com"\n git config --global user.name "Your Name"\n\nto set your account\'s default identity.\nOmit --global to set the identity only in this repository.\n\nfatal: empty ident name (for <runner@fv-az1024-601.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net>) not allowed\n', stdout: '', stderr: 'Author identity unknown\n\n*** Please tell me who you are.\n\nRun\n\n git config --global user.email "you@example.com"\n git config --global user.name "Your Name"\n\nto set your account\'s default identity.\nOmit --global to set the identity only in this repository.\n\nfatal: empty ident name (for <runner@fv-az1024-601.iwjnporn0ryezofxapuyptwyra.bx.internal.cloudapp.net>) not allowed\n', exitCode: 128, signal: null }
build_system/src/publisher/git.test.ts > GitShell > push > should push the specified branch to origin: packages/build_system/src/publisher/shell.script.ts#L71
Error: remote: Permission to danpacho/obsidian_blog.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/danpacho/obsidian_blog/': The requested URL returned error: 403 at GitShell.$ (/home/runner/work/obsidian_blog/obsidian_blog/packages/build_system/src/publisher/shell.script.ts:71:49) exit code: 128 (Invalid exit argument) ❯ GitShell.$ build_system/src/publisher/shell.script.ts:71:49 ❯ ChildProcess.<anonymous> ../node_modules/.pnpm/zx@7.2.3/node_modules/zx/build/core.js:146:26 ❯ ChildProcess.emit ../node:events:518:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _code: 128, _signal: null, _stdout: '', _stderr: 'remote: Permission to danpacho/obsidian_blog.git denied to github-actions[bot].\nfatal: unable to access \'https://github.com/danpacho/obsidian_blog/\': The requested URL returned error: 403\n', _combined: 'remote: Permission to danpacho/obsidian_blog.git denied to github-actions[bot].\nfatal: unable to access \'https://github.com/danpacho/obsidian_blog/\': The requested URL returned error: 403\n', stdout: '', stderr: 'remote: Permission to danpacho/obsidian_blog.git denied to github-actions[bot].\nfatal: unable to access \'https://github.com/danpacho/obsidian_blog/\': The requested URL returned error: 403\n', exitCode: 128, signal: null }
build_system/src/publisher/git.test.ts > GitShell > add > should add the specified file: packages/build_system/src/publisher/shell.script.ts#L71
Error: fatal: pathspec 'path/to/file.txt' did not match any files at GitShell.$ (/home/runner/work/obsidian_blog/obsidian_blog/packages/build_system/src/publisher/shell.script.ts:71:49) exit code: 128 (Invalid exit argument) ❯ GitShell.$ build_system/src/publisher/shell.script.ts:71:49 ❯ ChildProcess.<anonymous> ../node_modules/.pnpm/zx@7.2.3/node_modules/zx/build/core.js:146:26 ❯ ChildProcess.emit ../node:events:518:28 ❯ Socket.emit ../node:events:518:28 ❯ Pipe.<anonymous> ../node:net:337:12 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _code: 128, _signal: null, _stdout: '', _stderr: 'fatal: pathspec \'path/to/file.txt\' did not match any files\n', _combined: 'fatal: pathspec \'path/to/file.txt\' did not match any files\n', stdout: '', stderr: 'fatal: pathspec \'path/to/file.txt\' did not match any files\n', exitCode: 128, signal: null }
build_system/src/publisher/git.test.ts > GitShell > addAll > should add all files: packages/build_system/src/publisher/git.test.ts#L92
AssertionError: expected Error: exit code: 0 { _code: +0, …(4) } to deeply equal {} - Expected + Received - Object {} + [Error: exit code: 0] ❯ build_system/src/publisher/git.test.ts:92:28
build_system/src/publisher/git.test.ts > GitShell > status > should return the status: packages/build_system/src/publisher/git.test.ts#L105
AssertionError: expected Error: exit code: 0 { _code: +0, …(4) } to deeply equal {} - Expected + Received - Object {} + [Error: exit code: 0] ❯ build_system/src/publisher/git.test.ts:105:28
total-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
total-test: packages/astro_blog/src/layouts/post_layout.astro#L62
Classname 'hero-image' is not a Tailwind CSS class!
total-test: packages/astro_blog/src/layouts/post_layout.astro#L75
Classname 'title' is not a Tailwind CSS class!
total-test: packages/astro_blog/src/layouts/post_layout.astro#L76
Classname 'date' is not a Tailwind CSS class!
total-test: packages/astro_blog/src/layouts/post_layout.astro#L80
Classname 'last-updated-on' is not a Tailwind CSS class!
total-test: packages/astro_blog/src/pages/blog/index.astro#L110
Classname 'title' is not a Tailwind CSS class!
total-test: packages/astro_blog/src/pages/blog/index.astro#L114
Classname 'date' is not a Tailwind CSS class!