darkweak / souin

An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache
https://docs.souin.io
MIT License
713 stars 56 forks source link

Traefik plug-in errors #144

Closed agneevX closed 2 years ago

agneevX commented 3 years ago

Hello,

I'm trying to set up souin in Traefik and added the following to my static config and restarted Traefik, but I'm getting this error:

experimental:
    plugins:
        souin:
            moduleName: "github.com/darkweak/souin"
            version: "v1.5.10"

2021/10/21 11:18:06 traefik.go:81: command traefik error: github.com/darkweak/souin: failed to import plugin code "github.com/darkweak/souin/plugins/traefik": 1:21: import "github.com/darkweak/souin/plugins/traefik" error: plugins-storage/sources/gop-3549315478/src/github.com/darkweak/souin/plugins/traefik/base.go:13:2: import "github.com/darkweak/souin/api" error: plugins-storage/sources/gop-3549315478/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/api/main.go:6:2: import "github.com/darkweak/souin/api/auth" error: plugins-storage/sources/gop-3549315478/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/api/auth/security.go:8:2: import "github.com/darkweak/souin/configurationtypes" error: plugins-storage/sources/gop-3549315478/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/configurationtypes/types.go:8:2: import "gopkg.in/yaml.v3" error: plugins-storage/sources/gop-3549315478/src/github.com/darkweak/souin/plugins/traefik/vendor/gopkg.in/yaml.v3/decode.go:195:42: cannot use type *yaml.Node as type *unsafe2.dummy

darkweak commented 3 years ago

That's a Yægi issue related. As they prefer to run their own code interpreter they have to support the yaml.v3 package. Can you open an issue on the repository and mention this issue please ?

agneevX commented 3 years ago

Ok, but their bug report template requires code to be filled up.

darkweak commented 3 years ago

I'll link this issue in their discord channel then.

agneevX commented 3 years ago

@darkweak don't mean to rush you but have you heard back from them?

darkweak commented 3 years ago

Hello @agneevX they are always working on the yaml.v3 support, here is the issue https://github.com/traefik/yaegi/issues/1296. It seems that's work with the v2.5.0 of træfik by the way.

agneevX commented 3 years ago

Thanks for getting back. While I'm running 2.5.3, I'll subscribe to the issue.

darkweak commented 2 years ago

It seems that the v2.5.5 resolves that @agneevX.

agneevX commented 2 years ago

Ok, I'll be sure to test that.

agneevX commented 2 years ago

Still an issue:

2021/12/11 18:47:38 traefik.go:81: command traefik error: github.com/darkweak/souin: failed to import plugin code "github.com/darkweak/souin/plugins/traefik": 1:21: import "github.com/darkweak/souin/plugins/traefik" error: plugins-storage/sources/gop-1931419817/src/github.com/darkweak/souin/plugins/traefik/base.go:13:2: import "github.com/darkweak/souin/api" error: plugins-storage/sources/gop-1931419817/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/api/main.go:7:2: import "github.com/darkweak/souin/cache/types" error: plugins-storage/sources/gop-1931419817/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/cache/types/souin.go:7:2: import "github.com/darkweak/souin/cache/surrogate/providers" error: plugins-storage/sources/gop-1931419817/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/cache/surrogate/providers/factory.go:15:10: undefined: generateCloudflareInstance 74740

experimental:
  plugins:
    souin:
      moduleName: "github.com/darkweak/souin"
      version: "v1.5.11-beta3"
/ # traefik version
Version:      2.5.5
Codename:     brie
Go version:   go1.17.5
Built:        2021-12-10T17:00:35Z
OS/Arch:      linux/arm64

EDIT: add traefik version details

darkweak commented 2 years ago

I'm on it, the next release will fix this.

agneevX commented 2 years ago

Still facing issues here :(

today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="plugins-storage/sources/gop-2864170623/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/configurationtypes/types.go:134:9: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="plugins-storage/sources/gop-2864170623/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/cache/providers/cacheProvider.go:21:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="plugins-storage/sources/gop-2864170623/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/cache/providers/abstractProvider.go:16:10: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="plugins-storage/sources/gop-2864170623/src/github.com/darkweak/souin/plugins/traefik/base.go:153:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="plugins-storage/sources/gop-2864170623/src/github.com/darkweak/souin/plugins/traefik/main.go:151:3: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="Error in Go routine: reflect: call of reflect.Value.Field on zero Value"
today at 2:38:44 PMtime="2021-12-13T14:38:44+05:30" level=error msg="Stack: goroutine 97 [running]:\nruntime/debug.Stack()\n\t/usr/local/golang/1.10.8/go/src/runtime/debug/stack.go:24 +0x88\ngithub.com/traefik/traefik/v2/pkg/safe.defaultRecoverGoroutine({0x2936fe0, 0x4000e1ba70})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/safe/routine.go:66 +0xbc\ngithub.com/traefik/traefik/v2/pkg/safe.GoWithRecover.func1.1(0x314a618)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/safe/routine.go:56 +0x50\npanic({0x2936fe0, 0x4000e1ba70})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4000578dc0, 0x400309d7a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x2936fe0, 0x4000e1ba70})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4000578f20, 0x4000d36fc0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x2936fe0, 0x4000e1ba70})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4000578fd0, 0x40010e67e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x2936fe0, 0x4000e1ba70})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4000579080, 0x40011277a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x2936fe0, 0x4000e1ba70})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4000579810, 0x40009f2240, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x2936fe0, 0x4000e1ba70})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Field({0x0, 0x0, 0x0}, 0x8)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1185 +0x11c\nreflect.Value.FieldByIndex({0x0, 0x0, 0x0}, {0x40035da088, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1217 +0x78\ngithub.com/traefik/yaegi/interp.getPtrIndexSeq.func2(0x4000579810)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1999 +0x10c\ngithub.com/traefik/yaegi/interp.runCfg(0x40009f2240, 0x4000579810, 0x400407c6c0, 0x40011290e0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4000579080)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x40011277a0, 0x4000579080, 0x4001126120, 0x40010e67e0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4000578fd0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x40010e67e0, 0x4000578fd0, 0x40010e5320, 0x4000d36ea0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4000578f20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000d36fc0, 0x4000578f20, 0x4000d358c0, 0x40030a0a20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4000578dc0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x400309d7a0, 0x4000578dc0, 0x4003088fc0, 0x4003088fc0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x40037ab620, 0x4, 0x4})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\nreflect.Value.call({0x40038efd80, 0x4003622bd0, 0x13}, {0x2fd7902, 0x4}, {0x4003f2b388, 0x4, 0x4})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x40038efd80, 0x4003622bd0, 0x13}, {0x4003f2b388, 0x4, 0x4})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/traefik/v2/pkg/plugins.(*Middleware).NewHandler(0x40036e6900, {0x361e300, 0x4003622630}, {0x35b9940, 0x40036225a0})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/plugins/middlewares.go:82 +0x31c\ngithub.com/traefik/traefik/v2/pkg/server/middleware.(*Builder).buildConstructor.func23({0x35b9940, 0x40036225a0})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/middleware/middlewares.go:359 +0x48\ngithub.com/traefik/traefik/v2/pkg/middlewares/tracing.Wrap.func1({0x35b9940, 0x40036225a0})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/tracing/wrapper.go:24 +0x4c\ngithub.com/traefik/traefik/v2/pkg/server/middleware.(*Builder).BuildChain.func1({0x35b9940, 0x40036225a0})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/middleware/middlewares.go:80 +0x130\ngithub.com/containous/alice.Chain.Then({{0x400373a1d0, 0x2, 0x2}}, {0x35b96a0, 0x400373a1c0})\n\t/home/semaphore/go/pkg/mod/github.com/containous/alice@v0.0.0-20181107144136-d83ebdd94cbd/chain.go:51 +0x98\ngithub.com/traefik/traefik/v2/pkg/server/router.(*Manager).buildHTTPHandler(0x4003f2bd10, {0x361e300, 0x4003622270}, 0x4003d7ce10, {0x4003793320, 0xd})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/router/router.go:190 +0x600\ngithub.com/traefik/traefik/v2/pkg/server/router.(*Manager).buildRouterHandler(0x4003e07d10, {0x361e300, 0x4003622270}, {0x4003793320, 0xd}, 0x4003d7ce10)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/router/router.go:144 +0x90\ngithub.com/traefik/traefik/v2/pkg/server/router.(*Manager).buildEntryPointHandler(0x4003e07d10, {0x361e300, 0x4000e77290}, 0x40024f15c0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/router/router.go:114 +0x1b4\ngithub.com/traefik/traefik/v2/pkg/server/router.(*Manager).BuildHandlers(0x4003e07d10, {0x361e290, 0x400012e020}, {0x4002848a80, 0x2, 0x2}, 0x0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/router/router.go:68 +0x1b4\ngithub.com/traefik/traefik/v2/pkg/server.(*RouterFactory).CreateRouters(0x400321ea10, 0x4004d85500)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/routerfactory.go:77 +0x1ec\nmain.switchRouter.func1({0x40022947b0, 0x4000f66a08, 0x40036d6f90, 0x40022947e0})\n\t/home/semaphore/go/src/github.com/traefik/traefik/cmd/traefik/traefik.go:374 +0x74\ngithub.com/traefik/traefik/v2/pkg/server.(*ConfigurationWatcher).loadMessage(0x400001bd60, {{0x2fdbf7b, 0x6}, 0x4003656700})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/configurationwatcher.go:156 +0x1e4\ngithub.com/traefik/traefik/v2/pkg/server.(*ConfigurationWatcher).listenConfigurations(0x400001bd60, {0x361e258, 0x4000129780})\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/server/configurationwatcher.go:136 +0x38\ngithub.com/traefik/traefik/v2/pkg/safe.(*Pool).GoCtx.func1()\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/safe/routine.go:36 +0x64\ngithub.com/traefik/traefik/v2/pkg/safe.GoWithRecover.func1(0x314a618, 0x4002d26030)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/safe/routine.go:59 +0x50\ncreated by github.com/traefik/traefik/v2/pkg/safe.GoWithRecover\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/safe/routine.go:53 +0x44\n"

This is how I set it up:

# traefik.yml
experimental:
  plugins:
    souin:
      moduleName: "github.com/darkweak/souin"
      version: "v1.5.11-beta5"

# file-provider.yml / Dynamic config
http:
  middlewares:
    http-cache:
      plugin:
        souin:
          log_level: debug

# docker-compose.yml
    labels:
      traefik.http.routers.app.middlewares: http-cache@file
agneevX commented 2 years ago

Also, the README states:

 http:
...
   middlewares:
     http-cache:
       plugin:
         souin-plugin:
           api:
             souin:
               enable: true

souin-plugin errors here, just souin works.

darkweak commented 2 years ago

Can you try to add the ttl with the stale default_cache property into your souin configuration declaration?

agneevX commented 2 years ago

Like this @darkweak?

http:
  middlewares:
    http-cache:
      plugin:
        souin:
          api:
            souin:
              enable: true
          default_cache:
             headers: Authorization,Content-Type
          ttl: 10s
          log_level: debug

Page doesn't seem to load:

today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51034 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:38 PMtime="2021-12-13T16:31:38+05:30" level=error msg="Stack: goroutine 2475 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4001b83b10}, 0x4003c02200)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400317fb80, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003c314a0, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003d43340, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003c94790, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003c94840, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x400308d900, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4003c94840)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4003c94840, 0x40039c6000, 0x4003c82d80)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4003c8e660, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x40028177e0})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x40028177e0})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4003c8e648, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4003c8e648, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4003c8e648, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x4003c94790)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x4003c94790, 0x4003c82ea0, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003d43340)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4003d43340, 0x4003c3e240, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003c314a0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4003c314a0, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x400317fb80)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x400317fb80, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e81260, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4001b83b10}, 0x4003c02400)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4001b83b10}, 0x4003c02200)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4001b83b10}, 0x4003c02200)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4001b83b10}, 0x4003c02200)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4001b83b10}, 0x4003c02100, 0x4003d0a7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4001b83b10}, 0x4003c02100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4001b83b10}, 0x4003c02100)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x4003114b60}, 0x4003c02100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x4003114b60}, 0x4003c02100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x4003114b60}, 0x4003c02100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x4003114b60}, 0x4003c02100)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x4003114b60}, 0x4003c02100)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x40045a3a40, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51036 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="Stack: goroutine 2487 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x40029a84c8}, 0x4003ac4c00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003c948f0, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003ea9e40, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003eafce0, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003ee7080, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003ee7130, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4003583c80, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4003ee7130)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4003ee7130, 0x40039c6000, 0x4003edd560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4003eec3a8, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4002b49400})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4002b49400})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4003eec390, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4003eec390, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4003eec390, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x4003ee7080)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x4003ee7080, 0x4003edd680, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003eafce0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4003eafce0, 0x4003eaad80, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003ea9e40)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4003ea9e40, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003c948f0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4003c948f0, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e2f020, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x40029a84c8}, 0x4003ac4e00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x40029a84c8}, 0x4003ac4c00)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x40029a84c8}, 0x4003ac4c00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x40029a84c8}, 0x4003ac4c00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x40029a84c8}, 0x4003ac4b00, 0x40006ed7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x40029a84c8}, 0x4003ac4b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x40029a84c8}, 0x4003ac4b00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x4000501340}, 0x4003ac4b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x4000501340}, 0x4003ac4b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x4000501340}, 0x4003ac4b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x4000501340}, 0x4003ac4b00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x4000501340}, 0x4003ac4b00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x4004a452c0, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51037 - /]: reflect: Method on nil interface value" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="Stack: goroutine 2435 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4001eda1d0}, 0x4003f1c100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40030ff080, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003fa8630, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003fae4d0, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003825810, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40038258c0, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4003660040, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x40038258c0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x40038258c0, 0x40039c6000, 0x4003f44360)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4003b2cf30, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x40029ea9a0})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x40029ea9a0})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4003b2cf18, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4003b2cf18, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4003b2cf18, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x4003825810)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x4003825810, 0x4003f44480, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003fae4d0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4003fae4d0, 0x4003f970e0, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003fa8630)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4003fa8630, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40030ff080)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x40030ff080, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e52ba0, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4001eda1d0}, 0x4003f1c300)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4001eda1d0}, 0x4003f1c100)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4001eda1d0}, 0x4003f1c100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4001eda1d0}, 0x4003f1c100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4001eda1d0}, 0x4003f1c000, 0x4003d097a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4001eda1d0}, 0x4003f1c000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4001eda1d0}, 0x4003f1c000)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40030a8460}, 0x4003f1c000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40030a8460}, 0x4003f1c000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40030a8460}, 0x4003f1c000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40030a8460}, 0x4003f1c000)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40030a8460}, 0x4003f1c000)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x40001c97c0, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51038 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:40 PMtime="2021-12-13T16:31:40+05:30" level=error msg="Stack: goroutine 2461 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4002870ff0}, 0x4003822f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003825970, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003f72f20, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004000dc0, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003efe420, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003efe4d0, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x40035e83c0, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4003efe4d0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4003efe4d0, 0x40039c6000, 0x4003ef8480)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4003eecff0, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4002b49820})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4002b49820})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4003eecfd8, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4003eecfd8, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4003eecfd8, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x4003efe420)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x4003efe420, 0x4003ef85a0, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004000dc0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004000dc0, 0x4003fec120, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003f72f20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4003f72f20, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003825970)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4003825970, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e8b710, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4002870ff0}, 0x4003823100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4002870ff0}, 0x4003822f00)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4002870ff0}, 0x4003822f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4002870ff0}, 0x4003822f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4002870ff0}, 0x4003822e00, 0x400439c7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4002870ff0}, 0x4003822e00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4002870ff0}, 0x4003822e00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40035dec40}, 0x4003822e00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40035dec40}, 0x4003822e00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40035dec40}, 0x4003822e00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40035dec40}, 0x4003822e00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40035dec40}, 0x4003822e00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x40044fdea0, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51039 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Stack: goroutine 2440 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4001edb408}, 0x4003f1d800)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003fae630, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003ff3b80, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003fffa20, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003e0a6e0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003e0a790, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x400354f900, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4003e0a790)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4003e0a790, 0x40039c6000, 0x4003e06b40)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4003c0b950, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4002a80480})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4002a80480})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4003c0b938, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4003c0b938, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4003c0b938, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x4003e0a6e0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x4003e0a6e0, 0x4003e06c60, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003fffa20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4003fffa20, 0x4003ff4a20, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003ff3b80)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4003ff3b80, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003fae630)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4003fae630, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e8e3f0, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4001edb408}, 0x4003f1da00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4001edb408}, 0x4003f1d800)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4001edb408}, 0x4003f1d800)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4001edb408}, 0x4003f1d800)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4001edb408}, 0x4003f1d700, 0x4003ce57a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4001edb408}, 0x4003f1d700)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4001edb408}, 0x4003f1d700)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40030a8e00}, 0x4003f1d700)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40030a8e00}, 0x4003f1d700)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40030a8e00}, 0x4003f1d700)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40030a8e00}, 0x4003f1d700)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40030a8e00}, 0x4003f1d700)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x40001c9f40, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51040 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Stack: goroutine 2497 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4002b0e198}, 0x4004034000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004000f20, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40040484d0, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004058370, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40040596b0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004059760, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x40036b2500, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4004059760)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4004059760, 0x40039c6000, 0x400404fd40)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x40040059c8, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4002bdde00})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4002bdde00})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x40040059b0, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x40040059b0, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x40040059b0, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x40040596b0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x40040596b0, 0x400404fe60, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004058370)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004058370, 0x4004017560, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40040484d0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x40040484d0, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004000f20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4004000f20, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e97050, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4002b0e198}, 0x4004034200)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4002b0e198}, 0x4004034000)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4002b0e198}, 0x4004034000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4002b0e198}, 0x4004034000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4002b0e198}, 0x4003823f00, 0x400439c7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4002b0e198}, 0x4003823f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4002b0e198}, 0x4003823f00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40035df500}, 0x4003823f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40035df500}, 0x4003823f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40035df500}, 0x4003823f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40035df500}, 0x4003823f00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40035df500}, 0x4003823f00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x4004a52140, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51041 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Stack: goroutine 2478 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x40029359b8}, 0x4003e7a100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003e0a840, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40041bbd90, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40041bfc30, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400412cdc0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400412ce70, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4003770180, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x400412ce70)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x400412ce70, 0x40039c6000, 0x400405d680)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4003fdb920, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4002ce5580})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4002ce5580})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4003fdb908, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4003fdb908, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4003fdb908, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x400412cdc0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x400412cdc0, 0x400405d7a0, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40041bfc30)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x40041bfc30, 0x40041bc5a0, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40041bbd90)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x40041bbd90, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003e0a840)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4003e0a840, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e3f230, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x40029359b8}, 0x4003e7a300)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x40029359b8}, 0x4003e7a100)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x40029359b8}, 0x4003e7a100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x40029359b8}, 0x4003e7a100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x40029359b8}, 0x4003e7a000, 0x4003d0a7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x40029359b8}, 0x4003e7a000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x40029359b8}, 0x4003e7a000)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x4003114e00}, 0x4003e7a000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x4003114e00}, 0x4003e7a000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x4003114e00}, 0x4003e7a000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x4003114e00}, 0x4003e7a000)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x4003114e00}, 0x4003e7a000)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x40045a3f40, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51042 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Stack: goroutine 2443 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4002b9ae50}, 0x400405ef00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400412cf20, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400425e4d0, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004294370, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400427afd0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400427b080, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4003719380, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x400427b080)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x400427b080, 0x40039c6000, 0x400420b8c0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4004302288, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4003254240})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4003254240})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4004302270, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4004302270, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4004302270, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x400427afd0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x400427afd0, 0x400420b9e0, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004294370)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004294370, 0x400425cd80, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x400425e4d0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x400425e4d0, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x400412cf20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x400412cf20, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002ea91d0, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4002b9ae50}, 0x400405f100)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4002b9ae50}, 0x400405ef00)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4002b9ae50}, 0x400405ef00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4002b9ae50}, 0x400405ef00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4002b9ae50}, 0x400405ee00, 0x4003ce57a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4002b9ae50}, 0x400405ee00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4002b9ae50}, 0x400405ee00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40030a96c0}, 0x400405ee00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40030a96c0}, 0x400405ee00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40030a96c0}, 0x400405ee00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40030a96c0}, 0x400405ee00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40030a96c0}, 0x400405ee00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x40003c21e0, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51043 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Stack: goroutine 2480 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4002def238}, 0x4003e7bb00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400427b130, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40043686e0, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004332580, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40042956b0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004295760, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4003771a80, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4004295760)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4004295760, 0x40039c6000, 0x4004285680)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4004283218, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4003264a00})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4003264a00})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4004283200, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4004283200, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4004283200, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x40042956b0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x40042956b0, 0x40042857a0, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004332580)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004332580, 0x4004329680, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40043686e0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x40043686e0, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x400427b130)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x400427b130, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002eb2780, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4002def238}, 0x4003e7bd00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4002def238}, 0x4003e7bb00)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4002def238}, 0x4003e7bb00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4002def238}, 0x4003e7bb00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4002def238}, 0x4003e7ba00, 0x4003d0a7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4002def238}, 0x4003e7ba00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4002def238}, 0x4003e7ba00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40031156c0}, 0x4003e7ba00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40031156c0}, 0x4003e7ba00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40031156c0}, 0x4003e7ba00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40031156c0}, 0x4003e7ba00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40031156c0}, 0x4003e7ba00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x400032ec80, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51044 - /]: reflect: Method on nil interface value" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:41 PMtime="2021-12-13T16:31:41+05:30" level=error msg="Stack: goroutine 2491 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4003efe580, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004401ad0, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004429970, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40042c8a50, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40042c8b00, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x40038c0800, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x40042c8b00)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x40042c8b00, 0x40039c6000, 0x40042bab40)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4004283ef0, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4003265020})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4003265020})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x4004283ed8, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x4004283ed8, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x4004283ed8, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x40042c8a50)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x40042c8a50, 0x40042bac60, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004429970)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004429970, 0x400440e120, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004401ad0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4004401ad0, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4003efe580)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4003efe580, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e9a540, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6c00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6a00)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6900, 0x40006ed7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6900)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4002a3eaf0}, 0x4003ef6900)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x4000501c00}, 0x4003ef6900)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x4000501c00}, 0x4003ef6900)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x4000501c00}, 0x4003ef6900)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x4000501c00}, 0x4003ef6900)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x4000501c00}, 0x4003ef6900)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x4004a45540, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51045 - /]: reflect: Method on nil interface value" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:42 PMtime="2021-12-13T16:31:42+05:30" level=error msg="Stack: goroutine 2493 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4002a3fa10}, 0x4003ef7b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004429ad0, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004463080, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004468f20, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40041f6bb0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40041f6c60, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x40036b3040, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x40041f6c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x40041f6c60, 0x40039c6000, 0x40040759e0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x40041e2a20, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4002a78660})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4002a78660})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x40041e2a08, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x40041e2a08, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x40041e2a08, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x40041f6bb0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x40041f6bb0, 0x4004075b00, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004468f20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004468f20, 0x4004457320, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004463080)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x4004463080, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004429ad0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4004429ad0, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002e9ba70, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4002a3fa10}, 0x4003ef7d00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4002a3fa10}, 0x4003ef7b00)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4002a3fa10}, 0x4003ef7b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4002a3fa10}, 0x4003ef7b00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4002a3fa10}, 0x4003ef7a00, 0x40006ed7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4002a3fa10}, 0x4003ef7a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4002a3fa10}, 0x4003ef7a00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x400408e540}, 0x4003ef7a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x400408e540}, 0x4003ef7a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x400408e540}, 0x4003ef7a00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x400408e540}, 0x4003ef7a00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x400408e540}, 0x4003ef7a00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x4004a457c0, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareName=traefik-internal-recovery middlewareType=Recovery
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51050 - /]: reflect: Method on nil interface value" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:46 PMtime="2021-12-13T16:31:46+05:30" level=error msg="Stack: goroutine 2506 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x4003793dc0}, 0x4004632000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004629ef0, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40046414a0, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004661340, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004695a20, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004695ad0, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4003b51d00, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x4004695ad0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x4004695ad0, 0x40039c6000, 0x4004591c20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x40046b0870, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x4003580860})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x4003580860})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x40046b0858, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x40046b0858, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x40046b0858, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x4004695a20)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x4004695a20, 0x4004591d40, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004661340)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x4004661340, 0x4004631e60, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40046414a0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x40046414a0, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004629ef0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4004629ef0, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002edd0b0, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x4003793dc0}, 0x4004632200)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x4003793dc0}, 0x4004632000)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x4003793dc0}, 0x4004632000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x4003793dc0}, 0x4004632000)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x4003793dc0}, 0x4004491f00, 0x400439c7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x4003793dc0}, 0x4004491f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x4003793dc0}, 0x4004491f00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40044bd5e0}, 0x4004491f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40044bd5e0}, 0x4004491f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40044bd5e0}, 0x4004491f00)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40044bd5e0}, 0x4004491f00)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40044bd5e0}, 0x4004491f00)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x4004a52dc0, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/vendor/github.com/darkweak/souin/rfc/standalone.go:335:11: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:63:10: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:202:7: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/base.go:113:14: panic" module=github.com/darkweak/souin plugin=plugin-souin
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="plugins-storage/sources/gop-1156339125/src/github.com/darkweak/souin/plugins/traefik/main.go:162:22: panic" plugin=plugin-souin module=github.com/darkweak/souin
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="Recovered from panic in HTTP handler [10.0.0.127:51051 - /]: reflect: Method on nil interface value" middlewareType=Recovery middlewareName=traefik-internal-recovery
today at 4:31:47 PMtime="2021-12-13T16:31:47+05:30" level=error msg="Stack: goroutine 2521 [running]:\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.recoverFunc({0xffff5f011480, 0x400387da68}, 0x40045a1400)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:46 +0x270\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x4004695b80, 0x4003bd25a0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40047ed130, 0x4000ead8c0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x40047f2fd0, 0x4003be70e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400466e6e0, 0x4000e939e0, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\ngithub.com/traefik/yaegi/interp.runCfg.func1(0x400466e790, 0x40039c7d40, 0x0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:193 +0x164\npanic({0x27d3200, 0x35770f0})\n\t/usr/local/golang/1.10.8/go/src/runtime/panic.go:1038 +0x224\nreflect.Value.Method({0x2a4e480, 0x4002ae1a40, 0x194}, 0x1)\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:1669 +0x144\ngithub.com/traefik/yaegi/interp.getIndexBinMethod.func1(0x400466e790)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1636 +0xd0\ngithub.com/traefik/yaegi/interp.runCfg(0x40039c7d40, 0x400466e790, 0x40039c6000, 0x400466c6c0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x400462bb78, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._io_ReadCloser.Read(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_io.go:152\nio.ReadAll({0xffff5ed83040, 0x400365e600})\n\t/usr/local/golang/1.10.8/go/src/io/io.go:633 +0xf0\nio/ioutil.ReadAll({0xffff5ed83040, 0x400365e600})\n\t/usr/local/golang/1.10.8/go/src/io/ioutil/ioutil.go:27 +0x30\nreflect.Value.call({0x28e4b80, 0x314d5d0, 0x13}, {0x2fd7902, 0x4}, {0x400462bb60, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:543 +0x590\nreflect.Value.Call({0x28e4b80, 0x314d5d0, 0x13}, {0x400462bb60, 0x1, 0x1})\n\t/usr/local/golang/1.10.8/go/src/reflect/value.go:339 +0x8c\ngithub.com/traefik/yaegi/interp.callBin.func1({0x28e4b80, 0x314d5d0, 0x13}, {0x400462bb60, 0x1, 0x1})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1437 +0x50\ngithub.com/traefik/yaegi/interp.callBin.func8(0x400466e6e0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1578 +0x168\ngithub.com/traefik/yaegi/interp.runCfg(0x4000e939e0, 0x400466e6e0, 0x400466c7e0, 0x4003bea900)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40047f2fd0)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003be70e0, 0x40047f2fd0, 0x4004799b00, 0x4000eb7560)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x40047ed130)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4000ead8c0, 0x40047ed130, 0x4000eaa240, 0x4003be4c60)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.call.func9(0x4004695b80)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1387 +0x7cc\ngithub.com/traefik/yaegi/interp.runCfg(0x4003bd25a0, 0x4004695b80, 0x4003bce6c0, 0x40049d2000)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:201 +0x268\ngithub.com/traefik/yaegi/interp.genFunctionWrapper.func2.1({0x4002ee2ab0, 0x2, 0x2})\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/interp/run.go:1023 +0x418\ngithub.com/traefik/yaegi/stdlib._net_http_Handler.ServeHTTP(...)\n\t/home/semaphore/go/pkg/mod/github.com/traefik/yaegi@v0.11.1/stdlib/go1_17_net_http.go:288\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002422480, {0xffff5f011480, 0x400387da68}, 0x40045a1600)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0x4001452000, {0xffff5f011480, 0x400387da68}, 0x40045a1400)\n\t/home/semaphore/go/pkg/mod/github.com/containous/mux@v0.0.0-20181024131434-c33f32e26898/mux.go:133 +0x268\ngithub.com/traefik/traefik/v2/pkg/middlewares/recovery.(*recovery).ServeHTTP(0x4002b39630, {0xffff5f011480, 0x400387da68}, 0x40045a1400)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/recovery/recovery.go:32 +0x8c\ngithub.com/traefik/traefik/v2/pkg/middlewares/accesslog.(*FieldHandler).ServeHTTP(0x4002a778c0, {0xffff5f011480, 0x400387da68}, 0x40045a1400)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/accesslog/field_middleware.go:29 +0x16c\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.(*RequestDecorator).ServeHTTP(0x4003cac590, {0xffff5f011480, 0x400387da68}, 0x40045a1300, 0x4003d0a7a0)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:47 +0x5e8\ngithub.com/traefik/traefik/v2/pkg/middlewares/requestdecorator.WrapHandler.func1.1({0xffff5f011480, 0x400387da68}, 0x40045a1300)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/requestdecorator/request_decorator.go:84 +0x70\nnet/http.HandlerFunc.ServeHTTP(0x400155cc60, {0xffff5f011480, 0x400387da68}, 0x40045a1300)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2047 +0x40\ngithub.com/traefik/traefik/v2/pkg/middlewares/metrics.(*metricsMiddleware).ServeHTTP(0x4004a00000, {0x35f7f40, 0x40043c1880}, 0x40045a1300)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/metrics/metrics.go:121 +0x754\ngithub.com/traefik/traefik/v2/pkg/middlewares.(*HTTPHandlerSwitcher).ServeHTTP(0x40001e1808, {0x35f7f40, 0x40043c1880}, 0x40045a1300)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/handler_switcher.go:23 +0x70\ngithub.com/traefik/traefik/v2/pkg/middlewares/forwardedheaders.(*XForwarded).ServeHTTP(0x4000098aa0, {0x35f7f40, 0x40043c1880}, 0x40045a1300)\n\t/home/semaphore/go/src/github.com/traefik/traefik/pkg/middlewares/forwardedheaders/forwarded_header.go:183 +0xec\ngolang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0x35b96c0, 0x4000098aa0}, 0x4000011c80}, {0x35f7f40, 0x40043c1880}, 0x40045a1300)\n\t/home/semaphore/go/pkg/mod/golang.org/x/net@v0.0.0-20210614182718-04defd469f4e/http2/h2c/h2c.go:104 +0x35c\nnet/http.serverHandler.ServeHTTP({0x40001ea2a0}, {0x35f7f40, 0x40043c1880}, 0x40045a1300)\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:2879 +0x45c\nnet/http.(*conn).serve(0x400056cf00, {0x361e300, 0x40006820c0})\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:1930 +0xb54\ncreated by net/http.(*Server).Serve\n\t/usr/local/golang/1.10.8/go/src/net/http/server.go:3034 +0x4ac\n" middlewareType=Recovery middlewareName=traefik-internal-recovery
darkweak commented 2 years ago

the ttl key must be under the default_cache key.

darkweak commented 2 years ago

It loads well with the demo configuration https://github.com/darkweak/souin/blob/master/plugins/traefik/souin-configuration.yaml

agneevX commented 2 years ago

Nothing seems to load... Screenshot (55)

I'm at a loss as to what's going wrong.

  middlewares:
    http-cache:
      plugin:
        souin:
          api:
            souin:
              enable: true
          default_cache:
            headers:
              - Authorization
              - Content-Type
            ttl: 120s
          log_level: debug
darkweak commented 2 years ago

Otherwise add my username on telegram to discuss about your setup deeper and we'll post the solution when we would be able to resolve this.

darkweak commented 2 years ago

It was a writer issue inside the Souin Træfik plugin and maybe the Yægi didn't help a lot to retrieve the implicit properties of the writer. Anyway, you can now use the v1.5.11-beta6 and it should work like a charm.