demon_wu
(Demon Wu)
2025 年7 月 21 日 09:01
1
在仿真包构建时,一直在报等待,构建不成功
目标 personal 正在等待任务: work.task_build_qemu_rootfs, 当前已等待 60 秒
目标 personal 正在等待任务: work.task_build_qemu_rootfs, 当前已等待 60 秒
目标 personal 正在等待任务: work.task_build_rootfs_img, 当前已等待 120 秒
目标 personal 正在等待任务: work.task_build_qemu_rootfs, 当前已等待 120 秒
目标 personal 正在等待任务: work.task_build_qemu_rootfs, 当前已等待 120 秒
目标 personal 正在等待任务: work.task_build_rootfs_img, 当前已等待 180 秒
使用wifi和热点都如此。
查看/home/demon/workspace/manifest/temp/log/task.log,内容如下:
复制 rootfs_openUBMC.hpm.signed 到 /home/demon/workspace/manifest/output/rootfs_openUBMC.hpm 并保留权限
ERROR: 执行命令 [‘/usr/bin/git’, ‘pull’, ‘origin’, ‘main’] 错误, 日志: /home/demon/workspace/manifest/temp/log/task.log
git@gitcode.com : Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
zhengxy
(Zhengxy)
2025 年7 月 22 日 01:16
2
看起来是git权限配置的问题,请尝试执行
git clone https://gitcode.com/openUBMC/qemu.git,确保上述git操作拉取代码仓无问题,再构建仿真包
demon_wu
(Demon Wu)
2025 年7 月 22 日 06:58
3
git clone https://gitcode.com/openUBMC/qemu.git ,git拉取代码仓无问题,重新构建仿真包时,报类似的错误:
目标 personal 正在等待任务: work.task_build_rootfs_img, 当前已等待 1320 秒
ERROR: 执行命令 [‘/usr/bin/git’, ‘pull’, ‘origin’, ‘main’] 错误, 日志: /home/demon/workspace/manifest/temp/log/task.log
ERROR: Command ‘[’/usr/bin/git’, ‘pull’, ‘origin’, ‘main’]’ timed out after 1199.999994920996 seconds
ERROR: 任务 personal 执行失败
ERROR: 请查看日志信息
timed out
timed out
timed out
ERROR: 运行子任务 work.task_build_rootfs_img 类 bmcgo.tasks.task_build_rootfs_img失败
timed out
log日志显示:
search for prefix: rootfs_openUBMC
复制 rootfs_openUBMC.hpm.signed 到 /home/demon/workspace/manifest/output/rootfs_openUBMC.hpm 并保留权限
ERROR: 执行命令 [‘/usr/bin/git’, ‘pull’, ‘origin’, ‘main’] 错误, 日志: /home/demon/workspace/manifest/temp/log/task.log
git@gitcode.com : Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
和之前一样的错误
zhengxy
(Zhengxy)
2025 年7 月 22 日 08:36
4
看起来并不是构建仿真镜像包需要拉取qemu仓库引发的
尝试使用conan search frudata -r openubmc_dev
观察回显是否正常搜索了远程conan仓库中的组件,如果提示输入远程conan仓库密码,请输入个人社区账户密码后重试搜索远程conan仓库中的组件,成功后再次构建镜像包
demon_wu
(Demon Wu)
2025 年7 月 23 日 09:20
5
Hi zhengxy
谢谢您的回复,按照你的建议,输入命令:“conan search frudata -r openubmc_dev”,在提示输入远程conan仓库密码时,输入密码,成功后,再次仿真包构建:“bingo build -sc qemu”,结果还是报一样的错误:
ERROR: 执行命令 [‘/usr/bin/git’, ‘pull’, ‘origin’, ‘main’] 错误, 日志: /home/demon/workspace/manifest/temp/log/task.log
ERROR: Command ‘[’/usr/bin/git’, ‘pull’, ‘origin’, ‘main’]’ timed out after 1199.9999882830016 seconds
ERROR: 任务 personal 执行失败
ERROR: 请查看日志信息
timed out
timed out
timed out
timed out
timed out
ERROR: 运行子任务 work.task_build_rootfs_img 类 bmcgo.tasks.task_build_rootfs_img失败
timed out
timed out
错误日志内容如下:
zhengxy
(Zhengxy)
2025 年7 月 24 日 01:12
6
麻烦看下上述日志文件manifest/temp/log/task.log中是否还有其他提示性报错
demon_wu
(Demon Wu)
2025 年7 月 24 日 09:09
7
确认log,有3个地方报error:
ERROR: No remote ‘conancenter’ defined in remotes
ERROR: No remote ‘conancenter’ defined in remotes
ERROR: 执行命令 [‘/usr/bin/git’, ‘pull’, ‘origin’, ‘main’] 错误, 日志: /home/demon/workspace/manifest/temp/log/task.log
xuhaijun
(xuhaijun)
2025 年12 月 16 日 06:33
11
此帖长时间无回复,关闭此帖,如有需求请重新发帖交流。