midwayjs / midway

🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
https://www.midwayjs.org/
MIT License
7.34k stars 573 forks source link

[QUESTION]阿里函数计算的服务突然挂了? #1148

Closed xmsz closed 3 years ago

xmsz commented 3 years ago

昨天下午突然发现服务挂了,但是最近并没有做任何提交和改动

网页显示的502


RequestID21ee274b-8206-475d-84c1-55c6319794ca
--
代码校验1869521921065059918
函数执行时间 10000.00 ms
函数收费时间 10000 ms
函数设置内存 128 MB
实际使用内存 57.69 MB
函数执行状态函数执行失败(UnhandledInitializationError)

但是

唯一就是触发函数的时候不正常了

阿里云那边还没回复

想问一下其他人也有遇到吗?

czy88840616 commented 3 years ago

有错误日志么,既然有 UnhandledInitializationError,我理解函数应该要有报错的吧。

xmsz commented 3 years ago

image 只有这个

然后我看函数计算钉钉群 其他人也有遇到 但是没有后续

czy88840616 commented 3 years ago

看上去10s超时了,可以加大点,没其他信息。

xmsz commented 3 years ago

可行 我给它加到60s 然后经过很漫长的等待可以了

xmsz commented 3 years ago

不过不太行 就是60s还是可能会超时 而且每次启动都要60s以上

xmsz commented 3 years ago

然后我使用新midway项目 然后提交也是一样 说明就是阿里云那边的问题

czy88840616 commented 3 years ago

可以加下启动 NODE_DEBUG=midway* 的环境变量,是否的确启动花了这么久,然后进一步排查是哪个阶段。另一块是用阿里云的纯示例看看,是否会出现该问题,可以用排除法反推。不排除因为基建,网络原因造成某些服务连接超长(大概率)。

xmsz commented 3 years ago

可以加下启动 NODE_DEBUG=midway* 的环境变量,是否的确启动花了这么久,然后进一步排查是哪个阶段。

FC Initialize Start RequestId: 4ac75299-df63-4de3-af03-64160a0a8590
load code for handler:index.initializer
2021-07-13 11:15:01,937 INFO 6 Plugin development is disabled by env unmatched, require env([ 'local' ]) but got env is prod
2021-07-13 11:15:02,733 INFO 6 [egg:core] App root: /code
2021-07-13 11:15:02,734 INFO 6 [egg:core] All *.log files save on "/tmp"
2021-07-13 11:15:02,734 INFO 6 [egg:core] Loaded enabled plugin [{"enable":true,"package":"egg-session","name":"session","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-session@3.3.0@egg-session","version":"3.3.0"},{"enable":true,"package":"egg-security","name":"security","dependencies":[],"optionalDependencies":["session"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-security@2.9.0@egg-security","version":"2.9.0"},{"enable":true,"package":"egg-jsonp","name":"jsonp","dependencies":[],"optionalDependencies":["security"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp","version":"2.0.0"},{"enable":true,"package":"egg-onerror","name":"onerror","dependencies":[],"optionalDependencies":["jsonp"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror","version":"2.1.0"},{"enable":true,"package":"egg-multipart","name":"multipart","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-multipart@2.13.0@egg-multipart","version":"2.13.0"},{"enable":true,"package":"egg-view","name":"view","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-view@2.1.3@egg-view","version":"2.1.3"},{"enable":true,"package":"midway-schedule","name":"schedulePlus","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/config/plugin.js","path":"/code/node_modules/_midway-schedule@2.11.4@midway-schedule","version":"2.11.4"}]
2021-07-13 11:15:03,237 INFO 6 [egg:logger] init all loggers with options: {"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"agent"}
2021-07-13 11:15:03,239 INFO 6 [egg:core] dump config after load, 503ms
MIDWAY:CONTAINER 6: main:create "Main Module" and "Main Configuration"
MIDWAY:CONTAINER 6: main:"Main Configuration" load from "/code/dist"
MIDWAY:CONTAINER:CONFIGURATION 6: load configuration.ts from "/code/dist"
MIDWAY:CONTAINER:UTIL 6: SafeRequire Warning
MIDWAY:CONTAINER:UTIL 6: Error: Cannot find module '/code/dist/package.json'
Require stack:
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/util/index.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/configuration.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/midwayContainer.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/loader.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/index.js
- /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/singleProcess.js
- /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/index.js
- /code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/framework/index.js
- /code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/index.js
- /code/index.js
- /var/fc/runtime/nodejs12/src/prepare_code.js
- /var/fc/runtime/nodejs12/src/invoke.js
- /var/fc/runtime/nodejs12/src/server.js
    at Module._resolveFilename (internal/modules/cjs/loader.js:982:15)
    at Module._load (internal/modules/cjs/loader.js:864:27)
    at Module.require (internal/modules/cjs/loader.js:1044:19)
    at require (internal/modules/cjs/helpers.js:77:18)
    at safeRequire (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/util/index.js:22:20)
    at load (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/configuration.js:105:26)
    at load (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/midwayContainer.js:85:23)
    at containerDirectoryLoad (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/baseFramework.js:137:33)
    at initialize (/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/web.js:73:20)
    at processTicksAndRejections (internal/process/task_queues.js:97:5) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/util/index.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/configuration.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/midwayContainer.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/loader.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/index.js',
    '/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/singleProcess.js',
    '/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/index.js',
    '/code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/framework/index.js',
    '/code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/index.js',
    '/code/index.js',
    '/var/fc/runtime/nodejs12/src/prepare_code.js',
    '/var/fc/runtime/nodejs12/src/invoke.js',
    '/var/fc/runtime/nodejs12/src/server.js'
  ]
}
MIDWAY:CONTAINER:CONFIGURATION 6: found package.json and name-version => "my-midway-project-1.0.0", from "/code/dist".
MIDWAY:CONTAINER:CONFIGURATION 6: current case 2 => configuration file "/code/dist/configuration".
MIDWAY:CONTAINER:CONFIGURATION 6:    add loadDir => "/code/dist".
MIDWAY:CONTAINER:CONFIGURATION 6:    add namespace => "__main__".
MIDWAY:CONTAINER:CONFIGURATION 6:    has configuration file => true.
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration export {"imports":[{"CONNECTION_KEY":"orm:getConnection","ENTITY_MODEL_KEY":"entity_model_key","EVENT_SUBSCRIBER_KEY":"event_subscriber_key","ORM_MODEL_KEY":"__orm_model_key__","ORM_HOOK_KEY":"__orm_hook_for_configuration__"}],"importConfigs":["/code/dist/config"],"conflictCheck":true}.
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration "namespace(__main__)/packageName(my-midway-project)" not exist than add.
MIDWAY:CONTAINER:CONFIGURATION 6: 
---------- start load configuration from submodule" ----------
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration export {"importConfigs":["/code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config"],"namespace":"orm"}.
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration "namespace(orm)/packageName(orm)" not exist than add.
MIDWAY:CONTAINER:CONFIGURATION 6:    import configs ["/code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config"] from baseDir => "".
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   register scope = Singleton
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:getRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getTreeRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getTreeRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getMongoRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getMongoRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getCustomRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getCustomRepository]
MIDWAY:CONTAINER:CONFIGURATION 6: ---------- end load configuration from sub package "[object Object]" ----------
MIDWAY:CONTAINER:CONFIGURATION 6:    import configs ["/code/dist/config"] from baseDir => "/code/dist".
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6:   register scope = Singleton
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6: main:load directory
MIDWAY:GLOB 6: resolvePath = /code/dist/.mwcc-cache
MIDWAY:GLOB 6: resolvePath = /code/dist/config
MIDWAY:GLOB 6: resolvePath = /code/dist/config/config.default.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/config/config.default.js
MIDWAY:GLOB 6: resolvePath = /code/dist/config/config.local.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/config/config.local.js
MIDWAY:GLOB 6: resolvePath = /code/dist/config/config.unittest.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/config/config.unittest.js
MIDWAY:GLOB 6: resolvePath = /code/dist/config/plugin.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/config/plugin.js
MIDWAY:GLOB 6: resolvePath = /code/dist/configuration.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/configuration.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/account.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/account.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/api.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/api.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/balance.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/balance.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/bonus.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/bonus.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/home.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/home.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/income.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/income.js
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/withdraw.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/controller/withdraw.js
MIDWAY:GLOB 6: resolvePath = /code/dist/entity
MIDWAY:GLOB 6: resolvePath = /code/dist/entity/Account.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/entity/Account.js
MIDWAY:GLOB 6: resolvePath = /code/dist/entity/Balance.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/entity/Balance.js
MIDWAY:GLOB 6: resolvePath = /code/dist/entity/IncomeDaily.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/entity/IncomeDaily.js
MIDWAY:GLOB 6: resolvePath = /code/dist/interface.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/interface.js
MIDWAY:GLOB 6: resolvePath = /code/dist/libs
MIDWAY:GLOB 6: resolvePath = /code/dist/libs/getDateTextFromString.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/libs/getDateTextFromString.js
MIDWAY:GLOB 6: resolvePath = /code/dist/libs/restfulApiWrapper.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/libs/restfulApiWrapper.js
MIDWAY:GLOB 6: resolvePath = /code/dist/midway.build.json
MIDWAY:GLOB 6: resolvePath = /code/dist/service
MIDWAY:GLOB 6: resolvePath = /code/dist/service/account.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/account.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/balance.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/balance.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/bonus.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/bonus.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/ele.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/ele.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/income.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/income.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/incomeDaily.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/incomeDaily.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/user.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/user.js
MIDWAY:GLOB 6: resolvePath = /code/dist/service/withdraw.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/service/withdraw.js
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/account.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/account.js
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/balance.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/balance.js
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/bonus.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/bonus.js
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/ele.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/ele.js
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/income.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/income.js
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/withdraw.d.ts
MIDWAY:GLOB 6: resolvePath = /code/dist/subtree/shared/typings/withdraw.js
MIDWAY:GLOB 6: midway glob timing 499ms
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/config/config.default.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/config/config.default.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/config/config.local.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/config/config.local.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/config/config.unittest.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/config/config.unittest.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/config/plugin.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/config/plugin.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/configuration.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6:   binding "/code/dist/configuration.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/account.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [accountController]
MIDWAY:CONTAINER 6:   inject properties => [ctx,accountService]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [accountController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/account.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/api.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [apiController]
MIDWAY:CONTAINER 6:   inject properties => [ctx,userService]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [apiController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/api.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/balance.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [balanceController]
MIDWAY:CONTAINER 6:   inject properties => [ctx,balanceService]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [balanceController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/balance.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/bonus.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [eleController]
MIDWAY:CONTAINER 6:   inject properties => [ctx,bonusService,eleService]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [eleController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/bonus.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/home.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [homeController]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [homeController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/home.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/income.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [incomeController]
MIDWAY:CONTAINER 6:   inject properties => [ctx,incomeDailyService]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [incomeController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/income.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/controller/withdraw.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [withdrawController]
MIDWAY:CONTAINER 6:   inject properties => [ctx,withdrawService]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [withdrawController]
MIDWAY:CONTAINER 6:   binding "/code/dist/controller/withdraw.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/entity/Account.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/entity/Account.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/entity/Balance.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/entity/Balance.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/entity/IncomeDaily.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/entity/IncomeDaily.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/interface.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/interface.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/libs/getDateTextFromString.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/libs/getDateTextFromString.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/libs/restfulApiWrapper.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/libs/restfulApiWrapper.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/account.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [accountService]
MIDWAY:CONTAINER 6:   inject properties => [incomeDailyService,balanceService,eleService]
MIDWAY:CONTAINER 6:   bind id => [accountService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/account.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/balance.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [balanceService]
MIDWAY:CONTAINER 6:   inject properties => [eleService,accountService]
MIDWAY:CONTAINER 6:   bind id => [balanceService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/balance.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/bonus.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [bonusService]
MIDWAY:CONTAINER 6:   inject properties => [eleService,accountService]
MIDWAY:CONTAINER 6:   bind id => [bonusService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/bonus.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/ele.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [eleService]
MIDWAY:CONTAINER 6:   bind id => [eleService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/ele.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/income.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [incomeService]
MIDWAY:CONTAINER 6:   bind id => [incomeService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/income.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/incomeDaily.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [incomeDailyService]
MIDWAY:CONTAINER 6:   inject properties => [eleService,accountService,incomeDailyService]
MIDWAY:CONTAINER 6:   bind id => [incomeDailyService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/incomeDaily.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/user.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [userService]
MIDWAY:CONTAINER 6:   bind id => [userService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/user.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/service/withdraw.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   bind id => [withdrawService]
MIDWAY:CONTAINER 6:   inject properties => [accountService,eleService]
MIDWAY:CONTAINER 6:   bind id => [withdrawService]
MIDWAY:CONTAINER 6:   binding "/code/dist/service/withdraw.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/subtree/shared/typings/account.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/subtree/shared/typings/account.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/subtree/shared/typings/balance.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/subtree/shared/typings/balance.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/subtree/shared/typings/bonus.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/subtree/shared/typings/bonus.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/subtree/shared/typings/ele.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/subtree/shared/typings/ele.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/subtree/shared/typings/income.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/subtree/shared/typings/income.js" end
MIDWAY:CONTAINER 6: 
main:*********** binding "/code/dist/subtree/shared/typings/withdraw.js" ***********
MIDWAY:CONTAINER 6:   namespace => "undefined"
MIDWAY:CONTAINER 6:   binding "/code/dist/subtree/shared/typings/withdraw.js" end
MIDWAY:CONTAINER 6: main:main configuration register import objects
MIDWAY:CONTAINER 6:   bind id => [__pipeline_identifier__]
MIDWAY:CONTAINER 6:   register scope = Prototype
MIDWAY:CONTAINER 6:   bind id => [__pipeline_identifier__]
MIDWAY:CONFIG 6: load config /code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config/config.default.js.
MIDWAY:CONFIG 6: Loaded config /code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config/config.default.js, {"orm":{}}
MIDWAY:CONFIG 6: load config /code/dist/config/config.default.js.
MIDWAY:CONFIG 6: Loaded config /code/dist/config/config.default.js, {"orm":{"type":"mysql","host":"rm-wz9zost14z2a7i75h125010mm.mysql.rds.aliyuncs.com","port":3306,"username":"xmsz","password":"Csj5201314!","database":"ele-20201214","synchronize":false,"logging":false}}
MIDWAY:CONFIG 6: Loaded external object {"session":{"maxAge":86400000,"key":"EGG_SESS","httpOnly":true,"encrypt":true,"logValue":true},"security":{"domainWhiteList":[],"protocolWhiteList":[],"defaultMiddleware":"csrf,hsts,methodnoallow,noopen,nosniff,csp,xssProtection,xframe,dta","csrf":false,"xframe":{"enable":true,"value":"SAMEORIGIN"},"hsts":{"enable":false,"maxAge":31536000,"includeSubdomains":false},"dta":{"enable":true},"methodnoallow":{"enable":true},"noopen":{"enable":true},"nosniff":{"enable":true},"referrerPolicy":{"enable":false,"value":"no-referrer-when-downgrade"},"xssProtection":{"enable":true,"value":"1; mode=block"},"csp":{"enable":false,"policy":{}},"ssrf":{"ipBlackList":null,"ipExceptionList":null,"checkAddress":null}},"helper":{"shtml":{}},"jsonp":{"limit":50,"callback":["_callback","callback"],"csrf":false},"onerror":{"errorPageUrl":"","appErrorFilter":null,"templatePath":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror/lib/onerror_page.mustache"},"multipart":{"mode":"stream","autoFields":false,"defaultCharset":"utf8","fieldNameSize":100,"fieldSize":"100kb","fields":10,"fileSize":"10mb","files":10,"fileExtensions":[],"whitelist":null,"allowArrayField":false,"tmpdir":"/tmp/egg-multipart-tmp/my-midway-project","cleanSchedule":{"cron":"0 30 4 * * *","disable":false}},"view":{"root":"/code/dist/app/view","cache":true,"defaultExtension":".html","defaultViewEngine":"","mapping":{}},"env":"prod","name":"my-midway-project","keys":"my-midway-project_1624461730021_5019","cookies":{},"proxy":true,"maxIpsCount":0,"maxProxyCount":0,"protocolHeaders":"x-forwarded-proto","ipHeaders":"x-forwarded-for","hostHeaders":"","pkg":{"name":"my-midway-project","version":"1.0.0","description":"","private":true,"dependencies":{"@midwayjs/simple-lock":"*","@midwayjs/serverless-fc-starter":"*","picomatch":"*","@midwayjs/bootstrap":"^2.11.4","@midwayjs/core":"^2.11.4","@midwayjs/decorator":"^2.3.0","@midwayjs/orm":"^2.11.2","@midwayjs/web":"^2.11.4","axios":"^0.21.1","dayjs":"^1.10.6","egg":"^2.0.0","egg-scripts":"^2.14.0","mysql2":"^2.2.5","typeorm":"^0.2.34"},"devDependencies":{"@midwayjs/cli":"^1.2.74","@midwayjs/cli-plugin-faas":"^1.2.74","@midwayjs/egg-ts-helper":"^1.0.1","@midwayjs/fcli-plugin-fc":"^1.2.74","@midwayjs/luckyeye":"^1.0.0","@midwayjs/mock":"^2.11.4","@types/jest":"^26.0.24","@types/node":"^16.3.1","cross-env":"^7.0.3","jest":"^27.0.6","mwts":"^1.0.5","ts-jest":"^27.0.3","typescript":"^4.3.5"},"engines":{"node":">=12.9.0"},"scripts":{"start":"egg-scripts start --daemon --title=my-midway-project --framework=@midwayjs/web","stop":"egg-scripts stop --title=my-midway-project","start_build":"npm run build && cross-env NODE_ENV=development midway-bin dev","dev":"cross-env ets && cross-env NODE_ENV=local midway-bin dev --ts","test":"midway-bin test --ts","cov":"midway-bin cov --ts","lint":"mwts check","lint:fix":"mwts fix","ci":"npm run cov","build":"midway-bin build -c","check":"luckyeye","deploy":"midway-bin deploy --npm=cnpm","pull:shared":"git subtree pull --prefix=src/subtree/shared git@e.coding.net:frontend-git/ele-20201214/shared.git master --squash"},"midway-bin-clean":[".vscode/.tsbuildinfo","dist"],"midway-luckyeye":{"packages":["midway_v2"]},"midway-integration":{"lifecycle":{"before:package:cleanup":"npm run build"}},"egg":{"framework":"@midwayjs/web"},"repository":{"type":"git","url":""},"author":"","license":"MIT","resolutions":{}},"baseDir":"/code/dist","HOME":"/tmp","rundir":"/tmp","dump":{"ignore":{}},"confusedConfigurations":{"bodyparser":"bodyParser","notFound":"notfound","sitefile":"siteFile","middlewares":"middleware","httpClient":"httpclient"},"notfound":{"pageUrl":""},"siteFile":{"/favicon.ico":{"type":"Buffer","data":[137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,202,0,0,0,202,8,6,0,0,0,228,101,223,168,0,0,0,1,115,82,71,66,0,174,206,28,233,0,0,24,249,73,68,65,84,120,1,237,157,11,148,149,213,117,199,101,134,225,57,188,100,148,151,194,128,192,160,104,98,51,4,19,37,201,104,107,164,169,168,169,154,24,171,137,82,133,208,186,82,124,55,85,19,162,198,24,159,64,124,36,49,62,146,116,225,171,73,227,10,54,38,205,3,107,52,145,6,172,93,85,130,142,50,194,192,128,97,100,0,145,1,198,161,191,77,238,199,250,184,220,185,207,239,188,238,221,223,90,119,125,143,251,125,123,239,243,63,103,159,125,206,62,103,159,115,200,33,122,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,64,10,129,94,229,130,196,200,145,35,31,222,187,119,239,69,229,146,158,208,211,81,85,85,117,78,91,91,219,143,66,79,71,36,127,89,40,202,168,81,163,166,117,119,119,47,39,81,101,145,158,40,115,66,62,247,234,213,107,77,109,109,237,209,205,205,205,187,66,78,71,36,123,117,116,17,242,121,224,192,129,79,34,255,216,144,211,80,134,178,15,235,234,234,234,124,247,221,119,159,43,135,180,5,95,3,99,77,46,192,154,252,176,28,50,163,220,210,128,85,217,81,83,83,51,121,221,186,117,27,66,79,91,208,22,101,196,136,17,3,233,151,60,69,38,12,14,61,35,202,84,254,62,239,191,255,254,200,29,59,118,252,56,244,244,85,5,158,128,47,35,255,152,192,211,80,238,226,159,63,102,204,152,143,132,158,200,96,21,5,47,87,61,166,253,202,208,51,160,2,228,239,133,85,89,132,229,15,186,153,31,172,162,80,192,238,4,252,126,21,80,208,130,79,34,249,52,157,190,228,23,66,78,72,144,90,142,53,105,2,252,223,132,12,124,5,202,190,113,232,208,161,147,87,175,94,189,61,196,180,7,103,81,206,61,247,220,106,148,100,81,136,96,87,184,204,35,183,110,221,122,125,168,24,4,103,81,176,38,243,80,148,251,66,5,188,146,229,166,79,185,27,119,241,49,184,139,223,8,13,135,160,220,195,99,199,142,29,70,199,240,223,1,121,64,104,64,171,188,251,16,168,38,255,234,113,23,63,22,26,30,65,53,189,118,239,222,253,53,172,201,240,208,64,86,121,15,64,224,140,209,163,71,159,122,192,147,0,110,130,81,20,154,92,199,160,36,243,2,192,84,69,204,129,0,51,41,22,54,53,53,245,206,241,154,87,127,7,211,244,98,62,215,191,130,220,36,175,208,83,97,138,69,224,176,205,155,55,183,211,4,123,177,88,2,182,191,11,162,51,143,169,62,147,182,237,79,108,131,163,252,204,33,64,199,126,75,117,117,245,164,245,235,215,183,155,227,146,28,101,239,45,202,212,169,83,251,80,243,200,124,174,67,147,75,182,82,242,0,129,254,52,165,7,51,187,248,105,15,100,201,41,130,247,125,148,246,246,246,203,73,197,196,156,41,209,23,130,67,0,69,185,244,136,35,142,56,46,4,193,189,86,148,250,250,250,145,128,121,93,8,64,170,140,69,33,80,77,204,74,16,131,199,94,55,189,250,245,235,119,15,240,79,47,42,11,244,163,80,16,24,63,120,240,224,255,163,9,182,202,103,129,189,237,204,227,14,254,48,214,68,188,34,222,202,232,115,198,134,36,27,29,251,22,42,197,163,91,90,90,58,125,149,219,203,166,23,10,210,139,159,152,100,85,18,95,75,78,130,114,145,215,245,187,118,237,186,42,65,146,137,147,242,178,32,106,120,111,226,249,236,61,65,172,202,142,222,189,123,55,180,182,182,174,247,81,88,239,250,40,26,222,235,99,49,177,34,83,31,70,236,71,248,26,54,236,99,211,235,95,200,22,13,239,181,82,54,189,99,34,97,195,31,245,78,42,4,242,74,81,176,38,227,49,193,87,248,8,148,202,100,5,1,9,27,94,44,125,84,43,220,10,96,226,149,162,160,36,119,0,146,134,247,22,144,129,229,246,42,249,63,141,62,234,69,190,165,203,27,205,197,29,124,50,32,253,218,55,128,84,30,39,8,120,23,54,236,133,69,209,240,94,39,133,209,103,166,18,54,124,131,79,2,122,97,81,176,38,255,128,53,185,215,39,96,84,22,183,8,208,12,223,141,187,120,42,238,226,102,183,146,252,153,187,115,139,34,225,189,136,114,163,15,96,168,12,254,32,64,197,217,135,121,96,119,249,34,145,115,69,33,188,247,70,64,209,240,94,95,74,132,71,114,80,46,102,17,139,244,73,31,68,114,170,40,52,185,166,2,198,23,125,0,66,101,240,19,1,95,194,134,157,142,204,19,222,187,132,236,209,88,19,63,203,168,47,82,29,246,14,7,179,139,157,134,13,59,235,204,107,120,175,47,229,48,8,57,58,36,108,120,195,134,13,155,93,73,235,196,162,76,156,56,177,111,103,103,231,83,36,90,195,123,93,229,124,88,124,101,16,218,105,216,176,147,62,202,246,237,219,47,39,225,71,133,149,87,42,173,75,4,232,203,74,216,240,7,92,201,96,93,81,198,141,27,55,138,196,106,120,175,171,28,15,151,175,211,176,97,235,138,66,128,206,55,200,171,218,112,243,75,37,119,133,0,86,165,9,79,233,57,46,248,91,237,204,147,200,233,36,246,247,36,212,42,95,23,192,42,79,51,8,48,98,255,22,97,195,83,108,135,13,91,179,40,40,136,40,199,98,126,170,36,102,202,80,69,80,165,28,141,195,17,116,181,237,196,90,43,180,76,157,190,144,193,163,31,216,78,160,242,43,63,4,176,42,239,225,46,110,96,149,201,86,91,169,179,162,40,172,246,88,203,90,179,171,73,212,104,91,9,51,196,167,131,76,218,106,136,182,77,178,178,94,90,95,155,12,13,240,90,178,105,211,166,191,51,64,55,35,73,43,138,66,223,228,86,50,230,218,140,18,132,243,176,11,37,249,224,198,141,27,95,13,71,228,204,146,98,221,231,99,221,239,206,252,111,56,79,177,42,51,24,132,124,222,134,196,198,251,40,204,14,158,64,66,230,219,72,140,97,30,247,150,131,146,8,70,204,138,184,23,165,23,11,31,244,129,178,47,94,176,96,129,241,50,44,32,25,31,153,199,67,241,8,124,166,10,179,80,15,10,85,123,223,190,125,207,38,152,200,219,5,218,10,193,182,173,173,173,187,182,182,86,182,135,179,214,116,41,68,190,2,222,29,245,210,75,47,181,50,128,189,178,128,111,138,122,213,168,54,82,115,253,21,82,157,81,148,100,30,125,132,162,92,183,118,237,218,45,30,137,84,178,40,88,199,159,145,174,165,37,19,114,76,0,171,242,117,166,68,13,54,45,134,49,69,145,240,94,18,177,208,116,2,44,208,255,223,25,51,102,124,207,2,31,235,44,104,227,95,9,211,61,214,25,39,200,144,190,239,225,204,44,254,106,130,36,51,146,50,214,244,98,187,134,203,224,248,133,140,92,3,122,72,173,123,222,242,229,203,215,4,36,114,222,162,210,100,105,31,52,104,144,212,198,39,230,253,145,159,47,78,99,15,251,199,37,61,166,196,51,98,81,152,188,118,40,5,108,129,41,161,109,209,37,13,79,210,68,89,102,139,159,11,62,244,85,110,34,157,111,187,224,157,32,207,26,214,3,51,234,197,51,98,81,6,12,24,112,39,38,241,227,9,2,97,157,20,133,71,58,238,103,97,214,59,172,51,183,200,144,152,168,93,4,208,189,3,203,51,45,178,53,193,106,18,219,71,188,72,126,25,89,140,34,113,139,34,59,40,161,36,115,76,32,97,153,230,237,88,147,22,203,60,157,176,155,55,111,222,35,84,12,43,157,48,79,144,41,229,110,97,99,99,99,77,130,36,247,147,74,220,162,96,77,30,133,250,81,251,57,132,121,33,43,170,159,199,130,209,65,119,116,243,133,126,217,178,101,123,169,141,95,165,160,205,206,247,27,79,223,171,147,22,0,191,223,37,45,95,162,22,133,17,223,179,1,251,148,164,133,180,77,15,111,208,213,76,143,216,97,155,175,75,126,140,112,255,22,254,82,201,5,125,224,105,253,10,51,65,14,75,58,17,137,41,138,132,247,162,36,183,39,45,160,3,122,47,80,104,130,47,48,197,224,70,5,113,45,77,176,247,138,249,214,163,111,134,80,14,111,73,90,158,196,20,133,102,202,85,8,56,62,105,1,45,211,219,91,85,85,245,79,150,121,122,195,142,10,98,29,194,220,234,141,64,197,11,50,155,237,35,142,47,254,243,131,191,76,68,81,142,60,242,200,209,40,201,151,15,38,31,214,19,106,211,135,153,222,241,135,176,164,78,86,90,150,49,189,3,28,214,38,75,213,58,181,42,217,62,34,73,174,137,40,10,171,61,222,134,162,12,76,82,48,7,180,182,247,239,223,95,54,49,170,232,131,181,126,119,2,128,215,251,41,230,147,65,148,199,143,177,223,206,103,243,121,55,159,119,74,158,102,143,137,251,8,107,196,190,0,179,146,105,229,35,176,169,119,168,69,175,198,29,124,135,41,250,161,209,165,67,252,44,133,45,244,177,176,181,88,200,41,41,229,47,41,11,74,178,40,0,185,111,135,36,36,8,90,73,144,255,245,225,195,135,39,106,170,75,202,21,15,62,166,99,47,125,181,110,15,68,41,90,4,202,231,88,42,241,68,226,160,74,42,224,212,58,23,33,204,195,69,167,196,159,15,103,225,14,14,126,38,109,210,112,210,116,249,54,52,231,38,77,215,38,61,90,10,59,113,208,52,164,28,21,69,179,46,218,162,52,52,52,12,66,73,190,81,52,103,79,62,4,200,159,171,146,100,206,12,176,145,205,124,130,158,194,67,25,237,207,216,74,201,195,22,69,143,204,215,212,212,220,4,136,167,101,134,56,152,167,93,212,54,50,159,107,115,48,18,91,20,20,92,222,99,196,190,147,194,54,211,34,91,19,172,142,29,50,100,200,175,152,93,92,180,55,175,40,139,130,59,88,166,168,204,55,145,34,203,52,239,193,29,188,202,50,207,160,216,17,124,119,31,150,229,143,65,9,157,65,88,172,74,73,97,195,69,245,81,104,187,202,2,219,103,100,144,39,152,71,100,254,102,194,148,39,177,144,154,241,166,5,83,123,22,145,81,227,76,130,67,122,190,35,81,139,38,120,32,255,76,228,55,66,219,132,188,61,209,164,245,48,135,138,241,129,158,254,207,246,188,96,69,161,134,57,149,193,156,95,100,35,26,194,127,128,54,23,208,190,107,90,86,10,217,167,41,100,63,54,205,7,69,105,65,241,143,54,181,130,34,142,155,159,210,4,59,221,116,58,76,210,7,163,183,153,180,59,249,205,55,223,44,120,201,169,130,154,94,77,77,77,189,201,244,133,38,19,99,137,246,203,115,231,206,53,30,222,43,243,223,192,203,202,216,12,133,184,158,117,157,141,13,20,50,30,113,5,5,109,183,165,252,49,194,6,140,14,103,170,213,87,139,33,94,80,103,126,231,206,157,151,193,228,243,197,48,242,233,27,50,252,188,165,75,151,182,152,150,9,135,199,53,240,56,199,52,159,24,253,19,8,137,253,254,182,109,219,182,199,158,37,114,9,205,119,136,134,28,12,177,147,18,33,232,142,200,52,58,246,79,20,26,54,156,183,69,97,4,126,56,5,108,129,187,244,37,195,153,52,72,120,239,179,201,80,235,153,74,106,123,11,171,83,98,168,49,7,238,217,179,231,155,61,75,85,218,63,40,202,205,80,216,84,26,21,231,95,215,96,229,239,46,84,138,188,21,133,126,201,205,100,196,176,66,25,248,244,62,74,178,147,159,149,5,158,105,6,73,129,173,117,144,254,243,169,212,62,106,130,111,115,115,243,54,232,90,85,126,19,233,160,28,255,53,125,174,79,21,66,59,47,69,145,157,142,32,126,105,33,132,61,125,247,118,58,240,111,153,150,13,175,224,9,224,117,129,105,62,61,208,151,105,69,139,224,95,176,163,166,7,122,7,60,78,133,13,175,56,224,97,152,55,119,21,18,54,156,23,152,104,223,175,1,254,228,48,241,248,179,212,88,146,214,212,84,6,163,129,73,82,64,241,116,253,142,243,9,46,241,34,189,179,105,98,26,153,94,132,231,243,68,148,241,121,151,233,75,130,55,24,93,5,70,119,230,67,43,167,69,33,211,37,188,55,104,37,17,32,80,146,107,152,239,99,84,73,132,15,120,93,232,90,73,68,14,100,184,69,166,25,201,117,210,7,56,202,108,241,37,73,211,181,77,15,140,110,192,250,31,158,15,223,172,138,82,95,95,223,15,98,86,220,155,249,8,91,194,59,207,147,185,198,195,123,101,123,11,240,242,37,66,112,36,107,37,95,95,2,102,89,63,197,93,92,22,97,195,36,242,235,89,19,154,250,51,171,162,136,95,158,140,175,207,135,144,199,239,116,99,77,172,132,247,178,70,214,117,224,48,202,35,44,230,211,191,156,104,66,30,217,196,135,166,75,240,147,98,193,102,54,77,201,15,229,194,168,71,69,1,224,49,40,201,63,231,34,224,251,255,40,137,132,247,26,239,124,202,246,22,224,117,185,79,120,32,79,31,226,49,238,50,37,19,43,252,75,216,240,91,166,232,91,162,91,133,187,120,81,46,94,61,42,138,248,227,1,58,244,240,222,109,76,235,144,90,222,248,129,245,149,213,49,251,26,103,84,32,3,100,154,69,141,249,201,2,63,203,235,245,212,116,25,99,179,1,242,18,34,129,151,192,104,6,125,149,243,178,145,202,168,40,41,63,252,249,217,62,12,225,63,106,187,27,215,172,89,99,124,128,12,188,254,18,60,206,242,21,19,153,118,36,211,143,76,200,135,215,232,223,192,249,89,19,180,109,210,36,13,183,81,161,12,232,137,231,65,138,130,118,149,69,120,47,9,127,141,2,108,60,188,87,182,183,144,113,139,158,0,246,225,57,121,122,244,234,213,171,255,209,148,44,169,176,225,247,77,209,183,65,23,140,142,164,66,185,182,39,94,189,210,255,96,204,228,98,62,122,40,253,121,104,247,40,202,233,212,118,79,155,150,27,188,46,3,175,111,153,230,147,0,253,14,10,244,36,188,127,155,19,160,117,16,9,112,184,31,28,190,120,208,31,1,61,160,204,72,216,240,20,48,90,155,46,246,1,22,37,21,222,123,75,250,75,161,221,147,224,103,108,40,9,14,143,67,193,230,107,129,224,51,148,26,83,162,82,141,28,20,176,178,14,27,62,64,81,240,187,75,98,71,26,65,210,30,209,61,100,154,21,239,19,30,165,155,168,69,69,89,130,56,144,245,82,153,142,100,66,88,177,84,224,190,192,4,109,155,52,193,232,51,12,26,127,60,157,231,126,69,73,249,219,173,140,55,164,11,145,240,253,61,100,154,241,208,85,188,36,199,2,234,220,132,101,55,77,174,26,229,54,214,159,162,69,34,187,13,175,50,157,8,211,244,197,93,156,190,219,240,254,120,20,34,191,30,33,227,143,49,45,132,73,250,100,210,159,216,20,231,236,45,91,182,236,50,201,71,104,179,165,155,140,244,31,101,154,143,1,250,245,200,254,10,11,71,188,154,52,109,220,197,221,44,70,241,58,229,232,194,164,105,91,166,55,114,229,202,149,27,192,104,255,248,219,62,139,34,126,118,18,55,203,178,48,137,179,67,81,174,47,38,204,179,80,65,48,205,159,6,175,83,10,253,206,163,247,111,151,233,73,38,228,193,154,255,130,124,248,169,9,218,54,105,146,191,55,79,152,48,97,72,196,115,159,111,29,247,102,201,235,30,69,4,93,157,201,156,215,36,188,23,147,105,92,4,76,243,109,198,153,24,100,64,33,168,239,236,236,20,119,241,157,38,216,72,216,48,77,188,65,38,104,219,164,73,68,239,25,240,251,161,240,140,6,161,126,197,181,145,78,158,48,177,116,212,63,248,224,131,227,225,245,134,5,126,191,129,199,68,11,124,76,177,216,75,197,98,108,144,144,181,126,101,31,197,147,77,9,239,130,238,190,166,23,171,184,223,8,112,70,252,235,182,18,69,45,217,135,105,55,5,135,120,22,41,159,204,202,221,90,228,183,206,63,35,175,43,126,123,139,66,51,97,95,103,190,163,163,163,147,14,222,86,10,91,232,253,148,6,22,14,120,129,133,3,222,44,20,136,66,222,103,37,143,29,116,90,119,131,215,105,133,124,231,201,187,219,112,220,156,69,158,87,212,214,123,165,98,191,223,61,156,90,190,231,229,82,9,186,254,158,254,131,177,121,77,241,180,225,0,249,150,244,139,226,207,66,184,70,230,155,108,204,127,11,1,139,66,100,236,21,127,153,105,8,159,160,150,92,22,127,22,226,53,3,95,243,153,90,111,108,188,32,194,4,188,62,5,94,198,167,201,68,252,18,56,191,94,87,87,119,236,43,175,188,178,59,1,90,21,69,226,0,69,145,148,147,249,143,147,249,159,9,25,5,106,205,45,50,175,137,224,162,118,211,233,0,175,167,193,171,160,21,61,76,203,148,133,190,110,111,145,5,156,108,127,237,111,122,69,47,81,200,174,225,183,51,186,15,241,76,193,29,134,203,251,102,27,178,99,189,174,128,207,30,27,188,74,225,65,158,234,246,22,37,0,184,127,100,62,162,193,104,228,86,22,58,171,225,190,41,122,22,232,249,47,134,13,27,246,19,86,56,52,26,143,34,43,14,226,8,25,10,70,70,214,210,74,8,123,221,222,162,68,32,15,178,40,66,143,90,242,54,106,160,214,18,105,187,254,220,232,188,166,120,226,240,34,137,123,253,237,248,51,207,174,117,123,139,18,51,228,32,139,34,244,168,37,247,48,103,170,141,75,155,235,230,150,152,148,140,159,27,155,215,20,231,38,115,203,112,23,119,208,228,147,145,92,175,14,20,120,51,227,100,103,203,16,128,87,130,5,38,76,70,139,34,105,96,187,182,199,56,5,191,200,25,105,48,54,175,73,112,138,142,57,115,230,60,68,161,124,41,186,247,229,140,76,215,219,216,3,198,151,244,154,146,163,71,69,17,134,120,142,190,196,169,219,20,115,27,116,169,229,101,94,147,241,245,134,153,99,214,77,161,244,45,76,65,182,183,120,192,6,206,229,206,227,32,247,112,122,130,137,187,16,160,47,73,127,30,210,61,5,120,7,19,245,26,152,131,180,222,180,220,184,139,31,69,57,179,174,232,97,90,134,136,62,233,110,34,210,243,217,232,94,207,197,35,144,213,162,164,200,202,114,63,219,138,103,225,254,75,10,174,108,135,96,101,198,47,142,16,47,220,235,40,137,149,237,45,220,231,174,29,9,50,118,230,227,172,101,94,19,238,79,25,39,48,178,54,84,156,151,225,235,227,152,7,246,159,56,42,214,153,228,3,253,109,184,215,123,195,163,201,36,159,108,180,81,18,217,222,226,76,113,245,103,123,79,255,203,31,129,124,44,202,33,178,236,15,192,7,55,175,41,29,6,9,241,196,186,228,108,110,166,127,87,232,61,205,60,113,175,175,45,244,187,4,223,183,178,189,69,130,242,122,79,42,47,69,89,177,98,133,88,148,203,189,79,77,14,1,81,146,105,244,33,46,206,241,90,201,127,211,23,146,153,13,198,29,8,153,4,69,65,101,123,11,217,196,72,143,4,17,200,75,81,132,31,157,194,255,32,19,158,73,144,183,43,82,198,182,67,136,39,8,188,158,0,175,231,226,207,108,92,75,31,137,112,92,227,219,91,216,72,139,79,60,242,86,20,17,154,76,16,171,34,214,37,228,99,68,106,89,38,227,105,112,224,94,183,178,189,133,113,224,60,100,144,179,51,31,151,153,142,234,230,0,230,53,197,69,206,120,77,77,255,97,118,207,125,76,118,186,205,248,66,66,15,193,107,35,29,251,35,32,215,152,16,201,108,100,186,81,204,191,133,167,204,168,208,35,97,4,10,178,40,194,59,53,175,233,79,9,203,97,149,28,125,21,217,14,193,74,216,48,74,41,238,117,227,222,39,172,253,195,52,185,86,90,5,178,130,152,21,229,1,98,185,158,75,241,32,125,55,116,156,40,92,51,9,240,250,185,233,116,224,64,168,167,182,151,25,198,198,14,44,100,51,1,89,239,26,99,80,225,132,139,82,20,89,69,239,254,251,239,95,1,118,199,135,140,31,181,253,170,41,83,166,124,96,217,178,101,93,33,167,67,101,55,143,64,81,138,34,98,97,85,62,134,85,249,47,243,34,154,229,32,14,10,172,202,66,179,92,148,122,232,8,20,173,40,146,112,154,20,143,209,222,255,108,224,32,24,221,14,33,112,108,84,252,20,2,5,119,230,227,200,81,27,123,49,175,41,46,83,17,215,67,109,133,13,23,33,155,126,226,9,2,5,185,135,211,101,198,21,89,46,97,195,31,162,51,252,20,233,49,26,54,156,142,159,222,135,131,64,73,22,69,146,201,188,166,111,210,41,54,58,209,208,2,156,85,190,111,47,103,1,3,101,145,5,129,146,44,138,208,101,208,174,139,176,225,13,92,150,67,216,240,171,38,182,67,200,130,191,254,21,8,2,37,117,230,227,105,164,99,255,28,29,251,25,241,103,161,93,99,25,223,98,187,237,41,169,109,161,67,19,95,229,53,136,64,201,77,175,72,54,58,246,229,16,54,60,206,70,216,112,132,153,158,195,65,160,228,166,87,148,84,203,243,154,34,182,137,159,177,42,39,16,224,245,3,210,19,116,84,103,226,192,84,56,193,196,44,74,10,199,160,183,67,144,52,208,124,28,192,60,48,43,97,195,21,94,246,130,74,126,98,22,69,82,29,248,118,8,241,140,147,176,225,95,98,85,66,247,230,197,211,164,215,37,32,144,180,69,57,36,181,29,194,234,18,100,242,226,83,9,27,78,223,25,214,11,193,84,8,39,8,36,230,245,138,75,143,7,44,180,237,16,226,226,199,175,47,97,33,192,7,227,15,244,186,50,17,48,162,40,2,37,202,18,210,118,8,61,229,254,38,2,213,38,55,55,55,107,199,190,39,132,42,228,121,226,77,175,8,55,220,197,65,108,135,16,201,219,195,121,4,3,144,55,244,240,159,62,174,32,4,18,237,204,199,113,163,35,220,94,38,97,195,211,152,7,246,184,233,176,225,56,118,122,237,31,2,198,44,138,36,53,128,237,16,114,230,136,205,176,225,156,194,232,11,206,16,48,102,81,36,69,62,111,135,80,32,226,147,217,214,225,69,154,97,205,5,126,167,175,151,9,2,70,45,138,96,148,218,14,33,248,69,15,176,44,119,55,54,54,202,78,100,122,84,32,2,198,188,94,113,44,25,91,153,193,52,246,231,226,207,66,188,102,122,203,125,200,253,223,33,202,30,151,153,133,46,126,201,70,176,161,239,168,22,79,146,241,107,43,138,34,169,96,251,136,37,156,62,103,60,69,202,32,39,2,40,252,82,86,178,156,149,243,69,125,97,63,2,198,155,94,17,39,106,177,107,201,32,93,234,51,2,196,225,153,102,228,233,88,249,208,119,39,176,138,160,53,69,97,113,54,153,55,165,139,71,91,205,222,158,153,49,69,103,97,83,83,147,108,79,161,71,30,8,24,245,122,165,243,103,60,98,57,181,217,133,60,31,146,254,159,222,91,71,224,176,119,56,240,228,189,104,157,115,128,12,173,245,81,34,108,152,218,114,46,202,242,68,116,175,103,167,8,232,82,77,121,194,111,213,162,136,76,18,147,206,136,253,41,92,142,203,83,70,125,205,28,2,253,168,180,134,16,30,177,212,28,139,242,160,108,173,143,18,135,139,142,189,236,158,27,244,110,195,241,244,4,126,125,9,59,170,125,48,240,52,24,23,223,137,162,224,195,255,31,82,246,128,241,212,41,131,124,16,168,214,165,154,114,195,228,68,81,68,44,92,197,50,43,215,248,118,8,185,33,208,55,104,126,125,66,250,142,138,68,207,8,88,239,163,68,162,208,87,121,143,249,83,157,100,210,204,232,153,158,221,33,64,197,53,189,174,174,238,219,29,29,29,186,178,127,134,108,112,102,81,68,22,6,189,238,37,131,254,152,65,46,125,100,25,1,42,44,93,170,41,11,230,214,221,195,233,178,176,125,196,76,6,191,126,150,254,92,239,237,35,32,51,39,112,180,52,232,60,176,131,177,119,214,244,138,68,145,169,235,184,139,167,113,63,57,122,166,103,103,8,212,80,105,141,194,93,252,35,103,18,120,202,216,105,211,43,194,132,133,190,175,160,54,219,29,221,235,217,41,2,159,163,73,124,162,83,9,60,100,238,133,162,180,182,182,190,14,54,139,61,196,167,34,69,194,170,44,214,165,154,14,204,122,231,125,148,72,156,137,19,39,14,38,206,254,53,238,71,68,207,244,236,20,129,191,103,169,166,135,156,74,224,17,115,111,20,69,48,33,102,101,54,39,93,71,203,143,2,162,75,53,197,242,193,139,166,87,36,207,188,121,243,30,161,175,34,187,13,235,225,30,1,93,170,41,150,7,94,89,20,145,139,142,228,73,76,169,248,109,76,70,189,116,132,128,56,88,112,180,28,155,234,67,58,146,194,15,182,206,221,195,233,48,200,194,216,181,181,181,226,42,62,46,253,63,189,183,142,64,53,3,145,227,113,225,63,106,157,179,103,12,189,106,122,69,216,80,139,105,216,112,4,134,227,51,138,114,58,131,194,167,57,22,195,57,123,47,21,37,53,50,124,171,115,116,84,128,125,8,160,44,21,31,54,236,93,211,43,42,155,76,208,91,78,95,69,194,134,135,70,207,244,236,12,129,58,162,134,183,208,4,251,189,51,9,28,51,246,174,51,31,199,131,169,223,231,80,155,61,25,127,166,215,206,16,168,232,176,97,111,45,138,20,7,106,48,9,27,62,153,203,122,185,215,195,41,2,18,54,60,180,82,195,134,189,236,163,196,139,131,134,13,199,209,112,126,45,97,195,199,59,151,194,129,0,222,43,10,29,251,151,193,69,195,134,29,20,142,12,44,171,232,55,46,204,240,188,236,31,121,175,40,146,3,88,21,217,109,184,163,236,115,35,128,4,210,252,170,200,176,97,175,251,40,81,185,97,16,82,195,134,35,48,60,56,51,98,63,157,197,12,191,195,230,74,21,19,54,28,132,69,145,178,209,208,208,32,97,195,171,60,40,39,21,47,2,86,101,92,87,87,215,213,149,4,132,215,238,225,244,140,144,17,98,98,37,158,73,127,174,247,246,17,160,210,170,168,176,225,32,154,94,81,49,192,93,252,6,238,226,70,238,27,162,103,122,118,134,64,69,133,13,7,211,244,138,138,3,243,192,174,148,89,173,209,189,158,157,34,32,97,195,39,57,149,192,18,243,224,20,37,53,229,123,145,37,124,148,77,14,4,42,37,108,56,168,62,74,148,103,116,236,7,177,80,155,196,217,107,216,112,4,138,219,243,37,132,13,151,117,100,106,144,138,34,101,130,121,96,23,227,125,209,152,110,183,10,178,143,59,77,225,183,137,33,154,212,220,220,188,205,3,113,140,136,16,92,211,43,66,161,173,173,77,194,134,255,16,221,235,217,29,2,84,88,135,227,104,249,138,59,9,204,115,14,86,81,80,146,189,85,85,85,178,125,132,30,30,32,128,178,124,137,121,96,101,187,136,97,80,238,225,244,242,160,97,195,233,136,56,189,151,176,225,9,88,150,37,78,165,48,196,60,88,139,18,225,81,83,83,115,13,214,101,71,116,175,103,119,8,160,40,127,35,107,73,187,147,192,28,231,224,21,5,119,241,122,20,69,195,134,205,149,145,130,40,163,44,119,55,54,54,214,20,244,81,0,47,7,221,244,138,240,77,133,13,95,192,189,134,13,71,160,184,59,215,209,252,42,187,176,225,178,216,103,188,165,165,165,19,147,255,121,202,198,169,238,202,71,98,156,247,38,70,201,29,161,96,135,29,220,65,166,156,21,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,129,96,16,248,127,130,100,242,255,226,94,172,181,0,0,0,0,73,69,78,68,174,66,96,130]}},"bodyParser":{"enable":true,"encoding":"utf8","formLimit":"1mb","jsonLimit":"1mb","textLimit":"1mb","strict":true,"queryString":{"arrayLimit":100,"depth":5,"parameterLimit":1000}},"logger":{"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"agent"},"httpclient":{"enableDNSCache":false,"dnsCacheLookupInterval":10000,"dnsCacheMaxLength":1000,"request":{"timeout":5000},"httpAgent":{"keepAlive":true,"freeSocketTimeout":4000,"maxSockets":9007199254740991,"maxFreeSockets":256},"httpsAgent":{"keepAlive":true,"freeSocketTimeout":4000,"maxSockets":9007199254740991,"maxFreeSockets":256}},"meta":{"enable":true,"logging":false},"coreMiddleware":["meta","siteFile","notfound","bodyParser","overrideMethod"],"workerStartTimeout":600000,"serverTimeout":null,"cluster":{"listen":{"path":"","port":7001,"hostname":""}},"clusterClient":{"maxWaitTime":60000,"responseTimeout":60000},"onClientError":null,"midwayFeature":{"replaceEggLogger":true},"pluginOverwrite":false,"alinode":{"logdir":"/tmp","error_log":["/tmp/logs/my-midway-project/common-error.log","/tmp/logs/stderr.log"],"packages":["/code/package.json"]},"static":{"buffer":true},"middleware":[],"coreMiddlewares":["meta","siteFile","notfound","bodyParser","overrideMethod"],"appMiddlewares":[],"appMiddleware":[]}
2021-07-13 11:15:23,737 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/web.js:45:22, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:222:22","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:didLoad"]
2021-07-13 11:15:23,737 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:222:22, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:didLoad"]
2021-07-13 11:15:23,738 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:didLoad, remain []
2021-07-13 11:15:23,739 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:willReady, remain []
2021-07-13 11:15:23,837 INFO 6 [egg:core] dump config after ready, 97ms
2021-07-13 11:15:24,034 INFO 6 Plugin development is disabled by env unmatched, require env([ 'local' ]) but got env is prod
2021-07-13 11:15:24,135 INFO 6 [egg:core] App root: /code
2021-07-13 11:15:24,135 INFO 6 [egg:core] All *.log files save on "/tmp"
2021-07-13 11:15:24,136 INFO 6 [egg:core] Loaded enabled plugin [{"enable":true,"package":"egg-session","name":"session","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-session@3.3.0@egg-session","version":"3.3.0"},{"enable":true,"package":"egg-security","name":"security","dependencies":[],"optionalDependencies":["session"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-security@2.9.0@egg-security","version":"2.9.0"},{"enable":true,"package":"egg-jsonp","name":"jsonp","dependencies":[],"optionalDependencies":["security"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp","version":"2.0.0"},{"enable":true,"package":"egg-onerror","name":"onerror","dependencies":[],"optionalDependencies":["jsonp"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror","version":"2.1.0"},{"enable":true,"package":"egg-multipart","name":"multipart","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-multipart@2.13.0@egg-multipart","version":"2.13.0"},{"enable":true,"package":"egg-view","name":"view","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-view@2.1.3@egg-view","version":"2.1.3"},{"enable":true,"package":"midway-schedule","name":"schedulePlus","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/config/plugin.js","path":"/code/node_modules/_midway-schedule@2.11.4@midway-schedule","version":"2.11.4"}]
2021-07-13 11:15:24,438 INFO 6 [egg:logger] init all loggers with options: {"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"application"}
2021-07-13 11:15:24,439 INFO 6 [egg:core] dump config after load, 302ms
MIDWAY:CONTAINER 6: main:create "Main Module" and "Main Configuration"
MIDWAY:CONTAINER 6: main:"Main Configuration" load from "/code/dist"
MIDWAY:CONTAINER:CONFIGURATION 6: load configuration.ts from "/code/dist"
MIDWAY:CONTAINER:UTIL 6: SafeRequire Warning
MIDWAY:CONTAINER:UTIL 6: Error: Cannot find module '/code/dist/package.json'
Require stack:
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/util/index.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/configuration.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/midwayContainer.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/loader.js
- /code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/index.js
- /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/singleProcess.js
- /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/index.js
- /code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/framework/index.js
- /code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/index.js
- /code/index.js
- /var/fc/runtime/nodejs12/src/prepare_code.js
- /var/fc/runtime/nodejs12/src/invoke.js
- /var/fc/runtime/nodejs12/src/server.js
    at Module._resolveFilename (internal/modules/cjs/loader.js:982:15)
    at Module._load (internal/modules/cjs/loader.js:864:27)
    at Module.require (internal/modules/cjs/loader.js:1044:19)
    at require (internal/modules/cjs/helpers.js:77:18)
    at safeRequire (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/util/index.js:22:20)
    at load (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/configuration.js:105:26)
    at load (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/midwayContainer.js:85:23)
    at containerDirectoryLoad (/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/baseFramework.js:137:33)
    at initialize (/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/web.js:73:20)
    at processTicksAndRejections (internal/process/task_queues.js:97:5) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/util/index.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/configuration.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/context/midwayContainer.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/loader.js',
    '/code/node_modules/_@midwayjs_core@2.11.4@@midwayjs/core/dist/index.js',
    '/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/singleProcess.js',
    '/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/index.js',
    '/code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/framework/index.js',
    '/code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/index.js',
    '/code/index.js',
    '/var/fc/runtime/nodejs12/src/prepare_code.js',
    '/var/fc/runtime/nodejs12/src/invoke.js',
    '/var/fc/runtime/nodejs12/src/server.js'
  ]
}
MIDWAY:CONTAINER:CONFIGURATION 6: found package.json and name-version => "my-midway-project-1.0.0", from "/code/dist".
MIDWAY:CONTAINER:CONFIGURATION 6: current case 2 => configuration file "/code/dist/configuration".
MIDWAY:CONTAINER:CONFIGURATION 6:    add loadDir => "/code/dist".
MIDWAY:CONTAINER:CONFIGURATION 6:    add namespace => "__main__".
MIDWAY:CONTAINER:CONFIGURATION 6:    has configuration file => true.
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration export {"imports":[{"CONNECTION_KEY":"orm:getConnection","ENTITY_MODEL_KEY":"entity_model_key","EVENT_SUBSCRIBER_KEY":"event_subscriber_key","ORM_MODEL_KEY":"__orm_model_key__","ORM_HOOK_KEY":"__orm_hook_for_configuration__"}],"importConfigs":["/code/dist/config"],"conflictCheck":true}.
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration "namespace(__main__)/packageName(my-midway-project)" not exist than add.
MIDWAY:CONTAINER:CONFIGURATION 6: 
---------- start load configuration from submodule" ----------
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration export {"importConfigs":["/code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config"],"namespace":"orm"}.
MIDWAY:CONTAINER:CONFIGURATION 6:    configuration "namespace(orm)/packageName(orm)" not exist than add.
MIDWAY:CONTAINER:CONFIGURATION 6:    import configs ["/code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config"] from baseDir => "".
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   register scope = Singleton
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:getRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getTreeRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getTreeRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getMongoRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getMongoRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getCustomRepository]
MIDWAY:CONTAINER 6:   register scope = Request
MIDWAY:CONTAINER 6:   bind id => [orm:getCustomRepository]
MIDWAY:CONTAINER:CONFIGURATION 6: ---------- end load configuration from sub package "[object Object]" ----------
MIDWAY:CONTAINER:CONFIGURATION 6:    import configs ["/code/dist/config"] from baseDir => "/code/dist".
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6:   register scope = Singleton
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6: main:load directory
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:__lifecycle__ormConfiguration]
MIDWAY:CONTAINER 6:   bind id => [orm:getRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getTreeRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getMongoRepository]
MIDWAY:CONTAINER 6:   bind id => [orm:getCustomRepository]
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6:   bind id => [__lifecycle__containerLifeCycle]
MIDWAY:CONTAINER 6:   bind id => [accountController]
MIDWAY:CONTAINER 6:   bind id => [apiController]
MIDWAY:CONTAINER 6:   bind id => [balanceController]
MIDWAY:CONTAINER 6:   bind id => [eleController]
MIDWAY:CONTAINER 6:   bind id => [homeController]
MIDWAY:CONTAINER 6:   bind id => [incomeController]
MIDWAY:CONTAINER 6:   bind id => [withdrawController]
MIDWAY:CONTAINER 6:   bind id => [accountService]
MIDWAY:CONTAINER 6:   bind id => [balanceService]
MIDWAY:CONTAINER 6:   bind id => [bonusService]
MIDWAY:CONTAINER 6:   bind id => [eleService]
MIDWAY:CONTAINER 6:   bind id => [incomeService]
MIDWAY:CONTAINER 6:   bind id => [incomeDailyService]
MIDWAY:CONTAINER 6:   bind id => [userService]
MIDWAY:CONTAINER 6:   bind id => [withdrawService]
MIDWAY:CONTAINER 6:   bind id => [__pipeline_identifier__]
MIDWAY:CONTAINER 6: main:main configuration register import objects
MIDWAY:CONTAINER 6:   bind id => [__pipeline_identifier__]
MIDWAY:CONTAINER 6:   register scope = Prototype
MIDWAY:CONTAINER 6:   bind id => [__pipeline_identifier__]
MIDWAY:CONFIG 6: load config /code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config/config.default.js.
MIDWAY:CONFIG 6: Loaded config /code/node_modules/_@midwayjs_orm@2.11.4@@midwayjs/orm/dist/config/config.default.js, {"orm":{}}
MIDWAY:CONFIG 6: load config /code/dist/config/config.default.js.
MIDWAY:CONFIG 6: Loaded config /code/dist/config/config.default.js, {"orm":{"type":"mysql","host":"rm-wz9zost14z2a7i75h125010mm.mysql.rds.aliyuncs.com","port":3306,"username":"xmsz","password":"Csj5201314!","database":"ele-20201214","synchronize":false,"logging":false}}
MIDWAY:CONFIG 6: Loaded external object {"session":{"maxAge":86400000,"key":"EGG_SESS","httpOnly":true,"encrypt":true,"logValue":true},"security":{"domainWhiteList":[],"protocolWhiteList":[],"defaultMiddleware":"csrf,hsts,methodnoallow,noopen,nosniff,csp,xssProtection,xframe,dta","csrf":false,"xframe":{"enable":true,"value":"SAMEORIGIN"},"hsts":{"enable":false,"maxAge":31536000,"includeSubdomains":false},"dta":{"enable":true},"methodnoallow":{"enable":true},"noopen":{"enable":true},"nosniff":{"enable":true},"referrerPolicy":{"enable":false,"value":"no-referrer-when-downgrade"},"xssProtection":{"enable":true,"value":"1; mode=block"},"csp":{"enable":false,"policy":{}},"ssrf":{"ipBlackList":null,"ipExceptionList":null,"checkAddress":null}},"helper":{"shtml":{}},"jsonp":{"limit":50,"callback":["_callback","callback"],"csrf":false},"onerror":{"errorPageUrl":"","appErrorFilter":null,"templatePath":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror/lib/onerror_page.mustache"},"multipart":{"mode":"stream","autoFields":false,"defaultCharset":"utf8","fieldNameSize":100,"fieldSize":"100kb","fields":10,"fileSize":"10mb","files":10,"fileExtensions":[],"whitelist":null,"allowArrayField":false,"tmpdir":"/tmp/egg-multipart-tmp/my-midway-project","cleanSchedule":{"cron":"0 30 4 * * *","disable":false}},"view":{"root":"/code/dist/app/view","cache":true,"defaultExtension":".html","defaultViewEngine":"","mapping":{}},"env":"prod","name":"my-midway-project","keys":"my-midway-project_1624461730021_5019","cookies":{},"proxy":true,"maxIpsCount":0,"maxProxyCount":0,"protocolHeaders":"x-forwarded-proto","ipHeaders":"x-forwarded-for","hostHeaders":"","pkg":{"name":"my-midway-project","version":"1.0.0","description":"","private":true,"dependencies":{"@midwayjs/simple-lock":"*","@midwayjs/serverless-fc-starter":"*","picomatch":"*","@midwayjs/bootstrap":"^2.11.4","@midwayjs/core":"^2.11.4","@midwayjs/decorator":"^2.3.0","@midwayjs/orm":"^2.11.2","@midwayjs/web":"^2.11.4","axios":"^0.21.1","dayjs":"^1.10.6","egg":"^2.0.0","egg-scripts":"^2.14.0","mysql2":"^2.2.5","typeorm":"^0.2.34"},"devDependencies":{"@midwayjs/cli":"^1.2.74","@midwayjs/cli-plugin-faas":"^1.2.74","@midwayjs/egg-ts-helper":"^1.0.1","@midwayjs/fcli-plugin-fc":"^1.2.74","@midwayjs/luckyeye":"^1.0.0","@midwayjs/mock":"^2.11.4","@types/jest":"^26.0.24","@types/node":"^16.3.1","cross-env":"^7.0.3","jest":"^27.0.6","mwts":"^1.0.5","ts-jest":"^27.0.3","typescript":"^4.3.5"},"engines":{"node":">=12.9.0"},"scripts":{"start":"egg-scripts start --daemon --title=my-midway-project --framework=@midwayjs/web","stop":"egg-scripts stop --title=my-midway-project","start_build":"npm run build && cross-env NODE_ENV=development midway-bin dev","dev":"cross-env ets && cross-env NODE_ENV=local midway-bin dev --ts","test":"midway-bin test --ts","cov":"midway-bin cov --ts","lint":"mwts check","lint:fix":"mwts fix","ci":"npm run cov","build":"midway-bin build -c","check":"luckyeye","deploy":"midway-bin deploy --npm=cnpm","pull:shared":"git subtree pull --prefix=src/subtree/shared git@e.coding.net:frontend-git/ele-20201214/shared.git master --squash"},"midway-bin-clean":[".vscode/.tsbuildinfo","dist"],"midway-luckyeye":{"packages":["midway_v2"]},"midway-integration":{"lifecycle":{"before:package:cleanup":"npm run build"}},"egg":{"framework":"@midwayjs/web"},"repository":{"type":"git","url":""},"author":"","license":"MIT","resolutions":{}},"baseDir":"/code/dist","HOME":"/tmp","rundir":"/tmp","dump":{"ignore":{}},"confusedConfigurations":{"bodyparser":"bodyParser","notFound":"notfound","sitefile":"siteFile","middlewares":"middleware","httpClient":"httpclient"},"notfound":{"pageUrl":""},"siteFile":{"/favicon.ico":{"type":"Buffer","data":[137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,202,0,0,0,202,8,6,0,0,0,228,101,223,168,0,0,0,1,115,82,71,66,0,174,206,28,233,0,0,24,249,73,68,65,84,120,1,237,157,11,148,149,213,117,199,101,134,225,57,188,100,148,151,194,128,192,160,104,98,51,4,19,37,201,104,107,164,169,168,169,154,24,171,137,82,133,208,186,82,124,55,85,19,162,198,24,159,64,124,36,49,62,146,116,225,171,73,227,10,54,38,205,3,107,52,145,6,172,93,85,130,142,50,194,192,128,97,100,0,145,1,198,161,191,77,238,199,250,184,220,185,207,239,188,238,221,223,90,119,125,143,251,125,123,239,243,63,103,159,125,206,62,103,159,115,200,33,122,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,128,34,160,8,40,2,138,64,10,129,94,229,130,196,200,145,35,31,222,187,119,239,69,229,146,158,208,211,81,85,85,117,78,91,91,219,143,66,79,71,36,127,89,40,202,168,81,163,166,117,119,119,47,39,81,101,145,158,40,115,66,62,247,234,213,107,77,109,109,237,209,205,205,205,187,66,78,71,36,123,117,116,17,242,121,224,192,129,79,34,255,216,144,211,80,134,178,15,235,234,234,234,124,247,221,119,159,43,135,180,5,95,3,99,77,46,192,154,252,176,28,50,163,220,210,128,85,217,81,83,83,51,121,221,186,117,27,66,79,91,208,22,101,196,136,17,3,233,151,60,69,38,12,14,61,35,202,84,254,62,239,191,255,254,200,29,59,118,252,56,244,244,85,5,158,128,47,35,255,152,192,211,80,238,226,159,63,102,204,152,143,132,158,200,96,21,5,47,87,61,166,253,202,208,51,160,2,228,239,133,85,89,132,229,15,186,153,31,172,162,80,192,238,4,252,126,21,80,208,130,79,34,249,52,157,190,228,23,66,78,72,144,90,142,53,105,2,252,223,132,12,124,5,202,190,113,232,208,161,147,87,175,94,189,61,196,180,7,103,81,206,61,247,220,106,148,100,81,136,96,87,184,204,35,183,110,221,122,125,168,24,4,103,81,176,38,243,80,148,251,66,5,188,146,229,166,79,185,27,119,241,49,184,139,223,8,13,135,160,220,195,99,199,142,29,70,199,240,223,1,121,64,104,64,171,188,251,16,168,38,255,234,113,23,63,22,26,30,65,53,189,118,239,222,253,53,172,201,240,208,64,86,121,15,64,224,140,209,163,71,159,122,192,147,0,110,130,81,20,154,92,199,160,36,243,2,192,84,69,204,129,0,51,41,22,54,53,53,245,206,241,154,87,127,7,211,244,98,62,215,191,130,220,36,175,208,83,97,138,69,224,176,205,155,55,183,211,4,123,177,88,2,182,191,11,162,51,143,169,62,147,182,237,79,108,131,163,252,204,33,64,199,126,75,117,117,245,164,245,235,215,183,155,227,146,28,101,239,45,202,212,169,83,251,80,243,200,124,174,67,147,75,182,82,242,0,129,254,52,165,7,51,187,248,105,15,100,201,41,130,247,125,148,246,246,246,203,73,197,196,156,41,209,23,130,67,0,69,185,244,136,35,142,56,46,4,193,189,86,148,250,250,250,145,128,121,93,8,64,170,140,69,33,80,77,204,74,16,131,199,94,55,189,250,245,235,119,15,240,79,47,42,11,244,163,80,16,24,63,120,240,224,255,163,9,182,202,103,129,189,237,204,227,14,254,48,214,68,188,34,222,202,232,115,198,134,36,27,29,251,22,42,197,163,91,90,90,58,125,149,219,203,166,23,10,210,139,159,152,100,85,18,95,75,78,130,114,145,215,245,187,118,237,186,42,65,146,137,147,242,178,32,106,120,111,226,249,236,61,65,172,202,142,222,189,123,55,180,182,182,174,247,81,88,239,250,40,26,222,235,99,49,177,34,83,31,70,236,71,248,26,54,236,99,211,235,95,200,22,13,239,181,82,54,189,99,34,97,195,31,245,78,42,4,242,74,81,176,38,227,49,193,87,248,8,148,202,100,5,1,9,27,94,44,125,84,43,220,10,96,226,149,162,160,36,119,0,146,134,247,22,144,129,229,246,42,249,63,141,62,234,69,190,165,203,27,205,197,29,124,50,32,253,218,55,128,84,30,39,8,120,23,54,236,133,69,209,240,94,39,133,209,103,166,18,54,124,131,79,2,122,97,81,176,38,255,128,53,185,215,39,96,84,22,183,8,208,12,223,141,187,120,42,238,226,102,183,146,252,153,187,115,139,34,225,189,136,114,163,15,96,168,12,254,32,64,197,217,135,121,96,119,249,34,145,115,69,33,188,247,70,64,209,240,94,95,74,132,71,114,80,46,102,17,139,244,73,31,68,114,170,40,52,185,166,2,198,23,125,0,66,101,240,19,1,95,194,134,157,142,204,19,222,187,132,236,209,88,19,63,203,168,47,82,29,246,14,7,179,139,157,134,13,59,235,204,107,120,175,47,229,48,8,57,58,36,108,120,195,134,13,155,93,73,235,196,162,76,156,56,177,111,103,103,231,83,36,90,195,123,93,229,124,88,124,101,16,218,105,216,176,147,62,202,246,237,219,47,39,225,71,133,149,87,42,173,75,4,232,203,74,216,240,7,92,201,96,93,81,198,141,27,55,138,196,106,120,175,171,28,15,151,175,211,176,97,235,138,66,128,206,55,200,171,218,112,243,75,37,119,133,0,86,165,9,79,233,57,46,248,91,237,204,147,200,233,36,246,247,36,212,42,95,23,192,42,79,51,8,48,98,255,22,97,195,83,108,135,13,91,179,40,40,136,40,199,98,126,170,36,102,202,80,69,80,165,28,141,195,17,116,181,237,196,90,43,180,76,157,190,144,193,163,31,216,78,160,242,43,63,4,176,42,239,225,46,110,96,149,201,86,91,169,179,162,40,172,246,88,203,90,179,171,73,212,104,91,9,51,196,167,131,76,218,106,136,182,77,178,178,94,90,95,155,12,13,240,90,178,105,211,166,191,51,64,55,35,73,43,138,66,223,228,86,50,230,218,140,18,132,243,176,11,37,249,224,198,141,27,95,13,71,228,204,146,98,221,231,99,221,239,206,252,111,56,79,177,42,51,24,132,124,222,134,196,198,251,40,204,14,158,64,66,230,219,72,140,97,30,247,150,131,146,8,70,204,138,184,23,165,23,11,31,244,129,178,47,94,176,96,129,241,50,44,32,25,31,153,199,67,241,8,124,166,10,179,80,15,10,85,123,223,190,125,207,38,152,200,219,5,218,10,193,182,173,173,173,187,182,182,86,182,135,179,214,116,41,68,190,2,222,29,245,210,75,47,181,50,128,189,178,128,111,138,122,213,168,54,82,115,253,21,82,157,81,148,100,30,125,132,162,92,183,118,237,218,45,30,137,84,178,40,88,199,159,145,174,165,37,19,114,76,0,171,242,117,166,68,13,54,45,134,49,69,145,240,94,18,177,208,116,2,44,208,255,223,25,51,102,124,207,2,31,235,44,104,227,95,9,211,61,214,25,39,200,144,190,239,225,204,44,254,106,130,36,51,146,50,214,244,98,187,134,203,224,248,133,140,92,3,122,72,173,123,222,242,229,203,215,4,36,114,222,162,210,100,105,31,52,104,144,212,198,39,230,253,145,159,47,78,99,15,251,199,37,61,166,196,51,98,81,152,188,118,40,5,108,129,41,161,109,209,37,13,79,210,68,89,102,139,159,11,62,244,85,110,34,157,111,187,224,157,32,207,26,214,3,51,234,197,51,98,81,6,12,24,112,39,38,241,227,9,2,97,157,20,133,71,58,238,103,97,214,59,172,51,183,200,144,152,168,93,4,208,189,3,203,51,45,178,53,193,106,18,219,71,188,72,126,25,89,140,34,113,139,34,59,40,161,36,115,76,32,97,153,230,237,88,147,22,203,60,157,176,155,55,111,222,35,84,12,43,157,48,79,144,41,229,110,97,99,99,99,77,130,36,247,147,74,220,162,96,77,30,133,250,81,251,57,132,121,33,43,170,159,199,130,209,65,119,116,243,133,126,217,178,101,123,169,141,95,165,160,205,206,247,27,79,223,171,147,22,0,191,223,37,45,95,162,22,133,17,223,179,1,251,148,164,133,180,77,15,111,208,213,76,143,216,97,155,175,75,126,140,112,255,22,254,82,201,5,125,224,105,253,10,51,65,14,75,58,17,137,41,138,132,247,162,36,183,39,45,160,3,122,47,80,104,130,47,48,197,224,70,5,113,45,77,176,247,138,249,214,163,111,134,80,14,111,73,90,158,196,20,133,102,202,85,8,56,62,105,1,45,211,219,91,85,85,245,79,150,121,122,195,142,10,98,29,194,220,234,141,64,197,11,50,155,237,35,142,47,254,243,131,191,76,68,81,142,60,242,200,209,40,201,151,15,38,31,214,19,106,211,135,153,222,241,135,176,164,78,86,90,150,49,189,3,28,214,38,75,213,58,181,42,217,62,34,73,174,137,40,10,171,61,222,134,162,12,76,82,48,7,180,182,247,239,223,95,54,49,170,232,131,181,126,119,2,128,215,251,41,230,147,65,148,199,143,177,223,206,103,243,121,55,159,119,74,158,102,143,137,251,8,107,196,190,0,179,146,105,229,35,176,169,119,168,69,175,198,29,124,135,41,250,161,209,165,67,252,44,133,45,244,177,176,181,88,200,41,41,229,47,41,11,74,178,40,0,185,111,135,36,36,8,90,73,144,255,245,225,195,135,39,106,170,75,202,21,15,62,166,99,47,125,181,110,15,68,41,90,4,202,231,88,42,241,68,226,160,74,42,224,212,58,23,33,204,195,69,167,196,159,15,103,225,14,14,126,38,109,210,112,210,116,249,54,52,231,38,77,215,38,61,90,10,59,113,208,52,164,28,21,69,179,46,218,162,52,52,52,12,66,73,190,81,52,103,79,62,4,200,159,171,146,100,206,12,176,145,205,124,130,158,194,67,25,237,207,216,74,201,195,22,69,143,204,215,212,212,220,4,136,167,101,134,56,152,167,93,212,54,50,159,107,115,48,18,91,20,20,92,222,99,196,190,147,194,54,211,34,91,19,172,142,29,50,100,200,175,152,93,92,180,55,175,40,139,130,59,88,166,168,204,55,145,34,203,52,239,193,29,188,202,50,207,160,216,17,124,119,31,150,229,143,65,9,157,65,88,172,74,73,97,195,69,245,81,104,187,202,2,219,103,100,144,39,152,71,100,254,102,194,148,39,177,144,154,241,166,5,83,123,22,145,81,227,76,130,67,122,190,35,81,139,38,120,32,255,76,228,55,66,219,132,188,61,209,164,245,48,135,138,241,129,158,254,207,246,188,96,69,161,134,57,149,193,156,95,100,35,26,194,127,128,54,23,208,190,107,90,86,10,217,167,41,100,63,54,205,7,69,105,65,241,143,54,181,130,34,142,155,159,210,4,59,221,116,58,76,210,7,163,183,153,180,59,249,205,55,223,44,120,201,169,130,154,94,77,77,77,189,201,244,133,38,19,99,137,246,203,115,231,206,53,30,222,43,243,223,192,203,202,216,12,133,184,158,117,157,141,13,20,50,30,113,5,5,109,183,165,252,49,194,6,140,14,103,170,213,87,139,33,94,80,103,126,231,206,157,151,193,228,243,197,48,242,233,27,50,252,188,165,75,151,182,152,150,9,135,199,53,240,56,199,52,159,24,253,19,8,137,253,254,182,109,219,182,199,158,37,114,9,205,119,136,134,28,12,177,147,18,33,232,142,200,52,58,246,79,20,26,54,156,183,69,97,4,126,56,5,108,129,187,244,37,195,153,52,72,120,239,179,201,80,235,153,74,106,123,11,171,83,98,168,49,7,238,217,179,231,155,61,75,85,218,63,40,202,205,80,216,84,26,21,231,95,215,96,229,239,46,84,138,188,21,133,126,201,205,100,196,176,66,25,248,244,62,74,178,147,159,149,5,158,105,6,73,129,173,117,144,254,243,169,212,62,106,130,111,115,115,243,54,232,90,85,126,19,233,160,28,255,53,125,174,79,21,66,59,47,69,145,157,142,32,126,105,33,132,61,125,247,118,58,240,111,153,150,13,175,224,9,224,117,129,105,62,61,208,151,105,69,139,224,95,176,163,166,7,122,7,60,78,133,13,175,56,224,97,152,55,119,21,18,54,156,23,152,104,223,175,1,254,228,48,241,248,179,212,88,146,214,212,84,6,163,129,73,82,64,241,116,253,142,243,9,46,241,34,189,179,105,98,26,153,94,132,231,243,68,148,241,121,151,233,75,130,55,24,93,5,70,119,230,67,43,167,69,33,211,37,188,55,104,37,17,32,80,146,107,152,239,99,84,73,132,15,120,93,232,90,73,68,14,100,184,69,166,25,201,117,210,7,56,202,108,241,37,73,211,181,77,15,140,110,192,250,31,158,15,223,172,138,82,95,95,223,15,98,86,220,155,249,8,91,194,59,207,147,185,198,195,123,101,123,11,240,242,37,66,112,36,107,37,95,95,2,102,89,63,197,93,92,22,97,195,36,242,235,89,19,154,250,51,171,162,136,95,158,140,175,207,135,144,199,239,116,99,77,172,132,247,178,70,214,117,224,48,202,35,44,230,211,191,156,104,66,30,217,196,135,166,75,240,147,98,193,102,54,77,201,15,229,194,168,71,69,1,224,49,40,201,63,231,34,224,251,255,40,137,132,247,26,239,124,202,246,22,224,117,185,79,120,32,79,31,226,49,238,50,37,19,43,252,75,216,240,91,166,232,91,162,91,133,187,120,81,46,94,61,42,138,248,227,1,58,244,240,222,109,76,235,144,90,222,248,129,245,149,213,49,251,26,103,84,32,3,100,154,69,141,249,201,2,63,203,235,245,212,116,25,99,179,1,242,18,34,129,151,192,104,6,125,149,243,178,145,202,168,40,41,63,252,249,217,62,12,225,63,106,187,27,215,172,89,99,124,128,12,188,254,18,60,206,242,21,19,153,118,36,211,143,76,200,135,215,232,223,192,249,89,19,180,109,210,36,13,183,81,161,12,232,137,231,65,138,130,118,149,69,120,47,9,127,141,2,108,60,188,87,182,183,144,113,139,158,0,246,225,57,121,122,244,234,213,171,255,209,148,44,169,176,225,247,77,209,183,65,23,140,142,164,66,185,182,39,94,189,210,255,96,204,228,98,62,122,40,253,121,104,247,40,202,233,212,118,79,155,150,27,188,46,3,175,111,153,230,147,0,253,14,10,244,36,188,127,155,19,160,117,16,9,112,184,31,28,190,120,208,31,1,61,160,204,72,216,240,20,48,90,155,46,246,1,22,37,21,222,123,75,250,75,161,221,147,224,103,108,40,9,14,143,67,193,230,107,129,224,51,148,26,83,162,82,141,28,20,176,178,14,27,62,64,81,240,187,75,98,71,26,65,210,30,209,61,100,154,21,239,19,30,165,155,168,69,69,89,130,56,144,245,82,153,142,100,66,88,177,84,224,190,192,4,109,155,52,193,232,51,12,26,127,60,157,231,126,69,73,249,219,173,140,55,164,11,145,240,253,61,100,154,241,208,85,188,36,199,2,234,220,132,101,55,77,174,26,229,54,214,159,162,69,34,187,13,175,50,157,8,211,244,197,93,156,190,219,240,254,120,20,34,191,30,33,227,143,49,45,132,73,250,100,210,159,216,20,231,236,45,91,182,236,50,201,71,104,179,165,155,140,244,31,101,154,143,1,250,245,200,254,10,11,71,188,154,52,109,220,197,221,44,70,241,58,229,232,194,164,105,91,166,55,114,229,202,149,27,192,104,255,248,219,62,139,34,126,118,18,55,203,178,48,137,179,67,81,174,47,38,204,179,80,65,48,205,159,6,175,83,10,253,206,163,247,111,151,233,73,38,228,193,154,255,130,124,248,169,9,218,54,105,146,191,55,79,152,48,97,72,196,115,159,111,29,247,102,201,235,30,69,4,93,157,201,156,215,36,188,23,147,105,92,4,76,243,109,198,153,24,100,64,33,168,239,236,236,20,119,241,157,38,216,72,216,48,77,188,65,38,104,219,164,73,68,239,25,240,251,161,240,140,6,161,126,197,181,145,78,158,48,177,116,212,63,248,224,131,227,225,245,134,5,126,191,129,199,68,11,124,76,177,216,75,197,98,108,144,144,181,126,101,31,197,147,77,9,239,130,238,190,166,23,171,184,223,8,112,70,252,235,182,18,69,45,217,135,105,55,5,135,120,22,41,159,204,202,221,90,228,183,206,63,35,175,43,126,123,139,66,51,97,95,103,190,163,163,163,147,14,222,86,10,91,232,253,148,6,22,14,120,129,133,3,222,44,20,136,66,222,103,37,143,29,116,90,119,131,215,105,133,124,231,201,187,219,112,220,156,69,158,87,212,214,123,165,98,191,223,61,156,90,190,231,229,82,9,186,254,158,254,131,177,121,77,241,180,225,0,249,150,244,139,226,207,66,184,70,230,155,108,204,127,11,1,139,66,100,236,21,127,153,105,8,159,160,150,92,22,127,22,226,53,3,95,243,153,90,111,108,188,32,194,4,188,62,5,94,198,167,201,68,252,18,56,191,94,87,87,119,236,43,175,188,178,59,1,90,21,69,226,0,69,145,148,147,249,143,147,249,159,9,25,5,106,205,45,50,175,137,224,162,118,211,233,0,175,167,193,171,160,21,61,76,203,148,133,190,110,111,145,5,156,108,127,237,111,122,69,47,81,200,174,225,183,51,186,15,241,76,193,29,134,203,251,102,27,178,99,189,174,128,207,30,27,188,74,225,65,158,234,246,22,37,0,184,127,100,62,162,193,104,228,86,22,58,171,225,190,41,122,22,232,249,47,134,13,27,246,19,86,56,52,26,143,34,43,14,226,8,25,10,70,70,214,210,74,8,123,221,222,162,68,32,15,178,40,66,143,90,242,54,106,160,214,18,105,187,254,220,232,188,166,120,226,240,34,137,123,253,237,248,51,207,174,117,123,139,18,51,228,32,139,34,244,168,37,247,48,103,170,141,75,155,235,230,150,152,148,140,159,27,155,215,20,231,38,115,203,112,23,119,208,228,147,145,92,175,14,20,120,51,227,100,103,203,16,128,87,130,5,38,76,70,139,34,105,96,187,182,199,56,5,191,200,25,105,48,54,175,73,112,138,142,57,115,230,60,68,161,124,41,186,247,229,140,76,215,219,216,3,198,151,244,154,146,163,71,69,17,134,120,142,190,196,169,219,20,115,27,116,169,229,101,94,147,241,245,134,153,99,214,77,161,244,45,76,65,182,183,120,192,6,206,229,206,227,32,247,112,122,130,137,187,16,160,47,73,127,30,210,61,5,120,7,19,245,26,152,131,180,222,180,220,184,139,31,69,57,179,174,232,97,90,134,136,62,233,110,34,210,243,217,232,94,207,197,35,144,213,162,164,200,202,114,63,219,138,103,225,254,75,10,174,108,135,96,101,198,47,142,16,47,220,235,40,137,149,237,45,220,231,174,29,9,50,118,230,227,172,101,94,19,238,79,25,39,48,178,54,84,156,151,225,235,227,152,7,246,159,56,42,214,153,228,3,253,109,184,215,123,195,163,201,36,159,108,180,81,18,217,222,226,76,113,245,103,123,79,255,203,31,129,124,44,202,33,178,236,15,192,7,55,175,41,29,6,9,241,196,186,228,108,110,166,127,87,232,61,205,60,113,175,175,45,244,187,4,223,183,178,189,69,130,242,122,79,42,47,69,89,177,98,133,88,148,203,189,79,77,14,1,81,146,105,244,33,46,206,241,90,201,127,211,23,146,153,13,198,29,8,153,4,69,65,101,123,11,217,196,72,143,4,17,200,75,81,132,31,157,194,255,32,19,158,73,144,183,43,82,198,182,67,136,39,8,188,158,0,175,231,226,207,108,92,75,31,137,112,92,227,219,91,216,72,139,79,60,242,86,20,17,154,76,16,171,34,214,37,228,99,68,106,89,38,227,105,112,224,94,183,178,189,133,113,224,60,100,144,179,51,31,151,153,142,234,230,0,230,53,197,69,206,120,77,77,255,97,118,207,125,76,118,186,205,248,66,66,15,193,107,35,29,251,35,32,215,152,16,201,108,100,186,81,204,191,133,167,204,168,208,35,97,4,10,178,40,194,59,53,175,233,79,9,203,97,149,28,125,21,217,14,193,74,216,48,74,41,238,117,227,222,39,172,253,195,52,185,86,90,5,178,130,152,21,229,1,98,185,158,75,241,32,125,55,116,156,40,92,51,9,240,250,185,233,116,224,64,168,167,182,151,25,198,198,14,44,100,51,1,89,239,26,99,80,225,132,139,82,20,89,69,239,254,251,239,95,1,118,199,135,140,31,181,253,170,41,83,166,124,96,217,178,101,93,33,167,67,101,55,143,64,81,138,34,98,97,85,62,134,85,249,47,243,34,154,229,32,14,10,172,202,66,179,92,148,122,232,8,20,173,40,146,112,154,20,143,209,222,255,108,224,32,24,221,14,33,112,108,84,252,20,2,5,119,230,227,200,81,27,123,49,175,41,46,83,17,215,67,109,133,13,23,33,155,126,226,9,2,5,185,135,211,101,198,21,89,46,97,195,31,162,51,252,20,233,49,26,54,156,142,159,222,135,131,64,73,22,69,146,201,188,166,111,210,41,54,58,209,208,2,156,85,190,111,47,103,1,3,101,145,5,129,146,44,138,208,101,208,174,139,176,225,13,92,150,67,216,240,171,38,182,67,200,130,191,254,21,8,2,37,117,230,227,105,164,99,255,28,29,251,25,241,103,161,93,99,25,223,98,187,237,41,169,109,161,67,19,95,229,53,136,64,201,77,175,72,54,58,246,229,16,54,60,206,70,216,112,132,153,158,195,65,160,228,166,87,148,84,203,243,154,34,182,137,159,177,42,39,16,224,245,3,210,19,116,84,103,226,192,84,56,193,196,44,74,10,199,160,183,67,144,52,208,124,28,192,60,48,43,97,195,21,94,246,130,74,126,98,22,69,82,29,248,118,8,241,140,147,176,225,95,98,85,66,247,230,197,211,164,215,37,32,144,180,69,57,36,181,29,194,234,18,100,242,226,83,9,27,78,223,25,214,11,193,84,8,39,8,36,230,245,138,75,143,7,44,180,237,16,226,226,199,175,47,97,33,192,7,227,15,244,186,50,17,48,162,40,2,37,202,18,210,118,8,61,229,254,38,2,213,38,55,55,55,107,199,190,39,132,42,228,121,226,77,175,8,55,220,197,65,108,135,16,201,219,195,121,4,3,144,55,244,240,159,62,174,32,4,18,237,204,199,113,163,35,220,94,38,97,195,211,152,7,246,184,233,176,225,56,118,122,237,31,2,198,44,138,36,53,128,237,16,114,230,136,205,176,225,156,194,232,11,206,16,48,102,81,36,69,62,111,135,80,32,226,147,217,214,225,69,154,97,205,5,126,167,175,151,9,2,70,45,138,96,148,218,14,33,248,69,15,176,44,119,55,54,54,202,78,100,122,84,32,2,198,188,94,113,44,25,91,153,193,52,246,231,226,207,66,188,102,122,203,125,200,253,223,33,202,30,151,153,133,46,126,201,70,176,161,239,168,22,79,146,241,107,43,138,34,169,96,251,136,37,156,62,103,60,69,202,32,39,2,40,252,82,86,178,156,149,243,69,125,97,63,2,198,155,94,17,39,106,177,107,201,32,93,234,51,2,196,225,153,102,228,233,88,249,208,119,39,176,138,160,53,69,97,113,54,153,55,165,139,71,91,205,222,158,153,49,69,103,97,83,83,147,108,79,161,71,30,8,24,245,122,165,243,103,60,98,57,181,217,133,60,31,146,254,159,222,91,71,224,176,119,56,240,228,189,104,157,115,128,12,173,245,81,34,108,152,218,114,46,202,242,68,116,175,103,167,8,232,82,77,121,194,111,213,162,136,76,18,147,206,136,253,41,92,142,203,83,70,125,205,28,2,253,168,180,134,16,30,177,212,28,139,242,160,108,173,143,18,135,139,142,189,236,158,27,244,110,195,241,244,4,126,125,9,59,170,125,48,240,52,24,23,223,137,162,224,195,255,31,82,246,128,241,212,41,131,124,16,168,214,165,154,114,195,228,68,81,68,44,92,197,50,43,215,248,118,8,185,33,208,55,104,126,125,66,250,142,138,68,207,8,88,239,163,68,162,208,87,121,143,249,83,157,100,210,204,232,153,158,221,33,64,197,53,189,174,174,238,219,29,29,29,186,178,127,134,108,112,102,81,68,22,6,189,238,37,131,254,152,65,46,125,100,25,1,42,44,93,170,41,11,230,214,221,195,233,178,176,125,196,76,6,191,126,150,254,92,239,237,35,32,51,39,112,180,52,232,60,176,131,177,119,214,244,138,68,145,169,235,184,139,167,113,63,57,122,166,103,103,8,212,80,105,141,194,93,252,35,103,18,120,202,216,105,211,43,194,132,133,190,175,160,54,219,29,221,235,217,41,2,159,163,73,124,162,83,9,60,100,238,133,162,180,182,182,190,14,54,139,61,196,167,34,69,194,170,44,214,165,154,14,204,122,231,125,148,72,156,137,19,39,14,38,206,254,53,238,71,68,207,244,236,20,129,191,103,169,166,135,156,74,224,17,115,111,20,69,48,33,102,101,54,39,93,71,203,143,2,162,75,53,197,242,193,139,166,87,36,207,188,121,243,30,161,175,34,187,13,235,225,30,1,93,170,41,150,7,94,89,20,145,139,142,228,73,76,169,248,109,76,70,189,116,132,128,56,88,112,180,28,155,234,67,58,146,194,15,182,206,221,195,233,48,200,194,216,181,181,181,226,42,62,46,253,63,189,183,142,64,53,3,145,227,113,225,63,106,157,179,103,12,189,106,122,69,216,80,139,105,216,112,4,134,227,51,138,114,58,131,194,167,57,22,195,57,123,47,21,37,53,50,124,171,115,116,84,128,125,8,160,44,21,31,54,236,93,211,43,42,155,76,208,91,78,95,69,194,134,135,70,207,244,236,12,129,58,162,134,183,208,4,251,189,51,9,28,51,246,174,51,31,199,131,169,223,231,80,155,61,25,127,166,215,206,16,168,232,176,97,111,45,138,20,7,106,48,9,27,62,153,203,122,185,215,195,41,2,18,54,60,180,82,195,134,189,236,163,196,139,131,134,13,199,209,112,126,45,97,195,199,59,151,194,129,0,222,43,10,29,251,151,193,69,195,134,29,20,142,12,44,171,232,55,46,204,240,188,236,31,121,175,40,146,3,88,21,217,109,184,163,236,115,35,128,4,210,252,170,200,176,97,175,251,40,81,185,97,16,82,195,134,35,48,60,56,51,98,63,157,197,12,191,195,230,74,21,19,54,28,132,69,145,178,209,208,208,32,97,195,171,60,40,39,21,47,2,86,101,92,87,87,215,213,149,4,132,215,238,225,244,140,144,17,98,98,37,158,73,127,174,247,246,17,160,210,170,168,176,225,32,154,94,81,49,192,93,252,6,238,226,70,238,27,162,103,122,118,134,64,69,133,13,7,211,244,138,138,3,243,192,174,148,89,173,209,189,158,157,34,32,97,195,39,57,149,192,18,243,224,20,37,53,229,123,145,37,124,148,77,14,4,42,37,108,56,168,62,74,148,103,116,236,7,177,80,155,196,217,107,216,112,4,138,219,243,37,132,13,151,117,100,106,144,138,34,101,130,121,96,23,227,125,209,152,110,183,10,178,143,59,77,225,183,137,33,154,212,220,220,188,205,3,113,140,136,16,92,211,43,66,161,173,173,77,194,134,255,16,221,235,217,29,2,84,88,135,227,104,249,138,59,9,204,115,14,86,81,80,146,189,85,85,85,178,125,132,30,30,32,128,178,124,137,121,96,101,187,136,97,80,238,225,244,242,160,97,195,233,136,56,189,151,176,225,9,88,150,37,78,165,48,196,60,88,139,18,225,81,83,83,115,13,214,101,71,116,175,103,119,8,160,40,127,35,107,73,187,147,192,28,231,224,21,5,119,241,122,20,69,195,134,205,149,145,130,40,163,44,119,55,54,54,214,20,244,81,0,47,7,221,244,138,240,77,133,13,95,192,189,134,13,71,160,184,59,215,209,252,42,187,176,225,178,216,103,188,165,165,165,19,147,255,121,202,198,169,238,202,71,98,156,247,38,70,201,29,161,96,135,29,220,65,166,156,21,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,1,69,64,17,80,4,20,129,96,16,248,127,130,100,242,255,226,94,172,181,0,0,0,0,73,69,78,68,174,66,96,130]}},"bodyParser":{"enable":true,"encoding":"utf8","formLimit":"1mb","jsonLimit":"1mb","textLimit":"1mb","strict":true,"queryString":{"arrayLimit":100,"depth":5,"parameterLimit":1000}},"logger":{"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"application"},"httpclient":{"enableDNSCache":false,"dnsCacheLookupInterval":10000,"dnsCacheMaxLength":1000,"request":{"timeout":5000},"httpAgent":{"keepAlive":true,"freeSocketTimeout":4000,"maxSockets":9007199254740991,"maxFreeSockets":256},"httpsAgent":{"keepAlive":true,"freeSocketTimeout":4000,"maxSockets":9007199254740991,"maxFreeSockets":256}},"meta":{"enable":true,"logging":false},"coreMiddleware":["meta","siteFile","notfound","bodyParser","overrideMethod"],"workerStartTimeout":600000,"serverTimeout":null,"cluster":{"listen":{"path":"","port":7001,"hostname":""}},"clusterClient":{"maxWaitTime":60000,"responseTimeout":60000},"onClientError":null,"midwayFeature":{"replaceEggLogger":true},"pluginOverwrite":false,"alinode":{"logdir":"/tmp","error_log":["/tmp/logs/my-midway-project/common-error.log","/tmp/logs/stderr.log"],"packages":["/code/package.json"]},"static":{"buffer":true},"middleware":[],"coreMiddlewares":["meta","siteFile","notfound","bodyParser","overrideMethod"],"appMiddlewares":[],"appMiddleware":[]}
2021-07-13 11:15:26,933 INFO 6 [egg-multipart] stream mode enable
2021-07-13 11:15:29,734 INFO 6 Use coreMiddleware order: []
2021-07-13 11:15:29,734 INFO 6 Use appMiddleware order: []
2021-07-13 11:15:29,735 INFO 6 [egg:loader] Loaded middleware from ["/code/node_modules/_egg-session@3.3.0@egg-session/app/middleware","/code/node_modules/_egg-security@2.9.0@egg-security/app/middleware","/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp/app/middleware","/code/node_modules/_egg-onerror@2.1.0@egg-onerror/app/middleware","/code/node_modules/_egg-multipart@2.13.0@egg-multipart/app/middleware","/code/node_modules/_egg-view@2.1.3@egg-view/app/middleware","/code/node_modules/_midway-schedule@2.11.4@midway-schedule/app/middleware","/code/node_modules/_egg@2.29.4@egg/app/middleware","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/app/middleware","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app/middleware","/code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/framework/app/middleware","/code/dist/app/middleware"]
2021-07-13 11:15:29,736 INFO 6 [egg:loader] Controller loaded: /code/dist/app/controller
2021-07-13 11:15:29,740 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/web.js:45:22, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:118:26","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:didLoad"]
2021-07-13 11:15:29,740 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:118:26, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:didLoad"]
2021-07-13 11:15:29,741 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:didLoad, remain []
MIDWAY:MANAGEDRESOLVER 6: id = orm:__lifecycle__ormConfiguration inject ctx
MIDWAY:MANAGEDRESOLVER 6: id = orm:__lifecycle__ormConfiguration set to register object
MIDWAY:MANAGEDRESOLVER 6: id = __lifecycle__containerLifeCycle inject ctx
MIDWAY:MANAGEDRESOLVER 6: id = __lifecycle__containerLifeCycle set to register object
2021-07-13 11:15:32,234 INFO 6 [egg-security] use methodnoallow middleware
2021-07-13 11:15:32,237 INFO 6 [egg-security] use noopen middleware
2021-07-13 11:15:32,239 INFO 6 [egg-security] use nosniff middleware
2021-07-13 11:15:32,334 INFO 6 [egg-security] use xssProtection middleware
2021-07-13 11:15:32,336 INFO 6 [egg-security] use xframe middleware
2021-07-13 11:15:32,435 INFO 6 [egg-security] use dta middleware
2021-07-13 11:15:32,436 INFO 6 [egg-security] compose 6 middlewares into one security middleware
2021-07-13 11:15:32,639 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:willReady, remain []
2021-07-13 11:15:32,734 INFO 6 [egg:core] dump config after ready, 94ms
FC Initialize End RequestId: 4ac75299-df63-4de3-af03-64160a0a8590
czy88840616 commented 3 years ago

94ms 就完成了,看起来不慢。

错了。。这个94 ms 是egg最后dump内容的时间

xmsz commented 3 years ago

可以加下启动 NODE_DEBUG=midway* 的环境变量,是否的确启动花了这么久,然后进一步排查是哪个阶段。另一块是用阿里云的纯示例看看,是否会出现该问题,可以用排除法反推。不排除因为基建,网络原因造成某些服务连接超长(大概率)。

如果是阿里云纯示例没有问题 包括其他函数也都正常

czy88840616 commented 3 years ago

2021-07-13 11:15:01,937 - 2021-07-13 11:15:32,734,启动大概是 30s 左右。 initTimeout 设置在 60s 应该够了吧

xmsz commented 3 years ago

2021-07-13 11:15:01,937 - 2021-07-13 11:15:32,734,启动大概是 30s 左右。 initTimeout 设置在 60s 应该够了吧

我等容器销毁再测试一下

之前设置的是10s,完全没有问题

但是现在设置60s也会有超时的情况

FC Initialize Start RequestId: d192b7f1-dbe2-4435-888c-d17cddb5f034
load code for handler:index.initializer
2021-07-13 11:04:04,506 INFO 6 Plugin development is disabled by env unmatched, require env([ 'local' ]) but got env is prod
2021-07-13 11:04:05,104 INFO 6 [egg:core] App root: /code
2021-07-13 11:04:05,105 INFO 6 [egg:core] All *.log files save on "/tmp"
2021-07-13 11:04:05,105 INFO 6 [egg:core] Loaded enabled plugin [{"enable":true,"package":"egg-session","name":"session","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-session@3.3.0@egg-session","version":"3.3.0"},{"enable":true,"package":"egg-security","name":"security","dependencies":[],"optionalDependencies":["session"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-security@2.9.0@egg-security","version":"2.9.0"},{"enable":true,"package":"egg-jsonp","name":"jsonp","dependencies":[],"optionalDependencies":["security"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp","version":"2.0.0"},{"enable":true,"package":"egg-onerror","name":"onerror","dependencies":[],"optionalDependencies":["jsonp"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror","version":"2.1.0"},{"enable":true,"package":"egg-multipart","name":"multipart","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-multipart@2.13.0@egg-multipart","version":"2.13.0"},{"enable":true,"package":"egg-view","name":"view","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-view@2.1.3@egg-view","version":"2.1.3"},{"enable":true,"package":"midway-schedule","name":"schedulePlus","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/config/plugin.js","path":"/code/node_modules/_midway-schedule@2.11.4@midway-schedule","version":"2.11.4"}]
2021-07-13 11:04:05,803 INFO 6 [egg:logger] init all loggers with options: {"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"agent"}
2021-07-13 11:04:05,806 INFO 6 [egg:core] dump config after load, 698ms
FC Initialize End RequestId: d192b7f1-dbe2-4435-888c-d17cddb5f034, Error: Function timed out after 60 seconds (maxMemoryUsage: 109.79MB)
FC Initialize Start RequestId: 107dd17b-6feb-4561-ba3e-6d186f4a3c35
load code for handler:index.initializer
2021-07-13 11:02:29,107 INFO 6 Plugin development is disabled by env unmatched, require env([ 'local' ]) but got env is prod
2021-07-13 11:02:29,904 INFO 6 [egg:core] App root: /code
2021-07-13 11:02:29,904 INFO 6 [egg:core] All *.log files save on "/tmp"
2021-07-13 11:02:29,904 INFO 6 [egg:core] Loaded enabled plugin [{"enable":true,"package":"egg-session","name":"session","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-session@3.3.0@egg-session","version":"3.3.0"},{"enable":true,"package":"egg-security","name":"security","dependencies":[],"optionalDependencies":["session"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-security@2.9.0@egg-security","version":"2.9.0"},{"enable":true,"package":"egg-jsonp","name":"jsonp","dependencies":[],"optionalDependencies":["security"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp","version":"2.0.0"},{"enable":true,"package":"egg-onerror","name":"onerror","dependencies":[],"optionalDependencies":["jsonp"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror","version":"2.1.0"},{"enable":true,"package":"egg-multipart","name":"multipart","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-multipart@2.13.0@egg-multipart","version":"2.13.0"},{"enable":true,"package":"egg-view","name":"view","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-view@2.1.3@egg-view","version":"2.1.3"},{"enable":true,"package":"midway-schedule","name":"schedulePlus","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/config/plugin.js","path":"/code/node_modules/_midway-schedule@2.11.4@midway-schedule","version":"2.11.4"}]
2021-07-13 11:02:30,407 INFO 6 [egg:logger] init all loggers with options: {"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"agent"}
2021-07-13 11:02:30,409 INFO 6 [egg:core] dump config after load, 502ms
2021-07-13 11:02:49,106 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/web.js:45:22, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:222:22","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:didLoad"]
2021-07-13 11:02:49,107 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:222:22, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:didLoad"]
2021-07-13 11:02:49,107 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:didLoad, remain []
2021-07-13 11:02:49,108 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/agent.js:willReady, remain []
2021-07-13 11:02:49,207 INFO 6 [egg:core] dump config after ready, 98ms
2021-07-13 11:02:49,304 INFO 6 Plugin development is disabled by env unmatched, require env([ 'local' ]) but got env is prod
2021-07-13 11:02:49,309 INFO 6 [egg:core] App root: /code
2021-07-13 11:02:49,309 INFO 6 [egg:core] All *.log files save on "/tmp"
2021-07-13 11:02:49,309 INFO 6 [egg:core] Loaded enabled plugin [{"enable":true,"package":"egg-session","name":"session","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-session@3.3.0@egg-session","version":"3.3.0"},{"enable":true,"package":"egg-security","name":"security","dependencies":[],"optionalDependencies":["session"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-security@2.9.0@egg-security","version":"2.9.0"},{"enable":true,"package":"egg-jsonp","name":"jsonp","dependencies":[],"optionalDependencies":["security"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp","version":"2.0.0"},{"enable":true,"package":"egg-onerror","name":"onerror","dependencies":[],"optionalDependencies":["jsonp"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-onerror@2.1.0@egg-onerror","version":"2.1.0"},{"enable":true,"package":"egg-multipart","name":"multipart","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-multipart@2.13.0@egg-multipart","version":"2.13.0"},{"enable":true,"package":"egg-view","name":"view","dependencies":[],"optionalDependencies":[],"env":[],"from":"/code/node_modules/_egg@2.29.4@egg/config/plugin.js","path":"/code/node_modules/_egg-view@2.1.3@egg-view","version":"2.1.3"},{"enable":true,"package":"midway-schedule","name":"schedulePlus","dependencies":[],"optionalDependencies":["schedule"],"env":[],"from":"/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/config/plugin.js","path":"/code/node_modules/_midway-schedule@2.11.4@midway-schedule","version":"2.11.4"}]
2021-07-13 11:02:49,706 INFO 6 [egg:logger] init all loggers with options: {"dir":"/tmp","encoding":"utf8","env":"prod","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"midway-web.log","coreLogName":"midway-core.log","agentLogName":"midway-agent.log","errorLogName":"common-error.log","coreLogger":{},"allowDebugAtProd":false,"type":"application"}
2021-07-13 11:02:49,706 INFO 6 [egg:core] dump config after load, 302ms
2021-07-13 11:02:51,706 INFO 6 [egg-multipart] stream mode enable
2021-07-13 11:02:54,006 INFO 6 Use coreMiddleware order: []
2021-07-13 11:02:54,006 INFO 6 Use appMiddleware order: []
2021-07-13 11:02:54,006 INFO 6 [egg:loader] Loaded middleware from ["/code/node_modules/_egg-session@3.3.0@egg-session/app/middleware","/code/node_modules/_egg-security@2.9.0@egg-security/app/middleware","/code/node_modules/_egg-jsonp@2.0.0@egg-jsonp/app/middleware","/code/node_modules/_egg-onerror@2.1.0@egg-onerror/app/middleware","/code/node_modules/_egg-multipart@2.13.0@egg-multipart/app/middleware","/code/node_modules/_egg-view@2.1.3@egg-view/app/middleware","/code/node_modules/_midway-schedule@2.11.4@midway-schedule/app/middleware","/code/node_modules/_egg@2.29.4@egg/app/middleware","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/app/middleware","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app/middleware","/code/node_modules/_@midwayjs_egg-layer@2.11.4@@midwayjs/egg-layer/framework/app/middleware","/code/dist/app/middleware"]
2021-07-13 11:02:54,007 INFO 6 [egg:loader] Controller loaded: /code/dist/app/controller
2021-07-13 11:02:54,008 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/framework/web.js:45:22, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:118:26","/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:didLoad"]
2021-07-13 11:02:54,008 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/dist/base.js:118:26, remain ["/code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:didLoad"]
2021-07-13 11:02:54,008 INFO 6 [egg:core:ready_stat] end ready task /code/node_modules/_@midwayjs_web@2.11.4@@midwayjs/web/app.js:didLoad, remain []
FC Initialize End RequestId: 107dd17b-6feb-4561-ba3e-6d186f4a3c35, Error: Function timed out after 60 seconds (maxMemoryUsage: 111.85MB)
xmsz commented 3 years ago

最新日志 image

image 这一段就用了30s

image 这一段用了20s

其他时间就还好

xmsz commented 3 years ago

阿里云那边回复了 image

czy88840616 commented 3 years ago

额。。