Skip to content

Support: alpaca-devnet-1 #7

Support: alpaca-devnet-1

Support: alpaca-devnet-1 #7

Triggered via pull request October 16, 2024 08:46
@syjn99syjn99
synchronize #2
alpaca-devnet-1
Status Failure
Total duration 1m 36s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test
149/2235 tests failed
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/KZGProofsWrongType failed in 0.14s: api/v1/deneb/blockcontents_test.go#L88
Error Trace: /home/runner/work/go-eth2-client/go-eth2-client/api/v1/deneb/blockcontents_test.go:88 Error: Error message not equal: expected: "kzg_proofs: json: cannot unmarshal bool into Go value of type []deneb.KZGProof" actual : "block: body: bail_outs: missing" Test: TestBlockContentsJSON/KZGProofsWrongType
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/BlobsWrongType failed in 0.01s: api/v1/deneb/blockcontents_test.go#L88
Error Trace: /home/runner/work/go-eth2-client/go-eth2-client/api/v1/deneb/blockcontents_test.go:88 Error: Error message not equal: expected: "blobs: json: cannot unmarshal bool into Go value of type []deneb.Blob" actual : "block: body: bail_outs: missing" Test: TestBlockContentsJSON/BlobsWrongType
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s: api/v1/deneb/blockcontents_test.go#L90
Error Trace: /home/runner/work/go-eth2-client/go-eth2-client/api/v1/deneb/blockcontents_test.go:90 Error: Received unexpected error: bail_outs: missing body github.com/attestantio/go-eth2-client/spec/deneb.(*BeaconBlock).UnmarshalJSON
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s: api/v1/deneb/beaconblock_json.go#L69
/home/runner/work/go-eth2-client/go-eth2-client/spec/deneb/beaconblock_json.go:69 encoding/json.(*decodeState).object
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s: api/v1/deneb/decode.go#L613
/opt/hostedtoolcache/go/1.20.14/x64/src/encoding/json/decode.go:613 encoding/json.(*decodeState).value
Test github.com/attestantio/go-eth2-client/api/v1/deneb/TestBlockContentsJSON/Good failed in 0.14s: api/v1/deneb/decode.go#L374
/opt/hostedtoolcache/go/1.20.14/x64/src/encoding/json/decode.go:374 encoding/json.(*decodeState).unmarshal