Skip to content

Bunch of transactions being passed around now. #3125

Bunch of transactions being passed around now.

Bunch of transactions being passed around now. #3125

Triggered via push October 19, 2024 13:29
Status Failure
Total duration 27s
Artifacts

push.yml

on: push
Update Contributors
0s
Update Contributors
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: server/world/mcdb/db.go#L172
cannot use db.entities(k) (value of type []world.Entity) as []*world.EntityHandle value in assignment
Build: server/world/mcdb/db.go#L327
cannot use col.Entities (variable of type []*world.EntityHandle) as []world.Entity value in argument to db.storeEntities
Build: server/session/entity_metadata.go#L129
s.c undefined (type *Session has no field or method c)
Build: server/session/player.go#L31
cannot use e (variable of type world.Entity) as *world.EntityHandle value in map index
Build: server/session/player.go#L33
cannot use e (variable of type world.Entity) as *world.EntityHandle value in map index
Build: server/session/player.go#L45
cannot use e (variable of type world.Entity) as *world.EntityHandle value in map index
Build: server/session/player.go#L47
cannot use e (variable of type world.Entity) as *world.EntityHandle value in argument to delete
Build: server/session/player.go#L85
s.c undefined (type *Session has no field or method c)
Build: server/session/player.go#L93
s.c undefined (type *Session has no field or method c)
Build: server/session/player.go#L539
undefined: c
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/