nixbot

builds
1this derivation will be built:2 /nix/store/ms5kn595ax4wda5zad56yp3bmifayai7-data-mesher-0.1.0.drv3error: Cannot build '/nix/store/ms5kn595ax4wda5zad56yp3bmifayai7-data-mesher-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/dvrrhq3jhnigzqcjx8hpxbyh2z1kylwp-data-mesher-0.1.07 Last 25 log lines:8 > w := &SignatureWriter{9 > ^10 > pkg/model/signature.go:268:8: model.SignatureWriter is missing fields size, hash, hasher (exhaustruct_v5)11 > w := &SignatureWriter{12 > ^13 > pkg/msgpack/codec.go:13:15: codec.MsgpackHandle is missing fields BasicHandle, NoFixedNum, PositiveIntUnsigned (exhaustruct_v5)14 > var handle = &codec.MsgpackHandle{15 > ^16 > pkg/server/server.go:34:10: server.Server is missing fields files, http, cluster, cancelTasks (exhaustruct_v5)17 > srv := &Server{18 > ^19 > pkg/state/signatures.go:57:10: state.signatureReader is missing fields cursor, cursorStarted, networkIdx (exhaustruct_v5)20 > return &signatureReader{21 > ^22 > pkg/cluster/state_exchange.go:68:2: G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)23 > rand.Shuffle(len(peers), func(i, j int) {24 > peers[i], peers[j] = peers[j], peers[i]25 > })26 > pkg/model/signature.go:16:25: directive `//nolint:recvcheck` is unused for linter "recvcheck" (nolintlint)27 > type SignatureType byte //nolint:recvcheck28 > ^29 > 52 issues:30 > * exhaustruct_v5: 5031 > * gosec: 132 > * nolintlint: 133 For full logs, run:34 nix log /nix/store/ms5kn595ax4wda5zad56yp3bmifayai7-data-mesher-0.1.0.drv