CI fail on my pr

Hi,

I've created a pr, but CI fails with this error:

Yarn installation failed. Search for 'exit code 1' in the log for more information.
Error: Process completed with exit code 1.

Since it' seems to be an error with running yarn install I guess this has to be an issue with the CI and not with my PR. Or am I missing something and does it have to do with the changes I made?

You can open the raw log, search exit code 1 then find what happened.
Here is the error information.

2022-09-29T00:53:06.1049825Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;166m@joplin/e[39me[38;5;173mapp-mobilee[39me[38;5;111m@e[39me[38;5;111mworkspace:packages/app-mobilee[39m e[32mSTDOUTe[39m [00:53:06] Starting 'encodeAssets'...
2022-09-29T00:53:06.1132527Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[32mSTDOUTe[39m e[94m➤e[39m e[90mYN0000e[39m: e[38;5;214m[@joplin/app-mobile]:e[39m [00:53:06] 'encodeAssets' errored after 116 ms
2022-09-29T00:53:06.1141228Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[32mSTDOUTe[39m e[94m➤e[39m e[90mYN0000e[39m: e[38;5;214m[@joplin/app-mobile]:e[39m [00:53:06] Error: EEXIST: file already exists, mkdir '/home/runner/work/joplin/joplin/packages/app-mobile/pluginAssets/katex/fonts'
2022-09-29T00:53:06.1149416Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[32mSTDOUTe[39m e[94m➤e[39m e[90mYN0000e[39m: e[38;5;214m[@joplin/app-mobile]:e[39m [00:53:06] 'build' errored after 40 s
2022-09-29T00:53:06.1595045Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[32mSTDOUTe[39m e[94m➤e[39m e[90mYN0000e[39m: e[38;5;214m[@joplin/app-mobile]:e[39m Process exited (exit code 1), completed in 44s 197ms
2022-09-29T00:53:06.1596275Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[32mSTDOUTe[39m e[91m➤e[39m YN0000: The command failed for workspaces that are depended upon by other workspaces; can't satisfy the dependency graph
2022-09-29T00:53:06.1597193Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[32mSTDOUTe[39m e[91m➤e[39m YN0000: Failed with errors in 45s 880ms
2022-09-29T00:53:06.2615734Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[31mSTDERRe[39m [00:53:06] 'build' errored after 49 s
2022-09-29T00:53:06.2616880Z e[94m➤e[39m e[90mYN0000e[39m: │ e[38;5;173mroote[39me[38;5;111m@e[39me[38;5;111mworkspace:.e[39m e[31mSTDERRe[39m [00:53:06] Error: Command failed with exit code 1: yarn run buildSequential

The error of existing /home/runner/work/joplin/joplin/packages/app-mobile/pluginAssets/katex/fonts happens randomly in recent CI. You need to re-run the jobs.

2 Likes

Ah thanks. I don't see the option to re-run it, probably because it's my first pr and the workflow needed to be approved in the first place. I guess we'll just have to wait for one of the maintainers to re-run it.

All checks are green:

Yeah, Daeraxa re-run it. Good stuff