Failed控制台输出

Started by user admin
Running as SYSTEM
Building in workspace D:\jenkins\workspace\examine-mvue
The recommended git tool is: NONE
using credential acb71845-9146-47b3-a91f-6f1885a5272e
 > 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://192.168.30.152:6090/artfess/BPM_WEB.git # timeout=10
Fetching upstream changes from http://192.168.30.152:6090/artfess/BPM_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://192.168.30.152:6090/artfess/BPM_WEB.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > D:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/examine_web^{commit}" # timeout=10
Checking out Revision fdd74675a561169ece18bb228113e3b1d183e6cb (refs/remotes/origin/examine_web)
 > D:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
 > D:\Program Files\Git\bin\git.exe checkout -f fdd74675a561169ece18bb228113e3b1d183e6cb # timeout=10
Commit message: "修改"
 > D:\Program Files\Git\bin\git.exe rev-list --no-walk fdd74675a561169ece18bb228113e3b1d183e6cb # timeout=10
[examine-mvue] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins2069070647563997356.bat

D:\jenkins\workspace\examine-mvue>node -v 
v12.19.0

D:\jenkins\workspace\examine-mvue>npm -v 
6.14.8
[examine-mvue] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins1749571075938185033.bat

D:\jenkins\workspace\examine-mvue>npm config set registry https://registry.npm.taobao.org 
[examine-mvue] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins596470123518117119.bat

D:\jenkins\workspace\examine-mvue>npm config get registry 
https://registry.npm.taobao.org/
[examine-mvue] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins6765979952573911665.bat

D:\jenkins\workspace\examine-mvue>cd D:\jenkins\workspace\examine-mvue   && npm install   && npm run build  
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm WARN tarball tarball data for monaco-editor@0.21.3 (sha1-M4G2ZhS2TRxeO3fdVWStSW0bTl0=) seems to be corrupted. Trying one more time.
npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path D:\jenkins\workspace\examine-mvue\node_modules\.staging\monaco-editor-e4d9710b\min\vs\editor\editor.main.js
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'D:\jenkins\workspace\examine-mvue\node_modules\.staging\monaco-editor-e4d9710b\min\vs\editor\editor.main.js'
npm ERR!  [OperationalError: EPERM: operation not permitted, unlink 'D:\jenkins\workspace\examine-mvue\node_modules\.staging\monaco-editor-e4d9710b\min\vs\editor\editor.main.js'] {
npm ERR!   cause: [Error: EPERM: operation not permitted, unlink 'D:\jenkins\workspace\examine-mvue\node_modules\.staging\monaco-editor-e4d9710b\min\vs\editor\editor.main.js'] {
npm ERR!     errno: -4048,
npm ERR!     code: 'EPERM',
npm ERR!     syscall: 'unlink',
npm ERR!     path: 'D:\\jenkins\\workspace\\examine-mvue\\node_modules\\.staging\\monaco-editor-e4d9710b\\min\\vs\\editor\\editor.main.js'
npm ERR!   },
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'unlink',
npm ERR!   path: 'D:\\jenkins\\workspace\\examine-mvue\\node_modules\\.staging\\monaco-editor-e4d9710b\\min\\vs\\editor\\editor.main.js',
npm ERR!   parent: 'examine-mvue'
npm ERR! }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2022-10-11T07_20_36_645Z-debug.log
Build step 'Execute Windows batch command' marked build as failure
SSH: Current build result is [FAILURE], not going to run.
Finished: FAILURE