-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class cast from DependencyExtractorBuildService to DependencyExtractor failed on self-hosted runner #223
Comments
Thanks for your report. Is this issue reproducible? Does it occur on every execution, or just sporadically? One thing that might help is having the full stacktrace to the exception.
You should then be able to see the full stacktrace of the failure in the GitHub Actions logs. |
Are you able to test this on a GitHub-hosted runner? |
Thanks for your quick reply. On my manjaro VM it occurred on every execution. Now I've tried the suggestions with the stacktrace-argument and the other self-hosted runner. The stacktrace didn't seem to bring many new information, but I'll upload the log archive of the failed run for you, just in case it might help you. What made the difference, was the system. I've set up a fresh runner on my host system opensuse leap 15.5 and there it worked immediately. Although I have some kind of a solution now, I can sure try other things, if that helps. Maybe the reason for all this can be found. |
Hi, sorry for the late reply, had some stuff keeping me from developing. I just tried the GitHub-hosted runner "ubuntu-latest" and it also worked. So I assume there are some needed prerequisites, which some systems have and some don't. |
noticed same issue on our side with: |
@damienpalacio Can you confirm that you are using self-hosted runners? Can you provide any details of the environment? |
@bigdaz yes I confirm we use self-hosted runner like this: I know we are using https://github.com/actions/actions-runner-controller but I don't the details of the configuration |
Hi,
I tried setting up the dependency-submission action on my public repo, but it failed due to a cast error like in #146 and #132 of the gradle plugin.
Since it still seems to be a bit unclear what causes this, I will try to provide as many information about my situation as possible. If there's more I can give, feel free to ask.
my environment
What I expected
Well, a green check mark on the actions job and a list of dependencies on my repo for the dependabot. ^^
What I got
What I tried so far
I at least hope contributing any insights on the underlying issue. Of course, if I can try anything else to resolve the issue, I would be more than happy to try it. :)
Please make me aware, if I missed a solution of this issue some where.
The text was updated successfully, but these errors were encountered: