Skip to content

feat(perf): rework elements #95

feat(perf): rework elements

feat(perf): rework elements #95

Triggered via pull request February 3, 2025 06:46
Status Failure
Total duration 46s
Artifacts

release.yml

on: pull_request
Matrix: test
Build distribution binaries
0s
Build distribution binaries
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Test on ubuntu-latest: internal/torrent/hasher.go#L104
cannot use h.pieceLen (variable of type int64) as int value in argument to b.Grow
Test on ubuntu-latest: internal/torrent/hasher.go#L129
cannot use w.b (variable of type bytes.Buffer) as io.Reader value in argument to io.Copy: bytes.Buffer does not implement io.Reader (method Read has pointer receiver)
Test on ubuntu-latest: internal/torrent/hasher.go#L187
cannot use b (variable of type bytes.Buffer) as io.Writer value in argument to io.CopyN: bytes.Buffer does not implement io.Writer (method Write has pointer receiver)
Test on ubuntu-latest
Process completed with exit code 1.
Test on macos-latest
The job was canceled because "ubuntu-latest" failed.
Test on macos-latest: internal/torrent/hasher.go#L104
cannot use h.pieceLen (variable of type int64) as int value in argument to b.Grow
Test on macos-latest: internal/torrent/hasher.go#L129
cannot use w.b (variable of type bytes.Buffer) as io.Reader value in argument to io.Copy: bytes.Buffer does not implement io.Reader (method Read has pointer receiver)
Test on macos-latest: internal/torrent/hasher.go#L187
cannot use b (variable of type bytes.Buffer) as io.Writer value in argument to io.CopyN: bytes.Buffer does not implement io.Writer (method Write has pointer receiver)
Test on macos-latest
Process completed with exit code 1.
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
Test on windows-latest
The operation was canceled.