Skip to content

feat(storers): Add a new NutsMemcached storage backend built on NutsDB #1584

feat(storers): Add a new NutsMemcached storage backend built on NutsDB

feat(storers): Add a new NutsMemcached storage backend built on NutsDB #1584

Triggered via pull request April 24, 2024 12:25
Status Failure
Total duration 3m 1s
Artifacts

plugins.yml

on: pull_request
build-beego-validator  /  Beego
1m 18s
build-beego-validator / Beego
build-chi-validator  /  Chi
1m 42s
build-chi-validator / Chi
build-dotweb-validator  /  Dotweb
1m 26s
build-dotweb-validator / Dotweb
build-echo-validator  /  Echo
1m 26s
build-echo-validator / Echo
build-fiber-validator  /  Fiber
1m 18s
build-fiber-validator / Fiber
build-gin-validator  /  Gin
1m 23s
build-gin-validator / Gin
build-goa-validator  /  Goa
1m 25s
build-goa-validator / Goa
build-kratos-validator  /  Kratos
1m 18s
build-kratos-validator / Kratos
build-roadrunner-validator  /  Roadrunner
1m 23s
build-roadrunner-validator / Roadrunner
build-souin-validator  /  Souin
1m 25s
build-souin-validator / Souin
build-traefik-validator  /  Traefik
2m 45s
build-traefik-validator / Traefik
build-tyk-validator  /  Tyk
2m 4s
build-tyk-validator / Tyk
build-webgo-validator  /  Webgo
1m 19s
build-webgo-validator / Webgo
Run cache-tests suite requirements and add the generated screenshot to the PR
0s
Run cache-tests suite requirements and add the generated screenshot to the PR
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 14 warnings
build-beego-validator / Beego
golangci-lint exit with code 3
build-fiber-validator / Fiber
golangci-lint exit with code 3
build-kratos-validator / Kratos
golangci-lint exit with code 3
build-webgo-validator / Webgo
golangci-lint exit with code 3
build-gin-validator / Gin
golangci-lint exit with code 3
build-roadrunner-validator / Roadrunner
golangci-lint exit with code 3
build-echo-validator / Echo
golangci-lint exit with code 3
build-souin-validator / Souin
golangci-lint exit with code 3
build-goa-validator / Goa
golangci-lint exit with code 3
build-dotweb-validator / Dotweb
golangci-lint exit with code 3
Caddy: pkg/storage/nutsMemcachedProvider.go#L111
cannot use &NutsMemcached{…} (value of type *NutsMemcached) as "github.com/darkweak/souin/pkg/storage/types".Storer value in return statement: *NutsMemcached does not implement "github.com/darkweak/souin/pkg/storage/types".Storer (missing method GetMultiLevel)
Caddy: pkg/storage/nutsMemcachedProvider.go#L157
cannot use instance (variable of type *NutsMemcached) as "github.com/darkweak/souin/pkg/storage/types".Storer value in return statement: *NutsMemcached does not implement "github.com/darkweak/souin/pkg/storage/types".Storer (missing method GetMultiLevel)
Caddy
Process completed with exit code 1.
build-chi-validator / Chi
golangci-lint exit with code 3
build-tyk-validator / Tyk: plugins/tyk/main.go#L198
s.Storers undefined (type *souinInstance has no field or method Storers) (typecheck)
build-tyk-validator / Tyk
issues found
build-beego-validator / Beego
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-fiber-validator / Fiber
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-kratos-validator / Kratos
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-webgo-validator / Webgo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-gin-validator / Gin
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-roadrunner-validator / Roadrunner
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-echo-validator / Echo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-souin-validator / Souin
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-goa-validator / Goa
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-dotweb-validator / Dotweb
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Caddy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-chi-validator / Chi
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-tyk-validator / Tyk
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-traefik-validator / Traefik
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, golangci/golangci-lint-action@v3, nick-invision/assert-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.