Running with gitlab-runner 14.5.2 (e91107dd)
on civ_manage 42cbce5f
section_start:1700040646:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1700040646:prepare_executor
section_start:1700040646:prepare_script
Preparing environment
Running on CIV128...
section_end:1700040647:prepare_script
section_start:1700040647:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in G:/CI_RUNNER/builds/42cbce5f/0/ReactWeb5/maintenance/.git/
Skipping Git checkout
Skipping Git submodules setup
section_end:1700040649:get_sources
section_start:1700040649:step_script
Executing "step_script" stage of the job script
$ chcp 65001
Active code page: 65001
$ git config core.autocrlf false
$ echo "${CI_PROJECT_DIR}"
G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance
$ git pull origin master
From https://g.civnet.cn:8443/ReactWeb5/maintenance
* branch master -> FETCH_HEAD
Updating d46b0961..7e95479d
Fast-forward
.../base/tablemanager/filedConfig/changeAdd.jsx | 47 +++++++++++++++++-----
1 file changed, 36 insertions(+), 11 deletions(-)
$ npm run build --releasepath=G:\\CIV_CI\\tempV1
> panda_maintenace@0.0.2 build G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance
> cross-env NODE_ENV=production node --max_old_space_size=8192 internals/webpack/clean.js
`isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration`
at isModuleDeclaration (G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance\node_modules\@babel\types\lib\validators\generated\index.js:2748:35)
at PluginPass.Program (G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance\node_modules\babel-plugin-lodash\lib\index.js:102:44)