From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.yoctoproject.org (mail.yoctoproject.org [198.145.29.25]) by mx.groups.io with SMTP id smtpd.web09.1331.1618510600196464745 for ; Thu, 15 Apr 2021 11:16:40 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: auh.yoctoproject.org, ip: 198.145.29.25, mailfrom: auh@auh.yoctoproject.org) Received: from centos8-ty-2.yocto.io (unknown [172.29.10.62]) by mail.yoctoproject.org (Postfix) with ESMTP id F2E8D38C13B4 for ; Thu, 15 Apr 2021 18:16:38 +0000 (UTC) MIME-Version: 1.0 From: auh@auh.yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gnu-config: upgrading to 277b4ed1776f721145b2649d888f1deb445fecc5 FAILED Message-ID: Content-Type: multipart/mixed; boundary="===============8106624800809921532==" --===============8106624800809921532== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnu-config* to *277b4ed1776f721145b2649d888f1deb445fecc5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade gnu-config -S 277b4ed1776f721145b2649d888f1deb445fecc5 NOTE: Starting bitbake server... NOTE: Reconnecting to bitbake server... NOTE: Retrying server connection (#1)... Loading cache...done. Loaded 1438 entries from dependency cache. INFO: Extracting current version source... Removing 1 recipes from the x86_64 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "1.50.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "3.3" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "tmp-auh-upgrades:32a6af1c3b1b408c7782fca59fc0338dcd7cca88" workspace = "master:ddc9e2fd33abe6a0de7b4e0dacdb6f530ee99871" Initialising tasks...done. Sstate summary: Wanted 8 Local 0 Network 0 Missed 8 Current 12 (0% match, 60% complete) Removing 6 stale sstate objects for arch x86_64...done. NOTE: Executing Tasks ERROR: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: 0001: *** 0002:create_source_date_epoch_stamp(d) 0003: File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/reproducible_build.bbclass', lineno: 85, function: create_source_date_epoch_stamp 0081: if os.path.isfile(epochfile): 0082: bb.debug(1, "Deleting existing SOURCE_DATE_EPOCH from: %s" % epochfile) 0083: os.remove(epochfile) 0084: *** 0085: source_date_epoch = oe.reproducible.get_source_date_epoch(d, d.getVar('S')) 0086: 0087: bb.debug(1, "SOURCE_DATE_EPOCH: %d" % source_date_epoch) 0088: bb.utils.mkdirhier(d.getVar('SDE_DIR')) 0089: with open(epochfile, 'w') as f: File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/reproducible.py', lineno: 103, function: get_source_date_epoch 0099: return 0 0100: 0101:def get_source_date_epoch(d, sourcedir): 0102: return ( *** 0103: get_source_date_epoch_from_git(d, sourcedir) or 0104: get_source_date_epoch_from_known_files(d, sourcedir) or 0105: get_source_date_epoch_from_youngest_file(d, sourcedir) or 0106: fixed_source_date_epoch(d) # Last resort 0107: ) File: '/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/reproducible.py', lineno: 65, function: get_source_date_epoch_from_git 0061: bb.debug(1, "%s does not have a valid HEAD: %s" % (gitpath, p.stdout.decode('utf-8'))) 0062: return None 0063: 0064: bb.debug(1, "git repository: %s" % gitpath) *** 0065: p = subprocess.run(['git', '--git-dir', gitpath, 'log', '-1', '--pretty=%ct'], check=True, stdout=subprocess.PIPE) 0066: return int(p.stdout.decode('utf-8')) 0067: 0068:def get_source_date_epoch_from_youngest_file(d, sourcedir): 0069: if sourcedir == d.getVar('WORKDIR'): File: '/usr/lib64/python3.6/subprocess.py', lineno: 438, function: run 0434: raise 0435: retcode = process.poll() 0436: if check and retcode: 0437: raise CalledProcessError(retcode, process.args, *** 0438: output=stdout, stderr=stderr) 0439: return CompletedProcess(process.args, retcode, stdout, stderr) 0440: 0441: 0442:def list2cmdline(seq): Exception: subprocess.CalledProcessError: Command '['git', '--git-dir', '/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20210125+gitAUTOINC+6faca61810-r0/devtooltmp-ci__qo0p/workdir/git/.git', 'log', '-1', '--pretty=%ct']' returned non-zero exit status 128. ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20210125+gitAUTOINC+6faca61810-r0/devtooltmp-ci__qo0p/temp/log.do_unpack.2705192 NOTE: Tasks Summary: Attempted 56 tasks of which 51 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds ERROR: Extracting source for gnu-config failed Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper --===============8106624800809921532==--