Skip to content

Instantly share code, notes, and snippets.

@salaboy
Created March 3, 2024 09:49
Show Gist options
  • Save salaboy/dc341ed3606e4389ee00fd644b25e458 to your computer and use it in GitHub Desktop.
Save salaboy/dc341ed3606e4389ee00fd644b25e458 to your computer and use it in GitHub Desktop.
salaboy@salaboyMBP example-voting-app % dagger call vote-app --dir . up
✘ Voteapp.voteApp(
dir: ✔ Host.directory(path: "/Users/salaboy/code/my-forks/example-voting-app"): Directory! 0.0s
): Service! 1.7s
✘ exec /runtime 1.7s
┃ json: error calling MarshalJSON for type *dagger.Service: input: result.run call function "Run": process "/runtime" did not complete successfully: exit code: 2
┃ Stdout:
┃ json: error calling MarshalJSON for type *dagger.Service: input: dapr.dapr call function "Dapr": process "/runtime" did not complete successfully: exit code: 2
┃ Stdout:
┃ json: error calling MarshalJSON for type *dagger.Container: input: container.from invalid reference format
∅ Container.from(address: "redis/redis-stack"): Container! 1.4s
∅ resolve image config for docker.io/redis/redis-stack:latest 1.4s
✘ Result.run(
componentsPath: ✔ Directory.withFile(
path: "results-statestore.yaml"
source: ✔ Directory.file(path: "results-statestore.yaml"): File! 0.0s
): Directory! 0.0s
dir: ✔ Directory.directory(path: "go/result"): Directory! 0.0s
postgresSvc: ✔ Container.asService: Service! 0.0s
): Service! 1.0s
✘ exec /runtime 1.0s
┃ json: error calling MarshalJSON for type *dagger.Service: input: dapr.dapr call function "Dapr": process "/runtime" did not complete successfully: exit code: 2
┃ Stdout:
┃ json: error calling MarshalJSON for type *dagger.Container: input: container.from invalid reference format
✔ dapr: Dapr! 0.6s
✔ exec /runtime 0.6s
✘ Dapr.dapr(
appId: "result"
componentsPath: ✔ Directory.withFile(
path: "results-statestore.yaml"
source: ✔ Directory.file(path: "results-statestore.yaml"): File! 0.0s
): Directory! 0.0s
): Container! 0.2s
✘ exec /runtime 0.2s
┃ json: error calling MarshalJSON for type *dagger.Container: input: container.from invalid reference format
✘ Container.from(address: ""): Container! 0.0s
Error: response from query: input: voteapp.voteApp call function "VoteApp": process "/runtime" did not complete successfully: exit code: 2
Stdout:
json: error calling MarshalJSON for type *dagger.Service: input: result.run call function "Run": process "/runtime" did not complete successfully: exit code: 2
Stdout:
json: error calling MarshalJSON for type *dagger.Service: input: dapr.dapr call function "Dapr": process "/runtime" did not complete successfully: exit code: 2
Stdout:
json: error calling MarshalJSON for type *dagger.Container: input: container.from invalid reference format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment