Buildkit: [v0.8.0-rc2] build progress stuck at `RUN --mount=type=cache,sharing=locked` when using shared buildkit for multi project

Created on 20 Nov 2020  路  8Comments  路  Source: moby/buildkit

i make buildkit to share for all projects.
When multi project run at same time.
build progress is stuck at RUN --mount=type=cache,sharing=locked,id=gomod, kill & re run buildx still stuck

May some lock for cache is not release or notice other jobs to continue.

Same configuration and Dockerfile works well v0.8-beta

Each project ci will create builder to use same remote buildkit container.

DOCKER_HOST=ssh://root@buildkit docker buildx create --use --name=builder --driver-opt=image=moby/buildkit:v0.8.0-rc2
needs-investigation statuneeds-more-info

Most helpful comment

v0.8.0-rc3 already fixed this

All 8 comments

@morlay Not sure if it is related but we did find another issue in rc2 that may show up as a stuck buildx build (although unrelated to sharing=locked). #1825 If you could test I pushed an image with the fix tonistiigi/buildkit:v0.8.0-rc2-hotfix.1

@tonistiigi Cool.
With simple testing, I think tonistiigi/buildkit:v0.8.0-rc2-hotfix.1 already fix this.
I will let it running whole day to make sure everything fine.

#33 DONE 3.9s
#29 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build
#29 sha256:d81c3c570c72b260506162cf5f39356439c2400f2528d25c1a50d39b0124eccd
SIGQUIT: quit
PC=0xbc86c m=0 sigcode=0
goroutine 1 [syscall, 18 minutes]:
syscall.Syscall6(0x5f, 0x1, 0xb8, 0x40004bbb98, 0x1000004, 0x0, 0x0, 0x0, 0x40004bbbe8, 0x105d64)
    /usr/local/go/src/syscall/asm_linux_arm64.s:35 +0x10 fp=0x40004bbb40 sp=0x40004bbb30 pc=0xbc850
os.(*Process).blockUntilWaitable(0x40005ca060, 0x25, 0x28, 0x2d)
    /usr/local/go/src/os/wait_waitid.go:31 +0x74 fp=0x40004bbc30 sp=0x40004bbb40 pc=0xdfc34
os.(*Process).wait(0x40005ca060, 0x5, 0x17e2338, 0x17e2340)
    /usr/local/go/src/os/exec_unix.go:22 +0x34 fp=0x40004bbcb0 sp=0x40004bbc30 pc=0xd7d44
os.(*Process).Wait(...)
    /usr/local/go/src/os/exec.go:125
os/exec.(*Cmd).Wait(0x40005c8000, 0x0, 0x0)
    /usr/local/go/src/os/exec/exec.go:506 +0x48 fp=0x40004bbd30 sp=0x40004bbcb0 pc=0x106218
os/exec.(*Cmd).Run(0x40005c8000, 0x40003601c0, 0xffffc3d2d6e6)
    /usr/local/go/src/os/exec/exec.go:342 +0x54 fp=0x40004bbd60 sp=0x40004bbd30 pc=0x105974
main.tryPluginRun(0x1a7c840, 0x40003601c0, 0x4000394780, 0xffffc3d2d6e6, 0x6, 0x4000118d80, 0x24)
    /go/src/github.com/docker/cli/cmd/docker/docker.go:201 +0x60 fp=0x40004bbdd0 sp=0x40004bbd60 pc=0x127f300
main.runDocker(0x40003601c0, 0x19dcf60, 0x400000e020)
    /go/src/github.com/docker/cli/cmd/docker/docker.go:268 +0x218 fp=0x40004bbec0 sp=0x40004bbdd0 pc=0x127ff48
main.main()
    /go/src/github.com/docker/cli/cmd/docker/docker.go:292 +0xcc fp=0x40004bbf50 sp=0x40004bbec0 pc=0x12800fc
runtime.main()
    /usr/local/go/src/runtime/proc.go:203 +0x214 fp=0x40004bbfd0 sp=0x40004bbf50 pc=0x3eb34
runtime.goexit()
    /usr/local/go/src/runtime/asm_arm64.s:1128 +0x4 fp=0x40004bbfd0 sp=0x40004bbfd0 pc=0x69a14
goroutine 7 [syscall, 18 minutes]:
os/signal.signal_recv(0x0)
    /usr/local/go/src/runtime/sigqueue.go:147 +0xc4
os/signal.loop()
    /usr/local/go/src/os/signal/signal_unix.go:23 +0x20
created by os/signal.init.0
    /usr/local/go/src/os/signal/signal_unix.go:29 +0x38
goroutine 9 [chan receive]:
github.com/docker/cli/vendor/k8s.io/klog.(*loggingT).flushDaemon(0x297cd60)
    /go/src/github.com/docker/cli/vendor/k8s.io/klog/klog.go:1010 +0x70
created by github.com/docker/cli/vendor/k8s.io/klog.init.0
    /go/src/github.com/docker/cli/vendor/k8s.io/klog/klog.go:411 +0x118
r0      0x1
r1      0xb8
r2      0x40004bbb98
r3      0x1000004
r4      0x0
r5      0x0
r6      0x1
r7      0x0
r8      0x5f
r9      0x1
r10     0x2
r11     0x40005ca000
r12     0x3
r13     0x40005d03b8
r14     0x0
r15     0x0
r16     0x39
r17     0x78
r18     0x0
r19     0x8
r20     0x40004bbc08
r21     0x40004bbd58
r22     0x0
r23     0x17
r24     0x12
r25     0x400050d200
r26     0x40004bba68
r27     0x297d198
r28     0x4000000180
r29     0x40004bbb28
lr      0xbc850
sp      0x40004bbb30
pc      0xbc86c
fault   0x0
panic: exit status 2

another build. locked at same time

#33 DONE 11.6s
#29 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build
#29 sha256:a5027aa54aa2dd3b18a0f93dd60f1af8a3922dc49a5e3d633fccf587cd518b57
SIGQUIT: quit
PC=0x4b49c8 m=0 sigcode=0
goroutine 1 [syscall, 10 minutes]:
syscall.Syscall6(0xf7, 0x1, 0xcf, 0xc0004c9bc8, 0x1000004, 0x0, 0x0, 0xc0004c9c08, 0x4d17dc, 0xc000367170)
    /usr/local/go/src/syscall/asm_linux_amd64.s:44 +0x5 fp=0xc0004c9b78 sp=0xc0004c9b70 pc=0x4b49a5
os.(*Process).blockUntilWaitable(0xc0000f1c50, 0xc0003278a0, 0xc000367170, 0xc00016e000)
    /usr/local/go/src/os/wait_waitid.go:31 +0x98 fp=0xc0004c9c68 sp=0xc0004c9b78 pc=0x4daa18
os.(*Process).wait(0xc0000f1c50, 0x1ebd1f0, 0x1ebd1f8, 0x1ebd1e8)
    /usr/local/go/src/os/exec_unix.go:22 +0x39 fp=0xc0004c9ce0 sp=0xc0004c9c68 pc=0x4d2429
os.(*Process).Wait(...)
    /usr/local/go/src/os/exec.go:125
os/exec.(*Cmd).Wait(0xc00016e000, 0x0, 0x0)
    /usr/local/go/src/os/exec/exec.go:506 +0x60 fp=0xc0004c9d58 sp=0xc0004c9ce0 pc=0x504ba0
os/exec.(*Cmd).Run(0xc00016e000, 0xc0003d81c0, 0x7ffe9276c6ac)
    /usr/local/go/src/os/exec/exec.go:342 +0x5c fp=0xc0004c9d80 sp=0xc0004c9d58 pc=0x50401c
main.tryPluginRun(0x2145f60, 0xc0003d81c0, 0xc0002fcc80, 0x7ffe9276c6ac, 0x6, 0xc0003a6240, 0x24)
    /go/src/github.com/docker/cli/cmd/docker/docker.go:201 +0x7e fp=0xc0004c9de8 sp=0xc0004c9d80 pc=0x191ab7e
main.runDocker(0xc0003d81c0, 0x209bb80, 0xc0000f8010)
    /go/src/github.com/docker/cli/cmd/docker/docker.go:268 +0x2ac fp=0xc0004c9ed0 sp=0xc0004c9de8 pc=0x191bbcc
main.main()
    /go/src/github.com/docker/cli/cmd/docker/docker.go:292 +0xf1 fp=0xc0004c9f60 sp=0xc0004c9ed0 pc=0x191bde1
runtime.main()
    /usr/local/go/src/runtime/proc.go:203 +0x206 fp=0xc0004c9fe0 sp=0xc0004c9f60 pc=0x42ff26
runtime.goexit()
    /usr/local/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0004c9fe8 sp=0xc0004c9fe0 pc=0x45ba01
goroutine 5 [syscall, 10 minutes]:
os/signal.signal_recv(0x45ba06)
    /usr/local/go/src/runtime/sigqueue.go:147 +0x9c
os/signal.loop()
    /usr/local/go/src/os/signal/signal_unix.go:23 +0x22
created by os/signal.init.0
    /usr/local/go/src/os/signal/signal_unix.go:29 +0x41
goroutine 7 [chan receive]:
github.com/docker/cli/vendor/k8s.io/klog.(*loggingT).flushDaemon(0x302d160)
    /go/src/github.com/docker/cli/vendor/k8s.io/klog/klog.go:1010 +0x8b
created by github.com/docker/cli/vendor/k8s.io/klog.init.0
    /go/src/github.com/docker/cli/vendor/k8s.io/klog/klog.go:411 +0xd6
rax    0xf7
rbx    0xc00006f900
rcx    0x4b49ca
rdx    0xc0004c9bc8
rdi    0x1
rsi    0xcf
rbp    0xc0004c9c58
rsp    0xc0004c9b70
r8     0x0
r9     0x0
r10    0x1000004
r11    0x202
r12    0xffffffffffffffff
r13    0x98
r14    0x97
r15    0xaa
rip    0x4b49c8
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
panic: exit status 2

buildx build may run on arm64 or amd64 by gitlab-runner.

