Skip to content

[Bug]: Starting via docker-compose up does not work in current version #456

@Johardt

Description

@Johardt

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Trying to run docker compose up in a freshly checked out repo causes the following error:

c4-frontend-1         | runtime: taggedPointerPack invalid packing: ptr=0xffff615e9000 tag=0x1 packed=0xffff615e90000001 -> ptr=0xffffffff615e9000 tag=0x1
c4-frontend-1         | fatal error: taggedPointerPack
c4-frontend-1         | 
c4-frontend-1         | goroutine 1 gp=0xc000002380 m=0 mp=0x2e5c480 [running, locked to thread]:
c4-frontend-1         | runtime.throw({0x1b226f1?, 0x0?})
c4-frontend-1         |         runtime/panic.go:1094 +0x48 fp=0xc0001c3b68 sp=0xc0001c3b38 pc=0x481248
c4-frontend-1         | runtime.taggedPointerPack(0xffff615e9000, 0x1)
c4-frontend-1         |         runtime/tagptr_64bit.go:60 +0x12a fp=0xc0001c3ba0 sp=0xc0001c3b68 pc=0x469b6a
c4-frontend-1         | runtime.netpollopen(0x2e7e580?, 0x2e7e028?)
c4-frontend-1         |         runtime/netpoll_epoll.go:52 +0x3e fp=0xc0001c3c08 sp=0xc0001c3ba0 pc=0x443dde
c4-frontend-1         | internal/poll.runtime_pollOpen(0x4)
c4-frontend-1         |         runtime/netpoll.go:272 +0xee fp=0xc0001c3c48 sp=0xc0001c3c08 pc=0x48030e
c4-frontend-1         | internal/poll.(*pollDesc).init(0xc00011c0e0, 0xc00011c0c0?)
c4-frontend-1         |         internal/poll/fd_poll_runtime.go:40 +0x4a fp=0xc0001c3c68 sp=0xc0001c3c48 pc=0x50326a
c4-frontend-1         | internal/poll.(*FD).Init(0xc00011c0c0, {0x1b04022?, 0xc00011e010?}, 0x80?)
c4-frontend-1         |         internal/poll/fd_unix.go:66 +0x45 fp=0xc0001c3c88 sp=0xc0001c3c68 pc=0x504145
c4-frontend-1         | os.newFile(0x4, {0xc00011e010, 0xe}, 0x1, 0x0)
c4-frontend-1         |         os/file_unix.go:218 +0x15d fp=0xc0001c3cc8 sp=0xc0001c3c88 pc=0x51333d
c4-frontend-1         | os.openFileNolog({0xc00011e010, 0xe}, 0x0, 0x0)
c4-frontend-1         |         os/file_unix.go:278 +0x17d fp=0xc0001c3d20 sp=0xc0001c3cc8 pc=0x51355d
c4-frontend-1         | os.OpenFile({0xc00011e010, 0xe}, 0x0, 0x0)
c4-frontend-1         |         os/file.go:412 +0x3e fp=0xc0001c3d50 sp=0xc0001c3d20 pc=0x51177e
c4-frontend-1         | os.Open(...)
c4-frontend-1         |         os/file.go:390
c4-frontend-1         | google.golang.org/protobuf/internal/detrand.binaryHash()
c4-frontend-1         |         google.golang.org/protobuf@v1.36.6/internal/detrand/rand.go:46 +0x53 fp=0xc0001c3e18 sp=0xc0001c3d50 pc=0x964053
c4-frontend-1         | google.golang.org/protobuf/internal/detrand.init()
c4-frontend-1         |         google.golang.org/protobuf@v1.36.6/internal/detrand/rand.go:38 +0xf fp=0xc0001c3e28 sp=0xc0001c3e18 pc=0x963fef
c4-frontend-1         | runtime.doInit1(0x2d64670)
c4-frontend-1         |         runtime/proc.go:7656 +0xd5 fp=0xc0001c3f50 sp=0xc0001c3e28 pc=0x45a055
c4-frontend-1         | runtime.doInit(...)
c4-frontend-1         |         runtime/proc.go:7623
c4-frontend-1         | runtime.main()
c4-frontend-1         |         runtime/proc.go:256 +0x350 fp=0xc0001c3fe0 sp=0xc0001c3f50 pc=0x44ae30
c4-frontend-1         | runtime.goexit({})
c4-frontend-1         |         runtime/asm_amd64.s:1693 +0x1 fp=0xc0001c3fe8 sp=0xc0001c3fe0 pc=0x489801
c4-frontend-1         | 
c4-frontend-1         | goroutine 2 gp=0xc0000028c0 m=nil [force gc (idle)]:
c4-frontend-1         | runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
c4-frontend-1         |         runtime/proc.go:460 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x48136e
c4-frontend-1         | runtime.goparkunlock(...)
c4-frontend-1         |         runtime/proc.go:466
c4-frontend-1         | runtime.forcegchelper()
c4-frontend-1         |         runtime/proc.go:373 +0xb3 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x44b0b3
c4-frontend-1         | runtime.goexit({})
c4-frontend-1         |         runtime/asm_amd64.s:1693 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x489801
c4-frontend-1         | created by runtime.init.7 in goroutine 1
c4-frontend-1         |         runtime/proc.go:361 +0x1a
c4-frontend-1         | 
c4-frontend-1         | goroutine 17 gp=0xc000102380 m=nil [GC sweep wait]:
c4-frontend-1         | runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
c4-frontend-1         |         runtime/proc.go:460 +0xce fp=0xc000080780 sp=0xc000080760 pc=0x48136e
c4-frontend-1         | runtime.goparkunlock(...)
c4-frontend-1         |         runtime/proc.go:466
c4-frontend-1         | runtime.bgsweep(0xc000116000)
c4-frontend-1         |         runtime/mgcsweep.go:279 +0x94 fp=0xc0000807c8 sp=0xc000080780 pc=0x432394
c4-frontend-1         | runtime.gcenable.gowrap1()
c4-frontend-1         |         runtime/mgc.go:212 +0x25 fp=0xc0000807e0 sp=0xc0000807c8 pc=0x426305
c4-frontend-1         | runtime.goexit({})
c4-frontend-1         |         runtime/asm_amd64.s:1693 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x489801
c4-frontend-1         | created by runtime.gcenable in goroutine 1
c4-frontend-1         |         runtime/mgc.go:212 +0x66
c4-frontend-1         | 
c4-frontend-1         | goroutine 18 gp=0xc000102540 m=nil [GC scavenge wait]:
c4-frontend-1         | runtime.gopark(0xc000116000?, 0x2018338?, 0x1?, 0x0?, 0xc000102540?)
c4-frontend-1         |         runtime/proc.go:460 +0xce fp=0xc000080f78 sp=0xc000080f58 pc=0x48136e
c4-frontend-1         | runtime.goparkunlock(...)
c4-frontend-1         |         runtime/proc.go:466
c4-frontend-1         | runtime.(*scavengerState).park(0x2e59f60)
c4-frontend-1         |         runtime/mgcscavenge.go:425 +0x49 fp=0xc000080fa8 sp=0xc000080f78 pc=0x42fe49
c4-frontend-1         | runtime.bgscavenge(0xc000116000)
c4-frontend-1         |         runtime/mgcscavenge.go:653 +0x3c fp=0xc000080fc8 sp=0xc000080fa8 pc=0x4303dc
c4-frontend-1         | runtime.gcenable.gowrap2()
c4-frontend-1         |         runtime/mgc.go:213 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x4262a5
c4-frontend-1         | runtime.goexit({})
c4-frontend-1         |         runtime/asm_amd64.s:1693 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x489801
c4-frontend-1         | created by runtime.gcenable in goroutine 1
c4-frontend-1         |         runtime/mgc.go:213 +0xa5
c4-frontend-1         | 
c4-frontend-1         | goroutine 33 gp=0xc000180000 m=nil [GOMAXPROCS updater (idle)]:
c4-frontend-1         | runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
c4-frontend-1         |         runtime/proc.go:460 +0xce fp=0xc000186788 sp=0xc000186768 pc=0x48136e
c4-frontend-1         | runtime.goparkunlock(...)
c4-frontend-1         |         runtime/proc.go:466
c4-frontend-1         | runtime.updateMaxProcsGoroutine()
c4-frontend-1         |         runtime/proc.go:6706 +0xe7 fp=0xc0001867e0 sp=0xc000186788 pc=0x459087
c4-frontend-1         | runtime.goexit({})
c4-frontend-1         |         runtime/asm_amd64.s:1693 +0x1 fp=0xc0001867e8 sp=0xc0001867e0 pc=0x489801
c4-frontend-1         | created by runtime.defaultGOMAXPROCSUpdateEnable in goroutine 1
c4-frontend-1         |         runtime/proc.go:6694 +0x37
c4-frontend-1         | 
c4-frontend-1         | goroutine 34 gp=0xc0001801c0 m=nil [finalizer wait]:
c4-frontend-1         | runtime.gopark(0x45a055?, 0x42f27c?, 0x20?, 0xff?, 0x490013?)
c4-frontend-1         |         runtime/proc.go:460 +0xce fp=0xc000084620 sp=0xc000084600 pc=0x48136e
c4-frontend-1         | runtime.runFinalizers()
c4-frontend-1         |         runtime/mfinal.go:210 +0x107 fp=0xc0000847e0 sp=0xc000084620 pc=0x425207
c4-frontend-1         | runtime.goexit({})
c4-frontend-1         |         runtime/asm_amd64.s:1693 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x489801
c4-frontend-1         | created by runtime.createfing in goroutine 1
c4-frontend-1         |         runtime/mfinal.go:172 +0x3d
c4-frontend-1 exited with code 2

I am running a M3 Macbook (ARM) running Sequoia 15.6.1, freshly installed docker and freshly checked out repo.

Steps to reproduce

checkout repo
run docker-compose up

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions