Skip to content

Use newer AppendEncode and AppenDecode methods #267

Use newer AppendEncode and AppenDecode methods

Use newer AppendEncode and AppenDecode methods #267

Triggered via push December 28, 2024 07:56
Status Failure
Total duration 24s
Artifacts

test.yml

on: push
test-latest
14s
test-latest
Matrix: test-all
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 1 warning
test-latest: arshal_default.go#L220
undefined: hex.AppendEncode
test-latest: arshal_default.go#L221
undefined: hex.AppendDecode
test-latest: arshal_default.go#L240
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in variable declaration: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-latest: arshal_default.go#L244
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-latest: arshal_default.go#L246
cannot use base64URLEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-latest: arshal_default.go#L248
cannot use base32StdEncoding (variable of type *base32.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base32.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-latest: arshal_default.go#L250
cannot use base32HexEncoding (variable of type *base32.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base32.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-latest: arshal_default.go#L276
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in variable declaration: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-latest: arshal_default.go#L280
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in assignment: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-latest: arshal_default.go#L282
cannot use base64URLEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in assignment: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, macos-latest): arshal_default.go#L220
undefined: hex.AppendEncode
test-all (1.21.x, macos-latest): arshal_default.go#L221
undefined: hex.AppendDecode
test-all (1.21.x, macos-latest): arshal_default.go#L240
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in variable declaration: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, macos-latest): arshal_default.go#L244
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, macos-latest): arshal_default.go#L246
cannot use base64URLEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, macos-latest): arshal_default.go#L248
cannot use base32StdEncoding (variable of type *base32.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base32.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, macos-latest): arshal_default.go#L250
cannot use base32HexEncoding (variable of type *base32.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base32.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, macos-latest): arshal_default.go#L276
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in variable declaration: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, macos-latest): arshal_default.go#L280
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in assignment: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, macos-latest): arshal_default.go#L282
cannot use base64URLEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in assignment: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, ubuntu-latest)
The job was canceled because "_1_21_x_macos-latest" failed.
test-all (1.21.x, ubuntu-latest): arshal_default.go#L220
undefined: hex.AppendEncode
test-all (1.21.x, ubuntu-latest): arshal_default.go#L221
undefined: hex.AppendDecode
test-all (1.21.x, ubuntu-latest): arshal_default.go#L240
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in variable declaration: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L244
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L246
cannot use base64URLEncoding (variable of type *base64.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base64.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L248
cannot use base32StdEncoding (variable of type *base32.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base32.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L250
cannot use base32HexEncoding (variable of type *base32.Encoding) as interface{AppendEncode(dst []byte, src []byte) []byte} value in assignment: *base32.Encoding does not implement interface{AppendEncode(dst []byte, src []byte) []byte} (missing method AppendEncode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L276
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in variable declaration: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L280
cannot use base64StdEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in assignment: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, ubuntu-latest): arshal_default.go#L282
cannot use base64URLEncoding (variable of type *base64.Encoding) as interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} value in assignment: *base64.Encoding does not implement interface{AppendDecode(dst []byte, src []byte) ([]byte, error); EncodedLen(int) int} (missing method AppendDecode)
test-all (1.21.x, windows-latest)
The job was canceled because "_1_21_x_macos-latest" failed.
test-all (1.21.x, windows-latest)
The operation was canceled.
test-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636