Skip to content
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

"error": "The action failed to generate or locate a binary. See logs for details." #5529

Open
Suraez opened this issue Jan 27, 2025 · 1 comment

Comments

@Suraez
Copy link

Suraez commented Jan 27, 2025

So I tried to deploy this benchmark available here . I followed this steps:

  1. Built the docker image
    docker build -t chamelon .

  2. Tag the docker image
    docker tag chamelon imsuraj/chamelon:latest

  3. Push the docker image to the repository
    docker push imsuraj/chamelon:latest

  4. then tried to deploy the function (using openwhisk-deploy-kube)
    wsk -i action update chamelon --docker imsuraj/chameleon:latest --timeout 300000 --memory 256

  5. then invoke the function
    wsk -i action invoke chamelon -r

And the rest is as follows

Image

The problem is I couldn't find any logs which help me know what exactly is causing the issue. I also tried other benchmarks, same thing.

@style95
Copy link
Member

style95 commented Jan 30, 2025

That's because you didn't provide any codes to run, only the docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants