Skip to content

DDC Smart Contract v.1.0.0 #248

DDC Smart Contract v.1.0.0

DDC Smart Contract v.1.0.0 #248

Triggered via pull request August 7, 2023 06:38
Status Failure
Total duration 1m 2s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
ci: contract/pkg/cache/ddc_bucket_contract_cache_test.go#L70
cannot use ddcBucketContract (variable of type *mockedDdcBucketContract) as bucket.DdcBucketContract value in struct literal: *mockedDdcBucketContract does not implement bucket.DdcBucketContract (missing method AdminGrantPermission) (typecheck)
ci: contract/pkg/cache/ddc_bucket_contract_cache_test.go#L86
cannot use ddcBucketContract (variable of type *mockedDdcBucketContract) as bucket.DdcBucketContract value in struct literal: *mockedDdcBucketContract does not implement bucket.DdcBucketContract (missing method AdminGrantPermission) (typecheck)
ci
issues found
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/