登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
12月21日就在北京,来看大模型推理 + 国产硬件生态 + 开源社区分享,一起搞技术、聊开源、领福利~~
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
6
Star
21
Fork
36
openEuler
/
oebuild
代码
Issues
21
Pull Requests
3
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
oebuild bitbake openeuler-image 失败
待办的
#IA8KHO
任务
switchos
创建于
2024-06-26 19:22
<!-- #请根据issue的类型在标题左侧下拉框中选择对应的选项(需求、缺陷或CVE等)--> <!-- #请根据issue相关的版本在里程碑中选择对应的节点,若是与版本无关,请选择“不关联里程碑”--> [super@localhost build_arm64]$ oebuild bitbake openeuler-image yocto-poky 2024-06-26 18:44:15,766 - INFO - Fetching into /home/super/workspace/ptest/Image_OE/src/yocto-poky ... yocto-meta-openembedded 2024-06-26 18:44:15,773 - INFO - Fetching into /home/super/workspace/ptest/Image_OE/src/yocto-meta-openembedded ... 2024-06-26 18:44:15,784 - INFO - Bitbake starting ... Traceback (most recent call last): File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 275, in _raise_for_status response.raise_for_status() File "/usr/lib/python3.9/site-packages/requests/models.py", line 953, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.39/exec/dddaabe90858d78ef700e42b88639fb0c6c96579a3663f2a266a9a2a599d4264/start The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/super/.local/bin/oebuild", line 8, in <module> sys.exit(main()) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 339, in main app.run(argv or sys.argv[1:]) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 163, in run self.run_command(argv) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 140, in run_command self._run_extension(args.command, unknown) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 151, in _run_extension cmd.run(args, unknown) File "/home/super/.local/lib/python3.9/site-packages/oebuild/command.py", line 32, in run self.do_run(args=args, unknown=unknown) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/bitbake.py", line 125, in do_run in_container.exec(parse_env=parse_env, File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/in_container.py", line 57, in exec self.exec_compile(compile_param=compile_param, command=command) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/in_container.py", line 91, in exec_compile self.init_bash(container=container, File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/in_container.py", line 226, in init_bash content = self.bashrc.get_bashrc_content() File "/home/super/.local/lib/python3.9/site-packages/oebuild/bashrc.py", line 100, in get_bashrc_content res = self.client.container_exec_command( File "/home/super/.local/lib/python3.9/site-packages/oebuild/docker_proxy.py", line 211, in container_exec_command res = container.exec_run( File "/home/super/.local/lib/python3.9/site-packages/docker/models/containers.py", line 213, in exec_run exec_output = self.client.api.exec_start( File "/home/super/.local/lib/python3.9/site-packages/docker/utils/decorators.py", line 19, in wrapped return f(self, resource_id, *args, **kwargs) File "/home/super/.local/lib/python3.9/site-packages/docker/api/exec_api.py", line 172, in exec_start output = self._read_from_socket(res, stream, tty=tty, demux=demux) File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 429, in _read_from_socket socket = self._get_raw_response_socket(response) File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 334, in _get_raw_response_socket self._raise_for_status(response) File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 277, in _raise_for_status raise create_api_error_from_http_exception(e) from e File "/home/super/.local/lib/python3.9/site-packages/docker/errors.py", line 39, in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) from e docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.39/exec/dddaabe90858d78ef700e42b88639fb0c6c96579a3663f2a266a9a2a599d4264/start: Internal Server Error ("Container 5c72041f0052484b991b22738b2a49ebb0532d90fcd88be08641874eedfcd13e is not running: Exited (1) Less than a second ago") 另外 手动启动容器也失败: [super@localhost build_arm64]$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE swr.cn-north-4.myhuaweicloud.com/openeuler-embedded/openeuler-container latest 8be256f53edd 4 weeks ago 8.77GB busybox latest 71a676dd070f 2 years ago 1.41MB [super@localhost build_arm64]$ docker run -it 8be256f53edd /bin/sh writing syncT "procError": write pipe: file already closed libcontainer: container start initialization failed: exec /bin/sh: exec format errorlibcontainer: container init failed to exec[super@localhost build_arm64]$ [super@localhost build_arm64]$
<!-- #请根据issue的类型在标题左侧下拉框中选择对应的选项(需求、缺陷或CVE等)--> <!-- #请根据issue相关的版本在里程碑中选择对应的节点,若是与版本无关,请选择“不关联里程碑”--> [super@localhost build_arm64]$ oebuild bitbake openeuler-image yocto-poky 2024-06-26 18:44:15,766 - INFO - Fetching into /home/super/workspace/ptest/Image_OE/src/yocto-poky ... yocto-meta-openembedded 2024-06-26 18:44:15,773 - INFO - Fetching into /home/super/workspace/ptest/Image_OE/src/yocto-meta-openembedded ... 2024-06-26 18:44:15,784 - INFO - Bitbake starting ... Traceback (most recent call last): File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 275, in _raise_for_status response.raise_for_status() File "/usr/lib/python3.9/site-packages/requests/models.py", line 953, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.39/exec/dddaabe90858d78ef700e42b88639fb0c6c96579a3663f2a266a9a2a599d4264/start The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/super/.local/bin/oebuild", line 8, in <module> sys.exit(main()) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 339, in main app.run(argv or sys.argv[1:]) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 163, in run self.run_command(argv) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 140, in run_command self._run_extension(args.command, unknown) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 151, in _run_extension cmd.run(args, unknown) File "/home/super/.local/lib/python3.9/site-packages/oebuild/command.py", line 32, in run self.do_run(args=args, unknown=unknown) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/bitbake.py", line 125, in do_run in_container.exec(parse_env=parse_env, File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/in_container.py", line 57, in exec self.exec_compile(compile_param=compile_param, command=command) File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/in_container.py", line 91, in exec_compile self.init_bash(container=container, File "/home/super/.local/lib/python3.9/site-packages/oebuild/app/plugins/bitbake/in_container.py", line 226, in init_bash content = self.bashrc.get_bashrc_content() File "/home/super/.local/lib/python3.9/site-packages/oebuild/bashrc.py", line 100, in get_bashrc_content res = self.client.container_exec_command( File "/home/super/.local/lib/python3.9/site-packages/oebuild/docker_proxy.py", line 211, in container_exec_command res = container.exec_run( File "/home/super/.local/lib/python3.9/site-packages/docker/models/containers.py", line 213, in exec_run exec_output = self.client.api.exec_start( File "/home/super/.local/lib/python3.9/site-packages/docker/utils/decorators.py", line 19, in wrapped return f(self, resource_id, *args, **kwargs) File "/home/super/.local/lib/python3.9/site-packages/docker/api/exec_api.py", line 172, in exec_start output = self._read_from_socket(res, stream, tty=tty, demux=demux) File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 429, in _read_from_socket socket = self._get_raw_response_socket(response) File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 334, in _get_raw_response_socket self._raise_for_status(response) File "/home/super/.local/lib/python3.9/site-packages/docker/api/client.py", line 277, in _raise_for_status raise create_api_error_from_http_exception(e) from e File "/home/super/.local/lib/python3.9/site-packages/docker/errors.py", line 39, in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) from e docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.39/exec/dddaabe90858d78ef700e42b88639fb0c6c96579a3663f2a266a9a2a599d4264/start: Internal Server Error ("Container 5c72041f0052484b991b22738b2a49ebb0532d90fcd88be08641874eedfcd13e is not running: Exited (1) Less than a second ago") 另外 手动启动容器也失败: [super@localhost build_arm64]$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE swr.cn-north-4.myhuaweicloud.com/openeuler-embedded/openeuler-container latest 8be256f53edd 4 weeks ago 8.77GB busybox latest 71a676dd070f 2 years ago 1.41MB [super@localhost build_arm64]$ docker run -it 8be256f53edd /bin/sh writing syncT "procError": write pipe: file already closed libcontainer: container start initialization failed: exec /bin/sh: exec format errorlibcontainer: container init failed to exec[super@localhost build_arm64]$ [super@localhost build_arm64]$
评论 (
5
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
sig/sig-Yocto
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/openeuler/oebuild.git
git@gitee.com:openeuler/oebuild.git
openeuler
oebuild
oebuild
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册