2020-11-24 10:32:36 | time="2020-11-24T02:32:36Z" level=debug msg="diff applied" d=2.758218232s dgst="sha256:3b05efe33b216a9590c9ef9a17fbaed7ed56cec484af67ab6486f0588a1717ce" media=application/vnd.docker.image.rootfs.diff.tar.gzip size=112574766
聽 | 聽 | 2020-11-24 10:34:29 | SIGQUIT: quit
聽 | 聽 | 2020-11-24 10:34:29 | PC=0x460ef1 m=0 sigcode=0
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 0 [idle]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.futex(0x1d1e9a8, 0x80, 0x0, 0x0, 0xc000000000, 0x7fff00000000, 0x4352e3, 0xc0004b6148, 0x7fff36d4fbd0, 0x40b04f, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sys_linux_amd64.s:535 +0x21
聽 | 聽 | 2020-11-24 10:34:29 | runtime.futexsleep(0x1d1e9a8, 0x7fff00000000, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/os_linux.go:44 +0x46
聽 | 聽 | 2020-11-24 10:34:29 | runtime.notesleep(0x1d1e9a8)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/lock_futex.go:151 +0x9f
聽 | 聽 | 2020-11-24 10:34:29 | runtime.stoplockedm()
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:2074 +0x88
聽 | 聽 | 2020-11-24 10:34:29 | runtime.schedule()
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:2475 +0x485
聽 | 聽 | 2020-11-24 10:34:29 | runtime.park_m(0xc0004d8600)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:2616 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | runtime.mcall(0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/asm_amd64.s:318 +0x5b
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 1 [select, 80 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | main.main.func3(0xc000190f20, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:266 +0xa2f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/urfave/cli.HandleAction(0x10d10e0, 0x133a0a0, 0xc000190f20, 0xc000190f20, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/urfave/cli/app.go:523 +0xbe
聽 | 聽 | 2020-11-24 10:34:29 | github.com/urfave/cli.(*App).Run(0xc000206540, 0xc00003a1b0, 0x1, 0x1, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/urfave/cli/app.go:285 +0x5ec
聽 | 聽 | 2020-11-24 10:34:29 | main.main()
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:293 +0xd59
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 18 [syscall, 80 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | os/signal.signal_recv(0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sigqueue.go:147 +0x9c
聽 | 聽 | 2020-11-24 10:34:29 | os/signal.loop()
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/os/signal/signal_unix.go:23 +0x22
聽 | 聽 | 2020-11-24 10:34:29 | created by os/signal.init.0
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/os/signal/signal_unix.go:29 +0x41
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 66 [chan receive, 80 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/appcontext.Context.func1.1(0xc000370540, 0xc0003a2040, 0xc000220010)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/appcontext/appcontext.go:30 +0x38
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/appcontext.Context.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/appcontext/appcontext.go:28 +0xfe
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 67 [sync.Cond.Wait, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0003450d0, 0xc000000340)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0003450c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/cond.(*StatefulCond).Wait(0xc000118e40)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/cond/cond.go:28 +0xaf
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).loop(0xc0003f2620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:101 +0x18a
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.newScheduler
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:35 +0x1ab
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 12 [chan receive, 80 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).loop.func2(0xc0003f2620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:76 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).loop
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:75 +0x77
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 68 [IO wait]:
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.runtime_pollWait(0x7f51fb932598, 0x72, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/netpoll.go:184 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).wait(0xc000046598, 0x72, 0x0, 0x0, 0x12e345f)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).waitRead(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*FD).Accept(0xc000046580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1f8
聽 | 聽 | 2020-11-24 10:34:29 | net.(*netFD).accept(0xc000046580, 0xc00000e3e8, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/fd_unix.go:238 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | net.(*UnixListener).accept(0xc000119050, 0xc000087d30, 0xc000087d38, 0x18)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/unixsock_posix.go:162 +0x32
聽 | 聽 | 2020-11-24 10:34:29 | net.(*UnixListener).Accept(0xc000119050, 0x1339c58, 0xc0000be1a0, 0x14cf9c0, 0xc00000e3e8)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/unixsock.go:260 +0x47
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).Serve(0xc0000be1a0, 0x14b7f20, 0xc000119050, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:621 +0x22e
聽 | 聽 | 2020-11-24 10:34:29 | main.serveGRPC.func1.1(0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:330 +0x142
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000118f90, 0xc00011b840)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 69 [semacquire, 80 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc000118fa0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc000118f98)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc000118f90, 0xc000115060, 0xc000115090)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | main.serveGRPC.func2(0xc0002a51a0, 0xc000118f90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:335 +0x2b
聽 | 聽 | 2020-11-24 10:34:29 | created by main.serveGRPC
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:334 +0x39e
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39322 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).build.func2(0x14bdfa0, 0xc000d4edc0, 0xc000e87aa0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:234 +0x48
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).build
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:233 +0x371
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 7519 [select, 74 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000f5b200, 0x14bdfe0, 0xc0000440a8, 0xc000d7c8d0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39352 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000d138d0, 0xc000000003)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000d138c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0010fb710, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0010fb230, 0x14951e0, 0xc0010fb710)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 30875 [select, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0009fe000, 0x14bdfe0, 0xc0000440a8, 0xc001b42ff0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46269 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Session.func1(0xc000f04a80, 0xc000284560)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:372 +0x34
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/control.(*Controller).Session
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:371 +0x16e
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46270 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000bf4a80)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0xc2
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.newCCBalancerWrapper
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38825 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000fe41e0, 0x14bdfe0, 0xc0000440a8, 0xc000bc8000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43562 [chan receive, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status.func2(0xc000677768, 0xc000941d00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:304 +0x7eb
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000bade30, 0xc001344b00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 25338 [sync.Cond.Wait, 33 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000ef3450, 0xc00000000a)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000ef3440)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0010246f0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001024660, 0x14951e0, 0xc0010246f0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39321 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | context.propagateCancel.func1(0x14be820, 0xc000292cc0, 0x14a6ee0, 0xc000d9e040)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:259 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by context.propagateCancel
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:258 +0x1ce
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44030 [select, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | context.propagateCancel.func1(0x14be820, 0xc000515b40, 0x14a6ee0, 0xc00143c9c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:259 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by context.propagateCancel
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:258 +0x1ce
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 26387 [select, 33 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000fe48a0, 0x14bdfe0, 0xc0000440a8, 0xc001a09f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38777 [select, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc001970000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:966 +0x26b
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Server
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:297 +0x1082
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 20878 [sync.Cond.Wait, 53 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000d4b6d0, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000d4b6c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000ad0630, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000ad05a0, 0x14951e0, 0xc000ad0630)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46526 [chan receive, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do.func1(0xc0011d8bd0, 0xc000743990, 0x12e023c, 0x4)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:71 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*Group).do
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:69 +0x1b4
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39962 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000ed1500, 0x14bdfe0, 0xc0000440a8, 0xc001cbb6b0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38783 [select, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*MultiReader).Reader.func1(0x14be060, 0xc0016410b0, 0xc000fa2150, 0xc000726e40)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:37 +0xc1
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*MultiReader).Reader
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:36 +0x1c2
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47562 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc0006df580, 0xc000ff8330)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 40232 [sync.Cond.Wait, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001382bd0, 0xc000000008)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001382bc0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000bf21e0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000c9db00, 0x14951e0, 0xc000bf21e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50558 [select, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).wait(0xc000296510, 0x14bdfa0, 0xc001c11180, 0xc000675090, 0x12e023c, 0x4, 0x1)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:150 +0x2a9
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do(0xc000675090, 0x14bdfa0, 0xc001c11180, 0x12e023c, 0x4, 0xc001c111c0, 0x10, 0x1160380, 0x47, 0xc0011b0cf0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:78 +0x1eb
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).Do(0xc000675090, 0x14bdfa0, 0xc001c11180, 0x12e023c, 0x4, 0xc001c111c0, 0x40a5b5, 0x1160380, 0x11a2400, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:37 +0x7a
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*sharedOp).Exec(0xc000675080, 0x14bdfa0, 0xc001c11180, 0xc000124790, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:754 +0x1c5
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*edge).execOp(0xc00079e8c0, 0x14bdfa0, 0xc001c11180, 0xc001001590, 0xc001001590, 0x0, 0xc0002dc080)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/edge.go:890 +0xb3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/internal/pipe.NewWithFunction.func2()
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/internal/pipe/pipe.go:82 +0x44
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).newRequestWithFunc
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:285 +0x142
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39696 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000a83380, 0x14bdfe0, 0xc0000440a8, 0xc0010fb710)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 37304 [sync.Cond.Wait, 10 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000bf45d0, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000bf45c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001dd5f20, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001dd5e90, 0x14951e0, 0xc001dd5f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 41191 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000ecb740, 0x14bdfe0, 0xc0000440a8, 0xc0016b8ae0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47086 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc000e61040, 0xc001369c20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 417 [sync.Cond.Wait, 79 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0001e4a90, 0xc00000000a)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0001e4a80)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0007d7620, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0007d7590, 0x14951e0, 0xc0007d7620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 460 [select, 79 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000171440, 0x14bdfe0, 0xc0000440a8, 0xc0007d7620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 28240 [select, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000fe4420, 0x14bdfe0, 0xc0000440a8, 0xc00112f080)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39316 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).wait(0xc000714990, 0x14bdfa0, 0xc000f91880, 0xc0005d61a0, 0x12e2727, 0x6, 0x438238)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:150 +0x2a9
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do(0xc0005d61a0, 0x14bdfa0, 0xc000f91880, 0x12e2727, 0x6, 0xc0006e8140, 0x0, 0xc0009bc090, 0x18, 0xc000be4620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:78 +0x1eb
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).Do(0xc0005d61a0, 0x14bdfa0, 0xc000f91880, 0x12e2727, 0x6, 0xc0006e8140, 0xc000be4668, 0x45bc40, 0xc000cfec00, 0x4)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:37 +0x7a
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*resultProxy).Result(0xc0005d6190, 0x14bdfa0, 0xc000f91880, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:209 +0x107
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Solve.func2.1(0xc000be4768, 0xc000ea54f8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:145 +0x57
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000bba120, 0xc000f91ac0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46523 [select, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).wait(0xc0011d8bd0, 0x14bdfa0, 0xc0006de580, 0xc000743990, 0x12e023c, 0x4, 0x1)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:150 +0x2a9
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do(0xc000743990, 0x14bdfa0, 0xc0006de580, 0x12e023c, 0x4, 0xc0006de640, 0x10, 0x1160380, 0x47, 0xc000878cf0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:78 +0x1eb
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).Do(0xc000743990, 0x14bdfa0, 0xc0006de580, 0x12e023c, 0x4, 0xc0006de640, 0x40a5b5, 0x1160380, 0x11a2400, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:37 +0x7a
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*sharedOp).Exec(0xc000743980, 0x14bdfa0, 0xc0006de580, 0xc0006e9520, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:754 +0x1c5
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*edge).execOp(0xc000fdd040, 0x14bdfa0, 0xc0006de580, 0xc000119dd0, 0xc000119dd0, 0x0, 0xc001371b80)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/edge.go:890 +0xb3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/internal/pipe.NewWithFunction.func2()
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/internal/pipe/pipe.go:82 +0x44
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).newRequestWithFunc
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:285 +0x142
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 7721 [sync.Cond.Wait, 74 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000f26e50, 0xc000000003)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000f26e40)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000975080, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000974f60, 0x14951e0, 0xc000975080)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50593 [chan receive, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do.func1(0xc000296510, 0xc000675090, 0x12e023c, 0x4)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:71 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*Group).do
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:69 +0x1b4
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 31228 [select, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000de1740, 0x14bdfe0, 0xc0000440a8, 0xc001a9da10)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 25745 [sync.Cond.Wait, 33 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0011cedd0, 0xc000000014)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0011cedc0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001a09f20, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001a09e60, 0x14951e0, 0xc001a09f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 969 [sync.Cond.Wait, 79 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc00091c2d0, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc00091c2c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0003e9f50, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0003e9ec0, 0x14951e0, 0xc0003e9f50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38808 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.monitorHealth(0x14bdfa0, 0xc001c9a0c0, 0xc0001d3880, 0xc0000eca70)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpc.go:87 +0x1d6
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/session.grpcClientConn
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpc.go:73 +0x333
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46536 [select, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000f9dce0, 0x14bdfa0, 0xc001b0f800, 0xc000badf50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47072 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | main.unaryInterceptor.func1.1(0x14bdfa0, 0xc001bf4380, 0x14bdfa0, 0xc0003440c0, 0xc000229a90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:533 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by main.unaryInterceptor.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:532 +0x121
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 21314 [sync.Cond.Wait, 53 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000f90dd0, 0xc000000013)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000f90dc0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0003bd860, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0003bd3b0, 0x14951e0, 0xc0003bd860)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39976 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do.func1(0xc000d514d0, 0xc0006746d0, 0x12e023c, 0x4)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:71 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*Group).do
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:69 +0x1b4
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 15338 [select, 58 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc001c1e060, 0x14bdfe0, 0xc0000440a8, 0xc00076d470)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38975 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc00012d650, 0xc000000008)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc00012d640)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000bc8000, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc00112f1d0, 0x14951e0, 0xc000bc8000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50560 [sync.Cond.Wait, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001c11250, 0xc000000000)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001c11240)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001001860, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0010017a0, 0x14951e0, 0xc001001860)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47105 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc001bf5440, 0xc000c64ba0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 37421 [select, 10 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000171080, 0x14bdfe0, 0xc0000440a8, 0xc001dd5f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47084 [chan receive, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status.func2(0xc00128b768, 0xc00181ec00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:304 +0x7eb
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0013698c0, 0xc0003b83e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46535 [select, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000f9d740, 0x14bdfe0, 0xc0000440a8, 0xc0011c63f0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 997 [sync.Cond.Wait, 79 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0009da490, 0xc00000004d)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0009da480)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0009d9f20, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0009d9e90, 0x14951e0, 0xc0009d9f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43561 [sync.Cond.Wait, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001b0f910, 0xc00000016e)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001b0f900)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000badf50, 0x14bdfa0, 0xc001b0f800, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*Job).Status(0xc000b1ee80, 0x14bdfa0, 0xc001b0f800, 0xc000ea4c00, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/progress.go:25 +0xd49
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Status(0xc0002a50e0, 0x14bdfa0, 0xc001b0f800, 0xc001d10940, 0x19, 0xc000ea4c00, 0x1, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:317 +0xbe
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status.func1(0xc000be8f68, 0x1)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:299 +0x5e
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000bade30, 0xc000bade60)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 324 [select, 79 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000d94000, 0x14bdfe0, 0xc0000440a8, 0xc0003e9f50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47087 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*MultiReader).Reader.func1(0x14be060, 0xc001369dd0, 0xc000c64d20, 0xc0003b8420)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:37 +0xc1
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*MultiReader).Reader
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:36 +0x1c2
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38803 [semacquire, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc001640f10)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc001640f08)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc001640f00, 0xc000726e00, 0x14bdfa0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status(0xc00038e480, 0xc001640ea0, 0x14cca20, 0xc000458830, 0xc00038e480, 0xc000726de0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:362 +0x1a3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Status_Handler(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc000726de0, 0x1212ac0, 0xc0001d3180)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1499 +0x109
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.StreamServerInterceptor(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc000726de0, 0xc000726d40, 0x1339160, 0x14be001, 0xc000726de0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:33 +0x52
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc000726de0, 0x14be060, 0xc001640e40)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingStreamServerInterceptor.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc0001aa840, 0xc000726d40, 0xc000726d60, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:114 +0x353
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc0001aa840, 0xc001086c20, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc0001aa840, 0xc000726d40, 0x1339160, 0x14be060, 0xc001640e10)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:58 +0xcf
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processStreamingRPC(0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000940100, 0xc000118ed0, 0x1d0b960, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1336 +0x486
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000940100, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1409 +0xcbe
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000121000, 0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000940100)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47564 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do.func1(0xc000f88bd0, 0xc000556c90, 0x12e2727, 0x6)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:71 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*Group).do
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:69 +0x1b4
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47070 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.(*Manager).handleConn(0xc00011ae00, 0x14bdfa0, 0xc000bf4b00, 0x14cf600, 0xc0001ae3f0, 0xc000c64480, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/manager.go:144 +0x4c2
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.(*Manager).HandleConn(0xc00011ae00, 0x14bdfa0, 0xc000bf4800, 0x14cf600, 0xc0001ae3f0, 0xc000c64480, 0x0, 0x203000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/manager.go:97 +0x74
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Session(0xc00038e480, 0x14cf2a0, 0xc0002844c0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:376 +0x1be
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Session_Handler(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc00155d600, 0x1212ac0, 0xc000099500)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1516 +0xad
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.StreamServerInterceptor(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc00155d600, 0xc00155d560, 0x1339150, 0x14be001, 0xc00155d600)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:33 +0x52
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc00155d600, 0x14be060, 0xc0010b9650)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingStreamServerInterceptor.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000742e40, 0xc00155d560, 0xc00155d580, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:114 +0x353
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000742e40, 0xc00154ec20, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000742e40, 0xc00155d560, 0x1339150, 0x14be060, 0xc0010b9620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:58 +0xcf
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processStreamingRPC(0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b200, 0xc000118ed0, 0x1d0b980, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1336 +0x486
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b200, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1409 +0xcbe
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000187de0, 0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b200)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 12692 [sync.Cond.Wait, 59 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000a80fd0, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000a80fc0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001024ff0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001024f00, 0x14951e0, 0xc001024ff0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39974 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc001383480, 0xc001cbb6b0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 37699 [sync.Cond.Wait, 10 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000e60cd0, 0xc00000001d)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000e60cc0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000bf3740, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000bf3110, 0x14951e0, 0xc000bf3740)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43618 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | main.unaryInterceptor.func1.1(0x14bdfa0, 0xc001d8b700, 0x14bdfa0, 0xc0003440c0, 0xc000606fd0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:533 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by main.unaryInterceptor.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:532 +0x121
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47411 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc00117d260, 0x14bdfe0, 0xc0000440a8, 0xc000b4b050)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38810 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000ce0c30, 0x1, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x122
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc0014ac060, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1e3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0xc000206000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x7b
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Client
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xedb
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43608 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc00125c640)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0xc2
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.newCCBalancerWrapper
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44037 [select, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000a014a0, 0x14bdfe0, 0xc0000440a8, 0xc0009950e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39964 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000ed16e0, 0x14bdfa0, 0xc000d12040, 0xc001641020)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46534 [select, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000f9d200, 0x14bdfe0, 0xc0000440a8, 0xc001082270)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47648 [sync.Cond.Wait, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000db7850, 0xc00000006b)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000db7840)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000e0a660, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000e0a450, 0x14951e0, 0xc000e0a660)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 31410 [select, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc00136c8a0, 0x14bdfe0, 0xc0000440a8, 0xc000b72d20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46528 [select, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | context.propagateCancel.func1(0x14be820, 0xc001371e40, 0x14a6ee0, 0xc0006de700)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:259 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by context.propagateCancel
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:258 +0x1ce
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43565 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*MultiReader).Reader.func1(0x14be060, 0xc0011c8000, 0xc0011c64e0, 0xc001344b60)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:37 +0xc1
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*MultiReader).Reader
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:36 +0x1c2
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47607 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc00183e060, 0x14bdfe0, 0xc0000440a8, 0xc000ff8330)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 22227 [select, 53 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc001538300, 0x14bdfe0, 0xc0000440a8, 0xc0003bd860)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 40286 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000a895c0, 0x14bdfe0, 0xc0000440a8, 0xc000bf21e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50528 [select, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0009fe120, 0x14bdfe0, 0xc0000440a8, 0xc001001860)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46347 [select, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc00183fce0, 0x14bdfe0, 0xc0000440a8, 0xc001c68f30)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39471 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000813500, 0x14bdfe0, 0xc0000440a8, 0xc000d58d50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43564 [chan receive, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc001b0f8c0, 0xc000badf50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 28784 [sync.Cond.Wait, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000aa5990, 0xc000000029)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000aa5980)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000b72d20, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000b72bd0, 0x14951e0, 0xc000b72d20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47561 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).wait(0xc000f88bd0, 0x14bdfa0, 0xc0006df500, 0xc000556c90, 0x12e2727, 0x6, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:150 +0x2a9
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do(0xc000556c90, 0x14bdfa0, 0xc0006df500, 0x12e2727, 0x6, 0xc0000ec370, 0xc00072a000, 0x1009, 0x2000, 0xc000f50e20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:78 +0x1eb
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).Do(0xc000556c90, 0x14bdfa0, 0xc0006df500, 0x12e2727, 0x6, 0xc0000ec370, 0x4053ec, 0xc0009a0300, 0x4, 0xc000f50f78)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:37 +0x7a
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*resultProxy).Result(0xc000556c80, 0x14bdfa0, 0xc0006df500, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:209 +0x107
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Solve.func2.1(0xc000f50f68, 0xc0002d6d80)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:145 +0x57
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000ff8210, 0xc0006df540)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38782 [chan receive, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc000d12080, 0xc001641020)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 12929 [select, 59 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000a0c900, 0x14bdfe0, 0xc0000440a8, 0xc001024ff0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46524 [chan receive, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc0006de680, 0xc001082270)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39319 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do.func1(0xc000714990, 0xc0005d61a0, 0x12e2727, 0x6)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:71 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*Group).do
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:69 +0x1b4
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47080 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc00189eaa0, 0x1, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x122
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc0019f40c0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1e3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.newHTTP2Server.func2(0xc0009e3200)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:291 +0xcb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Server
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:288 +0x105d
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 7411 [sync.Cond.Wait, 74 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000da6a50, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000da6a40)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000d7c8d0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000d7c780, 0x14951e0, 0xc000d7c8d0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46272 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.monitorHealth(0x14bdfa0, 0xc000bf4b00, 0xc000eb8000, 0xc0002847a0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpc.go:87 +0x1d6
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/session.grpcClientConn
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpc.go:73 +0x333
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47566 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | context.propagateCancel.func1(0x14be820, 0xc001973900, 0x14a6ee0, 0xc0006df800)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:259 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by context.propagateCancel
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:258 +0x1ce
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38784 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000ca23d0, 0xc000000036)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000ca23c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000fa2030, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*MultiReader).handle(0xc000fa2150, 0xc0016410b0, 0xc000fa2150)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:56 +0x11d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*MultiReader).Reader
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:47 +0x220
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38790 [chan receive, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc000ca2380, 0xc000fa2030)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 13374 [sync.Cond.Wait, 56 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0010d59d0, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0010d59c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001022ed0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001022e40, 0x14951e0, 0xc001022ed0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39335 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000ef0fc0, 0x14bdfe0, 0xc0000440a8, 0xc000bba330)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50499 [select, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc001ea6000, 0x14bdfe0, 0xc0000440a8, 0xc000e0a660)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 7826 [sync.Cond.Wait, 74 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000b33c10, 0xc00000001d)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000b33c00)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000b3c390, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000b3c300, 0x14951e0, 0xc000b3c390)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38805 [chan receive, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Session.func1(0xc00147a420, 0xc0000ec770)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:372 +0x34
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/control.(*Controller).Session
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:371 +0x16e
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38778 [IO wait]:
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.runtime_pollWait(0x7f51fb931ca8, 0x72, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/netpoll.go:184 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).wait(0xc0005e8318, 0x72, 0x8000, 0x8000, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).waitRead(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*FD).Read(0xc0005e8300, 0xc000faa000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
聽 | 聽 | 2020-11-24 10:34:29 | net.(*netFD).Read(0xc0005e8300, 0xc000faa000, 0x8000, 0x8000, 0x0, 0x800010601, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/fd_unix.go:202 +0x4f
聽 | 聽 | 2020-11-24 10:34:29 | net.(*conn).Read(0xc0009502c0, 0xc000faa000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/net.go:184 +0x68
聽 | 聽 | 2020-11-24 10:34:29 | bufio.(*Reader).Read(0xc000a858c0, 0xc00041a2d8, 0x9, 0x9, 0x48b6ea, 0x8000000000000000, 0x465ad497fa6)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/bufio/bufio.go:226 +0x26a
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1494160, 0xc000a858c0, 0xc00041a2d8, 0x9, 0x9, 0x9, 0x8798f5, 0xc000e44d88, 0xc001151e30)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.readFrameHeader(0xc00041a2d8, 0x9, 0x9, 0x1494160, 0xc000a858c0, 0x0, 0x0, 0x7070e0910100402, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:237 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.(*Framer).ReadFrame(0xc00041a2a0, 0xc000341780, 0x1d1da20, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:492 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc001970000, 0xc001640de0, 0x1339c90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:453 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams(0xc0000be1a0, 0x14d2720, 0xc001970000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:742 +0xf3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleRawConn.func1(0xc0000be1a0, 0x14d2720, 0xc001970000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:703 +0x3f
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).handleRawConn
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:702 +0x4fd
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 25627 [sync.Cond.Wait, 32 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0015ac990, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0015ac980)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000e42240, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000e42180, 0x14951e0, 0xc000e42240)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47565 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).build(0xc0003f2620, 0x14bdfa0, 0xc000db65c0, 0x0, 0x14c2b20, 0xc000db6480, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:238 +0x388
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*Job).Build(0xc000b1f100, 0x14bdfa0, 0xc0006df800, 0x0, 0x14c2ba0, 0xc00109db00, 0xc00109db00, 0x0, 0x0, 0xc000bee700)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:504 +0x114
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*llbBridge).loadResult(0xc0019ddb80, 0x14bdfa0, 0xc0006df800, 0xc0012ec930, 0x0, 0x0, 0x0, 0xc000a86c00, 0xc0001d3180, 0x7f51fdbd7b28, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:103 +0x6d3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.newResultProxy.func1(0x14bdfa0, 0xc0006df800, 0xc0012455d0, 0x40cda8, 0x10, 0x116dca0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:160 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*resultProxy).Result.func2(0x14bdfa0, 0xc0006df800, 0x14bdfa0, 0xc0006df800, 0xc0000ec490, 0x1)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:220 +0x177
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).run(0xc000f88bd0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:121 +0xee
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).doSlow(0xc000f88c30, 0xc0000ec480)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:66 +0xe3
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).Do(0xc000f88c30, 0xc0000ec480)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:57 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*call).wait
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:148 +0x214
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 28273 [sync.Cond.Wait, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001592a50, 0xc00000000a)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001592a40)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc00112f080, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc00112eff0, 0x14951e0, 0xc00112f080)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46527 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*cacheRefGetter).getRefCacheDirNoCache(0xc000473398, 0x14be060, 0xc001082690, 0xc000522890, 0x10, 0x0, 0x0, 0xc001becb08, 0x6, 0x4f0801, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:131 +0x3db
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*cacheRefGetter).getRefCacheDir(0xc000473398, 0x14be060, 0xc001082690, 0x0, 0x0, 0xc001becb08, 0x6, 0xc000000002, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:102 +0x27b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*MountManager).getRefCacheDir(0xc000b32d00, 0x14be060, 0xc001082690, 0x0, 0x0, 0xc001becb08, 0x6, 0xc00010fbc0, 0xc000000002, 0x1494de0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:61 +0x21c
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*MountManager).MountableCache(0xc000b32d00, 0x14be060, 0xc001082690, 0xc00010fbc0, 0x0, 0x0, 0x1494de0, 0xc000cd25a0, 0xc08e29, 0x7f51fb2e00b0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:379 +0xb2
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/frontend/gateway.PrepareMounts(0x14be060, 0xc001082690, 0xc000b32d00, 0x14d25a0, 0xc0001d81e0, 0x1494de0, 0xc000cd25a0, 0xc000349fa0, 0x2, 0x2, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/frontend/gateway/container.go:191 +0xee0
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/ops.(*execOp).Exec(0xc001278870, 0x14be060, 0xc001082690, 0x1494de0, 0xc000cd25a0, 0xc0006e9520, 0x1, 0x1, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/ops/exec.go:227 +0x224
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*sharedOp).Exec.func2(0x14be060, 0xc001082690, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:770 +0x37b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).run(0xc0011d8bd0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:121 +0xee
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).doSlow(0xc0011d8c30, 0xc0006e9570)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:66 +0xe3
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).Do(0xc0011d8c30, 0xc0006e9570)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:57 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*call).wait
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:148 +0x214
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38368 [select, 10 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000a44000, 0x14bdfe0, 0xc0000440a8, 0xc000bf3740)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 3544 [select, 79 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000cc0120, 0x14bdfe0, 0xc0000440a8, 0xc0009d9f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39978 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | context.propagateCancel.func1(0x14be820, 0xc00046c560, 0x14a6ee0, 0xc001383500)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:259 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by context.propagateCancel
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:258 +0x1ce
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47082 [IO wait]:
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.runtime_pollWait(0x7f51fb9320b8, 0x72, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/netpoll.go:184 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).wait(0xc00056ed98, 0x72, 0x8000, 0x8000, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).waitRead(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*FD).Read(0xc00056ed80, 0xc0016ce000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
聽 | 聽 | 2020-11-24 10:34:29 | net.(*netFD).Read(0xc00056ed80, 0xc0016ce000, 0x8000, 0x8000, 0x0, 0x800010601, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/fd_unix.go:202 +0x4f
聽 | 聽 | 2020-11-24 10:34:29 | net.(*conn).Read(0xc000166450, 0xc0016ce000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/net.go:184 +0x68
聽 | 聽 | 2020-11-24 10:34:29 | bufio.(*Reader).Read(0xc000fa6540, 0xc0010c2d58, 0x9, 0x9, 0x48b6ea, 0x8000000000000000, 0x4659d6b6c66)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/bufio/bufio.go:226 +0x26a
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1494160, 0xc000fa6540, 0xc0010c2d58, 0x9, 0x9, 0x9, 0x8798f5, 0xc00189eb08, 0xc001553e30)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.readFrameHeader(0xc0010c2d58, 0x9, 0x9, 0x1494160, 0xc000fa6540, 0x0, 0x0, 0x7070e0910100402, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:237 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.(*Framer).ReadFrame(0xc0010c2d20, 0xc0001222c0, 0x1d1da20, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:492 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc0009e3200, 0xc0013694a0, 0x1339c90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:453 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams(0xc0000be1a0, 0x14d2720, 0xc0009e3200)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:742 +0xf3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleRawConn.func1(0xc0000be1a0, 0x14d2720, 0xc0009e3200)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:703 +0x3f
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).handleRawConn
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:702 +0x4fd
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38807 [chan receive, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*addrConn).resetTransport(0xc000205600)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/clientconn.go:1156 +0x6ea
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*addrConn).connect
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/clientconn.go:799 +0x128
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47088 [sync.Cond.Wait, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001bf5850, 0xc0000000ae)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001bf5840)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000c64ba0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*MultiReader).handle(0xc000c64d20, 0xc001369dd0, 0xc000c64d20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:56 +0x11d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*MultiReader).Reader
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:47 +0x220
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 9273 [select, 74 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000cfbbc0, 0x14bdfe0, 0xc0000440a8, 0xc000b3c390)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46368 [select, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0009a2240, 0x14bdfe0, 0xc0000440a8, 0xc00112ed50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43500 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000fbd9f0, 0x1, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x122
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000cc8720, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1e3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.newHTTP2Server.func2(0xc000e8a000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:291 +0xcb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Server
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:288 +0x105d
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43452 [sync.Cond.Wait, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000a57790, 0xc00000007c)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000a57780)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001c68f30, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001c68e70, 0x14951e0, 0xc001c68f30)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39977 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*cacheRefGetter).getRefCacheDirNoCache(0xc00061b398, 0x14be060, 0xc001cbbce0, 0xc000120620, 0x10, 0x0, 0x0, 0xc00042ddd8, 0x6, 0x4f0801, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:131 +0x3db
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*cacheRefGetter).getRefCacheDir(0xc00061b398, 0x14be060, 0xc001cbbce0, 0x0, 0x0, 0xc00042ddd8, 0x6, 0xc000000002, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:102 +0x27b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*MountManager).getRefCacheDir(0xc000a572c0, 0x14be060, 0xc001cbbce0, 0x0, 0x0, 0xc00042ddd8, 0x6, 0xc0008f07e0, 0xc000000002, 0x1494de0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:61 +0x21c
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*MountManager).MountableCache(0xc000a572c0, 0x14be060, 0xc001cbbce0, 0xc0008f07e0, 0x0, 0x0, 0x1494de0, 0xc000b306c0, 0xc08e29, 0x7f51fb29ea60, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:379 +0xb2
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/frontend/gateway.PrepareMounts(0x14be060, 0xc001cbbce0, 0xc000a572c0, 0x14d25a0, 0xc0001d81e0, 0x1494de0, 0xc000b306c0, 0xc0006e8340, 0x2, 0x2, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/frontend/gateway/container.go:191 +0xee0
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/ops.(*execOp).Exec(0xc0013ba050, 0x14be060, 0xc001cbbce0, 0x1494de0, 0xc000b306c0, 0xc001570640, 0x1, 0x1, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/ops/exec.go:227 +0x224
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*sharedOp).Exec.func2(0x14be060, 0xc001cbbce0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:770 +0x37b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).run(0xc000d514d0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:121 +0xee
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).doSlow(0xc000d51530, 0xc0015706b0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:66 +0xe3
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).Do(0xc000d51530, 0xc0015706b0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:57 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*call).wait
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:148 +0x214
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50594 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*cacheRefGetter).getRefCacheDirNoCache(0xc000c0b398, 0x14be060, 0xc001001980, 0xc002544750, 0x10, 0x0, 0x0, 0xc000c9edc8, 0x6, 0x4f0801, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:131 +0x3db
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*cacheRefGetter).getRefCacheDir(0xc000c0b398, 0x14be060, 0xc001001980, 0x0, 0x0, 0xc000c9edc8, 0x6, 0xc000000002, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:102 +0x27b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*MountManager).getRefCacheDir(0xc000e60000, 0x14be060, 0xc001001980, 0x0, 0x0, 0xc000c9edc8, 0x6, 0xc0010090e0, 0xc000000002, 0x1494de0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:61 +0x21c
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/mounts.(*MountManager).MountableCache(0xc000e60000, 0x14be060, 0xc001001980, 0xc0010090e0, 0x0, 0x0, 0x1494de0, 0xc0010f0360, 0xc08e29, 0x7f51fb2da0b0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/mounts/mount.go:379 +0xb2
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/frontend/gateway.PrepareMounts(0x14be060, 0xc001001980, 0xc000e60000, 0x14d25a0, 0xc0001d81e0, 0x1494de0, 0xc0010f0360, 0xc0000ec7c0, 0x2, 0x2, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/frontend/gateway/container.go:191 +0xee0
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver/ops.(*execOp).Exec(0xc00189e050, 0x14be060, 0xc001001980, 0x1494de0, 0xc0010f0360, 0xc000124790, 0x1, 0x1, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/ops/exec.go:227 +0x224
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*sharedOp).Exec.func2(0x14be060, 0xc001001980, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:770 +0x37b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).run(0xc000296510)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:121 +0xee
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).doSlow(0xc000296570, 0xc0001247f0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:66 +0xe3
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).Do(0xc000296570, 0xc0001247f0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:57 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*call).wait
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:148 +0x214
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 17453 [select, 56 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000f5a900, 0x14bdfe0, 0xc0000440a8, 0xc001022ed0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 7906 [select, 74 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0009fe540, 0x14bdfe0, 0xc0000440a8, 0xc000975080)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38809 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*recvBufferReader).read(0xc000ce0960, 0xc001516cd0, 0x5, 0x5, 0x5, 0x0, 0x133aa60)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:174 +0xc7
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0xc000ce0960, 0xc001516cd0, 0x5, 0x5, 0xc001088b30, 0xc00105cc40, 0xc001088810)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:168 +0x21a
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*transportReader).Read(0xc0014501e0, 0xc001516cd0, 0x5, 0x5, 0xc0003ccce0, 0xc001088838, 0x8be7bc)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:479 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1495d00, 0xc0014501e0, 0xc001516cd0, 0x5, 0x5, 0x5, 0xc0003ccc42, 0x11, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*Stream).Read(0xc000940400, 0xc001516cd0, 0x5, 0x5, 0xc000030000, 0x113e500, 0x20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:463 +0xcd
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*parser).recvMsg(0xc001516cc0, 0x400000, 0xc000bddd00, 0xc0003ccc40, 0x13, 0x13, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:510 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.recvAndDecompress(0xc001516cc0, 0xc000940400, 0x0, 0x0, 0x400000, 0x0, 0x0, 0x0, 0xc0003ccc40, 0xc001088a88, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:641 +0x4d
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.recv(0xc001516cc0, 0x7f51fb96bd28, 0x1d3a7d0, 0xc000940400, 0x0, 0x0, 0x12807a0, 0xc0014cb840, 0x400000, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:709 +0x9b
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*serverStream).RecvMsg(0xc000674000, 0x12807a0, 0xc0014cb840, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/stream.go:1473 +0x170
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session/grpchijack.(*conn).Read(0xc000372230, 0xc001050000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpchijack/dial.go:74 +0x21e
聽 | 聽 | 2020-11-24 10:34:29 | bufio.(*Reader).Read(0xc000f17f20, 0xc00142c118, 0x9, 0x9, 0xc00007b500, 0x7f51fdbd6008, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/bufio/bufio.go:226 +0x26a
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1494160, 0xc000f17f20, 0xc00142c118, 0x9, 0x9, 0x9, 0x8798f5, 0xc0003ccdcc, 0xc001088de0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.readFrameHeader(0xc00142c118, 0x9, 0x9, 0x1494160, 0xc000f17f20, 0x0, 0xbfe73a2d00000000, 0x465ad2e610c, 0x1d1da20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:237 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.(*Framer).ReadFrame(0xc00142c0e0, 0xc0003ccdc0, 0xc0003ccdc0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:492 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc000206000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1273 +0x183
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Client
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xd23
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46525 [sync.Cond.Wait, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0006de6d0, 0xc000000000)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0006de6c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001082270, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001641dd0, 0x14951e0, 0xc001082270)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43610 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.monitorHealth(0x14bdfa0, 0xc00125c740, 0xc0004b6a80, 0xc00001bd30)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpc.go:87 +0x1d6
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/session.grpcClientConn
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpc.go:73 +0x333
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50609 [select, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0009fe360, 0x14bdfe0, 0xc0000440a8, 0xc000c64ba0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39317 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc000f91b00, 0xc000bba330)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44029 [chan receive, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).build(0xc0003f2620, 0x14bdfa0, 0xc0011ac200, 0x0, 0x14c2b20, 0xc0011ac100, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:238 +0x388
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*Job).Build(0xc000b1ee80, 0x14bdfa0, 0xc00143c9c0, 0x0, 0x14c2ba0, 0xc0006fbb80, 0xc0006fbb80, 0x0, 0x0, 0x30)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:504 +0x114
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*llbBridge).loadResult(0xc000fbdea0, 0x14bdfa0, 0xc00143c9c0, 0xc001024e40, 0x0, 0x0, 0x0, 0xc000c8f680, 0xc000a08380, 0x7f51fdbd7b28, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:103 +0x6d3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.newResultProxy.func1(0x14bdfa0, 0xc00143c9c0, 0xc000d6e5d0, 0x40cda8, 0x10, 0x116dca0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:160 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*resultProxy).Result.func2(0x14bdfa0, 0xc00143c9c0, 0x14bdfa0, 0xc00143c9c0, 0xc000349850, 0xc00143c8c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:220 +0x177
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).run(0xc000ddf0e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:121 +0xee
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).doSlow(0xc000ddf140, 0xc000349840)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:66 +0xe3
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).Do(0xc000ddf140, 0xc000349840)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:57 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*call).wait
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:148 +0x214
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39884 [chan receive, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc0012bc200, 0xc0016faae0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47124 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc00189ed70, 0x1, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x122
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000fa7320, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1e3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0xc0002061c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x7b
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Client
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xedb
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43609 [chan receive, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*addrConn).resetTransport(0xc0011da000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/clientconn.go:1156 +0x6ea
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*addrConn).connect
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/clientconn.go:799 +0x128
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39320 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).build(0xc0003f2620, 0x14bdfa0, 0xc000d4edc0, 0x0, 0x14c2b20, 0xc000d4e980, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:238 +0x388
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*Job).Build(0xc0009fc800, 0x14bdfa0, 0xc000d9e040, 0x0, 0x14c2ba0, 0xc000134b80, 0xc000134b80, 0x0, 0x0, 0xc0004c5000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:504 +0x114
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*llbBridge).loadResult(0xc0002ea5f0, 0x14bdfa0, 0xc000d9e040, 0xc00135bc50, 0x0, 0x0, 0x0, 0xc000cff380, 0xc0001d3180, 0x7f51fdbd7460, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:103 +0x6d3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.newResultProxy.func1(0x14bdfa0, 0xc000d9e040, 0xc000da95d0, 0x40cda8, 0x10, 0x116dca0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:160 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*resultProxy).Result.func2(0x14bdfa0, 0xc000d9e040, 0x14bdfa0, 0xc000d9e040, 0xc0006e81b0, 0xc00007bc00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:220 +0x177
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).run(0xc000714990)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:121 +0xee
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).doSlow(0xc0007149f0, 0xc0006e81a0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:66 +0xe3
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Once).Do(0xc0007149f0, 0xc0006e81a0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/once.go:57 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*call).wait
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:148 +0x214
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50595 [select, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | context.propagateCancel.func1(0x14be820, 0xc0002dc440, 0x14a6ee0, 0xc001c11280)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:259 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by context.propagateCancel
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/context/context.go:258 +0x1ce
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38776 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000e44d20, 0x1, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x122
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc0008f0240, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1e3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.newHTTP2Server.func2(0xc001970000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:291 +0xcb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Server
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:288 +0x105d
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47567 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).build.func2(0x14bdfa0, 0xc000db65c0, 0xc0011c6720)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:234 +0x48
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).build
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:233 +0x371
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 13315 [sync.Cond.Wait, 58 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001255190, 0xc00000001a)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001255180)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc00076d470, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc00076d0b0, 0x14951e0, 0xc00076d470)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 21331 [sync.Cond.Wait, 52 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000e63290, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000e63280)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000ac2e40, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000ac2cf0, 0x14951e0, 0xc000ac2e40)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39963 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000ed1680, 0x14bdfe0, 0xc0000440a8, 0xc000fa2030)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43612 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc000feee60, 0x1, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:395 +0x122
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc000cc8a80, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/controlbuf.go:513 +0x1e3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.newHTTP2Client.func3(0xc000206380)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:346 +0x7b
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Client
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:344 +0xedb
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47614 [sync.Cond.Wait, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0015edcd0, 0xc000000014)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0015edcc0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000bab3e0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000bab2f0, 0x14951e0, 0xc000bab3e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43440 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc001d52000, 0x14bdfe0, 0xc0000440a8, 0xc001d91350)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 25433 [select, 33 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000c2e900, 0x14bdfe0, 0xc0000440a8, 0xc0010246f0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44028 [chan receive, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do.func1(0xc000ddf0e0, 0xc0004fab50, 0x12e2727, 0x6)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:71 +0x3c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.(*Group).do
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:69 +0x1b4
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47081 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc0009e3200)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:966 +0x26b
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Server
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:297 +0x1082
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47069 [semacquire, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc0013698d0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc0013698c8)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc0013698c0, 0xc0003b83e0, 0x14bdfa0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status(0xc00038e480, 0xc0013696e0, 0x14cca20, 0xc0013135b0, 0xc00038e480, 0xc0003b83c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:362 +0x1a3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Status_Handler(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc0003b83c0, 0x1212ac0, 0xc0009dd180)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1499 +0x109
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.StreamServerInterceptor(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc0003b83c0, 0xc0003b8320, 0x1339160, 0x14be001, 0xc0003b83c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:33 +0x52
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc0003b83c0, 0x14be060, 0xc0013696b0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingStreamServerInterceptor.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc00070c000, 0xc0003b8320, 0xc0003b8340, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:114 +0x353
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc00070c000, 0xc001552c20, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc00070c000, 0xc0003b8320, 0x1339160, 0x14be060, 0xc001369560)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:58 +0xcf
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processStreamingRPC(0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b100, 0xc000118ed0, 0x1d0b960, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1336 +0x486
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b100, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1409 +0xcbe
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000187de0, 0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b100)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 20997 [select, 53 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc000a43500, 0x14bdfe0, 0xc0000440a8, 0xc000ad0630)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 46271 [chan receive, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*addrConn).resetTransport(0xc001456000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/clientconn.go:1156 +0x6ea
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*addrConn).connect
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/clientconn.go:799 +0x128
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43566 [sync.Cond.Wait, 4 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001d8bb50, 0xc000000175)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001d8bb40)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0011c63f0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*MultiReader).handle(0xc0011c64e0, 0xc0011c8000, 0xc0011c64e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:56 +0x11d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*MultiReader).Reader
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/multireader.go:47 +0x220
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38779 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000d120d0, 0xc00000002e)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000d120c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001641020, 0x14bdfa0, 0xc000d12040, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*Job).Status(0xc0009fc800, 0x14bdfa0, 0xc000d12040, 0xc000a85920, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/progress.go:25 +0xd49
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Status(0xc0002a50e0, 0x14bdfa0, 0xc000d12040, 0xc0014afc20, 0x19, 0xc000a85920, 0xc000a9dfa8, 0x8f605b)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:317 +0xbe
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status.func1(0xc000a9df68, 0xc000940100)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:299 +0x5e
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001640f00, 0xc001640f30)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39973 [select, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).wait(0xc000d514d0, 0x14bdfa0, 0xc001383400, 0xc0006746d0, 0x12e023c, 0x4, 0x1)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:150 +0x2a9
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do(0xc0006746d0, 0x14bdfa0, 0xc001383400, 0x12e023c, 0x4, 0xc001383440, 0x10, 0x1160380, 0x47, 0xc000666cf0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:78 +0x1eb
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).Do(0xc0006746d0, 0x14bdfa0, 0xc001383400, 0x12e023c, 0x4, 0xc001383440, 0x40a5b5, 0x1160380, 0x11a2400, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:37 +0x7a
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*sharedOp).Exec(0xc0006746c0, 0x14bdfa0, 0xc001383400, 0xc001570640, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/jobs.go:754 +0x1c5
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*edge).execOp(0xc0000ee640, 0x14bdfa0, 0xc001383400, 0x46df32, 0x133aab0, 0x0, 0xc000be9f20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/edge.go:890 +0xb3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/internal/pipe.NewWithFunction.func2()
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/internal/pipe/pipe.go:82 +0x44
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).newRequestWithFunc
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:285 +0x142
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43607 [chan receive, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Session.func1(0xc00086d7a0, 0xc00001b950)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:372 +0x34
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/control.(*Controller).Session
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:371 +0x16e
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44095 [sync.Cond.Wait, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0011ad190, 0xc0000000e3)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0011ad180)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc00112ed50, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc00112eb40, 0x14951e0, 0xc00112ed50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43504 [semacquire, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc000994f10)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc000994f08)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc000994f00, 0xc00122b140, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Solve(0xc0002a50e0, 0x14be060, 0xc0011c6360, 0xc001b1c620, 0x19, 0xc001b1c640, 0x19, 0x0, 0x0, 0xc000523ff0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:164 +0x53f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Solve(0xc00038e480, 0x14be060, 0xc0011c6360, 0xc000cd3560, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:275 +0x4fa
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Solve_Handler.func1(0x14be060, 0xc0011c6360, 0x12a8c40, 0xc000cd3560, 0xc001d8b740, 0x40, 0x40, 0x10c11e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1489 +0x86
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.UnaryServerInterceptor(0x14be060, 0xc0011c6360, 0x12a8c40, 0xc000cd3560, 0xc0002fe520, 0xc0002fe540, 0x40, 0x10c11e0, 0x14be001, 0xc001d8b740)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:14 +0x6f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1(0x14be060, 0xc0011c6360, 0x12a8c40, 0xc000cd3560, 0x14be060, 0xc0011c6360, 0x14d94e0, 0x1d3a440)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1(0x14be060, 0xc0011c6360, 0x12a8c40, 0xc000cd3560, 0xc0002fe520, 0xc0002fe580, 0x0, 0x0, 0x1494460, 0xc000114de0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:57 +0x2d3
聽 | 聽 | 2020-11-24 10:34:29 | main.unaryInterceptor.func1(0x14bdfa0, 0xc001d8b700, 0x12a8c40, 0xc000cd3560, 0xc0002fe520, 0xc0002fe580, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:540 +0x17b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1(0x14be060, 0xc0011c62a0, 0x12a8c40, 0xc000cd3560, 0xc000941e00, 0x0, 0xc001655ae8, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1(0x14be060, 0xc0011c62a0, 0x12a8c40, 0xc000cd3560, 0xc0002fe520, 0xc0002fe540, 0xc001655b58, 0x5be928, 0x1212ac0, 0xc0011c62a0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 +0xd5
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Solve_Handler(0x1203f40, 0xc00038e480, 0x14be060, 0xc0011c62a0, 0xc0015b3440, 0xc0001c76b0, 0x14be060, 0xc0011c62a0, 0xc0007b4000, 0x2fd)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1491 +0x14b
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processUnaryRPC(0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941e00, 0xc000118ed0, 0x1d08dd8, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1082 +0x4fd
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941e00, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1405 +0xd25
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000523dc0, 0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941e00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 28702 [sync.Cond.Wait, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001623910, 0xc000000014)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001623900)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001a9da10, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001a9d8f0, 0x14951e0, 0xc001a9da10)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47563 [sync.Cond.Wait, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0006df6d0, 0xc000000000)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0006df6c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000ff8330, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000ff82a0, 0x14951e0, 0xc000ff8330)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43617 [chan receive, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.(*Manager).handleConn(0xc00011ae00, 0x14bdfa0, 0xc00125c740, 0x14cf600, 0xc0003fabd0, 0xc0011c6180, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/manager.go:144 +0x4c2
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.(*Manager).HandleConn(0xc00011ae00, 0x14bdfa0, 0xc00125c3c0, 0x14cf600, 0xc0003fabd0, 0xc0011c6180, 0x0, 0x203000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/manager.go:97 +0x74
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Session(0xc00038e480, 0x14cf2a0, 0xc00001b7a0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:376 +0x1be
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Session_Handler(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001577ca0, 0x1212ac0, 0xc0009dc000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1516 +0xad
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.StreamServerInterceptor(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001577ca0, 0xc001577c00, 0x1339150, 0x14be001, 0xc001577ca0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:33 +0x52
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001577ca0, 0x14be060, 0xc0010b8cc0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingStreamServerInterceptor.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000674300, 0xc001577c00, 0xc001577c20, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:114 +0x353
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000674300, 0xc001177c20, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000674300, 0xc001577c00, 0x1339150, 0x14be060, 0xc0010b8c90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:58 +0xcf
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processStreamingRPC(0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941f00, 0xc000118ed0, 0x1d0b980, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1336 +0x486
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941f00, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1409 +0xcbe
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000523dc0, 0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941f00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38788 [semacquire, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc000bba130)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc000bba128)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc000bba120, 0xc000fb9140, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Solve(0xc0002a50e0, 0x14be060, 0xc00112fc80, 0xc000b58140, 0x19, 0xc000b58160, 0x19, 0x0, 0x0, 0xc0012ea110, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:164 +0x53f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Solve(0xc00038e480, 0x14be060, 0xc00112fc80, 0xc000a699e0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:275 +0x4fa
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Solve_Handler.func1(0x14be060, 0xc00112fc80, 0x12a8c40, 0xc000a699e0, 0xc000ca22c0, 0x40, 0x40, 0x10c11e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1489 +0x86
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.UnaryServerInterceptor(0x14be060, 0xc00112fc80, 0x12a8c40, 0xc000a699e0, 0xc0005402e0, 0xc000540300, 0x40, 0x10c11e0, 0x14be001, 0xc000ca22c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:14 +0x6f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1(0x14be060, 0xc00112fc80, 0x12a8c40, 0xc000a699e0, 0x14be060, 0xc00112fc80, 0x14d94e0, 0x1d3a440)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1(0x14be060, 0xc00112fc80, 0x12a8c40, 0xc000a699e0, 0xc0005402e0, 0xc000540360, 0x0, 0x0, 0x1494460, 0xc000114de0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:57 +0x2d3
聽 | 聽 | 2020-11-24 10:34:29 | main.unaryInterceptor.func1(0x14bdfa0, 0xc000ca2280, 0x12a8c40, 0xc000a699e0, 0xc0005402e0, 0xc000540360, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:540 +0x17b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1(0x14be060, 0xc00112fb90, 0x12a8c40, 0xc000a699e0, 0xc000ce2000, 0x0, 0xc000859ae8, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1(0x14be060, 0xc00112fb90, 0x12a8c40, 0xc000a699e0, 0xc0005402e0, 0xc000540300, 0xc000859b58, 0x5be928, 0x1212ac0, 0xc00112fb90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 +0xd5
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Solve_Handler(0x1203f40, 0xc00038e480, 0x14be060, 0xc00112fb90, 0xc0008f0300, 0xc0001c76b0, 0x14be060, 0xc00112fb90, 0xc000301800, 0x39d)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1491 +0x14b
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processUnaryRPC(0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000ce2000, 0xc000118ed0, 0x1d08dd8, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1082 +0x4fd
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000ce2000, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1405 +0xd25
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000121000, 0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000ce2000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47071 [semacquire, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc000ff8220)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc000ff8218)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc000ff8210, 0xc0012e1140, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Solve(0xc0002a50e0, 0x14be060, 0xc000c64b10, 0xc001c305e0, 0x19, 0xc001c30640, 0x19, 0x0, 0x0, 0xc0006a2b90, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:164 +0x53f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Solve(0xc00038e480, 0x14be060, 0xc000c64b10, 0xc001267e60, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:275 +0x4fa
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Solve_Handler.func1(0x14be060, 0xc000c64b10, 0x12a8c40, 0xc001267e60, 0xc001bf44c0, 0x40, 0x40, 0x10c11e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1489 +0x86
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.UnaryServerInterceptor(0x14be060, 0xc000c64b10, 0x12a8c40, 0xc001267e60, 0xc00163e580, 0xc00163e5a0, 0x40, 0x10c11e0, 0x14be001, 0xc001bf44c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:14 +0x6f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1(0x14be060, 0xc000c64b10, 0x12a8c40, 0xc001267e60, 0x14be060, 0xc000c64b10, 0x14d94e0, 0x1d3a440)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1(0x14be060, 0xc000c64b10, 0x12a8c40, 0xc001267e60, 0xc00163e580, 0xc00163e5e0, 0x0, 0x0, 0x1494460, 0xc000114de0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:57 +0x2d3
聽 | 聽 | 2020-11-24 10:34:29 | main.unaryInterceptor.func1(0x14bdfa0, 0xc001bf4380, 0x12a8c40, 0xc001267e60, 0xc00163e580, 0xc00163e5e0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:540 +0x17b
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1(0x14be060, 0xc000c649c0, 0x12a8c40, 0xc001267e60, 0xc00010b300, 0x0, 0xc001179ae8, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1(0x14be060, 0xc000c649c0, 0x12a8c40, 0xc001267e60, 0xc00163e580, 0xc00163e5a0, 0xc001179b58, 0x5be928, 0x1212ac0, 0xc000c649c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 +0xd5
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Solve_Handler(0x1203f40, 0xc00038e480, 0x14be060, 0xc000c649c0, 0xc0019f4540, 0xc0001c76b0, 0x14be060, 0xc000c649c0, 0xc00001ef00, 0x248)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1491 +0x14b
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processUnaryRPC(0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b300, 0xc000118ed0, 0x1d08dd8, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1082 +0x4fd
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b300, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1405 +0xd25
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000187de0, 0xc0000be1a0, 0x14d2720, 0xc0009e3200, 0xc00010b300)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43501 [select, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc000e8a000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:966 +0x26b
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Server
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:297 +0x1082
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 18421 [select, 52 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc00158fb60, 0x14bdfe0, 0xc0000440a8, 0xc000ac2e40)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43611 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*recvBufferReader).read(0xc000fbde00, 0xc001577bf0, 0x5, 0x5, 0x5, 0x0, 0x133aa60)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:174 +0xc7
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0xc000fbde00, 0xc001577bf0, 0x5, 0x5, 0xc001657b30, 0xc001b1c600, 0xc001657810)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:168 +0x21a
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*transportReader).Read(0xc0011c6210, 0xc001577bf0, 0x5, 0x5, 0xc0003cd620, 0xc001657838, 0x8be7bc)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:479 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1495d00, 0xc0011c6210, 0xc001577bf0, 0x5, 0x5, 0x5, 0xc0003cd4a2, 0x11, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*Stream).Read(0xc000941f00, 0xc001577bf0, 0x5, 0x5, 0xc000030000, 0x113e500, 0x20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:463 +0xcd
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*parser).recvMsg(0xc001577be0, 0x400000, 0xc001a5d440, 0xc0003cd4a0, 0x13, 0x13, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:510 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.recvAndDecompress(0xc001577be0, 0xc000941f00, 0x0, 0x0, 0x400000, 0x0, 0x0, 0x0, 0xc0003cd4a0, 0xc001657a88, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:641 +0x4d
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.recv(0xc001577be0, 0x7f51fb96bd28, 0x1d3a7d0, 0xc000941f00, 0x0, 0x0, 0x12807a0, 0xc0014cbc80, 0x400000, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:709 +0x9b
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*serverStream).RecvMsg(0xc000674300, 0x12807a0, 0xc0014cbc80, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/stream.go:1473 +0x170
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session/grpchijack.(*conn).Read(0xc0003fabd0, 0xc0013b0000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpchijack/dial.go:74 +0x21e
聽 | 聽 | 2020-11-24 10:34:29 | bufio.(*Reader).Read(0xc000cc8960, 0xc0010c2498, 0x9, 0x9, 0xc00007b500, 0x7f51fdbd6008, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/bufio/bufio.go:226 +0x26a
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1494160, 0xc000cc8960, 0xc0010c2498, 0x9, 0x9, 0x9, 0x8798f5, 0xc0003cde0c, 0xc001657de0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.readFrameHeader(0xc0010c2498, 0x9, 0x9, 0x1494160, 0xc000cc8960, 0x0, 0xbfe73a2d00000000, 0x465b5f90b82, 0x1d1da20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:237 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.(*Framer).ReadFrame(0xc0010c2460, 0xc0003cde00, 0xc0003cde00, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:492 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc000206380)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1273 +0x183
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Client
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xd23
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39371 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc00012d490, 0xc000000003)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc00012d480)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000d58d50, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000d58c00, 0x14951e0, 0xc000d58d50)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44027 [sync.Cond.Wait, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc00143c990, 0xc000000000)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc00143c980)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0009950e0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000994ff0, 0x14951e0, 0xc0009950e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 28881 [sync.Cond.Wait, 17 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000eb0b10, 0xc000000019)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000eb0b00)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001b42ff0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001b42ed0, 0x14951e0, 0xc001b42ff0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 40621 [sync.Cond.Wait, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0016236d0, 0xc000000016)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0016236c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc0016b8ae0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc0016b8a50, 0x14951e0, 0xc0016b8ae0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43503 [semacquire, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_Semacquire(0xc000bade40)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:56 +0x42
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*WaitGroup).Wait(0xc000bade38)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/waitgroup.go:130 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Wait(0xc000bade30, 0xc001344b00, 0x14bdfa0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:40 +0x31
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status(0xc00038e480, 0xc000baddd0, 0x14cca20, 0xc000260b40, 0xc00038e480, 0xc001344ae0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:362 +0x1a3
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Status_Handler(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001344ae0, 0x1212ac0, 0xc0004b6000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1499 +0x109
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.StreamServerInterceptor(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001344ae0, 0xc001344a20, 0x1339160, 0x14be001, 0xc001344ae0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:33 +0x52
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001344ae0, 0x14be060, 0xc000badda0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingStreamServerInterceptor.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000742c00, 0xc001344a20, 0xc001344a40, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:114 +0x353
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000742c00, 0xc000d8bc20, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000742c00, 0xc001344a20, 0x1339160, 0x14be060, 0xc000badd70)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:58 +0xcf
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processStreamingRPC(0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941d00, 0xc000118ed0, 0x1d0b960, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1336 +0x486
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941d00, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1409 +0xcbe
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000523dc0, 0xc0000be1a0, 0x14d2720, 0xc000e8a000, 0xc000941d00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38780 [chan receive, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status.func2(0xc000a99768, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:304 +0x7eb
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc001640f00, 0xc000726e00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47270 [sync.Cond.Wait, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc001222490, 0xc000000009)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc001222480)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000b4b050, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000b4af90, 0x14951e0, 0xc000b4b050)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44026 [chan receive, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc00143c940, 0xc0009950e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43502 [IO wait]:
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.runtime_pollWait(0x7f51fb931898, 0x72, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/netpoll.go:184 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).wait(0xc000b1ed18, 0x72, 0x8000, 0x8000, 0xffffffffffffffff)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*pollDesc).waitRead(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_poll_runtime.go:92
聽 | 聽 | 2020-11-24 10:34:29 | internal/poll.(*FD).Read(0xc000b1ed00, 0xc0012f6000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
聽 | 聽 | 2020-11-24 10:34:29 | net.(*netFD).Read(0xc000b1ed00, 0xc0012f6000, 0x8000, 0x8000, 0x0, 0x800010601, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/fd_unix.go:202 +0x4f
聽 | 聽 | 2020-11-24 10:34:29 | net.(*conn).Read(0xc0009be8c8, 0xc0012f6000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/net/net.go:184 +0x68
聽 | 聽 | 2020-11-24 10:34:29 | bufio.(*Reader).Read(0xc0015b3080, 0xc00119e118, 0x9, 0x9, 0x48b6ea, 0x8000000000000000, 0x465b612d1e8)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/bufio/bufio.go:226 +0x26a
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1494160, 0xc0015b3080, 0xc00119e118, 0x9, 0x9, 0x9, 0x8798f5, 0xc000fbda58, 0xc00165ae30)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.readFrameHeader(0xc00119e118, 0x9, 0x9, 0x1494160, 0xc0015b3080, 0x0, 0x0, 0x7070e0910100402, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:237 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.(*Framer).ReadFrame(0xc00119e0e0, 0xc0000952c0, 0x1d1da20, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:492 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc000e8a000, 0xc000ff9b90, 0x1339c90)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_server.go:453 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams(0xc0000be1a0, 0x14d2720, 0xc000e8a000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:742 +0xf3
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleRawConn.func1(0xc0000be1a0, 0x14d2720, 0xc000e8a000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:703 +0x3f
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).handleRawConn
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:702 +0x4fd
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50385 [select, 2 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0017d97a0, 0x14bdfe0, 0xc0000440a8, 0xc000bab3e0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 40596 [sync.Cond.Wait, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000bf4c50, 0xc000000070)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000bf4c40)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001d91350, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001d91290, 0x14951e0, 0xc001d91350)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 43619 [chan receive, 6 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc001d8b9c0, 0xc0011c63f0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44025 [select, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*call).wait(0xc000ddf0e0, 0x14bdfa0, 0xc00143c8c0, 0xc0004fab50, 0x12e2727, 0x6, 0x438238)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:150 +0x2a9
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).do(0xc0004fab50, 0x14bdfa0, 0xc00143c8c0, 0x12e2727, 0x6, 0xc000349620, 0x0, 0xc000eba900, 0x18, 0xc000d6e620)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:78 +0x1eb
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*Group).Do(0xc0004fab50, 0x14bdfa0, 0xc00143c8c0, 0x12e2727, 0x6, 0xc000349620, 0xc000d6e668, 0x45bc40, 0xc000db8300, 0x4)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:37 +0x7a
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*resultProxy).Result(0xc0004fab40, 0x14bdfa0, 0xc00143c8c0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/bridge.go:209 +0x107
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Solve.func2.1(0xc000d6e768, 0xc0015b3a38)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:145 +0x57
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000994f00, 0xc00143c900)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39318 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000f91c10, 0xc000000000)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000f91c00)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc000bba330, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc000bba210, 0x14951e0, 0xc000bba330)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 44031 [chan receive, 5 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*scheduler).build.func2(0x14bdfa0, 0xc0011ac200, 0xc001022510)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:234 +0x48
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/solver.(*scheduler).build
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/scheduler.go:233 +0x371
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38789 [select, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | main.unaryInterceptor.func1.1(0x14bdfa0, 0xc000ca2280, 0x14bdfa0, 0xc0003440c0, 0xc0007d4140)
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:533 +0xd8
聽 | 聽 | 2020-11-24 10:34:29 | created by main.unaryInterceptor.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/cmd/buildkitd/main.go:532 +0x121
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47123 [select]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*recvBufferReader).read(0xc0019dda40, 0xc00155d550, 0x5, 0x5, 0x5, 0x0, 0x133aa60)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:174 +0xc7
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*recvBufferReader).Read(0xc0019dda40, 0xc00155d550, 0x5, 0x5, 0xc0015d9b30, 0xc001c30580, 0xc0015d9810)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:168 +0x21a
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*transportReader).Read(0xc000c645a0, 0xc00155d550, 0x5, 0x5, 0xc001ca92a0, 0xc0015d9838, 0x8be7bc)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:479 +0x55
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1495d00, 0xc000c645a0, 0xc00155d550, 0x5, 0x5, 0x5, 0xc001ca9282, 0x11, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*Stream).Read(0xc00010b200, 0xc00155d550, 0x5, 0x5, 0xc000030000, 0x113e500, 0x20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/transport.go:463 +0xcd
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*parser).recvMsg(0xc00155d540, 0x400000, 0xc0014cab00, 0xc001ca9280, 0x13, 0x13, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:510 +0x63
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.recvAndDecompress(0xc00155d540, 0xc00010b200, 0x0, 0x0, 0x400000, 0x0, 0x0, 0x0, 0xc001ca9280, 0xc0015d9a88, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:641 +0x4d
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.recv(0xc00155d540, 0x7f51fb96bd28, 0x1d3a7d0, 0xc00010b200, 0x0, 0x0, 0x12807a0, 0xc000bdd780, 0x400000, 0x0, ...)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/rpc_util.go:709 +0x9b
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*serverStream).RecvMsg(0xc000742e40, 0x12807a0, 0xc000bdd780, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/stream.go:1473 +0x170
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session/grpchijack.(*conn).Read(0xc0001ae3f0, 0xc001734000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/grpchijack/dial.go:74 +0x21e
聽 | 聽 | 2020-11-24 10:34:29 | bufio.(*Reader).Read(0xc000fa6960, 0xc0010c2e38, 0x9, 0x9, 0xc00007b500, 0x7f51fdbea4c8, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/bufio/bufio.go:226 +0x26a
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadAtLeast(0x1494160, 0xc000fa6960, 0xc0010c2e38, 0x9, 0x9, 0x9, 0x8798f5, 0xc001ca92cc, 0xc0015d9de0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:310 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | io.ReadFull(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/io/io.go:329
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.readFrameHeader(0xc0010c2e38, 0x9, 0x9, 0x1494160, 0xc000fa6960, 0x0, 0xbfe73a2d00000000, 0x4659d48f027, 0x1d1da20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:237 +0x87
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/net/http2.(*Framer).ReadFrame(0xc0010c2e00, 0xc001ca92c0, 0xc001ca92c0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/net/http2/frame.go:492 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc/internal/transport.(*http2Client).reader(0xc0002061c0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:1273 +0x183
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc/internal/transport.newHTTP2Client
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/internal/transport/http2_client.go:300 +0xd23
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50610 [select, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc0009fe3c0, 0x14bdfa0, 0xc000e60ec0, 0xc001369c20)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38804 [chan receive, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.(*Manager).handleConn(0xc00011ae00, 0x14bdfa0, 0xc001c9a0c0, 0x14cf600, 0xc000372230, 0xc001450120, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/manager.go:144 +0x4c2
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/session.(*Manager).HandleConn(0xc00011ae00, 0x14bdfa0, 0xc001301940, 0x14cf600, 0xc000372230, 0xc001450120, 0x0, 0x203000)
聽 | 聽 | 2020-11-24 10:34:29 | /src/session/manager.go:97 +0x74
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Session(0xc00038e480, 0x14cf2a0, 0xc0000ec700, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:376 +0x1be
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/api/services/control._Control_Session_Handler(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001516da0, 0x1212ac0, 0xc00007bc00)
聽 | 聽 | 2020-11-24 10:34:29 | /src/api/services/control/control.pb.go:1516 +0xad
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/grpcerrors.StreamServerInterceptor(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001516da0, 0xc001516ce0, 0x1339150, 0x14be001, 0xc001516da0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/grpcerrors/intercept.go:33 +0x52
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c71a0, 0xc001516da0, 0x14be060, 0xc0014502a0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingStreamServerInterceptor.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000674000, 0xc001516ce0, 0xc001516d00, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go:114 +0x353
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1.1.1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000674000, 0xc000858c20, 0x40cda8)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:49 +0x5f
聽 | 聽 | 2020-11-24 10:34:29 | github.com/grpc-ecosystem/go-grpc-middleware.ChainStreamServer.func1(0x1203f40, 0xc00038e480, 0x14c76e0, 0xc000674000, 0xc001516ce0, 0x1339150, 0x14be060, 0xc001450270)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:58 +0xcf
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).processStreamingRPC(0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000940400, 0xc000118ed0, 0x1d0b980, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1336 +0x486
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).handleStream(0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000940400, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:1409 +0xcbe
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000121000, 0xc0000be1a0, 0x14d2720, 0xc001970000, 0xc000940400)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:746 +0xbb
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.(*Server).serveStreams.func1
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/server.go:744 +0xa1
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 50559 [chan receive, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.pipe.func1(0x14bdfa0, 0xc001c11200, 0xc001001860)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:172 +0x4c
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.pipe
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:171 +0x12f
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 39975 [sync.Cond.Wait, 8 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc0013834d0, 0xc000000000)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc0013834c0)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001cbb6b0, 0x14bdfe0, 0xc0000440a8, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/flightcontrol.(*progressState).run(0xc001cbb500, 0x14951e0, 0xc001cbb6b0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:280 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/flightcontrol.newCall
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/flightcontrol/flightcontrol.go:112 +0x1d8
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 38806 [select, 9 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc001301dc0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0xc2
聽 | 聽 | 2020-11-24 10:34:29 | created by google.golang.org/grpc.newCCBalancerWrapper
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x16d
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 26956 [select, 32 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read.func1(0xc001432360, 0x14bdfe0, 0xc0000440a8, 0xc000e42240)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:106 +0xb7
聽 | 聽 | 2020-11-24 10:34:29 | created by github.com/moby/buildkit/util/progress.(*progressReader).Read
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:105 +0xf5
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | goroutine 47083 [sync.Cond.Wait, 1 minutes]:
聽 | 聽 | 2020-11-24 10:34:29 | runtime.goparkunlock(...)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/proc.go:310
聽 | 聽 | 2020-11-24 10:34:29 | sync.runtime_notifyListWait(0xc000e61410, 0xc0000000a8)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/runtime/sema.go:510 +0xf8
聽 | 聽 | 2020-11-24 10:34:29 | sync.(*Cond).Wait(0xc000e61400)
聽 | 聽 | 2020-11-24 10:34:29 | /usr/local/go/src/sync/cond.go:56 +0x9d
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/util/progress.(*progressReader).Read(0xc001369c20, 0x14bdfa0, 0xc000e60ec0, 0x0, 0x0, 0x0, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/util/progress/progress.go:132 +0x12e
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver.(*Job).Status(0xc000b1f100, 0x14bdfa0, 0xc000e60ec0, 0xc000fa6720, 0x0, 0x0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/progress.go:25 +0xd49
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/solver/llbsolver.(*Solver).Status(0xc0002a50e0, 0x14bdfa0, 0xc000e60ec0, 0xc0000940c0, 0x19, 0xc000fa6720, 0xc0012a3fa8, 0x8f605b)
聽 | 聽 | 2020-11-24 10:34:29 | /src/solver/llbsolver/solver.go:317 +0xbe
聽 | 聽 | 2020-11-24 10:34:29 | github.com/moby/buildkit/control.(*Controller).Status.func1(0xc0012a3f68, 0xc00010b100)
聽 | 聽 | 2020-11-24 10:34:29 | /src/control/control.go:299 +0x5e
聽 | 聽 | 2020-11-24 10:34:29 | golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0013698c0, 0xc0013698f0)
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
聽 | 聽 | 2020-11-24 10:34:29 | created by golang.org/x/sync/errgroup.(*Group).Go
聽 | 聽 | 2020-11-24 10:34:29 | /src/vendor/golang.org/x/sync/errgroup/errgroup.go:54 +0x66
聽 | 聽 | 2020-11-24 10:34:29 | 聽
聽 | 聽 | 2020-11-24 10:34:29 | rax    0xca
聽 | 聽 | 2020-11-24 10:34:29 | rbx    0x1d1e860
聽 | 聽 | 2020-11-24 10:34:29 | rcx    0x460ef3
聽 | 聽 | 2020-11-24 10:34:29 | rdx    0x0
聽 | 聽 | 2020-11-24 10:34:29 | rdi    0x1d1e9a8
聽 | 聽 | 2020-11-24 10:34:29 | rsi    0x80
聽 | 聽 | 2020-11-24 10:34:29 | rbp    0x7fff36d4fb98
聽 | 聽 | 2020-11-24 10:34:29 | rsp    0x7fff36d4fb50
聽 | 聽 | 2020-11-24 10:34:29 | r8     0x0
聽 | 聽 | 2020-11-24 10:34:29 | r9     0x0
聽 | 聽 | 2020-11-24 10:34:29 | r10    0x0
聽 | 聽 | 2020-11-24 10:34:29 | r11    0x286
聽 | 聽 | 2020-11-24 10:34:29 | r12    0xff
聽 | 聽 | 2020-11-24 10:34:29 | r13    0x0
聽 | 聽 | 2020-11-24 10:34:29 | r14    0x1473082
聽 | 聽 | 2020-11-24 10:34:29 | r15    0x0
聽 | 聽 | 2020-11-24 10:34:29 | rip    0x460ef1
聽 | 聽 | 2020-11-24 10:34:29 | rflags 0x286
聽 | 聽 | 2020-11-24 10:34:29 | cs     0x33
聽 | 聽 | 2020-11-24 10:34:29 | fs     0x0
聽 | 聽 | 2020-11-24 10:34:29 | gs     0x0
聽 | 聽


$ buildctl du --verbose
ID:             88wdtpjh8fft3ydnhuusk7l7o
Parent:         kgpnaqhht60a2rzberju3utkr
Created at:     2020-11-24 03:19:32.168422694 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           706.91MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.203434394 +0000 UTC
Type:           regular

ID:             hkin0i8q09pg0zetxqy9h1qab
Parent:         wx11b5wjc9lk6e40gaed3mcbp
Created at:     2020-11-24 03:19:32.329364664 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           433.16MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    0
Type:           regular

ID:             kgpnaqhht60a2rzberju3utkr
Parent:         xyl3kg1w933a2v3te6ysm7yjb
Created at:     2020-11-24 03:19:32.151464726 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           386.26MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.180797853 +0000 UTC
Type:           regular

ID:             mv4ncpi6mgdewqzmxzww05hd6
Parent:         qt8opsz3w13urue9s4kfudpe5
Created at:     2020-11-24 03:19:15.537886753 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           380.28MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:15.574759507 +0000 UTC
Type:           regular

ID:             dojdpff1eef6xr34wl7i3hljh
Parent:         my6bi9zopxqg56s936myt5fpb
Created at:     2020-11-24 03:19:32.233958687 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           379.97MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.264375098 +0000 UTC
Type:           regular

ID:             lfjhoys8zy981vh917d901pxl
Created at:     2020-11-24 03:19:51.405736145 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           352.23MB
Description:    cached mount /go/pkg/mod from exec /bin/sh -c make build
Usage count:    0
Type:           regular

ID:             qt8opsz3w13urue9s4kfudpe5
Parent:         r3x61bcixuh0ze1f4eo8mxb8d
Created at:     2020-11-24 03:19:15.517236287 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           220.93MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:15.547902061 +0000 UTC
Type:           regular

ID:             r3x61bcixuh0ze1f4eo8mxb8d
Parent:         qg8rja9zrkskpm4dmp7ztqvn7
Created at:     2020-11-24 03:19:15.494508805 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           198.99MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:15.530393326 +0000 UTC
Type:           regular

ID:             xyl3kg1w933a2v3te6ysm7yjb
Created at:     2020-11-24 03:19:32.135527801 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           160.57MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.161311313 +0000 UTC
Type:           regular

ID:             584e0jz5ks0tscxxuc8wiurmq
Created at:     2020-11-24 03:19:15.417882529 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           160.56MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:15.456128571 +0000 UTC
Type:           regular

ID:             gqq98zkkprx1zekxdw4zxepyd
Parent:         rt5gcr2jqsmzwmmp22zcnrjev
Created at:     2020-11-24 03:19:32.272223959 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           99.58MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.30034105 +0000 UTC
Type:           regular

ID:             a4u6356j0j1s1taexxlbxba62
Parent:         88wdtpjh8fft3ydnhuusk7l7o
Created at:     2020-11-24 03:19:32.190592949 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           81.12MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.226206217 +0000 UTC
Type:           regular

ID:             uu7wszakugs9ytjsjavxk2qzn
Parent:         2zaevbivjr8aec84qs80q0ul6
Created at:     2020-11-24 03:19:51.401626032 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           77.70MB
Description:    mount / from exec /bin/sh -c make build
Usage count:    0
Type:           regular

ID:             my6bi9zopxqg56s936myt5fpb
Parent:         a4u6356j0j1s1taexxlbxba62
Created at:     2020-11-24 03:19:32.212326809 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           35.42MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.244678495 +0000 UTC
Type:           regular

ID:             qg8rja9zrkskpm4dmp7ztqvn7
Parent:         fndusnnfryo62sd8icrc626i4
Created at:     2020-11-24 03:19:15.469495043 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           27.84MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:15.504616575 +0000 UTC
Type:           regular

ID:             5i7uq1azy7w7clt6pquvmeaes
Created at:     2020-11-24 03:19:14.027523692 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           26.13MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/docker/dockerfile:experimental@sha256:b80ab975c7baf4efcac6dfa3867e53be5f49676310234e57287385662321be7f
Usage count:    0
Type:           frontend

ID:             fndusnnfryo62sd8icrc626i4
Parent:         584e0jz5ks0tscxxuc8wiurmq
Created at:     2020-11-24 03:19:15.43972407 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           24.22MB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:15.484290633 +0000 UTC
Type:           regular

ID:             wx11b5wjc9lk6e40gaed3mcbp
Parent:         gv6f51a8ewopgp1fq77xutrr2
Created at:     2020-11-24 03:19:32.307623304 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           6.56MB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.338740424 +0000 UTC
Type:           regular

ID:             7jk71d8khw54kd0vyif97kaqm
Parent:         ytlqpf0scmrc7np3f5lgbfs2g
Created at:     2020-11-24 03:25:45.115559384 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           5.74MB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             q5e9h5oj3kyn3dork3ibeo44f
Created at:     2020-11-24 03:25:44.67632521 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           5.73MB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             jxz8r3vins1ozxo3g1rf6mgix
Parent:         cmz31soz9sew2sgp3txlwpfsz
Created at:     2020-11-24 03:28:18.251384347 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           3.15MB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             s7swisr46slm68tnv020xfgvv
Created at:     2020-11-24 03:28:17.90763981 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           3.15MB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             2zaevbivjr8aec84qs80q0ul6
Parent:         xhilqp0booxijod1ya8t5yxxj
Created at:     2020-11-24 03:19:28.531183545 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           3.14MB
Description:    fileop target
Usage count:    1
Last used:      2020-11-24 03:19:51.426937527 +0000 UTC
Type:           regular

ID:             z8iwp7a59yfxmphedahy99kfm
Created at:     2020-11-24 03:25:44.475459974 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           2.95MB
Description:    pulled from hub-dev.rockontrol.com/ghcr.io/querycap/distroless/static-debian10:latest@sha256:e6d023365ea98d802f9d304f4c610abed2759b740c94cf06688ca2dc9d3a4043
Usage count:    0
Type:           regular

ID:             kr5ntvvnwahorra3ftnq1cbll
Parent:         idznfz4zln6h2o9zr3mfosesm
Created at:     2020-11-24 03:26:56.547266102 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           2.51MB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             plqak5qookokqa25xps3n59gy
Created at:     2020-11-24 03:26:56.154878213 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           2.50MB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             od4robv5dbvlfkb8sfmtnn67f
Parent:         smpux7m1c6lao9cntd6q9y67t
Created at:     2020-11-24 03:19:57.435591999 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           1.88MB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             x04o9h8kwvz4p86rscnv3npff
Created at:     2020-11-24 03:19:32.123033131 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           1.87MB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             rubj4l0gr1gl7wlzuddvqpugd
Parent:         mv4ncpi6mgdewqzmxzww05hd6
Created at:     2020-11-24 03:19:15.563495352 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           16.54kB
Description:    pulled from hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2
Usage count:    1
Last used:      2020-11-24 03:19:51.414943843 +0000 UTC
Type:           regular

ID:             rt5gcr2jqsmzwmmp22zcnrjev
Parent:         dojdpff1eef6xr34wl7i3hljh
Created at:     2020-11-24 03:19:32.253366586 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           16.52kB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.283130189 +0000 UTC
Type:           regular

ID:             gv6f51a8ewopgp1fq77xutrr2
Parent:         gqq98zkkprx1zekxdw4zxepyd
Created at:     2020-11-24 03:19:32.29023229 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           12.81kB
Description:    pulled from hub-dev.rockontrol.com/rk-infrav2/env-golang-opencv-debian:onbuild@sha256:15ba502424f4144d200bc8617166951369b9b52429c0e2b3331e5ed8c23c6854
Usage count:    1
Last used:      2020-11-24 03:19:32.317535521 +0000 UTC
Type:           regular

ID:             syzzg6y3860hysdq5725apfd3
Parent:         rubj4l0gr1gl7wlzuddvqpugd
Created at:     2020-11-24 03:26:56.391809034 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           12.40kB
Description:    mount / from exec /bin/sh -c git config --global url.https://gitlab-ci-token:${GITLAB_CI_TOKEN}@${GITLAB_HOST}/.insteadOf https://${GITLAB_HOST}/
Usage count:    0
Type:           regular

ID:             rk4rc1f1kwmq5pu4q1tnlhfmk
Parent:         rubj4l0gr1gl7wlzuddvqpugd
Created at:     2020-11-24 03:25:44.828206685 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           12.40kB
Description:    mount / from exec /bin/sh -c git config --global url.https://gitlab-ci-token:${GITLAB_CI_TOKEN}@${GITLAB_HOST}/.insteadOf https://${GITLAB_HOST}/
Usage count:    0
Type:           regular

ID:             pjdqjiyp4tqoams5sucg66o7t
Parent:         rubj4l0gr1gl7wlzuddvqpugd
Created at:     2020-11-24 03:19:28.349666101 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           12.40kB
Description:    mount / from exec /bin/sh -c git config --global url.https://gitlab-ci-token:${GITLAB_CI_TOKEN}@${GITLAB_HOST}/.insteadOf https://${GITLAB_HOST}/
Usage count:    1
Last used:      2020-11-24 03:19:51.428380516 +0000 UTC
Type:           regular

ID:             7dj6hvvk42kr4crxysdozadnz
Parent:         rubj4l0gr1gl7wlzuddvqpugd
Created at:     2020-11-24 03:28:18.056096999 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           12.40kB
Description:    mount / from exec /bin/sh -c git config --global url.https://gitlab-ci-token:${GITLAB_CI_TOKEN}@${GITLAB_HOST}/.insteadOf https://${GITLAB_HOST}/
Usage count:    0
Type:           regular

ID:             pzxyhhnwdq170pma68nzv7o13
Created at:     2020-11-24 03:28:16.618719111 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           5.14kB
Description:    local source for dockerfile
Usage count:    0
Type:           regular

ID:             nfzwo482rbfsw89su3qtz1jlq
Created at:     2020-11-24 03:25:43.464259247 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           5.14kB
Description:    local source for dockerfile
Usage count:    0
Type:           regular

ID:             9u6wm0gol7r3hyv8ra5r4bze7
Created at:     2020-11-24 03:26:55.034236107 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           5.12kB
Description:    local source for dockerfile
Usage count:    0
Type:           regular

ID:             o1oytedgh50moh4i8nm7qp91b
Created at:     2020-11-24 03:19:31.119684569 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.83kB
Description:    local source for dockerfile
Usage count:    0
Type:           regular

ID:             xemlb36389a77vjfsgnnu77mv
Created at:     2020-11-24 03:19:31.153824968 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             ytlqpf0scmrc7np3f5lgbfs2g
Parent:         rk4rc1f1kwmq5pu4q1tnlhfmk
Created at:     2020-11-24 03:25:44.908348827 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             yhjqbhaj7uq3a7gjr4fx2kh36
Created at:     2020-11-24 03:28:16.645267591 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             xhilqp0booxijod1ya8t5yxxj
Parent:         pjdqjiyp4tqoams5sucg66o7t
Created at:     2020-11-24 03:19:28.417871368 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    fileop target
Usage count:    1
Last used:      2020-11-24 03:19:51.41628916 +0000 UTC
Type:           regular

ID:             smpux7m1c6lao9cntd6q9y67t
Parent:         hkin0i8q09pg0zetxqy9h1qab
Created at:     2020-11-24 03:19:57.320410938 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             m31sjnjq7b5ug732d5qgbg31l
Created at:     2020-11-24 03:26:55.072829821 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             idznfz4zln6h2o9zr3mfosesm
Parent:         syzzg6y3860hysdq5725apfd3
Created at:     2020-11-24 03:26:56.449836326 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             eanlwawzfd4k98bybkecyy56o
Created at:     2020-11-24 03:25:43.486414293 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    local source for context
Usage count:    0
Type:           regular

ID:             cmz31soz9sew2sgp3txlwpfsz
Parent:         7dj6hvvk42kr4crxysdozadnz
Created at:     2020-11-24 03:28:18.122018492 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           4.10kB
Description:    fileop target
Usage count:    0
Type:           regular

ID:             q0f9an6ckm7j9gzoigc9hmbp2
Parent:         jxz8r3vins1ozxo3g1rf6mgix
Created at:     2020-11-24 03:28:18.281101857 +0000 UTC
Mutable:        true
Reclaimable:    false
Shared:         false
Size:           0B
Description:    mount / from exec /bin/sh -c make build
Usage count:    0
Type:           regular

ID:             4dhhh27n5bvbu6z9thbcavj0w
Parent:         od4robv5dbvlfkb8sfmtnn67f
Created at:     2020-11-24 03:19:57.462538205 +0000 UTC
Mutable:        true
Reclaimable:    false
Shared:         false
Size:           0B
Description:    mount / from exec /bin/sh -c make build
Usage count:    0
Type:           regular

ID:             28qa9wjr4cfaz4t38l3jj40gn
Parent:         kr5ntvvnwahorra3ftnq1cbll
Created at:     2020-11-24 03:26:56.574993557 +0000 UTC
Mutable:        true
Reclaimable:    false
Shared:         false
Size:           0B
Description:    mount / from exec /bin/sh -c make build
Usage count:    0
Type:           regular

ID:             0yyvc1vys0a4jezav0vu7w5v3
Parent:         7jk71d8khw54kd0vyif97kaqm
Created at:     2020-11-24 03:25:45.152061164 +0000 UTC
Mutable:        true
Reclaimable:    false
Shared:         false
Size:           0B
Description:    mount / from exec /bin/sh -c make build
Usage count:    0
Type:           regular

Reclaimable:    0B
Total:          3.79GB

Buildkit logs when set BUILDKIT_SCHEDULER_DEBUG=1

check "sha256:1b016cb56eac5c3341dbe8c3bdbacfee9e5098e9fca6531fa4d116317e57ca2c". the locked step.

2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build req=2 upt=1 out=1 state=cache-fast sha256:1b016cb56eac5c3341dbe8c3bdbacfee9e5098e9fca6531fa4d116317e57ca2c"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 2/3] COPY ./ ./ state=cache-fast des=cache-slow keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068d770 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x400068dcc0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068dea0 input-0 keys=0 state=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newPipe [linux/arm64 builder 2/3] COPY ./ ./ 0x4001b0e090 desiredState=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068d770 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x400068dcc0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 1/3] WORKDIR /go/src req=2 upt=0 out=1 state=cache-fast sha256:320290bdb0696c4d878e487f0d8e5b718e54c3960358545f8fca640ea1143a9f"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068def0 dstate=cache-slow canceled=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x4000f5a6e0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="finishIncoming [linux/arm64 builder 1/3] WORKDIR /go/src context canceled solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x400183fad0), keys:[]solver.ExportableCacheKey(nil)} desired=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068def0 completed=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x4000f5a6e0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 1/3] WORKDIR /go/src\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management req=1 upt=1 out=1 state=cache-slow sha256:d7e8d15a5658f074346875a38e916f6c726c3f9b97ef0d86cc0b5841dc0460d1"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 1/4] FROM hub-dev.rockontrol.com/ghcr.io/querycap/distroless/static-debian10:latest@sha256:e6d023365ea98d802f9d304f4c610abed2759b740c94cf06688ca2dc9d3a4043 state=complete des=cache-fast keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068dc20 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068d7c0 input-1 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068dc20 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json req=1 upt=1 out=2 state=cache-fast sha256:977eb1e8c882aa2a78e986c7120f2106edabc16ffe4d28e26551a13086ff4e23"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000482140 dstate=cache-slow canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068dd10 input-1 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000482140 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=2 upt=1 out=2 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=cache-fast des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068de50 dstate=cache-slow canceled=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068df40 input-0 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="finishIncoming [linux/arm64 builder 2/3] COPY ./ ./ context canceled solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x400183ec60), keys:[]solver.ExportableCacheKey(nil)} desired=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068de50 completed=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x4000f5a780 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build req=2 upt=1 out=2 state=cache-fast sha256:1b016cb56eac5c3341dbe8c3bdbacfee9e5098e9fca6531fa4d116317e57ca2c"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 2/3] COPY ./ ./ state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068d770 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x400068dcc0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068dea0 input-0 keys=0 state=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068d770 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x400068dcc0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management req=1 upt=1 out=1 state=cache-slow sha256:d7e8d15a5658f074346875a38e916f6c726c3f9b97ef0d86cc0b5841dc0460d1"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 1/4] FROM hub-dev.rockontrol.com/ghcr.io/querycap/distroless/static-debian10:latest@sha256:e6d023365ea98d802f9d304f4c610abed2759b740c94cf06688ca2dc9d3a4043 state=complete des=cache-fast keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068dc20 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068d7c0 input-1 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068dc20 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json req=1 upt=1 out=2 state=cache-fast sha256:977eb1e8c882aa2a78e986c7120f2106edabc16ffe4d28e26551a13086ff4e23"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000482140 dstate=cache-slow canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068dd10 input-1 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000482140 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ req=1 upt=1 out=1 state=cache-slow sha256:c0c86877f8f925731153b4ed2503387531d2720b6ba4dd3a7f4c1aeccec58c25"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 build-env 1/2] FROM hub-dev.rockontrol.com/docker.io/library/golang:1.15.3-buster@sha256:81e499fa44a8e15950d774bba90cef1c7fcde17083bd4a7c0f03eed634bb79b2 state=complete des=cache-fast keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000141a90 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000141b80 execReq complete=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=complete cancomplete=true hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="finishIncoming [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ <nil> solver.edgeState{state:3, result:(*solver.SharedCachedResult)(0x4002f657a0), cacheMap:(*solver.CacheMap)(0x4000692c90), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000141a90 completed=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 1/3] WORKDIR /go/src req=1 upt=1 out=1 state=cache-fast sha256:320290bdb0696c4d878e487f0d8e5b718e54c3960358545f8fca640ea1143a9f"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a6e0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000141ae0 input-0 keys=0 state=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000aa5090"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a6e0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 1/3] WORKDIR /go/src\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 1/3] WORKDIR /go/src req=1 upt=1 out=1 state=cache-fast sha256:320290bdb0696c4d878e487f0d8e5b718e54c3960358545f8fca640ea1143a9f"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a6e0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: unknown"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 1/3] WORKDIR /go/src solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x400183fad0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000aa5220"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a6e0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 1/3] WORKDIR /go/src\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=1 upt=1 out=1 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=cache-fast des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000f5a730 input-0 keys=0 state=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a780 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 1/3] WORKDIR /go/src req=1 upt=1 out=1 state=cache-slow sha256:320290bdb0696c4d878e487f0d8e5b718e54c3960358545f8fca640ea1143a9f"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a6e0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: unknown"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 1/3] WORKDIR /go/src solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x400183fad0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000aa52c0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a6e0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 1/3] WORKDIR /go/src\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=1 upt=1 out=1 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000f5a730 input-0 keys=0 state=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a780 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 1/3] WORKDIR /go/src req=1 upt=1 out=1 state=cache-slow sha256:320290bdb0696c4d878e487f0d8e5b718e54c3960358545f8fca640ea1143a9f"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 build-env 2/2] RUN git config --global url.https://gitlab-ci-token:[email protected]/.insteadOf https://git.querycap.com/ state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a6e0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000aa52c0 execReq complete=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=complete cancomplete=true hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="finishIncoming [linux/arm64 builder 1/3] WORKDIR /go/src <nil> solver.edgeState{state:3, result:(*solver.SharedCachedResult)(0x4000d90160), cacheMap:(*solver.CacheMap)(0x400183fad0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a6e0 completed=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 1/3] WORKDIR /go/src\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=1 upt=1 out=1 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000f5a730 input-0 keys=0 state=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4001f85b30"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a780 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=1 upt=1 out=1 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: unknown"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000aa54a0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a780 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=1 upt=1 out=1 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: unknown"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000aa5680"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a780 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 2/3] COPY ./ ./ req=1 upt=1 out=1 state=cache-slow sha256:293af3b2e7b65413684fd8a74aeebc5bcf464446703158f387d47bdaf2482aed"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 1/3] WORKDIR /go/src state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [internal] load build context state=complete des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000f5a780 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000aa5680 execReq complete=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=complete cancomplete=true hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="finishIncoming [linux/arm64 builder 2/3] COPY ./ ./ <nil> solver.edgeState{state:3, result:(*solver.SharedCachedResult)(0x40024b2f20), cacheMap:(*solver.CacheMap)(0x400183ec60), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000f5a780 completed=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 2/3] COPY ./ ./\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build req=2 upt=1 out=1 state=cache-fast sha256:1b016cb56eac5c3341dbe8c3bdbacfee9e5098e9fca6531fa4d116317e57ca2c"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 2/3] COPY ./ ./ state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068d770 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x400068dcc0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x4000f5a870 input-0 keys=0 state=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:1, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000474370"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068d770 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x400068dcc0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management req=1 upt=1 out=1 state=cache-slow sha256:d7e8d15a5658f074346875a38e916f6c726c3f9b97ef0d86cc0b5841dc0460d1"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 1/4] FROM hub-dev.rockontrol.com/ghcr.io/querycap/distroless/static-debian10:latest@sha256:e6d023365ea98d802f9d304f4c610abed2759b740c94cf06688ca2dc9d3a4043 state=complete des=cache-fast keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068dc20 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068d7c0 input-1 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068dc20 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json req=1 upt=1 out=2 state=cache-fast sha256:977eb1e8c882aa2a78e986c7120f2106edabc16ffe4d28e26551a13086ff4e23"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000482140 dstate=cache-slow canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068dd10 input-1 keys=0 state=cache-fast"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000482140 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build req=2 upt=1 out=1 state=cache-fast sha256:1b016cb56eac5c3341dbe8c3bdbacfee9e5098e9fca6531fa4d116317e57ca2c"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 2/3] COPY ./ ./ state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068d770 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x400068dcc0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: unknown"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x4000474730"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068d770 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x400068dcc0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management req=1 upt=1 out=1 state=cache-slow sha256:d7e8d15a5658f074346875a38e916f6c726c3f9b97ef0d86cc0b5841dc0460d1"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 1/4] FROM hub-dev.rockontrol.com/ghcr.io/querycap/distroless/static-debian10:latest@sha256:e6d023365ea98d802f9d304f4c610abed2759b740c94cf06688ca2dc9d3a4043 state=complete des=cache-fast keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068dc20 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068d7c0 input-1 keys=0 state=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068dc20 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json req=1 upt=1 out=2 state=cache-fast sha256:977eb1e8c882aa2a78e986c7120f2106edabc16ffe4d28e26551a13086ff4e23"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 stage-2 2/4] COPY --from=builder /go/src/srv-bff-park-management /go/bin/srv-bff-park-management state=cache-slow des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep1 [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build state=cache-fast des=complete keys=0 hasslowcache=true"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x4000482140 dstate=cache-slow canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: 0x400068dd10 input-1 keys=0 state=cache-slow"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-fast cancomplete=false hasouts=true noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x4000482140 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 stage-2 3/4] COPY --from=builder /go/src/openapi.json /go/bin/openapi.json\n"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=">> unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build req=2 upt=1 out=1 state=cache-slow sha256:1b016cb56eac5c3341dbe8c3bdbacfee9e5098e9fca6531fa4d116317e57ca2c"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg=":: dep0 [linux/arm64 builder 2/3] COPY ./ ./ state=complete des=complete keys=0 hasslowcache=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-0: 0x400068d770 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> incoming-1: 0x400068dcc0 dstate=complete canceled=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> update-0: unknown"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="status state=cache-slow cancomplete=false hasouts=false noPossibleCache=true depsCacheFast=true keys=0 cacheRecords=0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="updateIncoming [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build solver.edgeState{state:2, result:(*solver.SharedCachedResult)(nil), cacheMap:(*solver.CacheMap)(0x4001df07e0), keys:[]solver.ExportableCacheKey(nil)} desired=complete"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="> newFunc 0x40004747d0"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-0: 0x400068d770 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="< incoming-1: 0x400068dcc0 completed=false"
2020-11-24 12:20:45 
time="2020-11-24T04:20:45Z" level=debug msg="<< unpark [linux/arm64 builder 3/3] RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod     make build\n"

@morlay I pushed an image docker.io/tonistiigi/buildkit:v0.8.0-rc2-revert-exec-errors . Please try with that and let us know the results.

For the sheduler warning you saw in logs I still have no idea for the conditions that might trigger it and your snippet does not help because it doesn't contain the error nor the full build debug logs. Let's consider this as a different issue for now and track it separately. If you can, please try to minimize these cases into a reproducer you can share with us. Or if you can give us access to infrastructure that triggers this error that would work as well.

@hinshun From https://github.com/moby/buildkit/issues/1818#issuecomment-732631349

ID:             uu7wszakugs9ytjsjavxk2qzn
Parent:         2zaevbivjr8aec84qs80q0ul6
Created at:     2020-11-24 03:19:51.401626032 +0000 UTC
Mutable:        false
Reclaimable:    false
Shared:         false
Size:           77.70MB
Description:    mount / from exec /bin/sh -c make build
Usage count:    0
Type:           regular

This cache mount is not mutable anymore (and type has changed) so it was committed. I suspect the commit happened on the new error handler. But that doesn't explain why it didn't get released as soon as the build finished with an error. I tried different ways to use locked mounts but couldn't get into a state like this. If a cache mount is in a state like this (immutable+not reclaimable) it explains the locking behavior as code expects this mount to become available but it never does. I could maybe do some hack and clear cache mount indexes on commit but need to understand what is causing this and if it could also be a storage leak if something never gets released. @morlay It is still not clear from that du output if it was taken when no builds were running and if the output is complete. It needs to be taken between builds, otherwise, the mount not being reclaimable might be completely normal.

v0.8.0-rc3 already fixed this

Was this page helpful?
0 / 5 - 0 ratings