Skip to content

chore: add typos pre commit hook #1262

chore: add typos pre commit hook

chore: add typos pre commit hook #1262

Triggered via pull request November 14, 2024 20:13
Status Failure
Total duration 11m 32s
Artifacts

ci.yml

on: pull_request
Matrix: e2e
Fit to window
Zoom out
Zoom in

Annotations

2 errors
integration: test/#2 resolve image config for docker-image#L1
=== RUN TestStateWrapper_ReadPartial fs_test.go:294: Error Trace: /home/runner/work/dalec/dalec/test/fs_test.go:294 /home/runner/work/dalec/dalec/test/testenv/buildx.go:304 /home/runner/go/pkg/mod/github.com/moby/[email protected]/frontend/gateway/grpcclient/client.go:218 /home/runner/go/pkg/mod/github.com/moby/[email protected]/client/build.go:58 /home/runner/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:295 /home/runner/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 /home/runner/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 15 actual : 14 Test: TestStateWrapper_ReadPartial fs_test.go:295: Error Trace: /home/runner/work/dalec/dalec/test/fs_test.go:295 /home/runner/work/dalec/dalec/test/testenv/buildx.go:304 /home/runner/go/pkg/mod/github.com/moby/[email protected]/frontend/gateway/grpcclient/client.go:218 /home/runner/go/pkg/mod/github.com/moby/[email protected]/client/build.go:58 /home/runner/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:295 /home/runner/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 /home/runner/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: []byte{0x74, 0x69, 0x6c, 0x69, 0x6e, 0x65, 0xa, 0x9, 0x9, 0x66, 0x69, 0x6c, 0x65, 0xa} actual : []byte{0x74, 0x69, 0x6c, 0x69, 0x6e, 0x65, 0xa, 0x9, 0x9, 0x66, 0x69, 0x6c, 0x65, 0xa, 0x9} Diff: --- Expected +++ Actual @@ -1,3 +1,3 @@ -([]uint8) (len=14) { - 00000000 74 69 6c 69 6e 65 0a 09 09 66 69 6c 65 0a |tiline...file.| +([]uint8) (len=15) { + 00000000 74 69 6c 69 6e 65 0a 09 09 66 69 6c 65 0a 09 |tiline...file..| } Test: TestStateWrapper_ReadPartial fs_test.go:298: Error Trace: /home/runner/work/dalec/dalec/test/fs_test.go:298 /home/runner/work/dalec/dalec/test/testenv/buildx.go:304 /home/runner/go/pkg/mod/github.com/moby/[email protected]/frontend/gateway/grpcclient/client.go:218 /home/runner/go/pkg/mod/github.com/moby/[email protected]/client/build.go:58 /home/runner/go/pkg/mod/github.com/moby/[email protected]/client/solve.go:295 /home/runner/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 /home/runner/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: []byte{0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} actual : []byte{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} Diff: --- Expected +++ Actual @@ -1,3 +1,3 @@ ([]uint8) (len=26) { - 00000000 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| + 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000010 00 00 00 00 00 00 00 00 00 00 |..........| Test: TestStateWrapper_ReadP
integration
Process completed with exit code 1.