logo
51
166
WeChat Login

tencent-cloud.coding-copilot 插件安装慢#2665

Closed
created 2025-12-05
Edit

简单描述一下问题和重现方式

构建日志url: https://cnb.cool/xzzlwl/bank-marketing-exp/-/build/stream-logs/cnb-voo-1jbm61g5s-001

[00:10:49   +0ms] #5 27.16 Deploy code-server for your team with Coder: https://github.com/coder/coder
[00:10:49  +37ms] #5 27.35 [2025-12-05T02:40:10.279Z] info  Wrote default config file to /root/.config/code-server/config.yaml
[00:10:49 +244ms] #5 27.44 Installing extensions...
[00:10:49  +2.6s] #5 30.18 Installing extension 'cnbcool.cnb-welcome'...
[00:10:49  +3.4s] #5 33.57 Extension 'cnbcool.cnb-welcome' v1.0.0 was successfully installed.
[00:10:49 +223ms] #5 33.79 Installing extensions...
[00:10:49  +3.3s] #5 37.10 Installing extension 'redhat.vscode-yaml'...
[00:10:49 +13.9s] #5 51.05 Extension 'redhat.vscode-yaml' v1.19.1 was successfully installed.
[00:10:49  +2.7s] #5 54.04 Installing extension 'dbaeumer.vscode-eslint'...
[00:10:49 +244ms] #5 51.29 Installing extensions...
[00:10:49  +5.0s] #5 59.05 Extension 'dbaeumer.vscode-eslint' v3.0.16 was successfully installed.
[00:10:49 +221ms] #5 59.28 Installing extensions...
[00:10:49  +2.2s] #5 61.48 Installing extension 'waderyan.gitblame'...
[00:10:49 +227ms] #5 64.52 Installing extensions...
[00:10:49  +2.8s] #5 64.30 Extension 'waderyan.gitblame' v11.2.0 was successfully installed.
[00:10:49  +3.3s] #5 67.86 Installing extension 'mhutchie.git-graph'...
[00:10:49  +4.9s] #5 72.73 Extension 'mhutchie.git-graph' v1.30.0 was successfully installed.
[00:10:49 +221ms] #5 72.95 Installing extensions...
[00:10:49  +1.7s] #5 74.62 Installing extension 'donjayamanne.githistory'...
[00:10:49  +6.6s] #5 81.23 Extension 'donjayamanne.githistory' v0.6.20 was successfully installed.
[00:10:49 +222ms] #5 81.45 Installing extensions...
[00:10:49  +2.4s] #5 83.81 Installing extension 'tencent-cloud.coding-copilot'...
[00:11:51 +10.0m] #5 CANCELED
[00:11:51   +1ms] ERROR: failed to solve: Canceled: context canceled
[00:11:51   +5ms] exit code: -1, signal: 9

CNB 知识库为您推荐这些相似 issue 或者文档

🔗 #2462 vscode 插件的问题

Creator

在10分钟超时后进入ide,复制到如下Codebuddy 信息

Ver: v3.12.12929358
IDE: code-server-1.106.2
OS: linux
UID: 1948690043080790016@cnb
TS: 1764903446964

Creator

https://cnb.cool/xzzlwl/bank-marketing-exp/-/blob/main/.ide/Dockerfile

FROM tensorflow/tensorflow:latest-jupyter

# 安装 code-server 和 vscode 常用插件
RUN curl -fsSL https://code-server.dev/install.sh | sh \
  && code-server --install-extension cnbcool.cnb-welcome \
  && code-server --install-extension redhat.vscode-yaml \
  && code-server --install-extension dbaeumer.vscode-eslint \
  && code-server --install-extension waderyan.gitblame \
  && code-server --install-extension mhutchie.git-graph \
  && code-server --install-extension donjayamanne.githistory \
  && code-server --install-extension tencent-cloud.coding-copilot \
  && echo done

# 安装 ssh 服务,用于支持 VSCode 等客户端通过 Remote-SSH 访问开发环境(也可按需安装其他软件)
RUN apt-get update && apt-get install -y git wget unzip openssh-server

# 指定字符集支持命令行输入中文(根据需要选择字符集)
ENV LANG C.UTF-8
ENV LANGUAGE C.UTF-8
Creator

CNB 知识库为您推荐这些相似 issue 或者文档

🔗 #2462 vscode 插件的问题

Creator

问题无法稳定复现(重复两次构建,一次超时,一次正常),由于ide存在缓存机制,因此我不打算继续尝试

NPC
Close
Assignee
None yet
Label
一定是bug:待鉴定
Priority
None yet
Time period
-
Property
Add custom properties to record and label key information
Participant