#Playground error - exec { stdout } - no such file or directory

1 messages · Page 1 of 1 (latest)

tropic iron
#

When executing the following query: https://play.dagger.cloud/playground/CDgV325xCXH

I get this error:

{
  "data": {
    "container": {
      "from": {
        "exec": {
          "stdout": null
        }
      }
    }
  },
  "errors": [
    {
      "message": "open /tmp/buildkit-mount3761279377/meta/stdout: no such file or directory",
      "path": [
        "container",
        "from",
        "exec",
        "stdout"
      ],
      "locations": [
        {
          "line": 5,
          "column": 9
        }
      ]
    }
  ]
}
#

Playground error - exec { stdout } - no such file or directory

empty escarp
#

🤔 it's working here Solomon? If you open the share link you'll see an error since the response is cached, but if you re-run the query it should work

empty escarp
#

Seems like some of the engine pushes yesterday broke it and then it got fixed afterwards as we're updating the playground backend API every time there's a push to main.