Started by timer Running as SYSTEM Building in workspace D:\jenkins\workspace\tj_zsj_web The recommended git tool is: NONE using credential 5d0af93d-e0a9-46df-a3d1-b394ab81c260 > D:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > D:\Program Files\Git\bin\git.exe config remote.origin.url http://140.210.216.73:6090/artfess/tj_zsj_web.git # timeout=10 Fetching upstream changes from http://140.210.216.73:6090/artfess/tj_zsj_web.git > D:\Program Files\Git\bin\git.exe --version # timeout=10 > git --version # 'git version 2.24.1.windows.2' using GIT_ASKPASS to set credentials > D:\Program Files\Git\bin\git.exe fetch --tags --force --progress -- http://140.210.216.73:6090/artfess/tj_zsj_web.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > D:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/dev^{commit}" # timeout=10 Checking out Revision 3e909d995a37cc52723882631187d895df7d469a (refs/remotes/origin/dev) > D:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10 > D:\Program Files\Git\bin\git.exe checkout -f 3e909d995a37cc52723882631187d895df7d469a # timeout=10 Commit message: "门户首页+资源" > D:\Program Files\Git\bin\git.exe rev-list --no-walk 5db35ea5ab51ea1c535b8a353663831c009104f2 # timeout=10 [tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins8249777503663240403.bat D:\jenkins\workspace\tj_zsj_web>node -v v14.18.0 D:\jenkins\workspace\tj_zsj_web>npm -v 6.14.15 [tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins111997550064422541.bat D:\jenkins\workspace\tj_zsj_web>npm config set registry https://registry.npm.taobao.org [tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins1403254829852637718.bat D:\jenkins\workspace\tj_zsj_web>npm config get registry https://registry.npm.taobao.org/ [tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins7902004233507628833.bat D:\jenkins\workspace\tj_zsj_web>cd D:\jenkins\workspace\tj_zsj_web && npm install --strict-ssl false --ignore-scripts false && npm run build > tj-zsj-web@1.0.0 postinstall D:\jenkins\workspace\tj_zsj_web > patch-package patch-package 8.0.0 Applying patches... vue-pdf@4.3.0 鉁� npm WARN @wangeditor/editor-for-vue@1.0.2 requires a peer of @wangeditor/editor@>=5.1.0 but none is installed. You must install peer dependencies yourself. npm WARN @wangeditor/editor-for-vue@1.0.2 requires a peer of vue@^2.6.14 but none is installed. You must install peer dependencies yourself. npm WARN @webpack-cli/configtest@2.1.1 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself. npm WARN @webpack-cli/info@2.0.2 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself. npm WARN @webpack-cli/serve@2.0.5 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself. npm WARN webpack-cli@5.1.4 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself. npm WARN webpack-dev-middleware@1.12.2 requires a peer of webpack@^1.0.0 || ^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. npm WARN webpack-dev-server@2.11.5 requires a peer of webpack@^2.2.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.3 (node_modules\watchpack\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\quill-image-resize-module\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) up to date in 42.266s 169 packages are looking for funding run `npm fund` for details > tj-zsj-web@1.0.0 build D:\jenkins\workspace\tj_zsj_web > vue-cli-service build postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration - Building for production... WARNING Compiled with 10 warnings涓婂崍5:54:57 Module Warning (from ./node_modules/eslint-loader/index.js): error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:392:33: 390 | handler() { 391 | if (!this.isShowTree) return > 392 | this.$nextTick((_) => { | ^ 393 | this.$refs.treeSide?.setCurrentKey( 394 | this.treeItem?.[this.treeKey] || '' 395 | ) error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:484:33: 482 | // 鍒濆鍖栭娆℃墦寮�寮瑰眰閫変腑鏁堟灉, 483 | if (this.isShowTree && !this.initializeRendering) { > 484 | this.$nextTick((_) => { | ^ 485 | this.$refs.treeSide?.setCurrentKey( 486 | this.treeItem?.[this.treeKey] || '' 487 | ) error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:503:29: 501 | Object.assign(this.$data, this.$options.data.call(this)) // 閲嶇疆data涓殑鏁版嵁 502 | // 閲嶇疆鎵撳紑寮瑰眰閫変腑鏁堟灉, > 503 | this.$nextTick((_) => { | ^ 504 | if (this.isShowTree) { 505 | this.$refs.treeSide?.setCurrentKey( 506 | this.treeItem?.[this.treeKey] || '' error: Unexpected console statement (no-console) at src\components\SuperTableSelectorDialog\index.vue:554:17: 552 | setQueryValue(this.tableParams, item.prop, item.value) 553 | } > 554 | console.log(this.tableParams.querys) | ^ 555 | }) 556 | console.log(data, this.tableParams.querys) 557 | error: Unexpected console statement (no-console) at src\components\SuperTableSelectorDialog\index.vue:556:13: 554 | console.log(this.tableParams.querys) 555 | }) > 556 | console.log(data, this.tableParams.querys) | ^ 557 | 558 | this.$emit('tableRefresh', this.tableParams) 559 | }, error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:612:29: 610 | // 澶氶�夋鍒楄〃婊氬姩鍒板簳閮� 611 | checkboxScrollBottom() { > 612 | this.$nextTick((_) => { | ^ 613 | const container = this.$refs.checkboxGroup?.$el 614 | container?.scrollTo({ 615 | top: container.scrollHeight, error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:623:29: 621 | // 琛ㄦ牸婊氬姩鍒版煇涓�琛� 622 | tableTrScroll(item) { > 623 | this.$nextTick((_) => { | ^ 624 | const tableElement = this.$refs.multipleSelection 625 | const theTableRowArr = 626 | tableElement.bodyWrapper.querySelectorAll( 7 errors found. Module Warning (from ./node_modules/eslint-loader/index.js): error: '_' is defined but never used (no-unused-vars) at src\views\HomePage\index.vue:120:17: 118 | }, 119 | computed: { > 120 | actionUrl: (_) => window.context.portal, | ^ 121 | ...mapState({ 122 | currentUser: state => state.user.currentUserDetail, 123 | headers: (state) => ({ 1 error found. Module Warning (from ./node_modules/eslint-loader/index.js): error: '_' is defined but never used (no-unused-vars) at src\views\YunSearcher\applyApproval.vue:90:8: 88 | 89 |