Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove github.com/otiai10/copy dependency #2239

Closed
wants to merge 3 commits into from

Refactor to filepath.WalkDir

e11c676
Select commit
Loading
Failed to load commit list.
Closed

Remove github.com/otiai10/copy dependency #2239

Refactor to filepath.WalkDir
e11c676
Select commit
Loading
Failed to load commit list.
Cirrus CI / validate failed Jan 9, 2024 in 37s

Task Summary

Instruction main failed in 00:32

Details

✅ 00:03 clone
❌ 00:32 main

go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/google/go-intervals v0.0.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/opencontainers/selinux v1.11.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.15.1
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading google.golang.org/grpc v1.59.0
go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
go: downloading github.com/miekg/pkcs11 v1.1.1
go: downloading github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/opencontainers/runtime-spec v1.1.0
go: downloading github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/go-openapi/analysis v0.21.4
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-openapi/loads v0.21.2
go: downloading github.com/go-openapi/spec v0.20.9
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading golang.org/x/mod v0.14.0
go: downloading github.com/moby/sys/mountinfo v0.7.1
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/golang/protobuf v1.5.3
go: downloading golang.org/x/net v0.19.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-logr/logr v1.2.4
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading github.com/mistifyio/go-zfs/v3 v3.0.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13
go: downloading google.golang.org/protobuf v1.31.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/text v0.14.0
if [ ! -x "/var/tmp/go/bin/git-validation" ]; then \
	GO111MODULE="off" go get -tags "btrfs_noversion libdm_no_deferred_remove" github.com/vbatts/git-validation; \
fi
if [ ! -x "/var/tmp/go/bin/golangci-lint" ]; then \
	curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /var/tmp/go/bin v1.55.2 ; \
fi
golangci/golangci-lint info checking GitHub for tag 'v1.55.2'
golangci/golangci-lint info found version: 1.55.2 for v1.55.2/linux/amd64
golangci/golangci-lint info installed /var/tmp/go/bin/golangci-lint
${GOBIN}/git-validation -q -run DCO,short-subject,dangling-whitespace -range $(git merge-base origin/${DEST_BRANCH} HEAD)..${CIRRUS_CHANGE_IN_REPO}
time="2024-01-09T17:24:16Z" level=info msg="using commit range: b6e03a079eb47f70d99d3c335eb355a3cf963434..e11c676ae404f9f2c78afb553b5e69dc1dbab2f4"
 e11c676a - FAIL - does not have a valid DCO
 42d49405 - FAIL - does not have a valid DCO
2 commits to fix