Skip to content

Instantly share code, notes, and snippets.

@sipsma
Created May 11, 2022 03:14
Show Gist options
  • Save sipsma/48e96dc1841601f23dc65524d6da5696 to your computer and use it in GitHub Desktop.
Save sipsma/48e96dc1841601f23dc65524d6da5696 to your computer and use it in GitHub Desktop.
dagger data race
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 not ok 19 plan/client/env optional unset
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # (in test file ./plan.bats, line 207)
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # `"$DAGGER" "do" -p ./plan/client/env/optional.cue test unset' failed with status 66
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | loading plan args=[
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # "./plan/client/env/optional.cue"
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # ]
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | viper flags map[string]interface {}{"cache-from":[]string{}, "cache-to":[]string{}, "check":false, "dry-run":false, "experimental":false, "format":"txt", "help":false, "log-format":"plain", "log-level":"debug", "name":"", "no-cache":false, "output":"", "output-format":"plain", "plan":"./plan/client/env/optional.cue", "platform":"", "private-key-file":"", "private-key-password":"", "template":"", "update":false, "with":[]string{}}
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | acquiring buildkitd lock lockFilePath=/root/.config/dagger/.buildkitd.lock
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | acquired buildkitd lock
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | detected buildkit config haveHostNetwork=true isActive=true version=v0.10.3
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | platform detected automatically platform={amd64 linux [] }
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG system | spawning buildkit job attrs=null localdirs={}
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM INF actions.image | computing
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM INF client.env | computing
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG actions.image | #1 load metadata for docker.io/library/alpine:3.15.0@sha256:e7d88de73db3d3fd9b2d63aa7f447a10fd0220b7cbf39803c803f2af9ba256b3
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG actions.image | #1 sha256:1f5bddca0155952036184bc25b8cf2e1fae8a056c940354d3136267f1066b5f6
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM INF actions.image | completed duration=0s
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG actions.image | merging task result result={
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # output: {
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # $dagger: {
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # fs: {}
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # }
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # }
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # digest: "sha256:e7d88de73db3d3fd9b2d63aa7f447a10fd0220b7cbf39803c803f2af9ba256b3"
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # config: {
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # env: {
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # }
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cmd: ["/bin/sh"]
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # }
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # }
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # 3:11AM DBG client.env | loading environment variables
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # ==================
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # WARNING: DATA RACE
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # Write at 0x00c0007d6498 by goroutine 40:
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*Vertex).UpdateStatus()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/composite.go:316 +0x14b
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).completeArcs()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:639 +0x3fa
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:364 +0x598
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).relNode()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/context.go:261 +0x9c
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*FieldReference).resolve()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/expr.go:712 +0x56
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Resolve()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/context.go:392 +0x1c7
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).evalExpr()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:1245 +0x7cf
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).addExprConjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:1215 +0xa10
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).expandDisjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/disjunct.go:228 +0x2f28
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:290 +0x12b1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*Vertex).Finalize()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/composite.go:453 +0x2dc
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/cue.(*structValue).at()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/cue/types.go:122 +0x25f
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/cue.Value.Fields()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/cue/types.go:1476 +0x3fd
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # go.dagger.io/dagger/compiler.(*Value).Fields()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /src/compiler/value.go:111 +0x99
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # go.dagger.io/dagger/plan/task.clientEnvTask.Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /src/plan/task/clientenv.go:25 +0xe4
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # go.dagger.io/dagger/plan/task.(*clientEnvTask).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # <autogenerated>:1 +0x78
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # go.dagger.io/dagger/plan.(*Runner).taskFunc.func1()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /src/plan/runner.go:181 +0x92a
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/tools/flow.RunnerFunc.Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/flow.go:114 +0x36
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/tools/flow.(*Controller).runLoop.func1()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/run.go:67 +0x61
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/tools/flow.(*Controller).runLoop.func2()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/run.go:72 +0x47
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 #
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # Previous read at 0x00c0007d6498 by goroutine 29:
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*SelectorExpr).resolve()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/expr.go:893 +0xd9
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Resolve()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/context.go:392 +0x1c7
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).evalExpr()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:1245 +0x7cf
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).addExprConjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:1215 +0xa10
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).insertConjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:376 +0x21b
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:236 +0x9bc
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).completeArcs()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:678 +0x90e
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).postDisjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:574 +0xfb9
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).expandDisjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/disjunct.go:151 +0x627
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:290 +0x12b1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).completeArcs()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:678 +0x90e
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).postDisjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:574 +0xfb9
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).expandDisjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/disjunct.go:151 +0x627
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:290 +0x12b1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).completeArcs()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:678 +0x90e
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).postDisjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:574 +0xfb9
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).expandDisjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/disjunct.go:151 +0x627
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:290 +0x12b1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).completeArcs()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:678 +0x90e
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).postDisjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:574 +0xfb9
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).expandDisjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/disjunct.go:151 +0x627
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:290 +0x12b1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).completeArcs()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:678 +0x90e
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).postDisjunct()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:574 +0xfb9
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*nodeContext).expandDisjuncts()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/disjunct.go:151 +0x627
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*OpContext).Unify()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/eval.go:290 +0x12b1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/internal/core/adt.(*Vertex).Finalize()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/internal/core/adt/composite.go:453 +0x20f
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/tools/flow.(*Controller).updateValue()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/run.go:153 +0x177
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.5 # cuelang.org/go/tools/flow.(*Controller).runLoop()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/run.go:111 +0x3a4
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # cuelang.org/go/tools/flow.(*Controller).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/flow.go:228 +0x145
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/plan.(*Runner).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/plan/runner.go:61 +0x279
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/plan.(*Plan).Do()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/plan/plan.go:200 +0x1d0
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/cmd/dagger/cmd.glob..func2.3()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/cmd/dagger/cmd/do.go:159 +0x88
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/client.(*Client).buildfn.func3()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/client/client.go:243 +0x5e7
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/frontend/gateway/grpcclient/client.go:189 +0x1e8
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/client.(*Client).Build.func2()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/client/build.go:62 +0x58b
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/client.(*Client).solve.func3()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/client/solve.go:231 +0xc1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # golang.org/x/sync/errgroup.(*Group).Go.func1()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x91
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 #
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # Goroutine 40 (running) created at:
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # cuelang.org/go/tools/flow.(*Controller).runLoop()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/run.go:66 +0x604
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # cuelang.org/go/tools/flow.(*Controller).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/dagger/cue@v0.4.1-rc.1.0.20220121023213-66df011a52c2/tools/flow/flow.go:228 +0x145
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/plan.(*Runner).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/plan/runner.go:61 +0x279
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/plan.(*Plan).Do()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/plan/plan.go:200 +0x1d0
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/cmd/dagger/cmd.glob..func2.3()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/cmd/dagger/cmd/do.go:159 +0x88
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/client.(*Client).buildfn.func3()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/client/client.go:243 +0x5e7
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Run()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/frontend/gateway/grpcclient/client.go:189 +0x1e8
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/client.(*Client).Build.func2()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/client/build.go:62 +0x58b
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/client.(*Client).solve.func3()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/client/solve.go:231 +0xc1
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # golang.org/x/sync/errgroup.(*Group).Go.func1()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x91
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 #
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # Goroutine 29 (running) created at:
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # golang.org/x/sync/errgroup.(*Group).Go()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:54 +0xee
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/client.(*Client).solve()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/client/solve.go:230 +0x20e4
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # github.com/moby/buildkit/client.(*Client).Build()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/github.com/moby/buildkit@v0.10.3/client/build.go:68 +0x81c
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/client.(*Client).buildfn()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/client/client.go:221 +0xac8
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # go.dagger.io/dagger/client.(*Client).Do.func2()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /src/client/client.go:124 +0x7a
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # golang.org/x/sync/errgroup.(*Group).Go.func1()
3:12AM INF actions.test.integration._dag."10"._exec | #26 100.6 # /root/.cache/go-mod/golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57 +0x91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment