dagger / dagger-for-github

GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Apache License 2.0
120 stars 25 forks source link

🐞 ERR actions.deploy._build._dag."0"._dag."0"._op #45

Closed ivorscott closed 2 years ago

ivorscott commented 2 years ago

What is the issue?

I'm trying to run the todoapp example in github ci using the guides example. I have a Netlify Token setup as a Actions secret. However, dagger returns a strange error during the deploy phase.

Screen Shot 2022-04-10 at 17 57 39

Why is this important to you?

I want to understand dagger and get it working with a simple example.

How are you currently working around this?

I found no workaround for this problem.

Log output

Run cd pkg/universe.dagger.io/examples/todoapp time="2022-04-10T15:52:49Z" level=warning msg="commandConn.CloseWrite: commandconn: failed to wait: signal: terminated" time="2022-04-10T15:52:49Z" level=warning msg="commandConn.CloseRead: commandconn: failed to wait: signal: terminated" time="2022-04-10T15:52:49Z" level=warning msg="commandConn.CloseWrite: commandconn: failed to wait: signal: terminated" 3:52PM INF actions.deploy.container.script._load | computing 3:52PM INF client.filesystem."./".read | computing 3:52PM INF actions.test.script._write | computing 3:52PM INF actions.build.run.script._write | computing 3:52PM INF actions.deploy._build._dag."0"._dag."0"._op | computing 3:52PM ERR actions.deploy._build._dag."0"._dag."0"._op | failed: actions.deploy._build._dag."0"._dag."0"._op.source: undefined field: #Ref: /home/runner/work/dagger/dagger/pkg/universe.dagger.io/docker/image.cue:23:14 duration=0s 3:52PM INF actions.deps._dag."2".script._write | computing 3:52PM ERR actions.deps._dag."2".script._write | canceled duration=0s 3:52PM ERR actions.deploy.container.script._load | canceled duration=0s 3:52PM ERR actions.test.script._write | canceled duration=0s 3:52PM ERR actions.build.run.script._write | canceled duration=0s 3:52PM INF client.env | computing 3:52PM INF client.env | completed duration=0s 3:52PM INF actions.deps._dag."0"._dag."0"._op | computing 3:52PM ERR actions.deps._dag."0"._dag."0"._op | failed: actions.deps._dag."0"._dag."0"._op.source: undefined field: #Ref: /home/runner/work/dagger/dagger/pkg/universe.dagger.io/docker/image.cue:23:14 duration=0s 3:52PM ERR client.filesystem."./".read | canceled duration=0s 3:52PM FTL system | failed to execute plan: task failed: actions.deploy._build._dag."0"._dag."0"._op: actions.deploy._build._dag."0"._dag."0"._op.source: undefined field: #Ref: /home/runner/work/dagger/dagger/pkg/universe.dagger.io/docker/image.cue:23:14

Error: Process completed with exit code 1.

Steps to reproduce

Here's the commit and workflow being run. My repository is basically the dagger repo minus the original workflows (I only have 1).

https://github.com/ivorscott/dagger/blob/2db6e572f65cdd0f2dac67eeb7044b05c1617b56/.github/workflows/todoapp.yml

Dagger version

0.2.5

OS version

macOS 12.13.1