"error": "The action failed to generate or locate a binary. See logs for details."
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
So I tried to deploy this benchmark available [here ](https://github.com/ddps-lab/serverless-faas-workbench/tree/master/openwhisk/cpu-memory/chameleon). 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

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.
Contributor guide
Research direction
Start by reproducing the deployment from the chameleon benchmark path with the shown `docker` build and `wsk` action commands, then inspect the logs from `openwhisk-deploy-kube` and the action invocation. Done means identifying why the binary generation or lookup fails and documenting the relevant diagnostic output or a confirmed fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, kubernetes
- Domain
- cli, cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100