部署开始于 2023-06-13 11:26:24
环境名称:prod-5g0i1mxzad001581
[1/2] 创建版本 失败 38s 创建版本失败:任务失败
[2023-06-13 12:05:29] Started by user coding
[2023-06-13 12:05:29] Running in Durability level: MAX_SURVIVABILITY
[2023-06-13 12:05:31] [Pipeline] Start of Pipeline
[2023-06-13 12:05:32] [Pipeline] node
[2023-06-13 12:05:32] Running on Jenkins in /root/workspace
[2023-06-13 12:05:32] [Pipeline] {
[2023-06-13 12:05:32] [Pipeline] stage
[2023-06-13 12:05:32] [Pipeline] { (检出 ZIP 包)
[2023-06-13 12:05:32] Stage "检出 ZIP 包" skipped due to when conditional
[2023-06-13 12:05:32] [Pipeline] }
[2023-06-13 12:05:32] [Pipeline] // stage
[2023-06-13 12:05:33] [Pipeline] stage
[2023-06-13 12:05:33] [Pipeline] { (检出代码仓库)
[2023-06-13 12:05:33] [Pipeline] sh
[2023-06-13 12:05:33] + git clone ****** .
[2023-06-13 12:05:33] Cloning into '.'...
[2023-06-13 12:05:35] [Pipeline] sh
[2023-06-13 12:05:35] + git checkout master
[2023-06-13 12:05:35] Already on 'master'
[2023-06-13 12:05:35] Your branch is up-to-date with 'origin/master'.
[2023-06-13 12:05:35] [Pipeline] }
[2023-06-13 12:05:35] [Pipeline] // stage
[2023-06-13 12:05:35] [Pipeline] stage
[2023-06-13 12:05:35] [Pipeline] { (构建 Docker 镜像)
[2023-06-13 12:05:35] [Pipeline] sh
[2023-06-13 12:05:35] + docker login -u ****** -p ****** ccr.ccs.tencentyun.com/tcb-******-bnps/ca-qyceabnt_mouse-cook:mouse-cook-004-20230613120527
[2023-06-13 12:05:35] WARNING! Using --password via the CLI is insecure. Use --password-stdin.
[2023-06-13 12:05:36] WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
[2023-06-13 12:05:36] Configure a credential helper to remove this warning. See
[2023-06-13 12:05:36] https://docs.docker.com/engine/reference/commandline/login/#credentials-store
[2023-06-13 12:05:36]
[2023-06-13 12:05:36] Login Succeeded
[2023-06-13 12:05:36] [Pipeline] sh
[2023-06-13 12:05:36] + docker build -f ././/Dockerfile -t ccr.ccs.tencentyun.com/tcb-******-bnps/ca-qyceabnt_mouse-cook:mouse-cook-004-20230613120527 ./
[2023-06-13 12:05:36] Sending build context to Docker daemon 365.6kB
[2023-06-13 12:05:36] Step 1/7 : FROM node:16.20-alpine3.17
[2023-06-13 12:05:37] 16.20-alpine3.17: Pulling from library/node
[2023-06-13 12:05:37] f56be85fc22e: Pulling fs layer
[2023-06-13 12:05:37] c5e9712c615f: Pulling fs layer
[2023-06-13 12:05:37] 9369075e452c: Pulling fs layer
[2023-06-13 12:05:37] 4a5f54542006: Pulling fs layer
[2023-06-13 12:05:37] 4a5f54542006: Download complete
[2023-06-13 12:05:38] 9369075e452c: Verifying Checksum
[2023-06-13 12:05:38] 9369075e452c: Download complete
[2023-06-13 12:05:38] f56be85fc22e: Verifying Checksum
[2023-06-13 12:05:38] f56be85fc22e: Pull complete
[2023-06-13 12:05:38] c5e9712c615f: Verifying Checksum
[2023-06-13 12:05:38] c5e9712c615f: Download complete
[2023-06-13 12:05:39] c5e9712c615f: Pull complete
[2023-06-13 12:05:39] 9369075e452c: Pull complete
[2023-06-13 12:05:39] 4a5f54542006: Pull complete
[2023-06-13 12:05:39] Digest: sha256:1cd89de178c5f0d886e56e7505420d5e6e53d353da302d6b3b61b22221bfde29
[2023-06-13 12:05:39] Status: Downloaded newer image for node:16.20-alpine3.17
[2023-06-13 12:05:39] ---> e7b66a014011
[2023-06-13 12:05:39] Step 2/7 : WORKDIR /usr/src/app
[2023-06-13 12:05:40] ---> Running in 58524bd27298
[2023-06-13 12:05:40] Removing intermediate container 58524bd27298
[2023-06-13 12:05:40] ---> c50891fae2cf
[2023-06-13 12:05:40] Step 3/7 : COPY package.json yarn.lock ./
[2023-06-13 12:05:40] ---> 4f5d80d3be2b
[2023-06-13 12:05:40] Step 4/7 : RUN yarn
[2023-06-13 12:05:40] ---> Running in bf6ac3759310
[2023-06-13 12:05:41] yarn install v1.22.19
[2023-06-13 12:05:41] [1/4] Resolving packages...
[2023-06-13 12:05:41] [2/4] Fetching packages...
[2023-06-13 12:06:03] [3/4] Linking dependencies...
[2023-06-13 12:06:03] warning " > swagger-ui-express@4.6.2" has unmet peer dependency "express@>=4.0.0".
[2023-06-13 12:06:03] warning " > ts-loader@9.4.2" has unmet peer dependency "webpack@^5.0.0".
[2023-06-13 12:06:15] [4/4] Building fresh packages...
[2023-06-13 12:15:32] Sending interrupt signal to process
[2023-06-13 12:15:32] Aborted by coding
[2023-06-13 12:15:33] Sending interrupt signal to process
[2023-06-13 12:15:33] Aborted by coding
[2023-06-13 12:15:34] Sending interrupt signal to process
[2023-06-13 12:15:34] Aborted by coding
[2023-06-13 12:15:35] Sending interrupt signal to process
[2023-06-13 12:15:35] Aborted by coding
[2023-06-13 12:15:36] Sending interrupt signal to process
[2023-06-13 12:15:36] Aborted by coding
[2023-06-13 12:15:37] Terminated
[2023-06-13 12:15:37] script returned exit code 143
[2023-06-13 12:15:37] [Pipeline] }
[2023-06-13 12:15:37] [Pipeline] // stage
[2023-06-13 12:15:37] [Pipeline] stage
[2023-06-13 12:15:37] [Pipeline] { (推送 Docker 镜像到 TCR)
[2023-06-13 12:15:37] Stage "推送 Docker 镜像到 TCR" skipped due to earlier failure(s)
[2023-06-13 12:15:37] [Pipeline] }
[2023-06-13 12:15:37] [Pipeline] // stage
[2023-06-13 12:15:37] [Pipeline] }
[2023-06-13 12:15:37] [Pipeline] // node
[2023-06-13 12:15:37] [Pipeline] End of Pipeline
[2023-06-13 12:15:37] Finished: ABORTED
***
-----------构建mouse-cook-004-----------
2023-06-13 12:05:29 create_build_image : succ,
云托管构建超时会自动中止,问过客服说没办法解决。