Jan-Ove Weichel
04/27/2023, 9:51 AMPiotr Krzemiński
04/27/2023, 9:52 AMJan-Ove Weichel
04/27/2023, 9:54 AMjava.nio.file.NoSuchFileException: actions
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149)
at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
at java.base/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
at java.base/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
at java.base/java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322)
at java.base/java.nio.file.FileTreeIterator.<init>(FileTreeIterator.java:71)
at java.base/java.nio.file.Files.walk(Files.java:3825)
at java.base/java.nio.file.Files.walk(Files.java:3879)
at io.github.typesafegithub.workflows.actionsmetadata.ActionsMetadataReadingKt.readLocalActionTypings(ActionsMetadataReading.kt:25)
at io.github.typesafegithub.workflows.actionsmetadata.ActionsMetadataReadingKt.readActionsMetadata(ActionsMetadataReading.kt:18)
at io.github.typesafegithub.workflows.actionsmetadata.WrappersToGenerateKt$wrappersToGenerate$2.invoke(WrappersToGenerate.kt:3)
at io.github.typesafegithub.workflows.actionsmetadata.WrappersToGenerateKt$wrappersToGenerate$2.invoke(WrappersToGenerate.kt:3)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at io.github.typesafegithub.workflows.actionsmetadata.WrappersToGenerateKt.getWrappersToGenerate(WrappersToGenerate.kt:3)
at io.github.typesafegithub.workflows.scriptgenerator.JobsKt$generateJobs$1.invoke(Jobs.kt:37)
at io.github.typesafegithub.workflows.scriptgenerator.JobsKt$generateJobs$1.invoke(Jobs.kt:13)
at io.github.typesafegithub.workflows.scriptgenerator.KotlinPoetKt.CodeBlock(KotlinPoet.kt:11)
at io.github.typesafegithub.workflows.scriptgenerator.JobsKt.generateJobs(Jobs.kt:13)
at io.github.typesafegithub.workflows.scriptgenerator.GitHubWorkflowKt$workFlowProperty$1.invoke(GitHubWorkflow.kt:35)
at io.github.typesafegithub.workflows.scriptgenerator.GitHubWorkflowKt$workFlowProperty$1.invoke(GitHubWorkflow.kt:24)
at io.github.typesafegithub.workflows.scriptgenerator.KotlinPoetKt.CodeBlock(KotlinPoet.kt:11)
at io.github.typesafegithub.workflows.scriptgenerator.GitHubWorkflowKt.workFlowProperty(GitHubWorkflow.kt:24)
at io.github.typesafegithub.workflows.scriptgenerator.GitHubWorkflowKt.toFileSpec(GitHubWorkflow.kt:16)
at io.github.typesafegithub.workflows.scriptgenerator.GitHubWorkflowKt.toKotlin(GitHubWorkflow.kt:72)
at io.github.typesafegithub.workflows.scriptgenerator.YamlToKotlinScriptKt.yamlToKotlinScript(YamlToKotlinScript.kt:11)
at io.github.typesafegithub.workflows.scriptgenerator.YamlToKotlinScriptKt.yamlToKotlinScript$default(YamlToKotlinScript.kt:9)
at test.GenerateKotlinScripts$1$1$1.invokeSuspend(GenerateKotlinScripts.kt:21)
Piotr Krzemiński
04/27/2023, 10:04 AMjava.nio.file.NoSuchFileException: actions
Jan-Ove Weichel
04/27/2023, 10:12 AMreadLocalActionTypings
function os looking in /github-workflows-kt/script-generator/logic/actions
folder. But it should look in /github-workflows-kt/actions
folder, right?Vampire
04/27/2023, 10:31 AMPiotr Krzemiński
04/27/2023, 10:43 AMJan-Ove Weichel
04/27/2023, 11:32 AMGenerateKotlinScripts
doesn’t create any test cases since it is looking for files with a .yaml
ending in a folder where all files have a .yml
ending. If I run the checks on the main branch without my changes they don’t show any error. But when I only change the thing in GenerateKotlinScripts
they also fail.Piotr Krzemiński
04/27/2023, 11:33 AMJan-Ove Weichel
04/27/2023, 11:49 AMPiotr Krzemiński
04/27/2023, 11:50 AMJan-Ove Weichel
04/27/2023, 7:15 PMPiotr Krzemiński
04/27/2023, 8:00 PMjmfayard
04/28/2023, 5:33 AMPiotr Krzemiński
05/03/2023, 8:56 AMJan-Ove Weichel
05/03/2023, 8:58 AMPiotr Krzemiński
05/03/2023, 8:58 AMJan-Ove Weichel
05/03/2023, 9:06 AMPiotr Krzemiński
05/03/2023, 9:13 AMVampire
05/03/2023, 9:27 AMPiotr Krzemiński
05/03/2023, 9:30 AMVampire
05/03/2023, 9:30 AMBut it would be helpful to know at what places this happens.Isn't the test results in the build scan enough to see where the problem is @Jan-Ove Weichel?
Piotr Krzemiński
05/03/2023, 9:33 AMJan-Ove Weichel
05/03/2023, 9:43 AM