当前位置: 首页 > article >正文

Error executing a python function in exec_func_python() autogenerated

  • 具体错误
ERROR: docker-ce-20.10.25-ce+git791d8ab87747169b4cbfcdf2fd57c81952bae6d5-r0 do_unpack: Error executing a python function in exec_func_python() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:go_do_unpack(d)
     0003:
File: '/home/quectel/qcs8550/poky/meta/classes/go.bbclass', lineno: 85, function: go_do_unpack
     0081:        if fetcher.ud[url].type == 'git':
     0082:            if fetcher.ud[url].parm.get('destsuffix') is None:
     0083:                s_dirname = os.path.basename(d.getVar('S'))
     0084:                fetcher.ud[url].parm['destsuffix'] = os.path.join(s_dirname, 'src', d.getVar('GO_IMPORT')) + '/'
 *** 0085:    fetcher.unpack(d.getVar('WORKDIR'))
     0086:}
     0087:
     0088:go_list_packages() {
     0089:	${GO} list -f '{{.ImportPath}}' ${GOBUILDFLAGS} ${GO_INSTALL} | \
File: '/home/quectel/qcs8550/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 1856, function: unpack
     1852:
     1853:            if ud.lockfile:
     1854:                lf = bb.utils.lockfile(ud.lockfile)
     1855:
 *** 1856:            ud.method.unpack(ud, root, self.d)
     1857:
     1858:            if ud.lockfile:
     1859:                bb.utils.unlockfile(lf)
     1860:
File: '/home/quectel/qcs8550/poky/bitbake/lib/bb/fetch2/git.py', lineno: 591, function: unpack
     0587:            else:
     0588:                source_error.append("shallow clone not enabled")
     0589:
     0590:        if not source_found:
 *** 0591:            raise bb.fetch2.UnpackError("No up to date source found: " + "; ".join(source_error), ud.url)
     0592:
     0593:        repourl = self._get_repo_url(ud)
     0594:        runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=destdir)
     0595:
Exception: bb.fetch2.UnpackError: Unpack failure for URL: 'git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https'. No up to date source found: clone directory not available or not up to date: /home/quectel/qcs8550/download/git2/github.com.docker.docker.git; shallow clone not enabled

ERROR: Logfile of failure stored in: /home/quectel/qcs8550/build-qti-distro-rb-debug/tmp-glibc/work/aarch64-oe-linux/docker-ce/20.10.25-ce+git791d8ab87747169b4cbfcdf2fd57c81952bae6d5-r0/temp/log.do_unpack.2254179
ERROR: Task (/home/quectel/qcs8550/poky/meta-virtualization/recipes-containers/docker/docker-ce_git.bb:do_unpack) failed with exit code '1'
  • 解决办法

保证github正常访问,然后删除,再重新编译。


http://www.kler.cn/a/411276.html

相关文章:

  • 数据库编程(sqlite3)
  • JSON数据转化为Excel及数据处理分析
  • 簡單易懂:如何在Windows系統中修改IP地址?
  • WebSocket详解、WebSocket入门案例
  • [M最短路] lc743. 网络延迟时间(spfa最短路+单源最短路)
  • 最新SQL Server 2022保姆级安装教程【附安装包】
  • C++ 二叉搜索树(Binary Search Tree, BST)深度解析与全面指南:从基础概念到高级应用、算法优化及实战案例
  • 基于DVB-T的COFDM+16QAM+LDPC图传通信系统matlab仿真,包括载波同步,定时同步,信道估计
  • Unity中动态生成贴图并保存成png图片实现
  • SAR ADC系列15:基于Vcm-Base的开关切换策略
  • 二叉树的层次遍历
  • web组态可视化编辑器
  • 网上蛋糕售卖店管理系(Java+SpringBoot+MySQL)
  • Web 表单开发全解析:从基础到高级掌握 HTML 表单设计
  • 【真实场景面试问题-2】
  • pwn——test_your_nc1——测试
  • 使用 Django 构建支持 Kubernetes API 测试连接的 POST 接口
  • 【Linux系统编程】第五十弹---构建高效单例模式线程池、详解线程安全与可重入性、解析死锁与避免策略,以及STL与智能指针的线程安全性探究
  • 使用Python和Pybind11调用C++程序(CMake编译)
  • Linux下通过DRM操作屏幕,发生行对齐 (stride)问题
  • CSRF--跨站请求伪造
  • 计算机网络八股整理(一)
  • 每日一题 LCR 060. 前 K 个高频元素
  • Spring Boot 3.4.0 发行:革新与突破的里程碑
  • 移动充储机器人“小奥”的多场景应用(下)
  • 103.【C语言】数据结构之TopK问题详细分析