Skip to content

Add exponential backoff retries #14

Add exponential backoff retries

Add exponential backoff retries #14

Triggered via push October 24, 2023 14:03
Status Failure
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
build_and_test
11s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build_and_test: test/zip_descriptor_test.go#L56
invalid operation: cannot index r.Files() (value of type chan *zip_streamer.FileEntry)
build_and_test: test/zip_descriptor_test.go#L72
invalid operation: cannot index r.Files() (value of type chan *zip_streamer.FileEntry)
build_and_test: test/zip_streamer_test.go#L17
cannot use make([]*zip_streamer.FileEntry, 0) (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L25
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L37
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L57
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L77
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test
Process completed with exit code 1.